IndisputableMonolith.RSBridge.ResidueData
ResidueData module encodes the theoretical gaps for leptons at Z=1332, up quarks at Z=276 and down quarks at Z=24 using the F function. It includes certification data for the electron, muon, tau, up, charm and top. Researchers applying the Recognition Science mass formula to Standard Model fermions cite these gap values. The module is purely declarative, importing anchor and policy modules to organize the residue data.
claimThe module declares the lepton gap $F(1332) = \frac{\ln(1 + 1332/\phi)}{\ln\phi} ≈ 13.954$, the up gap $F(276)$, the down gap $F(24)$, and particle certifications for $e, \mu, \tau, u, c, t$.
background
The RSBridge.ResidueData module operates within the single-anchor phenomenology defined in AnchorPolicy. It relies on the core definitions from RSBridge.Anchor: the Fermion type for the twelve Standard Model particles, the ZOf map giving charge-indexed integers, and the gap function F(Z) = ln(1 + Z/φ)/ln(φ).
The module supplies species-specific residue data by instantiating gap theories for leptons (Z=1332), up-type (Z=276) and down-type (Z=24) quarks. These Z values arise from the charge formula Z_i = q̃² + q̃⁴ with an additive offset for quarks.
AnchorPolicy isolates assumptions about the anchor scale μ⋆ and radiative stability so that the gap data can be used cleanly in mass calculations.
proof idea
This is a definition module, no proofs. It organizes its content into separate declarations for each gap theory and certification constant, drawing the F function and Z map directly from the imported Anchor module.
why it matters in Recognition Science
This module supplies the fermion-specific gap data required by the massAtAnchor construction in the Anchor module. It fills the concrete rung assignments on the phi-ladder for the lepton and quark sectors. The data supports the eight-tick octave and D=3 framework by fixing the gap(Z) term in the mass formula.
scope and limits
- Does not derive the Z values from the J-uniqueness or RCL.
- Does not include neutrino residue data.
- Does not perform numerical integration or renormalization group flow.
- Does not claim dynamical stability beyond the policy hypotheses.
depends on (2)
declarations in this module (22)
-
def
gap_lepton_theory -
def
gap_up_theory -
def
gap_down_theory -
theorem
lepton_Z_is_1332 -
theorem
up_Z_is_276 -
theorem
down_Z_is_24 -
def
cert_e -
def
cert_mu -
def
cert_tau -
def
cert_u -
def
cert_c -
def
cert_t -
def
cert_d -
def
cert_s -
def
cert_b -
structure
StabilityCert -
def
canonicalAnchorSpec -
theorem
display_identity_uses_gap -
def
certificateWithinTolerance -
def
leptonCerts -
def
quarkCerts -
def
allCerts