Encyclopedia Masses Masses Mass Genesis T10 Double Entry Mass Quantum Bridge Ledger Occupation Windo
ARTICLE 5 claims 5 theorems
Masses Mass Genesis T10 Double Entry Mass Quantum Bridge Ledger Occupation Windo
A single equation ties a particle's mass to how many times its ledger record is cut, and it is a theorem, not a guess.
The settlement load
In the Recognition Science account, the universe keeps a discrete record of events, a ledger, and the cost of recognizing a state is forced by a proved law. Within that framework, a particle's mass is read from a window of this ledger, an occupation window, which tracks how many units are present during each of eight phases of a recognition cycle. The declaration in question, ledgerOccupationWindow_settlementLoad_eq_cutCount, is a proved theorem stating that the settlement load of such a window, the quantity that becomes the particle's mass, is exactly equal to the number of times that window is cut, its cut count. In plainer terms: the mass of a particle is the count of ledger entries that are marked or cut within its occupation window.
The theorem relies on a prior result: the occupation window is two-valued, meaning each position in the window is either occupied or not, with no intermediate states, at unit amplitude. This two-valuedness is what makes the settlement load equal to the cut count, because each cut contributes exactly one unit of load. The declaration also shows that this cut count is always an even number, and that the ratio of settlement loads between any two such windows is at most four. These are structural facts about how masses can appear on the framework's ladder, not empirical measurements.
What the declaration does not claim is equally important. It does not say which specific particle masses match which windows; that comparison against measured values is a separate empirical check. It does not derive the numerical value of any particular mass, nor does it claim that all possible ledger windows correspond to real particles. It establishes a formal identity within the framework's model, a bridge between the abstract ledger and the mass readout, and it proves that this bridge is consistent: the canonical ledger occupation is inhabited and has settlement load 2, so the construction is not vacuous.
THEOREM ledgerOccupationWindow_settlementLoad_eq_cutCount · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
theorem ledgerOccupationWindow_settlementLoad_eq_cutCount
(octave : Q3SettledLedgerOctave) (phase : Fin 8) :
settlementLoad (ledgerOccupationWindow octave phase) =
(cutCount (ledgerOccupationWindow octave phase) : ℝ) := by
have := twoValuedOccupation_settlementLoad_eq_normSq_mul_cutCount
(1 : ℂ) _ (ledgerOccupationWindow_twoValued octave phase)
simpa [Complex.normSq_one] using this
THEOREM ledgerOccupationWindow_twoValued · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
/-- **R13.** The ledger occupation readout is two-valued at posting unit `1`. -/
theorem ledgerOccupationWindow_twoValued
(octave : Q3SettledLedgerOctave) (phase : Fin 8) :
TwoValuedOccupation 1 (ledgerOccupationWindow octave phase) := by
rw [ledgerOccupationWindow_eq_commitOccupation]
exact (commitOccupationWindow_booleanOccupation phase).twoValued
THEOREM ledgerOccupationWindow_cutCount_even · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
theorem ledgerOccupationWindow_cutCount_even
(octave : Q3SettledLedgerOctave) (phase : Fin 8) :
Even (cutCount (ledgerOccupationWindow octave phase)) :=
twoValuedOccupation_cutCount_even 1 _
(ledgerOccupationWindow_twoValued octave phase)
THEOREM ledgerOccupationWindow_mass_ratio_le_four · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
theorem ledgerOccupationWindow_mass_ratio_le_four
(octave₁ octave₂ : Q3SettledLedgerOctave) (phase₁ phase₂ : Fin 8)
(hpos₁ : settlementLoad (ledgerOccupationWindow octave₁ phase₁) ≠ 0)
(hpos₂ : settlementLoad (ledgerOccupationWindow octave₂ phase₂) ≠ 0) :
settlementLoad (ledgerOccupationWindow octave₁ phase₁) ≤
4 * settlementLoad (ledgerOccupationWindow octave₂ phase₂) :=
twoValuedOccupation_mass_ratio_le_four (1 : ℂ) (by norm_num)
_ _ (ledgerOccupationWindow_twoValued octave₁ phase₁)
(ledgerOccupationWindow_twoValued octave₂ phase₂) hpos₁ hpos₂
THEOREM canonicalLedgerOccupation_twoValued_load_two · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
/-- Non-vacuity: `Q3SettledLedgerOctave` is inhabited, and the canonical
octave's occupation is two-valued with settlement load 2. -/
theorem canonicalLedgerOccupation_twoValued_load_two (phase : Fin 8) :
TwoValuedOccupation 1
(ledgerOccupationWindow canonicalQ3SettledLedgerOctave phase) ∧
settlementLoad
(ledgerOccupationWindow canonicalQ3SettledLedgerOctave phase) = 2 := by
refine ⟨ledgerOccupationWindow_twoValued _ phase, ?_⟩
rw [ledgerOccupationWindow_eq_commitOccupation,
commitOccupationWindow_settlementLoad_eq_two]
What this page does not claim
This theorem does not identify any specific particle mass with a particular ledger window. It does not derive the numerical value of any measured mass from first principles. It does not claim that every possible ledger occupation window corresponds to a physically realized particle.
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/T10DoubleEntryMassQuantumBridge.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 cut count of a ledger window relate to the eight-tick recognition cycle?
- Which measured particle masses, if any, correspond to specific ledger occupation windows?
- What distinguishes a ledger window that corresponds to a real particle from one that does not?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM ledgerOccupationWindow_settlementLoad_eq_cutCount · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
theorem ledgerOccupationWindow_settlementLoad_eq_cutCount (octave : Q3SettledLedgerOctave) (phase : Fin 8) : settlementLoad (ledgerOccupationWindow octave phase) = (cutCount (ledgerOccupationWindow octave phase) : ℝ) := by have := twoValuedOccupation_settlementLoad_eq_normSq_mul_cutCount (1 : ℂ) _ (ledgerOccupationWindow_twoValued octave phase) simpa [Complex.normSq_one] using thisThe settlement load of a ledger occupation window is exactly equal to the number of times that window is cut. ledgerOccupationWindow_settlementLoad_eq_cutCount · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.leanTHEOREM ledgerOccupationWindow_twoValued · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
/-- **R13.** The ledger occupation readout is two-valued at posting unit `1`. -/ theorem ledgerOccupationWindow_twoValued (octave : Q3SettledLedgerOctave) (phase : Fin 8) : TwoValuedOccupation 1 (ledgerOccupationWindow octave phase) := by rw [ledgerOccupationWindow_eq_commitOccupation] exact (commitOccupationWindow_booleanOccupation phase).twoValuedThe occupation window is two-valued, meaning each position in the window is either occupied or not, with no intermediate states, at unit amplitude. ledgerOccupationWindow_twoValued · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.leanTHEOREM ledgerOccupationWindow_cutCount_even · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
theorem ledgerOccupationWindow_cutCount_even (octave : Q3SettledLedgerOctave) (phase : Fin 8) : Even (cutCount (ledgerOccupationWindow octave phase)) := twoValuedOccupation_cutCount_even 1 _ (ledgerOccupationWindow_twoValued octave phase)The cut count of a ledger occupation window is always an even number. ledgerOccupationWindow_cutCount_even · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.leanTHEOREM ledgerOccupationWindow_mass_ratio_le_four · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
theorem ledgerOccupationWindow_mass_ratio_le_four (octave₁ octave₂ : Q3SettledLedgerOctave) (phase₁ phase₂ : Fin 8) (hpos₁ : settlementLoad (ledgerOccupationWindow octave₁ phase₁) ≠ 0) (hpos₂ : settlementLoad (ledgerOccupationWindow octave₂ phase₂) ≠ 0) : settlementLoad (ledgerOccupationWindow octave₁ phase₁) ≤ 4 * settlementLoad (ledgerOccupationWindow octave₂ phase₂) := twoValuedOccupation_mass_ratio_le_four (1 : ℂ) (by norm_num) _ _ (ledgerOccupationWindow_twoValued octave₁ phase₁) (ledgerOccupationWindow_twoValued octave₂ phase₂) hpos₁ hpos₂The ratio of settlement loads between any two such windows is at most four. ledgerOccupationWindow_mass_ratio_le_four · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.leanTHEOREM canonicalLedgerOccupation_twoValued_load_two · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean
/-- Non-vacuity: `Q3SettledLedgerOctave` is inhabited, and the canonical octave's occupation is two-valued with settlement load 2. -/ theorem canonicalLedgerOccupation_twoValued_load_two (phase : Fin 8) : TwoValuedOccupation 1 (ledgerOccupationWindow canonicalQ3SettledLedgerOctave phase) ∧ settlementLoad (ledgerOccupationWindow canonicalQ3SettledLedgerOctave phase) = 2 := by refine ⟨ledgerOccupationWindow_twoValued _ phase, ?_⟩ rw [ledgerOccupationWindow_eq_commitOccupation, commitOccupationWindow_settlementLoad_eq_two]The canonical ledger occupation is inhabited and has settlement load 2, so the construction is not vacuous. canonicalLedgerOccupation_twoValued_load_two · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryMassQuantumBridge.lean