Encyclopedia Holography Holography Moving Recognition Horizon Cut Moving Recognition Horizon Cut Cert

ARTICLE 5 claims 5 theorems

Holography Moving Recognition Horizon Cut Moving Recognition Horizon Cut Cert

A machine-checked theorem proves that when a horizon grows by one aperture, the only heat posted is the value of the newly exposed bit.

The moving cut certificate

In the Recognition Science framework, a horizon is a boundary that separates exterior apertures, which can be read, from interior ones, which cannot. A fixed horizon stays put; a moving one gains a new exterior aperture while preserving every old exterior reading and seam reading. The declaration movingRecognitionHorizonCutCert is a certificate, a machine-checked theorem, that this first varying-context move obeys exact discrete identities.

The certificate proves three things happen together when one new exterior-private aperture is appended. First, the exterior aperture capacity increases by exactly one. Second, the one-sided horizon record count increases by exactly one. Third, the active posted-record heat across the varying cut is exactly the value of the newly exposed bit: posting a 1 adds one unit of heat, while posting a 0 adds none. The new context is not postulated independently; its one-sided record law is derived from the old context's horizon sums law, and its Rindler rate is inherited unchanged.

The theorem also shows that on a fixed context, the varying-context heat reduces to the already proved exterior step heat, so the moving-cut result is a strict generalization. The certificate bundles these identities into a single structure, and the theorem movingRecognitionHorizonCutCert constructs that structure from the component proofs.

What the certificate does not claim is as important as what it proves. It is a discrete moving-boundary theorem. It does not supply a smooth interpolation, null covectors, Raychaudhuri, Ricci curvature, or a sourced field equation. Those belong to continuum physics, and the framework does not pretend this discrete step reaches them.

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
THEOREM extendCut_apertureCount · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
/-- One exterior extension adds exactly one aperture channel. -/
theorem extendCut_apertureCount {a s b r : ℕ} {kappa : ℝ}
    {H : LocalHorizonContext a s b r kappa}
    (c : LocalCut H) (x : ZMod 2) :
    apertureCount (extendCut c x) = apertureCount c + 1 := by
  unfold apertureCount
  omega
THEOREM extendContext_horizonRecord · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
@[simp] theorem extendContext_horizonRecord
    {a s b r : ℕ} {kappa : ℝ}
    (H : LocalHorizonContext a s b r kappa) :
    (extendContext H).horizonRecord = H.horizonRecord + 1 :=
  rfl
THEOREM movingStepHeat_extendCut · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
/-- Exact moving-cut heat: only the newly exposed bit is posted. -/
theorem movingStepHeat_extendCut {a s b r : ℕ} {kappa : ℝ}
    {H : LocalHorizonContext a s b r kappa}
    (c : LocalCut H) (x : ZMod 2) :
    movingStepHeat c (extendCut c x) = postedBitValue x := by
  unfold movingStepHeat
  rw [activeExteriorBits_extendCut]
  ring
THEOREM extendContext · IndisputableMonolith/Holography/MovingRecognitionHorizonCut.lean
/--
Extend a one-sided local-horizon context by one exterior aperture.  The new
one-sided law follows from the old one; the boost-rate model is unchanged.
-/
def extendContext {a s b r : ℕ} {kappa : ℝ}
    (H : LocalHorizonContext a s b r kappa) :
    LocalHorizonContext (a + 1) s b r kappa where
  horizonRecord := H.horizonRecord + 1
  oneSided := by
    have h := H.oneSided
    unfold HorizonSumsPerSide at h ⊢
    rw [margA_bits, margB_bits] at h ⊢
    omega
  rindler := H.rindler

What this page does not claim

The certificate does not provide a smooth interpolation between discrete cuts. It does not derive null covectors, Raychaudhuri, Ricci curvature, or a sourced field equation. It does not claim the moving-cut identities hold for arbitrary context changes beyond the single append move.

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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND