Encyclopedia Constants Constants Fine Structure Constant Alpha Lock Structure

ARTICLE 3 claims 3 theorems

Constants Fine Structure Constant Alpha Lock Structure

A machine-checked theorem pins the value of a framework kernel exponent to a simple expression involving the golden ratio, and its own documentation retracts the older claim that this number is the fine-structure constant.

The alphaLock structure

The fine-structure constant α, approximately 1/137, is one of physics' most precisely measured dimensionless numbers. It sets the strength of electromagnetic interaction between charged particles. In the Recognition Science framework, a separate quantity named alphaLock exists. Its value is (1 − 1/φ)/2, where φ is the golden ratio, approximately 1.618. This makes alphaLock roughly 0.19, a number about twenty-six times larger than the fine-structure constant.

The framework's machine-checked library of formal theorems proves a structural statement about alphaLock. The theorem, named alphaLock_structure, establishes three facts together: alphaLock is positive, it is less than one, and it equals (1 − 1/φ)/2. These are not empirical measurements but formal consequences of definitions within the framework's ledger, a discrete record of recognition events. The proof is a direct computation from the definition of alphaLock and the known properties of φ.

The importance of this theorem is what it explicitly does not say. The framework's own documentation, dated 2026-07-06, retracts an earlier claim that alphaLock resolves the question of what determines the electromagnetic fine-structure constant. That earlier claim is now marked as retracted. The honest status states plainly that alphaLock is the information-limited-gravity kernel exponent, not the electromagnetic fine-structure constant, and that no conversion between the two exists in the repository.

In Recognition Science, the exact value of the inverse fine-structure constant at zero energy is treated as a free boundary datum, not something the framework derives. The first-order construction value is excluded by measurement. So the theorem about alphaLock is a structural fact about a framework-internal number, valuable for what it says about the golden ratio's role in the framework's mathematics, but it carries no weight as a prediction of a measured physical constant.

The practical takeaway for a reader: alphaLock_structure pins down a specific number in the framework's internal mathematics, and the framework itself disowns any claim that this number is the famous α. The theorem is a clean, proved identity, and its main consequence is a clarified boundary between what the framework has derived and what remains an open empirical question.

THEOREM alphaLock_structure · IndisputableMonolith/Constants/FineStructureConstant.lean
/-- α_lock structure: `alphaLock = (1 − 1/φ)/2` with unit-interval bounds.
    This is a φ-structural fact about the ILG kernel exponent. It does NOT
    determine the EM fine-structure constant; see the module header. -/
theorem alphaLock_structure :
    0 < alphaLock ∧ alphaLock < 1 ∧
    alphaLock = (1 - 1 / phi) / 2 :=
  ⟨alphaLock_pos, alphaLock_lt_one, rfl⟩

@[deprecated alphaLock_structure (since := "2026-07-06")]
alias fine_structure_derived := alphaLock_structure
THEOREM alphaLock_structure · IndisputableMonolith/Constants/FineStructureConstant.lean
/-- α_lock structure: `alphaLock = (1 − 1/φ)/2` with unit-interval bounds.
    This is a φ-structural fact about the ILG kernel exponent. It does NOT
    determine the EM fine-structure constant; see the module header. -/
theorem alphaLock_structure :
    0 < alphaLock ∧ alphaLock < 1 ∧
    alphaLock = (1 - 1 / phi) / 2 :=
  ⟨alphaLock_pos, alphaLock_lt_one, rfl⟩

@[deprecated alphaLock_structure (since := "2026-07-06")]
alias fine_structure_derived := alphaLock_structure
THEOREM alphaLock_structure · IndisputableMonolith/Constants/FineStructureConstant.lean
/-- α_lock structure: `alphaLock = (1 − 1/φ)/2` with unit-interval bounds.
    This is a φ-structural fact about the ILG kernel exponent. It does NOT
    determine the EM fine-structure constant; see the module header. -/
theorem alphaLock_structure :
    0 < alphaLock ∧ alphaLock < 1 ∧
    alphaLock = (1 - 1 / phi) / 2 :=
  ⟨alphaLock_pos, alphaLock_lt_one, rfl⟩

@[deprecated alphaLock_structure (since := "2026-07-06")]
alias fine_structure_derived := alphaLock_structure

What this page does not claim

This answer does not claim alphaLock is the fine-structure constant; the framework itself retracts that identification. This answer does not claim the framework derives the fine-structure constant's value; that remains a free boundary datum. This answer does not claim the theorem provides any empirical prediction about electromagnetism.

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