Pith. sign in
module module moderate

IndisputableMonolith.Verification.Item8ClosureTarget

show as:
view Lean formalization →

Verification module that packages the Item 8 closure target: residual signatures for lepton and quark ratio families, the coefficient data that drive predicted residuals on the φ-ladder, and the consistency claim that equal signatures force equal residual predictions. A verifier cites it when checking that family-ratio residuals are signature-determined rather than ad hoc. The module is mostly definitions plus short algebraic consistency lemmas over those signatures.

claimItem 8 closure data: a sign class from $\mathrm{sign}(B_{\mathrm{pow}})$, residual signatures and pairs for the lepton, up-quark, and down-quark ratio families, coefficient records for each family, the map from signature to predicted residual, and the target statement that equal residual signatures yield equal predicted residuals (with a consistency check on the ratio-family data).

background

Recognition Science places particle masses on a $\varphi$-ladder (yardstick times $\varphi$ to a rung offset by a gap). Ratio families compare masses within a generation sector; residuals measure how far observed ratios sit from the pure ladder prediction. The module imports the RS constants layer (including the fine-structure band) and the running-couplings development, where the anchor scale $\mu^*=182.201,\mathrm{GeV}$ is a stationarity point of the RG flow and $\beta(g)=(1/\ln\varphi),dg/dr$ is the ladder derivative of the coupling.

Locally, a sign class is induced by the sign of the power $B_{\mathrm{pow}}$. Residual signatures package that sign data with family labels; coefficient records store the numerical ladder inputs for leptons and for up- and down-type quarks. Predicted residuals are the pure functions of those signatures and coefficients. The closure target is the statement that the residual map is well-defined on signature classes.

proof idea

Definition-heavy module, not a single deep proof. It introduces the sign class, residual signature and pair types, per-family coefficient records, and the concrete lepton, up-quark, and down-quark signatures. From those it builds the ratio-family table and the predicted-residual map. The main mathematical content is a short equality lemma: identical residual signatures imply identical predicted residuals, plus a consistency check that the assembled ratio-family data hang together. No long tactic scripts; the argument is by unfolding the signature constructors and comparing coefficients.

why it matters in Recognition Science

Item 8 is a verification checkpoint: family-ratio residuals must be forced by a discrete signature (including the $B_{\mathrm{pow}}$ sign) rather than free parameters. This module names that checkpoint as an explicit closure target and supplies the supporting data types and the same-signature-same-prediction lemma. It sits downstream of the constants and $\alpha$ layers and of the $\varphi$-ladder running-coupling story (anchor scale and ladder $\beta$-function). No further modules currently depend on it in the graph, so it is a leaf verification artifact: the place a referee looks to see what "Item 8 closed" means in Lean. It does not itself prove the full mass spectrum; it only locks the residual-signature contract those spectrum claims must satisfy.

scope and limits

depends on (3)

Lean names referenced from this declaration's body.

declarations in this module (102)

… and 22 more