Encyclopedia Constants Constants Alpha Genesis Residual Target Seam Closes Iff

ARTICLE 4 claims 4 theorems

Constants Alpha Genesis Residual Target Seam Closes Iff

A single number, derived from lattice geometry, would close the gap between a theoretical constant and its measured value; anything else would falsify the framework's bridge.

The seam falsifier

The fine-structure constant α is a dimensionless number, about 1/137.036, that sets the strength of electromagnetic interactions. Its measured value, from CODATA 2022, is 1/α = 137.035999177(21). Recognition Science derives a first-order value for this constant from its own structure, and that value falls within a certified band of the measured one: the signed difference is confined to (−0.006, 0.0031). The band is a proved theorem in the framework's machine-checked library of formal theorems.

The residual is the gap between the framework's first-order value and the measured value. The framework proves that any second-order correction must enter as additional spectral load, multiplicatively in the exponent, not as an additive patch. It then defines a function correctedAlphaInv that takes a load δ₂ and returns a dressed value. A theorem proves that setting δ₂ = 0 recovers the first-order genesis value, so the correction is a genuine extension, not a replacement.

The key theorem, seam_closes_iff, states an equivalence: a blind seam derivation producing a load δ₂ closes the α program if and only if δ₂ equals a specific number called closingLoad. The closing load is the unique value that makes the dressed value equal the measured one; another theorem proves this uniqueness. The open problem is therefore sharply localized: derive this one number from the seam topology of the D=3 voxel lattice, using a procedure that never references CODATA.

In Recognition Science, the declaration does not claim that the closing load has been derived. It is a target, not an achievement. The theorem only defines the condition for closure and proves that condition is unique. The anti-epicycle rule is binding: no candidate δ₂ may be admitted on the basis of numerical proximity to the closing load. A catalogue of candidates in the verification file is a search record, not a derivation. If a blind derivation lands on the closing load, the α program closes at experimental precision. If it lands elsewhere, the channel-budget bridge is wrong, and the assembly is falsified at that layer.

THEOREM correctedAlphaInv · IndisputableMonolith/Constants/AlphaGenesis/ResidualTarget.lean
/-- **The load-form correction.** With the response forced (M1), any
second-order term enters as additional spectral load in the exponent. -/
def correctedAlphaInv (δ₂ : ℝ) : ℝ :=
  channelBudget * Foundation.MeasureForcing.contWeight (spectralLoad + δ₂)
THEOREM corrected_at_zero · IndisputableMonolith/Constants/AlphaGenesis/ResidualTarget.lean
/-- Zero correction recovers the first-order genesis value. -/
theorem corrected_at_zero : correctedAlphaInv 0 = alphaInvGenesis := by
  unfold correctedAlphaInv alphaInvGenesis
  rw [add_zero]
THEOREM seam_closes_iff · IndisputableMonolith/Constants/AlphaGenesis/ResidualTarget.lean
theorem seam_closes_iff (δ₂ : ℝ) : SeamDerivationCloses δ₂ ↔ δ₂ = closingLoad :=
  corrected_eq_codata_iff δ₂
THEOREM existsUnique_closingLoad · IndisputableMonolith/Constants/AlphaGenesis/ResidualTarget.lean
/-- There is exactly one closing load. -/
theorem existsUnique_closingLoad :
    ∃! δ₂ : ℝ, correctedAlphaInv δ₂ = alpha_inv_CODATA := by
  refine ⟨closingLoad, corrected_at_closingLoad, ?_⟩
  intro δ h
  exact (corrected_eq_codata_iff δ).mp h

What this page does not claim

The closing load has been derived from seam geometry. The fine-structure constant is exactly derived; only the first-order value is proved within a certified band. Any candidate δ₂ in the verification catalogue is a valid derivation.

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