pith. machine review for the scientific record. sign in
def

alphaInverseRS

definition
show as:
module
IndisputableMonolith.Foundation.AlphaDerivationExplicit
domain
Foundation
line
41 · github
papers citing
4 papers (below)

plain-language theorem explainer

This definition supplies the explicit Recognition Science formula for the inverse fine-structure constant as 44 pi exp(-8 ln phi over 44 pi). A researcher checking the origin of fundamental constants would cite it when connecting the J-uniqueness theorem through dimension forcing to the observed band. The definition is a direct transcription of the structural expression after the 44 frequency slots are fixed by D=3 and the phi fixed point.

Claim. $α^{-1} = 44π exp(-8 ln φ / (44π))$, where φ is the unique self-similar fixed point of the J-cost functional equation and the prefactor 44 counts the recognition frequency slots forced by three spatial dimensions.

background

The module follows the provenance chain from the J-uniqueness theorem that fixes J(x) = (x + x^{-1})/2 - 1, through the self-similar fixed point phi, to D=3 from the eight-tick period 2^D = 8. The 44 frequency slots then enter as a structural count from the three-dimensional geometry, producing the closed-form expression for alpha inverse. The module documentation states the formula explicitly and notes that the derived constants remain symbolic, with any numeric evaluation quarantined elsewhere. The upstream alpha definition in Constants.Alpha simply takes the reciprocal, while the for structure records the meta-realization properties required by the self-reference axioms.

proof idea

The declaration is a direct definition whose body is the literal expression 44 * Real.pi * Real.exp(-8 * Real.log phi / (44 * Real.pi)). No lemmas are applied inside the body; the expression transcribes the formula assembled after the uniqueness, phi-fixed-point, and D=3 steps have already been established upstream.

why it matters

This definition realizes step 5 of the alpha provenance chain in the module documentation, completing the explicit derivation that links the J-uniqueness theorem and eight-tick octave to the interval (137.030, 137.039) containing the CODATA value. It supports the structural theorem status with zero sorries and connects to the T7 eight-tick and T8 D=3 landmarks. The result feeds no downstream declarations in the current graph but supplies the concrete formula required for the gravity reviewer response.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.