Encyclopedia Constants Constants Alpha Exponential Form Alpha Inv Seed Ratio

ARTICLE 3 claims 2 theorems 1 model

Constants Alpha Exponential Form Alpha Inv Seed Ratio

A theorem about a ratio shows how one proposed formula for the fine-structure constant's inverse would behave, without proving that formula is the right one.

The ratio's meaning

The inverse fine-structure constant, written α⁻¹, is a number near 137.035999 that measures the strength of electromagnetic interaction. In the Recognition Science framework, a proposed formula expresses α⁻¹ as a seed value multiplied by an exponential decay factor. The seed is 4π¹¹, and the decay depends on a quantity called f_gap. The theorem alphaInv_seed_ratio states a simple algebraic fact: dividing α⁻¹ by the seed equals the exponential factor alone. In symbols, α⁻¹ / α_seed = exp(-f_gap / α_seed). This is a direct consequence of the definition, not a new physical claim.

The ratio's importance is that it isolates the exponential factor. The theorem shows that the logarithm of this ratio is linear in f_gap, with slope -1/α_seed. That linearity in log coordinates is the hallmark of a running coupling, a quantity that changes with energy scale in a particular smooth way. The framework's library proves this ratio is positive and bounded between zero and one when f_gap is nonnegative, so the formula always produces a positive α⁻¹. These are structural properties of the proposed form, not evidence that the form is uniquely correct.

What the theorem does not claim is more important than what it proves. The exponential form itself is a definition, not a derived result. The framework explicitly states that the identification of 4π¹¹ as the seed coupling is not forced, and that the exponential form is not proven to be unique. Alternative formulas, such as α_seed / (1 + f_gap/α_seed), would give different ratios. The uniqueness question, whether the constant logarithmic derivative is structurally required, remains open. The theorem alphaInv_seed_ratio therefore establishes a fact about a chosen formula, not the necessity of that formula.

THEOREM alphaInv_seed_ratio · IndisputableMonolith/Constants/AlphaExponentialForm.lean
/-- The ratio alphaInv/alpha_seed equals the exponential factor. -/
theorem alphaInv_seed_ratio :
    alphaInv / alpha_seed = Real.exp (-(f_gap / alpha_seed)) := by
  unfold alphaInv
  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 seed value 4π¹¹ is derived as the correct coupling constant. The formula α⁻¹ = α_seed · exp(-f_gap/α_seed) is confirmed by measurement.

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