Encyclopedia Constants Constants Alpha Genesis Loop Certificate Alpha Inv Genesis Band

ARTICLE 4 claims 4 theorems

Constants Alpha Genesis Loop Certificate Alpha Inv Genesis Band

A machine-checked construction places the inverse fine-structure constant in a narrow window, while its own theorems prove the window says nothing about the measured value.

The genesis band

The fine-structure constant α measures the strength of electromagnetic interaction, roughly 1/137 in SI units. Its inverse, α⁻¹, is the quantity Recognition Science addresses. The declaration alphaInvGenesis_band is a theorem in the framework's machine-checked library of formal theorems. It proves that a certain forward-defined number, called alphaInvGenesis, lies strictly between 137.030 and 137.039. This number is not fitted to any measurement; it is constructed from a chain of forced geometric and spectral steps.

The construction begins with a ledger, a discrete record of recognition events, which the framework uses as its primitive object. On a three-dimensional voxel (a cube), the framework computes a channel budget as 4π × 11: the total curvature of the cube's boundary, by the Gauss-Bonnet theorem, times the number of passive edges. A spectral load distributes a forced pattern weight over this budget. A dressing factor, itself forced by a uniqueness theorem, attenuates the budget. The product defines alphaInvGenesis. A separate theorem, alphaInvGenesis_eq_alphaInv, proves this forward object equals the certified pipeline value, so the band transfers to the construction.

The band is a certified window of a construction, not a claim about the measured α. The framework's own theorems state this explicitly. The window is about 429,000 times wider than the CODATA 2022 measurement 137.035999177(21). Every value inside the band is realized by some normalization of the U(1) kinetic term, a theorem named band_selects_no_coupling proves. No measurement could have contradicted the band, because the construction is blind to that normalization. A separate theorem, MeasurementVerdict, proves the construction value is excluded by the measurement at more than 30,000 sigma.

In plain terms: the framework derives a number that lands near the measured α⁻¹, but it also proves it cannot derive α itself. The coupling is a boundary datum, not a forced consequence. The band is honest about this: it holds the construction and the measurement at once, without pretending they agree. What the reader can now see is a precise, machine-checked statement of what the framework does and does not establish about the fine-structure constant.

THEOREM alphaInvGenesis_band · IndisputableMonolith/Constants/AlphaGenesis/LoopCertificate.lean
/-- The proved band transfers to the forward object:
`137.030 < alphaInvGenesis < 137.039`. -/
theorem alphaInvGenesis_band :
    (137.030 : ℝ) < alphaInvGenesis ∧ alphaInvGenesis < (137.039 : ℝ) := by
  rw [alphaInvGenesis_eq_alphaInv]
  exact ⟨Numerics.alphaInv_gt, Numerics.alphaInv_lt⟩
THEOREM alphaInvGenesis_eq_alphaInv · IndisputableMonolith/Constants/AlphaGenesis/LoopCertificate.lean
/-- **THE GENESIS IDENTITY.** The forward object coincides with the
certified pipeline value: `alphaInvGenesis = alphaInv`. The legacy formula
is the display of the forward derivation, exactly as the `RSBridge.rung`
table is the display of Mass Genesis. -/
theorem alphaInvGenesis_eq_alphaInv : alphaInvGenesis = Constants.alphaInv := by
  unfold alphaInvGenesis spectralLoad
  rw [channelBudget_eq_alpha_seed]
  exact (alphaInv_eq_seed_mul_forced_weight).symm
THEOREM alphaInvGenesis_band · IndisputableMonolith/Constants/AlphaGenesis/LoopCertificate.lean
/-- The proved band transfers to the forward object:
`137.030 < alphaInvGenesis < 137.039`. -/
theorem alphaInvGenesis_band :
    (137.030 : ℝ) < alphaInvGenesis ∧ alphaInvGenesis < (137.039 : ℝ) := by
  rw [alphaInvGenesis_eq_alphaInv]
  exact ⟨Numerics.alphaInv_gt, Numerics.alphaInv_lt⟩
THEOREM alphaInvGenesis_band · IndisputableMonolith/Constants/AlphaGenesis/LoopCertificate.lean
/-- The proved band transfers to the forward object:
`137.030 < alphaInvGenesis < 137.039`. -/
theorem alphaInvGenesis_band :
    (137.030 : ℝ) < alphaInvGenesis ∧ alphaInvGenesis < (137.039 : ℝ) := by
  rw [alphaInvGenesis_eq_alphaInv]
  exact ⟨Numerics.alphaInv_gt, Numerics.alphaInv_lt⟩

What this page does not claim

The band does not claim to match the measured fine-structure constant; it is about 429,000 times wider than the CODATA 2022 value. The construction does not claim to derive alpha itself, only a window that holds for a specific normalization. The channel budget bridge is a physical identification, not a fitted parameter, and no continuous freedom exists in its two factors.

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/AlphaGenesis/LoopCertificate.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