pith. sign in
module module high

IndisputableMonolith.Masses.SMVerification

show as:
view Lean formalization →

This module verifies Standard Model fermion masses against the Recognition Science master mass law by defining particle sectors and computing their phi-ladder positions. Particle physicists and foundational theorists would cite it to check consistency between empirical masses and the rung-based formula. The module imports the mass law and structures verification through type definitions and position calculations for electrons, muons, taus, and quarks.

claimApplies the master mass formula $m = y_s · ϕ^{r-8 + g(Z)}$ to Standard Model fermions, where $y_s$ is the sector yardstick, $r$ the rung, and $g(Z)$ the gap function, via definitions of Fermion, fermionSector, fermionRung, fermionCharge, fermionZ, and fermionMass together with explicit position theorems for electron, muon, tauon, up, charm, and top.

background

The module sits in the Masses domain and imports the master mass law, which states that every stable recognition state occupies a rung on the φ-ladder with mass proportional to coherence energy scaled by sector yardstick and rung position. It introduces auxiliary definitions: Fermion as the inductive type for SM fermions, fermionSector to separate leptons and quarks, fermionRung and fermionZ to locate each particle on the ladder, and fermionMass to compute the resulting value. These rest on the upstream mass law's statement that mass follows the phi-ladder scaling derived from the forcing chain.

proof idea

This is a verification module that applies the imported mass law definitions to specific SM particles. It defines the Fermion type and sector/rung/charge/Z accessors, then supplies explicit position theorems such as electron_mass_pos that instantiate the master formula for each particle without additional lemmas.

why it matters in Recognition Science

The module supplies the concrete SM verification layer that connects the abstract mass law to observed particle masses, feeding any higher-level mass spectrum results that depend on these position theorems. It fills the empirical check step for the phi-ladder mass formula derived from T5 J-uniqueness through T8 D=3 in the unified forcing chain.

scope and limits

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (27)