Encyclopedia Masses Masses Mass Genesis T10 Settlement Readout Image Gate
ARTICLE 3 claims 2 theorems 1 open
Masses Mass Genesis T10 Settlement Readout Image Gate
A machine-checked gate that proves a specific physical countermodel can never appear in any local measurement of a settled mass octave.
The readout gate
The T10 settlement readout image gate is a formal checkpoint in the Recognition Science framework's library of machine-checked theorems. It concerns recognition, the framework's term for a discrete record of events that reality keeps. The gate addresses a specific question: when a settled octave, a completed cycle of eight recognition ticks, is measured by a local readout, what class of result can that readout produce?
The answer is a sharp exclusion. The framework proves that every local settlement readout of a settled octave lands in the gap-one Rhat class, a specific equivalence class of two-phase modes. It also proves the complementary statement: the gap-two countermodel, a distinct two-phase mode, lies outside the image of every such readout on every settled octave. In plain terms, a particular alternative physical model, one that would produce a different measurement signature, is categorically ruled out by the framework's own definitions and proved laws.
This is the negative half of an admission gate for readout parents. The module does not derive that a specific physical photon state belongs to the image; it establishes what cannot belong. That distinction matters. The gate certifies that the gap-two countermodel cannot inhabit the image of any local settlement readout, while leaving open the positive question of which states do appear.
The gate is delivered as a certificate structure, a kernel-facing proof object that bundles the two theorems: image membership in gap-one and exclusion of gap-two. Both theorems are proved in the machine-checked library, meaning they are verified by the kernel's own rules with no unproved assumptions. The practical consequence is that any future physical readout parent, any model of how a measurement apparatus couples to a settled octave, must respect this boundary: if it is a local settlement readout, its image is confined to the gap-one class.
THEOREM localSettlementReadout_image_rhatClass_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean
/-- 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
/-- 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
What this page does not claim
This module does not prove that any specific physical state belongs to the readout image. The gate does not establish the physical recognition-to-linking bridge for three-dimensional space.
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:
- Which physical readout parents are admitted by the positive half of the gate?
- What distinguishes the gap-one and gap-two Rhat classes in physical terms?
- How does the readout image gate constrain the construction of future mass models?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM localSettlementReadout_image_rhatClass_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean
/-- 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 phaseThe framework proves that every local settlement readout of a settled octave lands in the gap-one Rhat class. localSettlementReadout_image_rhatClass_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.leanTHEOREM localSettlementReadout_image_rhatClass_ne_gapTwo · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean
/-- 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 phaseThe gap-two countermodel lies outside the image of every local settlement readout on every settled octave. localSettlementReadout_image_rhatClass_ne_gapTwo · IndisputableMonolith/Masses/MassGenesis/T10SettlementReadoutImageGate.lean- OPENThe gate does not derive that a specific physical photon state belongs to the image.