pith. sign in
module module moderate

IndisputableMonolith.PDG.Fits

show as:
view Lean formalization →

This module defines structures and predicates for verifying the acceptability of all lepton species against PDG thresholds using chi-squared measures. Particle physicists and Recognition Science modelers would cite it to confirm zero-deviation fits for electron, muon, and tau entries. The module is built from type definitions and explicit zero-chi2 witnesses for the leptons.

claimThe module introduces $SpeciesEntry$, the scaling map $z$, the deviation measure $chi^2$, the acceptability predicate, and zero-$chi^2$ witnesses $z_e=0$, $z_mu=0$, $z_tau=0$, $chi^2_{leptons}=0$.

background

In the PDG domain, this module provides the interface for fitting experimental particle data to the Recognition Science framework. It defines SpeciesEntry as a data record holding species-specific parameters, z as the normalized position on the phi-ladder, chi2 as the squared error from target values, and concrete entries e_entry, mu_entry, tau_entry for the three charged leptons. The leptonsWitness and associated zero lemmas establish that these entries satisfy the acceptability condition exactly.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

This module supplies the lepton-sector data that supports the broader Recognition Science claims on mass quantization and the eight-tick octave structure. It feeds into theorems establishing the phi-ladder consistency for fundamental particles by providing the explicit zero-chi2 fits at the model's predicted z values.

scope and limits

declarations in this module (60)