Pith. sign in
theorem

fiber_posts_one_record

proved
show as:
module
IndisputableMonolith.Holography.RecordCostAsymmetry
domain
Holography
line
173 · github
papers citing
none yet

plain-language theorem explainer

All eight ledger-closed face configurations collapse under the local closure map to a single posted record. Anyone citing the image-versus-kernel selector for horizon entropy (κ = 4 rather than 4/3) needs this cardinality. The proof is a pure finite decide on the enumerated closed fiber.

Claim. The image of the set of ledger-closed face configurations under the local closure predicate has cardinality one: every closed microstate posts the same record ($\mathrm{closed}=\mathrm{true}$).

background

The module RecordCostAsymmetry settles the rank/nullity selector for the Bekenstein–Hawking coefficient. A finite closure map on face configurations obeys the symmetric identity $|\mathrm{image}|\cdot|\mathrm{kernel}|=|\mathrm{domain}|$ (here $2\cdot 8=16$). Pure counting cannot prefer rank ($\log_2|\mathrm{image}|=1$, giving $\kappa=4$) over nullity ($\log_2|\mathrm{kernel}|=3$, giving $\kappa=4/3$).

The ledger floor breaks that symmetry: cost charges only performed distinctions (pairs the map separates), which are image-sided. The kernel is the set of pairs the map does not distinguish and is never charged. The closed fiber is the eight ledger-closed microstates among the sixteen face configs; the local closure map sends each config to a Boolean record.

This theorem states that those eight closed configs all land on the single record true. The complementary fact is that the full map performs two records (true and false), so record cost is $\log_2 2=1$.

proof idea

One-line finite decision. The closed configuration set and the Boolean closure map are both fully enumerated; Lean’s decide checks that the image of the closed fiber under closure has cardinality exactly one. No algebraic lemmas are invoked.

why it matters

This is the physical content of the symmetry break: the eight free bits that would support $\kappa=4/3$ post only one distinction, so the ledger floor sees rank one, not nullity three. Downstream, target_record_cost_asymmetry_holds packages this with records_performed, the two multiplicity equalities, and the Bekenstein selector, discharging the panel target that horizon entropy attaches to performed records ($S=A/4$) rather than bulk degeneracy.

In the Recognition framing, T-1 (recognition is distinction) and the double-entry posting arrow make cost directional. Static rank-nullity counting lacks that arrow; this fiber image supplies it axiom-cleanly. It closes the conditional gap left by the earlier cell-ledger multiplicity axiom: the selector is now forced by what the map actually posts.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.