Encyclopedia Masses Masses Mass Genesis T10 Settled Origin Decision Carried Settled Origin Final For
ARTICLE 4 claims 4 theorems
Masses Mass Genesis T10 Settled Origin Decision Carried Settled Origin Final For
A formal decision in a mass-generation framework pins the starting point of matter's internal clock to a specific phase, and openly declines to name that phase from scratch.
The carried origin
In the Recognition Science framework, the origin of a system's internal clock is a concrete mathematical object. The declaration carriedSettledOriginFinalForm establishes a final decision about how that origin is fixed. It states, as a proved theorem, that every settled legal octave, a unit of recognition structure, has its initial parity phase equal to zero. This is not a convention or a choice; it is a forced consequence of the framework's earlier results. The declaration also proves that this phase-zero origin commits the settlement window to a specific mode, called gap-one, which is a fixed property of the structure.
The key word in this declaration is "carried." The origin is not defined in isolation, by some absolute observer-free rule. Instead, it is defined relative to the carried indexing of the settled octave. Think of a train's timetable: the times only make sense relative to the station where the train started. The framework searched for a law that would reindex the origin without reference to any observer, but found no kernel-checked theorem that could do so. Branch B, the carried origin, was therefore accepted as the final form. This is a deliberate limitation, not a failure.
What the declaration does not claim is equally important. It does not claim to provide an absolute, observer-free name for the phase. The uniqueness and anchor support it provides are explicitly stated to be relative to the carried run origin. The framework's own documentation says that "absolute observer-free phase naming remains outside the closed claim." This means the declaration settles the origin for all practical, structural purposes within the framework, but it leaves open the deeper question of whether a truly absolute origin could ever be defined. The proof is complete for what it covers, and honest about what it does not.
THEOREM settledOrigin_is_phaseZero · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
/-- Every settled legal octave's own origin reads phase zero. -/
theorem settledOrigin_is_phaseZero
(octave : Q3SettledLedgerOctave) :
q3PhaseOfLedgerParity octave.initial = 0 :=
settledOctave_initial_phase_zero octave
THEOREM settledOrigin_commitSettlement_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
/-- Relative to the carried origin, the run-origin commitment settles exactly
gap-one. -/
theorem settledOrigin_commitSettlement_eq_gapOne
(octave : Q3SettledLedgerOctave) :
commitSettlementWindow (q3PhaseOfLedgerParity octave.initial) =
gapOneTwoPhaseMode := by
rw [settledOrigin_is_phaseZero octave,
commitSettlementWindow_zero_eq_gapOne]
THEOREM t10SettledOriginDecisionCert · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
theorem t10SettledOriginDecisionCert :
T10SettledOriginDecisionCert where
branch_b_accepted := carriedSettledOriginFinalForm
origin_phase_zero := settledOrigin_is_phaseZero
origin_settlement_gap_one :=
settledOrigin_commitSettlement_eq_gapOne
THEOREM CarriedSettledOriginFinalForm · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
/-- The final T10 origin claim for matter rigidity: anchor position is fixed
relative to the carried settled-octave indexing. This is Branch B of the
forced-matter closure plan. -/
structure CarriedSettledOriginFinalForm : Prop where
every_settled_octave_origin_phase_zero :
∀ octave : Q3SettledLedgerOctave,
q3PhaseOfLedgerParity octave.initial = 0
run_origin_settlement_is_gap_one :
∀ octave : Q3SettledLedgerOctave,
commitSettlementWindow (q3PhaseOfLedgerParity octave.initial) =
gapOneTwoPhaseMode
claim_scope :
-- Uniqueness/anchor claims using this form are relative to the carried
-- clock, not absolute observer-free phase naming.
True
What this page does not claim
The declaration does not prove that an absolute, observer-free origin exists. The declaration does not assign a specific numerical value to the phase beyond zero. The declaration does not establish the origin for octaves that are not settled.
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/T10SettledOriginDecision.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:
- What would an observer-free reindexing law look like, and why does the framework's search for one fail?
- How does the carried origin of a settled octave connect to the physical masses the framework aims to derive?
- Does the gap-one settlement mode have any observable consequence in the framework's model of matter?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM settledOrigin_is_phaseZero · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
/-- Every settled legal octave's own origin reads phase zero. -/ theorem settledOrigin_is_phaseZero (octave : Q3SettledLedgerOctave) : q3PhaseOfLedgerParity octave.initial = 0 := settledOctave_initial_phase_zero octaveevery settled legal octave, a unit of recognition structure, has its initial parity phase equal to zero settledOrigin_is_phaseZero · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.leanTHEOREM settledOrigin_commitSettlement_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
/-- Relative to the carried origin, the run-origin commitment settles exactly gap-one. -/ theorem settledOrigin_commitSettlement_eq_gapOne (octave : Q3SettledLedgerOctave) : commitSettlementWindow (q3PhaseOfLedgerParity octave.initial) = gapOneTwoPhaseMode := by rw [settledOrigin_is_phaseZero octave, commitSettlementWindow_zero_eq_gapOne]this phase-zero origin commits the settlement window to a specific mode, called gap-one settledOrigin_commitSettlement_eq_gapOne · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.leanTHEOREM t10SettledOriginDecisionCert · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
theorem t10SettledOriginDecisionCert : T10SettledOriginDecisionCert where branch_b_accepted := carriedSettledOriginFinalForm origin_phase_zero := settledOrigin_is_phaseZero origin_settlement_gap_one := settledOrigin_commitSettlement_eq_gapOneThe framework searched for a law that would reindex the origin without reference to any observer, but found no kernel-checked theorem that could do so. t10SettledOriginDecisionCert · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.leanTHEOREM CarriedSettledOriginFinalForm · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean
/-- The final T10 origin claim for matter rigidity: anchor position is fixed relative to the carried settled-octave indexing. This is Branch B of the forced-matter closure plan. -/ structure CarriedSettledOriginFinalForm : Prop where every_settled_octave_origin_phase_zero : ∀ octave : Q3SettledLedgerOctave, q3PhaseOfLedgerParity octave.initial = 0 run_origin_settlement_is_gap_one : ∀ octave : Q3SettledLedgerOctave, commitSettlementWindow (q3PhaseOfLedgerParity octave.initial) = gapOneTwoPhaseMode claim_scope : -- Uniqueness/anchor claims using this form are relative to the carried -- clock, not absolute observer-free phase naming. TrueIt does not claim to provide an absolute, observer-free name for the phase. CarriedSettledOriginFinalForm · IndisputableMonolith/Masses/MassGenesis/T10SettledOriginDecision.lean