IndisputableMonolith.Masses.SMVerification
This module verifies Standard Model fermion masses by applying the Recognition Science master mass law to explicit particle definitions. Particle physicists checking consistency between observed masses and the phi-ladder would reference it. The module consists of type definitions for fermions together with concrete rung and mass calculations for the electron, muon, tau, and selected quarks.
claimFermion types with sector, rung, charge, and Z assignments; masses given by $m = y \cdot \phi^{r-8+g(Z)}$ where $y$ is the sector yardstick, $r$ the rung, and $g(Z)$ the gap function, for the electron, muon, tauon, up, charm, and top.
background
The module imports the Master Mass Law, whose doc-comment states that every stable recognition state occupies a rung on the φ-ladder and that mass is proportional to coherence energy scaled by sector yardstick and rung position. It introduces sibling definitions Fermion, fermionSector, fermionRung, fermionCharge, fermionZ, and fermionMass that specialize the general law to the Standard Model. These sit inside the Masses domain and rely on the phi-ladder structure supplied by the upstream MassLaw module.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
The module supplies the concrete SM fermion instances required by the Recognition Science mass framework. It connects the abstract mass law (from the imported MassLaw module) to the six fermions whose masses are computed via the phi-ladder formula. No downstream declarations are listed, indicating the verification stands as a terminal check within the Masses domain.
scope and limits
- Does not derive masses for bosons or beyond-Standard-Model states.
- Does not prove numerical agreement with experimental values beyond the listed fermions.
- Does not address the full forcing chain or Recognition Composition Law.
- Does not contain any theorem statements or sorry placeholders.
depends on (1)
declarations in this module (27)
-
inductive
Fermion -
def
fermionSector -
def
fermionRung -
def
fermionCharge -
def
fermionZ -
def
fermionMass -
theorem
electron_mass_pos -
theorem
muon_mass_pos -
theorem
tauon_mass_pos -
theorem
up_mass_pos -
theorem
charm_mass_pos -
theorem
top_mass_pos -
theorem
down_mass_pos -
theorem
strange_mass_pos -
theorem
bottom_mass_pos -
theorem
all_fermion_masses_pos -
theorem
muon_rung_minus_electron_rung -
theorem
tauon_rung_minus_electron_rung -
def
pdg_electron_MeV -
def
pdg_muon_MeV -
def
pdg_tauon_MeV -
def
pdg_mu_e_ratio -
theorem
pdg_mu_e_ratio_approx -
theorem
fermion_count -
theorem
charged_fermion_generations -
structure
SMVerificationCert -
def
sm_verification_cert