pith. machine review for the scientific record. sign in
theorem

electron_mass_derived

proved
show as:
view math explainer →
module
IndisputableMonolith.Constants.ElectronMass
domain
Constants
line
50 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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