Encyclopedia Constants Constants Alpha Numerics Scaffold Alpha Inv Predicted Range Check

ARTICLE 3 claims 1 theorem 2 models

Constants Alpha Numerics Scaffold Alpha Inv Predicted Range Check

A narrow numerical check in the Recognition Science library confirms its alpha construction lands in a stated interval, while the library itself flags how far that interval sits from the measured value.

The scaffold check

The inverse fine-structure constant, written 1/α, is a fundamental number in physics. Its measured value, from the CODATA 2022 adjustment, is 137.035999177 with an uncertainty of 21 in the last two digits. The Recognition Science framework builds a symbolic construction for this constant, and the declaration alphaInv_predicted_range_check is a small numerical check on that construction. It states, as a formal proposition, that the framework's value lies strictly between 137.030 and 137.039.

That interval is about 429,000 times wider than the measurement's uncertainty band. The check does not claim agreement with measurement; it claims containment in a broad range. The library's own documentation is explicit on this point. A separate module proves the framework's central value exceeds the CODATA value by more than 30,000 measurement sigmas, and another proves any band holding both the construction and the measurement must be wider than that exclusion. The check here is a scaffold, a sanity bound on the construction's numerical output, not a precision claim.

In Recognition Science, the seed of the construction, 4π¹¹, is an identification rather than a derived coupling. The framework's library, a machine-checked collection of formal theorems, keeps this numeric check separate from its forward derivation chain. The check's role is to confirm the construction produces a number in the right neighborhood, roughly 137, before any finer questions are asked. It passes that test, and no more.

THEOREM alphaInv_predicted_range_check · IndisputableMonolith/Constants/AlphaNumericsScaffold.lean
alphaInv_predicted_range_check · IndisputableMonolith/Constants/AlphaNumericsScaffold.lean:34
/-- Check: the RS α⁻¹ construction value is approximately 137.036. -/
def alphaInv_predicted_range_check : Prop :=
  137.030 < alphaInv ∧ alphaInv < 137.039
MODEL alphaInv_predicted_range_check · IndisputableMonolith/Constants/AlphaNumericsScaffold.lean
alphaInv_predicted_range_check · IndisputableMonolith/Constants/AlphaNumericsScaffold.lean:34
/-- Check: the RS α⁻¹ construction value is approximately 137.036. -/
def alphaInv_predicted_range_check : Prop :=
  137.030 < alphaInv ∧ alphaInv < 137.039
MODEL alphaInv_predicted_range_check · IndisputableMonolith/Constants/AlphaNumericsScaffold.lean
alphaInv_predicted_range_check · IndisputableMonolith/Constants/AlphaNumericsScaffold.lean:34
/-- Check: the RS α⁻¹ construction value is approximately 137.036. -/
def alphaInv_predicted_range_check : Prop :=
  137.030 < alphaInv ∧ alphaInv < 137.039

What this page does not claim

This check does not claim the framework's alpha value matches the measured CODATA value. This check does not claim the seed 4π¹¹ is derived from the framework's forcing chain. This check does not claim the framework derives the fine-structure constant itself.

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/AlphaNumericsScaffold.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