Encyclopedia Foundation Foundation Electron Mass From Phi Ladder Electron Muon Ratio Rs Pos
ARTICLE 3 claims 2 theorems 1 hypothesis
Foundation Electron Mass From Phi Ladder Electron Muon Ratio Rs Pos
A machine-checked theorem defines a framework-internal ratio between electron and muon masses, then honestly reports how far it sits from the measured value.
The electron-muon ratio
The electron and the muon are two of the charged leptons, the family of particles that also includes the tau. The muon is heavier than the electron: the measured ratio of their masses is 206.77. The question is whether that number has a simple origin.
In Recognition Science, the framework models particle masses as powers of the golden ratio phi, about 1.618, arranged on a ladder of integer rungs. The electron sits at rung 8, the muon at rung 14, a gap of 6 rungs. The framework's declaration electron_muon_ratio_RS_pos is a proved theorem stating that the ratio it defines, phi to the sixth power, is positive. A companion theorem pins its value between 17.9 and 18.0.
That value is far from the measured 206.77. The framework's own structural falsifier states the condition that would break the ladder: a precision measurement placing the electron-to-muon ratio outside any integer power of phi from phi^1 through phi^12 by more than about 0.118 on a log-mass scale. The current measured value sits between phi^11, about 199.0, and phi^12, about 321.8, with the nearest power phi^11 about 3.8 percent off.
What the declaration does not claim is that the framework has derived the true electron-muon mass ratio. It establishes an internal, structural quantity, a definitional choice within the framework's model, together with its positivity and numerical band. The dimensional bridge that would select the correct power of phi from the measured value is named as a follow-on problem, not solved here.
THEOREM electron_muon_ratio_RS_pos · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.lean
theorem electron_muon_ratio_RS_pos : 0 < electron_muon_ratio_RS :=
pow_pos phi_pos 6
THEOREM electron_muon_ratio_RS_band · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.lean
/-- Numerical band: `phi^6 ∈ (17.9, 18.0)`.
`phi^6 = (phi^3)^2 = (2 phi + 1)^2 = 4 phi^2 + 4 phi + 1
= 4(phi + 1) + 4 phi + 1 = 8 phi + 5`.
With `1.61 < phi < 1.62`, `17.88 < 8 phi + 5 < 17.96`. -/
theorem electron_muon_ratio_RS_band :
17.9 < electron_muon_ratio_RS ∧ electron_muon_ratio_RS < 18.0 := by
unfold electron_muon_ratio_RS
have h1 := phi_gt_onePointSixOne
have h2 := phi_lt_onePointSixTwo
have hsq := phi_sq_eq
have : phi ^ (6 : ℕ) = (phi ^ (3 : ℕ)) ^ 2 := by ring
rw [this]
have hcube : phi ^ (3 : ℕ) = phi * (phi + 1) := by
have : phi ^ (3 : ℕ) = phi * phi ^ 2 := by ring
rw [this, hsq]
rw [hcube]
refine ⟨?_, ?_⟩ <;> nlinarith [hsq]
HYPOTHESIS electron_muon_ratio_RS_pos · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.lean
theorem electron_muon_ratio_RS_pos : 0 < electron_muon_ratio_RS :=
pow_pos phi_pos 6
What this page does not claim
The framework has not derived the measured electron-muon mass ratio of 206.77. The declaration does not claim the phi^6 value is a prediction matching experiment. The framework's model does not yet identify the dimensional scale that connects its native units to conventional physics.
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/Foundation/ElectronMassFromPhiLadder.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 dimensional bridge selects the correct integer power of phi for the electron-muon mass ratio?
- How does the framework's ladder assign rungs to the other charged leptons and quarks?
- What empirical precision would be required to falsify the phi-ladder mass hypothesis?
- Does the framework's electron mass in coherence-energy units relate directly to any measurable quantity?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM electron_muon_ratio_RS_pos · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.lean
theorem electron_muon_ratio_RS_pos : 0 < electron_muon_ratio_RS := pow_pos phi_pos 6The framework's declaration electron_muon_ratio_RS_pos is a proved theorem stating that the ratio it defines, phi to the sixth power, is positive. electron_muon_ratio_RS_pos · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.leanTHEOREM electron_muon_ratio_RS_band · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.lean
/-- Numerical band: `phi^6 ∈ (17.9, 18.0)`. `phi^6 = (phi^3)^2 = (2 phi + 1)^2 = 4 phi^2 + 4 phi + 1 = 4(phi + 1) + 4 phi + 1 = 8 phi + 5`. With `1.61 < phi < 1.62`, `17.88 < 8 phi + 5 < 17.96`. -/ theorem electron_muon_ratio_RS_band : 17.9 < electron_muon_ratio_RS ∧ electron_muon_ratio_RS < 18.0 := by unfold electron_muon_ratio_RS have h1 := phi_gt_onePointSixOne have h2 := phi_lt_onePointSixTwo have hsq := phi_sq_eq have : phi ^ (6 : ℕ) = (phi ^ (3 : ℕ)) ^ 2 := by ring rw [this] have hcube : phi ^ (3 : ℕ) = phi * (phi + 1) := by have : phi ^ (3 : ℕ) = phi * phi ^ 2 := by ring rw [this, hsq] rw [hcube] refine ⟨?_, ?_⟩ <;> nlinarith [hsq]A companion theorem pins its value between 17.9 and 18.0. electron_muon_ratio_RS_band · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.leanHYPOTHESIS electron_muon_ratio_RS_pos · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.lean
theorem electron_muon_ratio_RS_pos : 0 < electron_muon_ratio_RS := pow_pos phi_pos 6The framework's own structural falsifier states the condition that would break the ladder: a precision measurement placing the electron-to-muon ratio outside any integer power of phi from phi^1 through phi^12 by more than about 0.118 on a log-mass scale. electron_muon_ratio_RS_pos · IndisputableMonolith/Foundation/ElectronMassFromPhiLadder.lean