Encyclopedia Masses Masses Mass Genesis T10 Double Entry Posting Wall Double Entry Excludes Measured
ARTICLE 4 claims 3 theorems 1 measured
Masses Mass Genesis T10 Double Entry Posting Wall Double Entry Excludes Measured
A machine-checked theorem shows that a simple bookkeeping rule for the universe's ledger cannot produce the measured mass ratio between the muon and the electron.
The wall against the muon
The muon is a heavier cousin of the electron, about 206.77 times more massive. In the Recognition Science framework, particle masses are modelled as a kind of bookkeeping load: a number assigned to a pattern of recognition events, where the framework's ledger, a discrete record of events, tracks changes tick by tick. The declaration doubleEntry_excludes_measured_muonElectron is a proved theorem stating that no two stable patterns obeying a strict double-entry posting rule can have a mass ratio equal to the measured muon-to-electron ratio.
The theorem rests on a simple counting argument. If each tick's posting changes occupancy by at most one unit, then the load at any single site is at most 8. A separate result forces any nonzero load to be at least 2, because integer postings summing to zero must have an even, positive total. Combining these bounds, the ratio of any two such loads cannot exceed 32. The measured ratio of about 206.77 exceeds 32 by a factor of 6.46, so the theorem rules it out entirely.
This is a negative result with a positive consequence. The framework's earlier, weaker bound allowed a ratio up to about 73.14, which left room for the muon. The double-entry rule tightens the ceiling to exactly 32, and the measured value falls far outside. The theorem does not explain why the muon has the mass it does; it shows that this particular bookkeeping model cannot account for it, and that any successful model must allow larger posting steps or a different structure.
The theorem's scope is precise. It applies only to patterns that are stable, closed, and obey the one-posting-per-tick rule, which the framework itself acknowledges is assumed, not derived. The result bounds a quantity the framework defines as rest mass, a modelling choice, not a proven physical identification. The theorem says nothing about other mass ratios, about the absolute masses, or about whether some other rule might reproduce the muon. It closes one door and leaves the search for the right ledger open.
THEOREM doubleEntry_excludes_measured_muonElectron · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- **The instantiated refutation, tighter than the phased-posting one.** No two
double-entry settled stable patterns on `Fin 8` can stand in the measured
muon-to-electron mass ratio, which exceeds 32 by a factor of 6.46. -/
theorem doubleEntry_excludes_measured_muonElectron {ψ χ : LightPattern (Fin 8)}
(hsψ : StableClosedLightPattern ψ) (hsχ : StableClosedLightPattern χ)
(hdψ : DoubleEntrySettledPattern ψ) (hdχ : DoubleEntrySettledPattern χ) :
restMass ψ ≠ measuredMuonElectronMassRatio * restMass χ := by
intro hEq
have hle := doubleEntry_restMass_ratio_le hsψ hsχ hdψ hdχ
have hpos : 0 < restMass χ := by
rw [restMass_eq_integratedMeaningLoad_of_stable χ hsχ]
have := doubleEntry_integratedLoad_ge_two hdχ hsχ.2.1
linarith
rw [hEq] at hle
have hr : (32 : ℝ) < measuredMuonElectronMassRatio := by
unfold measuredMuonElectronMassRatio; norm_num
nlinarith [hle, hpos, hr]
THEOREM doubleEntry_restMass_ratio_le · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- **The double-entry mass ratio wall.** Deriving the posting alphabet instead of
assuming it tightens the ceiling from `512/7 ≈ 73.14` to exactly `32`. -/
theorem doubleEntry_restMass_ratio_le {ψ χ : LightPattern (Fin 8)}
(hsψ : StableClosedLightPattern ψ) (hsχ : StableClosedLightPattern χ)
(hdψ : DoubleEntrySettledPattern ψ) (hdχ : DoubleEntrySettledPattern χ) :
restMass ψ ≤ 32 * restMass χ := by
rw [restMass_eq_integratedMeaningLoad_of_stable ψ hsψ,
restMass_eq_integratedMeaningLoad_of_stable χ hsχ]
have hup : integratedMeaningLoad ψ ≤ 64 := doubleEntry_integratedLoad_le_sixtyFour hdψ
have hlo : 2 ≤ integratedMeaningLoad χ := doubleEntry_integratedLoad_ge_two hdχ hsχ.2.1
nlinarith [hup, hlo]
MEASURED doubleEntry_excludes_measured_muonElectron · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- **The instantiated refutation, tighter than the phased-posting one.** No two
double-entry settled stable patterns on `Fin 8` can stand in the measured
muon-to-electron mass ratio, which exceeds 32 by a factor of 6.46. -/
theorem doubleEntry_excludes_measured_muonElectron {ψ χ : LightPattern (Fin 8)}
(hsψ : StableClosedLightPattern ψ) (hsχ : StableClosedLightPattern χ)
(hdψ : DoubleEntrySettledPattern ψ) (hdχ : DoubleEntrySettledPattern χ) :
restMass ψ ≠ measuredMuonElectronMassRatio * restMass χ := by
intro hEq
have hle := doubleEntry_restMass_ratio_le hsψ hsχ hdψ hdχ
have hpos : 0 < restMass χ := by
rw [restMass_eq_integratedMeaningLoad_of_stable χ hsχ]
have := doubleEntry_integratedLoad_ge_two hdχ hsχ.2.1
linarith
rw [hEq] at hle
have hr : (32 : ℝ) < measuredMuonElectronMassRatio := by
unfold measuredMuonElectronMassRatio; norm_num
nlinarith [hle, hpos, hr]
THEOREM doubleEntry_ceiling_lt_phasedPosting_ceiling · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- The tightening is a checked fact, not a remark: `32 < 512/7`. -/
theorem doubleEntry_ceiling_lt_phasedPosting_ceiling : (32 : ℝ) < 512 / 7 := by norm_num
What this page does not claim
The theorem does not prove that the muon mass cannot exist, only that this specific double-entry model cannot produce it. The theorem does not derive the measured value of the muon-to-electron ratio. The one-posting-per-tick premise is assumed, not proven, and the result depends on it.
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/T10DoubleEntryPostingWall.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 posting rule, if any, can produce a mass ratio near 206.77?
- Is the one-posting-per-tick assumption derivable from deeper principles or must it remain an axiom?
- How does the double-entry wall compare with other failed attempts to derive the muon mass?
- What would a successful derivation of the muon-to-electron ratio require beyond the current framework?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM doubleEntry_excludes_measured_muonElectron · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- **The instantiated refutation, tighter than the phased-posting one.** No two double-entry settled stable patterns on `Fin 8` can stand in the measured muon-to-electron mass ratio, which exceeds 32 by a factor of 6.46. -/ theorem doubleEntry_excludes_measured_muonElectron {ψ χ : LightPattern (Fin 8)} (hsψ : StableClosedLightPattern ψ) (hsχ : StableClosedLightPattern χ) (hdψ : DoubleEntrySettledPattern ψ) (hdχ : DoubleEntrySettledPattern χ) : restMass ψ ≠ measuredMuonElectronMassRatio * restMass χ := by intro hEq have hle := doubleEntry_restMass_ratio_le hsψ hsχ hdψ hdχ have hpos : 0 < restMass χ := by rw [restMass_eq_integratedMeaningLoad_of_stable χ hsχ] have := doubleEntry_integratedLoad_ge_two hdχ hsχ.2.1 linarith rw [hEq] at hle have hr : (32 : ℝ) < measuredMuonElectronMassRatio := by unfold measuredMuonElectronMassRatio; norm_num nlinarith [hle, hpos, hr]The declaration doubleEntry_excludes_measured_muonElectron is a proved theorem stating that no two stable patterns obeying a strict double-entry posting rule can have a mass ratio equal to the measured muon-to-electron ratio. doubleEntry_excludes_measured_muonElectron · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.leanTHEOREM doubleEntry_restMass_ratio_le · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- **The double-entry mass ratio wall.** Deriving the posting alphabet instead of assuming it tightens the ceiling from `512/7 ≈ 73.14` to exactly `32`. -/ theorem doubleEntry_restMass_ratio_le {ψ χ : LightPattern (Fin 8)} (hsψ : StableClosedLightPattern ψ) (hsχ : StableClosedLightPattern χ) (hdψ : DoubleEntrySettledPattern ψ) (hdχ : DoubleEntrySettledPattern χ) : restMass ψ ≤ 32 * restMass χ := by rw [restMass_eq_integratedMeaningLoad_of_stable ψ hsψ, restMass_eq_integratedMeaningLoad_of_stable χ hsχ] have hup : integratedMeaningLoad ψ ≤ 64 := doubleEntry_integratedLoad_le_sixtyFour hdψ have hlo : 2 ≤ integratedMeaningLoad χ := doubleEntry_integratedLoad_ge_two hdχ hsχ.2.1 nlinarith [hup, hlo]Combining these bounds, the ratio of any two such loads cannot exceed 32. doubleEntry_restMass_ratio_le · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.leanMEASURED doubleEntry_excludes_measured_muonElectron · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- **The instantiated refutation, tighter than the phased-posting one.** No two double-entry settled stable patterns on `Fin 8` can stand in the measured muon-to-electron mass ratio, which exceeds 32 by a factor of 6.46. -/ theorem doubleEntry_excludes_measured_muonElectron {ψ χ : LightPattern (Fin 8)} (hsψ : StableClosedLightPattern ψ) (hsχ : StableClosedLightPattern χ) (hdψ : DoubleEntrySettledPattern ψ) (hdχ : DoubleEntrySettledPattern χ) : restMass ψ ≠ measuredMuonElectronMassRatio * restMass χ := by intro hEq have hle := doubleEntry_restMass_ratio_le hsψ hsχ hdψ hdχ have hpos : 0 < restMass χ := by rw [restMass_eq_integratedMeaningLoad_of_stable χ hsχ] have := doubleEntry_integratedLoad_ge_two hdχ hsχ.2.1 linarith rw [hEq] at hle have hr : (32 : ℝ) < measuredMuonElectronMassRatio := by unfold measuredMuonElectronMassRatio; norm_num nlinarith [hle, hpos, hr]The measured ratio of about 206.77 exceeds 32 by a factor of 6.46, so the theorem rules it out entirely. doubleEntry_excludes_measured_muonElectron · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.leanTHEOREM doubleEntry_ceiling_lt_phasedPosting_ceiling · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean
/-- The tightening is a checked fact, not a remark: `32 < 512/7`. -/ theorem doubleEntry_ceiling_lt_phasedPosting_ceiling : (32 : ℝ) < 512 / 7 := by norm_numThe framework's earlier, weaker bound allowed a ratio up to about 73.14, which left room for the muon. doubleEntry_ceiling_lt_phasedPosting_ceiling · IndisputableMonolith/Masses/MassGenesis/T10DoubleEntryPostingWall.lean