Encyclopedia Masses Masses Mass Genesis T10 Settlement Readout Image Gate Local Settlement Readout I

ARTICLE 3 claims 3 theorems

Masses Mass Genesis T10 Settlement Readout Image Gate Local Settlement Readout I

A machine-checked theorem freezes a discrimination test: every local readout of a settled octave lands in one class, and a rival model is provably excluded.

The readout gate

A ledger, a discrete record of events, can be read out in many ways. The Recognition Science framework proves a strong restriction on those readings. The declaration localSettlementReadout_image_rhatClass_eq_gapOne establishes that any local settlement readout, a reading that uses only nearby entries of the record, applied to a settled octave, always lands in the gap-one Rhat class. This is a proved theorem in the framework's machine-checked library of formal theorems, not a definition or a choice.

The theorem's content is a classification. A settled octave is a completed block of eight ticks, the framework's basic recognition cycle. The readout produces a two-phase mode, a pattern of two alternating amplitudes. The theorem says that pattern always falls into the gap-one class, one of the two possible classes. The companion theorem localSettlementReadout_image_rhatClass_ne_gapTwo proves the other class, gap-two, is never reached. Together they form a gate: the image of every local readout on every settled octave is exactly the gap-one class.

The gate's purpose is discrimination. The framework banks a countermodel, a hypothetical physical photon state that would behave like gap-two. The two theorems together prove that no local readout of a settled octave can produce that countermodel. This is the negative half of an admission gate: it excludes a rival, but it does not by itself admit the intended physical state. The docstring states plainly that the theorem does not derive that the physical photon state's window belongs to the image. That positive half remains a separate, open question.

In plain terms, the framework has proved a boundary on what its own readout procedures can see. Any local reading of a completed cycle is provably confined to one class, and the competing class is provably outside the image. This is a sharp, kernel-checked result about the framework's internal structure. It does not claim to identify which physical state is realized, only to rule out one specific rival from a defined class of readouts.

THEOREM localSettlementReadout_image_rhatClass_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean
localSettlementReadout_image_rhatClass_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean:21
/-- Every local settlement readout of a settled octave lies in the gap-one
Rhat class. -/
theorem localSettlementReadout_image_rhatClass_eq_gapOne
    (octave : Q3SettledLedgerOctave)
    (L : LocalSettlementReadout)
    (phase : Fin 8) :
    Quotient.mk rhatOrbitSetoid
        (fun t =>
          L.amplitude (ledgerOccupationWindow octave phase t)
            (ledgerOccupationWindow octave phase (t - 1))) =
      Quotient.mk rhatOrbitSetoid gapOneTwoPhaseMode := by
  rw [settledLedger_settlement_law]
  exact commitSettlementWindow_rhatClass_eq_gapOne phase
THEOREM localSettlementReadout_image_rhatClass_ne_gapTwo · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean
localSettlementReadout_image_rhatClass_ne_gapTwo · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean:35
/-- The gap-two countermodel is outside the image of every local settlement
readout on every settled octave. -/
theorem localSettlementReadout_image_rhatClass_ne_gapTwo
    (octave : Q3SettledLedgerOctave)
    (L : LocalSettlementReadout)
    (phase : Fin 8) :
    Quotient.mk rhatOrbitSetoid
        (fun t =>
          L.amplitude (ledgerOccupationWindow octave phase t)
            (ledgerOccupationWindow octave phase (t - 1))) ≠
      Quotient.mk rhatOrbitSetoid gapTwoTwoPhaseMode := by
  rw [settledLedger_settlement_law]
  exact commitSettlementWindow_rhatClass_ne_gapTwo phase
THEOREM localSettlementReadout_image_rhatClass_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean
localSettlementReadout_image_rhatClass_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean:21
/-- Every local settlement readout of a settled octave lies in the gap-one
Rhat class. -/
theorem localSettlementReadout_image_rhatClass_eq_gapOne
    (octave : Q3SettledLedgerOctave)
    (L : LocalSettlementReadout)
    (phase : Fin 8) :
    Quotient.mk rhatOrbitSetoid
        (fun t =>
          L.amplitude (ledgerOccupationWindow octave phase t)
            (ledgerOccupationWindow octave phase (t - 1))) =
      Quotient.mk rhatOrbitSetoid gapOneTwoPhaseMode := by
  rw [settledLedger_settlement_law]
  exact commitSettlementWindow_rhatClass_eq_gapOne phase

What this page does not claim

This answer does not claim that any physical photon state is realized, only that a rival model is excluded. This answer does not claim that the positive half of the admission gate is proved; it remains open.

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/Masses/MassGenesis/T10SettlementReadoutImageGate.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