Electron Mass on the Phi-Ladder
m_e is forced at rung 27 of the phi-ladder with proved positivity
m_e is forced at rung 27 of the phi-ladder with proved positivity. Electron mass in RS units: E_coh · φ^2. Uses r_lepton "e" = 2 from Anchor.
Predictions
| Quantity | Predicted | Units | Empirical | Source |
|---|---|---|---|---|
| electron mass | rung-anchored phi expression |
MeV/c^2 | 0.51099895069 MeV/c^2 |
CODATA 2022 |
Equations
[ m_e=m_0,\varphi^{r_e-8+\mathrm{gap}(1)} ]
Electron mass rung form.
Derivation chain (Lean anchors)
Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.
-
1 m_e definition def checked
IndisputableMonolith.Constants.ElectronMass.m_e_rsOpen theorem → -
2 m_e positive theorem checked
IndisputableMonolith.Constants.ElectronMass.m_e_posOpen theorem → -
3 m_e derived theorem checked
IndisputableMonolith.Constants.ElectronMass.electron_mass_derivedOpen theorem → -
4 m_e equals canonical form theorem checked
IndisputableMonolith.Constants.ElectronMass.m_e_rs_eqOpen theorem →
Narrative
1. Setting
The electron is the cleanest charged-lepton mass anchor. RS assigns it to a specific phi-ladder rung and proves positivity and equality to the canonical expression in Lean.
2. Equations
(E1)
$$ m_e=m_0,\varphi^{r_e-8+\mathrm{gap}(1)} $$
Electron mass rung form.
3. Prediction or structural target
- electron mass: predicted rung-anchored phi expression (MeV/c^2); empirical 0.51099895069 MeV/c^2. Source: CODATA 2022
This entry is one of the marquee derivations. The numerical or formal target is explicit, and the falsifier identifies the failure mode.
4. Formal anchor
The primary anchor is Constants.ElectronMass..m_e_rs.
Uses r_lepton "e" = 2 from Anchor. -/
noncomputable def m_e_rs : ℝ := Anchor.E_coh * phi ^ (r_lepton "e")
/-- m_e_rs = E_coh · φ^2. -/
theorem m_e_rs_eq : m_e_rs = E_coh * phi ^ 2 := by
simp only [m_e_rs, r_lepton_values]
rfl
/-- m_e > 0. -/
theorem m_e_pos : 0 < m_e_rs := by
5. What is inside the Lean module
Key theorems:
m_e_rs_eqm_e_poselectron_mass_derived
Key definitions:
m_e_rs
6. Derivation chain
m_e_rs- m_e definitionm_e_pos- m_e positiveelectron_mass_derived- m_e derivedm_e_rs_eq- m_e equals canonical form
7. Falsifier
A revised electron mass outside the RS rung assignment, after CODATA calibration, refutes the electron-mass derivation.
8. Where this derivation stops
Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.
9. Reading note
The minimal way to audit this page is to open the first Lean anchor and then walk the supporting declarations listed above. If the primary theorem is a module-level anchor, the key theorems section names the internal declarations that carry the mathematical load. This keeps the public derivation readable without severing it from the proof object.
10. Audit path
To audit electron-mass-from-rs, start with the primary Lean anchor Constants.ElectronMass.m_e_rs. Then inspect the theorem names listed in the module-content section. The page is intentionally built so the public explanation is not a substitute for the proof object; it is a map into it. The mathematical dependency is the same in every case: reciprocal cost fixes J, J fixes the phi-ladder, the eight-tick cycle fixes the recognition clock, and the domain theorem listed above supplies the last step. If that last step is empirical, the falsifier section names what observation would break it. If that last step is formal, a Lean-checkable counterexample is the relevant failure mode.
11. Why this belongs in the derivations corpus
The corpus is organized around load-bearing consequences, not around file names. This entry is included because Constants.ElectronMass contributes a reusable theorem or definitional bridge that other pages can cite. Keeping the page public gives readers a stable URL, a JSON record, and a direct path into the Lean theorem page. If the entry becomes redundant with a stronger derivation later, the current slug should be retired rather than silently rewritten; the replacement should absorb its anchors and preserve the audit history.
Falsifier
A revised electron mass outside the RS rung assignment, after CODATA calibration, refutes the electron-mass derivation.
References
-
lean
Recognition Science Lean library (IndisputableMonolith)
https://github.com/jonwashburn/shape-of-logic
Public Lean 4 canon used by Pith theorem pages. -
paper
Uniqueness of the Canonical Reciprocal Cost
Peer-reviewed paper anchoring the J-cost uniqueness theorem. -
standard
CODATA/NIST electron mass
https://physics.nist.gov/cgi-bin/cuu/Value?me
How to cite this derivation
- Stable URL:
https://pith.science/derivations/electron-mass-from-rs - Version: 5
- Published: 2026-05-14
- Updated: 2026-05-14
- JSON:
https://pith.science/derivations/electron-mass-from-rs.json - YAML source:
pith/derivations/registry/bulk/electron-mass-from-rs.yaml
@misc{pith-electron-mass-from-rs,
title = "Electron Mass on the Phi-Ladder",
author = "Recognition Physics Institute",
year = "2026",
url = "https://pith.science/derivations/electron-mass-from-rs",
note = "Pith Derivations, version 5"
}