pith. sign in
module module high

IndisputableMonolith.Unification.CouplingLaw

show as:
view Lean formalization →

The Unification.CouplingLaw module defines the cosh enhancement factor S(t) that converts between exact J-cost and its quadratic perturbative approximation. Mass and unification calculations cite its exactCost and coupling_identity results. The module supplies a collection of definitions and elementary inequalities for S(t) derived from the imported convexity properties of cosh.

claim$S(t) = \frac{2(\cosh t - 1)}{t^2}$ for $t \neq 0$, with $S(0) = 1$, equals the ratio of exact J-cost to perturbative J-cost.

background

Recognition Science starts from the J-cost J(x) = (x + x^{-1})/2 - 1. In logarithmic coordinates this becomes cosh(t) - 1, a convex bowl with minimum at t = 0, as stated in the DiscretenessForcing module.

Constants supplies the RS time quantum τ₀ = 1 tick. RSBridge.Anchor supplies the Z-map and gap function that later convert the cost ratio into mass values on the phi-ladder.

The CouplingLaw module isolates the universal ratio S(t) between the exact cost 2(cosh(t) - 1) and the perturbative t²/2 approximation.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the exact-to-perturbative correction required by the coupling law in the unification chain. It feeds the enhancement bounds and identities used by downstream mass and alpha calculations that connect the J-cost landscape to the observed particle spectrum.

scope and limits

depends on (3)

Lean names referenced from this declaration's body.

declarations in this module (20)