Pith. sign in
module module moderate

IndisputableMonolith.Verification.MassComparison

show as:
view Lean formalization →

Verification module that records PDG-style experimental rest masses and one-sigma uncertainties for the charged leptons and light quarks. Downstream mass-ladder checks cite these constants when comparing Recognition Science predictions to data. The file is pure data definitions; no theorems are proved here.

claimFixed experimental anchors $m_e^{\mathrm{exp}}$, $m_\mu^{\mathrm{exp}}$, $m_\tau^{\mathrm{exp}}$ and $m_u^{\mathrm{exp}}$, $m_d^{\mathrm{exp}}$, $m_s^{\mathrm{exp}}$ (MeV), each paired with a one-sigma uncertainty $\sigma$, for use in RS mass-ladder residual checks.

background

Recognition Science places particle masses on a $\varphi$-ladder: a yardstick times $\varphi^{r_{\mathrm{ung}}-8+\mathrm{gap}(Z)}$. The Model-layer module Masses.Anchor centralises the parameter-free derived constants; nothing there claims experimental agreement. This Verification module supplies the complementary experimental side.

It imports RS constants ($\tau_0=1$ tick), rigorous interval bounds on $\varphi=(1+\sqrt{5})/2$, and the T10 lepton-generation definitions that separate mass-ladder data from theorems. The sibling constants are the usual PDG central values and sigmas (electron example: $0.51099895069(16)$ MeV), stored as plain Real literals for residual and band comparisons.

proof idea

This is a definition module, no proofs. It declares experimental mass and uncertainty constants for $e,\mu,\tau$ and $u,d,s$ as concrete real values. Structure is data-only: named m_*_exp / m_*_exp_sigma bindings with no tactic or term proofs.

why it matters in Recognition Science

Closes the data half of the mass-comparison loop against the first-principles ladder in Masses.Anchor and the T10 lepton-generation defs. Without fixed experimental anchors, residual theorems cannot state numerical agreement bands. No downstream edges are recorded yet in the graph; the intended consumers are verification lemmas that bound $|m_{\mathrm{RS}}-m^{\mathrm{exp}}|/\sigma$. Ties to the primer mass formula (yardstick $\times\varphi^{r-8+\mathrm{gap}(Z)}$) and to $\varphi$ bounds used when converting ladder exponents into MeV.

scope and limits

depends on (4)

Lean names referenced from this declaration's body.

declarations in this module (42)