Encyclopedia Constants Constants Alpha Precision Alpha Seed Gt 132

ARTICLE 4 claims 3 theorems 1 model

Constants Alpha Precision Alpha Seed Gt 132

A single machine-checked theorem pins the starting number for the inverse fine-structure constant to a narrow band, without claiming to derive the measured value.

The seed bound

The inverse fine-structure constant, written 1/α, is a pure number near 137.036 that measures the strength of electromagnetic interaction. The Recognition Science framework constructs a candidate for this number from a seed value α_seed defined as 44π, about 138.23. The theorem alpha_seed_gt_132 proves that this seed is greater than 132, using only the fact that π exceeds 3. A companion theorem bounds it below 176, so the seed lies in a band roughly 44 units wide.

The bound itself is modest arithmetic; its interest is what it does not do. The framework does not claim that 44π is the measured value of 1/α. The seed is an identification, a chosen starting point, not a derived result. The measured CODATA 2022 value is 137.035999177(21), which falls outside the seed's band by more than 30,000 standard deviations. The framework's full expression for 1/α applies an exponential correction to the seed, landing in a narrow window near 137.03, but that construction is a separate claim from the simple bound.

In Recognition Science, the seed value is a definition, not a theorem. The machine-checked library proves properties of the definition: that it is positive, that it equals 4π × 11, and that it lies between 132 and 176. These are all consequences of the definition plus basic facts about π. The library also records that the exact value of 1/α at zero correction is a free boundary datum within the framework, meaning the framework does not force a unique value at that point.

What the bound establishes is a sanity range for the framework's construction. It shows the seed is the right order of magnitude, not accidentally tiny or enormous. A reader should take away that the framework's starting number is provably in a plausible neighborhood of the measured constant, and that the framework itself is explicit that this is a starting point, not a derivation.

THEOREM alpha_seed_gt_132 · IndisputableMonolith/Constants/AlphaPrecision.lean
theorem alpha_seed_gt_132 : (132 : ℝ) < alpha_seed := by
  unfold alpha_seed
  nlinarith [Real.pi_gt_three]
MODEL alpha_seed · IndisputableMonolith/Constants/AlphaPrecision.lean
noncomputable def alpha_seed : ℝ := 44 * Real.pi
THEOREM alpha_seed_eq · IndisputableMonolith/Constants/AlphaPrecision.lean
theorem alpha_seed_eq : alpha_seed = 4 * Real.pi * 11 := by
  unfold alpha_seed; ring
THEOREM alpha_seed_lt_176 · IndisputableMonolith/Constants/AlphaPrecision.lean
theorem alpha_seed_lt_176 : alpha_seed < (176 : ℝ) := by
  unfold alpha_seed
  nlinarith [Real.pi_lt_four]

What this page does not claim

The seed 44π is not the measured value of 1/α; it differs by over 30,000 standard deviations. The framework does not derive the fine-structure constant; the seed is an identification. The bound 132 < 44π < 176 does not prove the full construction lands near 137.036.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Constants/AlphaPrecision.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND