Encyclopedia Constants Constants Alpha Exponential Form Alpha Inv Linear Term

ARTICLE 5 claims 3 theorems 1 model

Constants Alpha Exponential Form Alpha Inv Linear Term

The inverse fine-structure constant is defined by an exponential formula; its linear term fixes the value and slope at zero gap.

The linear term

The inverse fine-structure constant, written α⁻¹, is a number close to 137.036 that sets the strength of electromagnetic interactions. In the Recognition Science framework, this constant is not measured but is expressed through a formula built from a seed value and a gap parameter. The seed α_seed equals 4π¹¹, and the gap f_gap is defined as w₈·ln(φ), where φ is the golden ratio. The exponential form is α⁻¹ = α_seed · exp(-f_gap / α_seed).

The theorem alphaInv_linear_term establishes the leading behavior of this formula when the gap is zero. It proves that α⁻¹ at f_gap = 0 equals α_seed, and that its first derivative with respect to the gap at zero is -1. In plain terms, for very small gaps the formula behaves like α_seed - f_gap, a straight line with slope -1. This matches what a naive perturbative expansion would give, and it is a consistency check on the exponential form.

The theorem also connects to the logarithmic structure of the formula. The logarithm of the ratio α⁻¹/α_seed equals -f_gap/α_seed, which is linear in the gap. This linearity in log coordinates is the hallmark of exponential running, analogous to the renormalization-group equation for a coupling constant in quantum field theory. The constant logarithmic derivative, -1/α_seed, means the relative rate of change is scale-free.

In Recognition Science, the exponential form is a structural choice inherited from the J-cost's log-coordinate behavior, not a derived consequence. The integer 44 in the seed is forced combinatorially, but the identification of 4π¹¹ as the seed coupling is not forced. The exponential form itself is a definition, not a theorem. The uniqueness question, whether the constant logarithmic derivative forces this form, is stated as an unproved proposition.

What the framework does not claim is that this linear term derives the fine-structure constant from first principles. The exact value α⁻¹(0) = 137.035999 remains a boundary datum. The exponential form is plausible and structurally motivated, but it is not uniquely forced by the framework's axioms. The gap between the formalism and the measured value is documented as an open bridge claim.

THEOREM alphaInv_linear_term · IndisputableMonolith/Constants/AlphaExponentialForm.lean
/-- The first-order (linear) term of α⁻¹ in f_gap: matches a naive
    perturbative expansion. -/
theorem alphaInv_linear_term :
    alphaInv_of_gap 0 = alpha_seed := by
  unfold alphaInv_of_gap
  simp [Real.exp_zero]
THEOREM alphaInv_linear_rate · IndisputableMonolith/Constants/AlphaExponentialForm.lean
/-- The first derivative at f_gap = 0: rate of decrease is -1 per unit
    gap (independent of α_seed at leading order). -/
theorem alphaInv_linear_rate :
    deriv alphaInv_of_gap 0 = -1 := by
  rw [deriv_alphaInv_of_gap]
  rw [alphaInv_linear_term]
  field_simp
THEOREM log_alphaInv_seed_ratio · IndisputableMonolith/Constants/AlphaExponentialForm.lean
/-- The log of the ratio alphaInv/alpha_seed equals -f_gap/alpha_seed. -/
theorem log_alphaInv_seed_ratio :
    Real.log (alphaInv / alpha_seed) = -(f_gap / alpha_seed) := by
  rw [alphaInv_seed_ratio]
  exact Real.log_exp _
MODEL alphaInv_def · IndisputableMonolith/Constants/AlphaExponentialForm.lean
/-- The alphaInv formula unfolds to the exponential expression. -/
theorem alphaInv_def : alphaInv = alpha_seed * Real.exp (-(f_gap / alpha_seed)) := rfl

What this page does not claim

The exponential form is uniquely forced by Recognition Science structure. The exact value 137.035999 is derived from first principles. The linear term alone determines the fine-structure constant.

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