Encyclopedia Masses Masses Smverification Muon Rung Minus Electron Rung
ARTICLE 3 claims 2 theorems 1 measured
Masses Smverification Muon Rung Minus Electron Rung
The muon weighs about 207 times the electron; Recognition Science derives that the gap between them is exactly 11 steps on a phi-powered ladder.
The muon-electron gap
The muon is a heavier cousin of the electron, roughly 207 times as massive. In the Recognition Science framework, a discrete record of events, particle masses sit on a ladder whose rungs are powers of the golden ratio phi. The declaration muon_rung_minus_electron_rung proves that the muon sits exactly 11 rungs above the electron on this ladder. This is a formal theorem, checked by a machine, with no free parameters in the derivation.
The mass law in the framework is m(particle) = yardstick(Sector) × phi^(r - 8 + gap(Z)), where the yardstick, rung r, and charge-dependent gap Z come from cube geometry and wallpaper groups. The theorem states r_lepton "mu" - r_lepton "e" = 11. This means the predicted mass ratio between the muon and electron is phi^11, about 199.0. The measured PDG 2024 ratio is about 206.8, an agreement to roughly 4 percent.
This is a structural claim about the framework's internal ladder, not a derivation of the measured masses themselves. The comparison against experimental values is an empirical check, documented as a hypothesis, not a theorem. The framework's library proves the positivity of all fermion masses and the phi-scaling law, but the numerical agreement with PDG values is stated as a hypothesis with documented experimental values, not as a proved result.
What the theorem does not claim: it does not predict the absolute masses of the muon or electron, only their ratio on the ladder. It does not claim that the 11-rung gap is the cause of the observed mass difference; it derives the gap from the framework's geometry and then compares it with experiment. The tauon, the third charged lepton, sits 17 rungs above the electron, giving a predicted ratio of phi^17, about 3571, against the measured 3477.
THEOREM muon_rung_minus_electron_rung · IndisputableMonolith/Masses/SMVerification.lean
theorem muon_rung_minus_electron_rung :
r_lepton "mu" - r_lepton "e" = 11 := by
simp only [r_lepton, tau, Anchor.E_passive, passive_field_edges,
cube_edges, active_edges_per_tick, D, wallpaper_groups]
norm_num
THEOREM muon_rung_minus_electron_rung · IndisputableMonolith/Masses/SMVerification.lean
theorem muon_rung_minus_electron_rung :
r_lepton "mu" - r_lepton "e" = 11 := by
simp only [r_lepton, tau, Anchor.E_passive, passive_field_edges,
cube_edges, active_edges_per_tick, D, wallpaper_groups]
norm_num
MEASURED pdg_mu_e_ratio_approx · IndisputableMonolith/Masses/SMVerification.lean
theorem pdg_mu_e_ratio_approx : abs (pdg_mu_e_ratio - 206.8) < 1 := by
simp only [pdg_mu_e_ratio, pdg_muon_MeV, pdg_electron_MeV]
norm_num
What this page does not claim
This does not derive the absolute masses of the muon or electron. This does not prove the numerical agreement with PDG values; that remains an empirical hypothesis. This does not explain why the mass ladder has this particular rung spacing.
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/SMVerification.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 determines the rung number for each fermion species?
- Why do quark mass ratios require gap corrections while lepton ratios do not?
- What is the physical meaning of the yardstick constant E_coh?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM muon_rung_minus_electron_rung · IndisputableMonolith/Masses/SMVerification.lean
theorem muon_rung_minus_electron_rung : r_lepton "mu" - r_lepton "e" = 11 := by simp only [r_lepton, tau, Anchor.E_passive, passive_field_edges, cube_edges, active_edges_per_tick, D, wallpaper_groups] norm_numThe muon sits exactly 11 rungs above the electron on the framework's mass ladder. muon_rung_minus_electron_rung · IndisputableMonolith/Masses/SMVerification.leanTHEOREM muon_rung_minus_electron_rung · IndisputableMonolith/Masses/SMVerification.lean
theorem muon_rung_minus_electron_rung : r_lepton "mu" - r_lepton "e" = 11 := by simp only [r_lepton, tau, Anchor.E_passive, passive_field_edges, cube_edges, active_edges_per_tick, D, wallpaper_groups] norm_numThe predicted mass ratio between the muon and electron is phi^11, about 199.0. muon_rung_minus_electron_rung · IndisputableMonolith/Masses/SMVerification.leanMEASURED pdg_mu_e_ratio_approx · IndisputableMonolith/Masses/SMVerification.lean
theorem pdg_mu_e_ratio_approx : abs (pdg_mu_e_ratio - 206.8) < 1 := by simp only [pdg_mu_e_ratio, pdg_muon_MeV, pdg_electron_MeV] norm_numThe measured PDG 2024 ratio is about 206.8, an agreement to roughly 4 percent. pdg_mu_e_ratio_approx · IndisputableMonolith/Masses/SMVerification.lean