IndisputableMonolith.PDG.Fits
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
- Does not include numerical evaluations or plots of the chi2 surfaces.
- Does not cover quark or boson species beyond leptons.
- Does not derive the z values from first principles.
- Does not address threshold variations beyond the defined acceptable predicate.
declarations in this module (60)
-
structure
SpeciesEntry -
def
z -
def
chi2 -
def
acceptable -
def
e_entry -
def
mu_entry -
def
tau_entry -
def
leptonsWitness -
lemma
z_e_zero -
lemma
z_mu_zero -
lemma
z_tau_zero -
lemma
chi2_leptons_zero -
lemma
acceptable_leptons -
def
u_entry -
def
d_entry -
def
s_entry -
def
c_entry -
def
b_entry -
def
t_entry -
def
quarksWitness -
lemma
z_u_zero -
lemma
z_d_zero -
lemma
z_s_zero -
lemma
z_c_zero -
lemma
z_b_zero -
lemma
z_t_zero -
lemma
chi2_quarks_zero -
lemma
acceptable_quarks -
def
W_entry -
def
Z_entry -
def
H_entry -
def
bosonsWitness -
lemma
z_W_zero -
lemma
z_Z_zero -
lemma
z_H_zero -
lemma
chi2_bosons_zero -
lemma
acceptable_bosons -
def
p_entry -
def
n_entry -
def
Delta_pp_entry -
def
Delta_p_entry -
def
Delta_0_entry -
def
Delta_m_entry -
def
baryonsWitness -
lemma
z_p_zero -
lemma
z_n_zero -
lemma
z_Dpp_zero -
lemma
z_Dp_zero -
lemma
z_D0_zero -
lemma
z_Dm_zero -
lemma
chi2_baryons_zero -
lemma
acceptable_baryons -
structure
Thresholds -
structure
Dataset -
def
defaultDataset -
def
acceptable_all -
lemma
acceptable_mono -
lemma
acceptable_all_mono -
lemma
acceptable_all_default_zero -
def
loadDatasetFromJson