pith. machine review for the scientific record. sign in
def definition def or abbrev high

alphaRung

show as:
view Lean formalization →

Recognition Science fixes the rung index for the inverse fine structure constant at the natural number 44. This supplies the base 44π gauge loop area in the lattice prediction α⁻¹ ≈ 137.036. The definition is a bare constant assignment with no reduction steps.

claimIn the Recognition Science model the rung index for the inverse fine structure constant is the natural number 44.

background

The module FineStructureConstantFromRS assembles the RS prediction α⁻¹ = 44π × correction ≈ 137.036. The factor 44π is identified as the gauge loop area in the recognition lattice, with the rung set to gap(3) - 1 where 3 is the spatial dimension fixed by the eight-tick octave. The module documentation states the three structural facts: the rung equals 44, the factor is positive, and the factor exceeds 100.

proof idea

The declaration is a direct constant assignment of 44 to alphaRung.

why it matters in Recognition Science

This definition supplies the integer rung required by the fine-structure theorems in the same module. It is used by alphaRung_eq to confirm equality with 44, by alpha_rung_factor to establish 44π as the gauge loop denominator, and by FineStructureCert to certify the base facts. It realizes the structural claim rung = gap(3) - 1 and anchors the RS α⁻¹ value inside the interval (137.030, 137.039).

scope and limits

Lean usage

example : alphaRung = 44 := alphaRung_eq

formal statement (Lean)

  21def alphaRung : ℕ := 44

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.