Encyclopedia Holography Holography Moving Recognition Horizon Cut Posted Zero Extension Decoy
ARTICLE 3 claims 3 theorems
Holography Moving Recognition Horizon Cut Posted Zero Extension Decoy
A machine-checked theorem shows that adding a silent, zero-valued bit to a discrete horizon still grows its capacity, while contributing no heat.
The zero-bit extension
In the Recognition Science framework, a recognition event is a discrete record of what an observer can distinguish, and a ledger is the record itself. The framework models a horizon, the boundary of what can be seen, as a finite set of aperture channels, each holding a single bit. A moving horizon is one that gains a new channel. The theorem posted_zero_extension_decoy concerns what happens when that new channel arrives already holding the value zero, meaning no active recognition is posted in it.
The theorem proves two exact facts about this extension. First, the total number of aperture channels increases by exactly one. Second, the heat, defined here as the change in the count of active posted bits, is exactly zero. In other words, the horizon's capacity grows, but it does so silently: no new heat is contributed. This is a precise, discrete analogue of a boundary expanding without radiating energy.
The result is part of a larger machine-checked library of formal theorems, where every statement is verified by a proof assistant. The proof is not a heuristic or a numerical approximation; it is an exact derivation from the definitions of the framework. The theorem is a companion to a related result, posted_one_extension_bundle, which shows that adding a channel holding a one increases both capacity and heat by one. Together, they establish a clean dichotomy: the new bit's value fully determines the heat contribution of the move.
What the theorem does not claim is as important as what it does. It does not provide a smooth, continuous description of a moving boundary. It does not introduce concepts from general relativity such as null covectors, the Raychaudhuri equation, or Ricci curvature. It does not derive a sourced field equation. The result is purely combinatorial and discrete, operating on finite sets of bits. It is a statement about the framework's own model of a horizon, not a claim about the physical spacetime of general relativity.
The practical consequence is that the framework can now certify a first step toward a moving boundary: a horizon that gains a silent channel. This is a necessary building block for any future account of how recognition horizons evolve over time. The zero-bit extension is a decoy in the sense that it looks like a change but posts no heat; the theorem makes that intuition exact.
THEOREM posted_zero_extension_decoy · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
/-- Exposing a `0` still grows area capacity but posts no active heat. -/
theorem posted_zero_extension_decoy
{a s b r : ℕ} {kappa : ℝ}
{H : LocalHorizonContext a s b r kappa}
(c : LocalCut H) :
apertureCount (extendCut c 0) = apertureCount c + 1 ∧
movingStepHeat c (extendCut c 0) = 0 :=
⟨extendCut_apertureCount c 0, by
rw [movingStepHeat_extendCut, postedBitValue_zero]⟩
THEOREM posted_zero_extension_decoy · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
/-- Exposing a `0` still grows area capacity but posts no active heat. -/
theorem posted_zero_extension_decoy
{a s b r : ℕ} {kappa : ℝ}
{H : LocalHorizonContext a s b r kappa}
(c : LocalCut H) :
apertureCount (extendCut c 0) = apertureCount c + 1 ∧
movingStepHeat c (extendCut c 0) = 0 :=
⟨extendCut_apertureCount c 0, by
rw [movingStepHeat_extendCut, postedBitValue_zero]⟩
THEOREM movingRecognitionHorizonCutCert · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
theorem movingRecognitionHorizonCutCert :
MovingRecognitionHorizonCutCert where
capacity_step := extendCut_apertureCount
record_step := extendContext_horizonRecord
heat_step := movingStepHeat_extendCut
zero_decoy := posted_zero_extension_decoy
What this page does not claim
The theorem does not claim any smooth interpolation or continuous limit. It does not claim anything about null covectors, Raychaudhuri, or Ricci curvature. It does not claim to derive a sourced field equation.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- How does the discrete moving-cut theorem relate to a continuous description of horizon growth?
- What is the physical interpretation of a horizon gaining capacity without heat?
- Can the framework derive a sourced field equation from such discrete moves?
- What is the next step beyond a single zero-bit extension in the framework's account of moving horizons?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM posted_zero_extension_decoy · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
/-- Exposing a `0` still grows area capacity but posts no active heat. -/ theorem posted_zero_extension_decoy {a s b r : ℕ} {kappa : ℝ} {H : LocalHorizonContext a s b r kappa} (c : LocalCut H) : apertureCount (extendCut c 0) = apertureCount c + 1 ∧ movingStepHeat c (extendCut c 0) = 0 := ⟨extendCut_apertureCount c 0, by rw [movingStepHeat_extendCut, postedBitValue_zero]⟩The theorem proves that the total number of aperture channels increases by exactly one. posted_zero_extension_decoy · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.leanTHEOREM posted_zero_extension_decoy · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
/-- Exposing a `0` still grows area capacity but posts no active heat. -/ theorem posted_zero_extension_decoy {a s b r : ℕ} {kappa : ℝ} {H : LocalHorizonContext a s b r kappa} (c : LocalCut H) : apertureCount (extendCut c 0) = apertureCount c + 1 ∧ movingStepHeat c (extendCut c 0) = 0 := ⟨extendCut_apertureCount c 0, by rw [movingStepHeat_extendCut, postedBitValue_zero]⟩The theorem proves that the heat is exactly zero. posted_zero_extension_decoy · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.leanTHEOREM movingRecognitionHorizonCutCert · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
theorem movingRecognitionHorizonCutCert : MovingRecognitionHorizonCutCert where capacity_step := extendCut_apertureCount record_step := extendContext_horizonRecord heat_step := movingStepHeat_extendCut zero_decoy := posted_zero_extension_decoyThe result is an exact derivation from the definitions of the framework. movingRecognitionHorizonCutCert · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean