theorem
proved
electron_mass_derived
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Constants.ElectronMass on GitHub at line 50.
browse module
All declarations in this module, on Recognition.
explainer page
Derivations using this theorem
depends on
formal source
47
48 m_e = E_coh · φ^2. No free parameters — the rung r=2 comes from
49 the lepton sector's baseline in the cube geometry (Anchor.Integers). -/
50theorem electron_mass_derived :
51 0 < m_e_rs ∧ m_e_rs = E_coh * phi ^ 2 :=
52 ⟨m_e_pos, m_e_rs_eq⟩
53
54end ElectronMass
55end Constants
56end IndisputableMonolith