Encyclopedia Constants Constants Alpha Exponential Form Alpha Inv Linear Rate

ARTICLE 3 claims 2 theorems 1 model

Constants Alpha Exponential Form Alpha Inv Linear Rate

Near zero gap, the inverse fine-structure constant falls at exactly one unit per unit of gap, a fact that anchors but does not complete the framework's account.

The initial rate

The fine-structure constant α is the dimensionless number that sets the strength of electromagnetic interactions, roughly 1/137. In the Recognition Science framework, its inverse α⁻¹ is expressed as a function of a quantity called the gap, a parameter that tracks a structural departure from a baseline state. The declaration alphaInv_linear_rate establishes a precise fact about the very beginning of this function: at gap zero, the instantaneous rate of change of α⁻¹ with respect to the gap is exactly minus one. In plain terms, as the gap starts to increase from zero, α⁻¹ initially decreases at a rate of one unit per unit of gap.

This fact is a consequence of the exponential form chosen for α⁻¹: α⁻¹ = α_seed · exp(-f_gap / α_seed). Here α_seed is a positive constant and f_gap is the gap variable. At f_gap = 0, the exponential factor equals 1, so α⁻¹ equals α_seed. The derivative of this expression with respect to f_gap, evaluated at zero, is -1 regardless of the value of α_seed. The rate is therefore universal in the sense that it does not depend on the seed constant, a property that the framework's library proves directly from the defining expression.

In Recognition Science, this result is part of a larger structural analysis of the exponential form. The same module that proves the initial rate also proves that α⁻¹ is always positive, that its logarithm is linear in the gap with slope -1/α_seed, and that its logarithmic derivative is constant. These facts together describe a function that behaves like a running coupling in quantum field theory, with α_seed playing the role of a scale. The initial rate is the leading-order term in a Taylor expansion around zero gap, matching what a naive perturbative expansion would predict.

What the declaration does not claim is equally important. It does not prove that the exponential form itself is the unique or forced structure for α⁻¹. The module explicitly states that the exponential form is a definitional choice, not a derived consequence, and that alternative forms such as α_seed / (1 + f_gap/α_seed) are not ruled out. The uniqueness question, whether the constant logarithmic derivative is itself forced by deeper Recognition Science structure, remains open. The initial rate is a proved property of a chosen form, not evidence that the form is the only possible one.

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 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
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 for α⁻¹ is uniquely forced by Recognition Science structure. The initial rate of -1 is derived from first principles rather than from the chosen exponential form. The gap parameter f_gap has been identified with a specific physical energy scale.

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