Z
This abbrev supplies the canonical integer Z map for each fermion species by forwarding directly to the upstream ZOf computation. Mass-ladder and ablation researchers cite it when they require the anchor Z values without duplicating sector logic. The definition is a one-line alias that forwards to the RSBridge ZOf.
claimFor a fermion species $f$, define $Z(f) := Z_{Of}(f)$, where $Z_{Of}$ returns the integer $q^2 + q^4$ (plus 4 for up or down quarks) from the rescaled charge $q = 6Q$ of $f$.
background
The AnchorPolicyCertified module supplies a certificate-based interface that replaces an earlier axiom for Standard-Model RG residues. It lets Lean derive per-species closeness to gap(Z) and equal-Z degeneracy bounds once external residue intervals are supplied. Species is the alias for Fermion. The integer map Z is the one used by the anchor relation (Paper 1). Upstream ZOf implements the explicit formula: for leptons it is $q^2 + q^4$, for quarks it adds the offset 4, and for neutrinos it is zero.
proof idea
One-line wrapper that applies the ZOf definition from RSBridge.Anchor.
why it matters in Recognition Science
Z supplies the reference map for the AnchorEq predicate and the ablation_contradictions check in the Ablation module. Those results verify that alternative integerizations (drop-plus-4, drop-Q4, break-6Q) fail to preserve the certified residues. The declaration therefore closes the dependency on the mass-framework Z computation for downstream physics statements such as atomic-radii inequalities.
scope and limits
- Does not implement or verify any Standard-Model RG kernels or integration.
- Does not supply numerical residue bounds; those arrive from external certificates.
- Does not define Z for bosons or non-fermion species.
- Does not prove any inequality involving gap(Z); it only names the map.
formal statement (Lean)
41abbrev Z (f : Species) : Int := ZOf f
proof body
Definition body.
42
used by (40)
-
ablation_contradictions -
AnchorEq -
anchorEq_implies_Zeq_nonneg -
Z_break6Q -
Z_dropPlus4 -
Z_dropQ4 -
li_larger_than_f -
na_larger_than_cl -
normalizedRadius -
oganesson_full_shell -
radiusProxy -
screeningFactor -
shellNumber -
shellRadiusProxy -
alkali_prefer_bcc -
astatine_in_halogen_list -
astatine_is_halogen -
bromine_is_halogen -
chlorine_is_halogen -
distToClosure -
eaProxy -
fluorine_is_halogen -
halogen_ea_one -
halogen_max_ea -
halogenZ -
iodine_is_halogen -
isHalogen -
neon_ea_zero -
noble_gas_ea_zero -
normalizedEA