pith. machine review for the scientific record. sign in
Derived THEOREM Fundamental constants v5

CODATA Alpha is Inside the RS Band

Explicit Lean check that the experimentally accepted alpha lies inside the certified band

Explicit Lean check that the experimentally accepted alpha lies inside the certified band.

Predictions

Quantity Predicted Units Empirical Source
alpha^{-1} CODATA 137.035999084(21) dimensionless in (137.030, 137.039) Direct numerical inclusion

Equations

[ J(x)=\frac12(x+x^{-1})-1,\qquad \varphi^2=\varphi+1 ]

Shared constant-forcing backbone.

Derivation chain (Lean anchors)

Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.

  1. 1 CODATA in band theorem checked
    IndisputableMonolith.Foundation.AlphaDerivationExplicit.codata_in_band Open theorem →
  2. 2 Provenance nonempty theorem checked
    IndisputableMonolith.Foundation.AlphaDerivationExplicit.alphaProvenance_inhabited Open theorem →

Narrative

1. Setting

CODATA Alpha is Inside the RS Band is anchored in Foundation.AlphaDerivationExplicit. The page is not a loose explainer: it is a public map from the Recognition Science forcing chain into one Lean-checked declaration bundle. The primary anchor determines what is proved, and the surrounding declarations show how the result is used.

2. Equations

(E1)

$$ J(x)=\frac12(x+x^{-1})-1,\qquad \varphi^2=\varphi+1 $$

Shared constant-forcing backbone.

3. Prediction or structural target

  • alpha^{-1} CODATA: predicted 137.035999084(21) (dimensionless); empirical in (137.030, 137.039). Source: Direct numerical inclusion

This page is currently a structural derivation. Where the claim has direct empirical content, the prediction table gives the measurable target; otherwise the claim is a formal bridge inside the Lean canon.

4. Formal anchor

The primary anchor is Foundation.AlphaDerivationExplicit..codata_in_band.


theorem codata_in_band : alphaInverseLower < codataAlphaInverse ∧ codataAlphaInverse < alphaInverseUpper := by
  constructor <;> norm_num [alphaInverseLower, alphaInverseUpper, codataAlphaInverse]

/-- The RS alpha formula: 44*pi*exp(-8*ln(phi)/(44*pi)).
    The 44 comes from the recognition frequency slots forced by D=3 and phi. -/
noncomputable def alphaInverseRS : ℝ :=
  44 * Real.pi * Real.exp (-8 * Real.log phi / (44 * Real.pi))

/-- Structural certificate for the alpha provenance chain. -/

5. What is inside the Lean module

Key theorems:

  • codata_in_band
  • alphaProvenance_inhabited

Key definitions:

  • alphaInverseLower
  • alphaInverseUpper
  • codataAlphaInverse
  • alphaInverseRS
  • AlphaProvenanceCert
  • alphaProvenanceCert

6. Derivation chain

7. Falsifier

A precision measurement outside the stated RS interval, after checking SI calibration and systematic error, refutes this constant-level derivation.

8. Where this derivation stops

Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.

9. Reading note

The minimal way to audit this page is to open the first Lean anchor and then walk the supporting declarations listed above. If the primary theorem is a module-level anchor, the key theorems section names the internal declarations that carry the mathematical load. This keeps the public derivation readable without severing it from the proof object.

10. Audit path

To audit alpha-codata-in-band, start with the primary Lean anchor Foundation.AlphaDerivationExplicit.codata_in_band. Then inspect the theorem names listed in the module-content section. The page is intentionally built so the public explanation is not a substitute for the proof object; it is a map into it. The mathematical dependency is the same in every case: reciprocal cost fixes J, J fixes the phi-ladder, the eight-tick cycle fixes the recognition clock, and the domain theorem listed above supplies the last step. If that last step is empirical, the falsifier section names what observation would break it. If that last step is formal, a Lean-checkable counterexample is the relevant failure mode.

Falsifier

A precision measurement outside the stated RS interval, after checking SI calibration and systematic error, refutes this constant-level derivation.

Related derivations

Pith papers using these anchors

References

  1. lean Recognition Science Lean library (IndisputableMonolith)
    https://github.com/jonwashburn/shape-of-logic
    Public Lean 4 canon used by Pith theorem pages.
  2. paper Uniqueness of the Canonical Reciprocal Cost
    Washburn, J.; Zlatanovic, B.
    Axioms (MDPI) (2026)
    Peer-reviewed paper anchoring the J-cost uniqueness theorem.
  3. empirical Direct numerical inclusion
    Empirical reference for prediction: alpha^{-1} CODATA

How to cite this derivation

  • Stable URL: https://pith.science/derivations/alpha-codata-in-band
  • Version: 5
  • Published: 2026-05-14
  • Updated: 2026-05-15
  • JSON: https://pith.science/derivations/alpha-codata-in-band.json
  • YAML source: pith/derivations/registry/bulk/alpha-codata-in-band.yaml

@misc{pith-alpha-codata-in-band, title = "CODATA Alpha is Inside the RS Band", author = "Recognition Physics Institute", year = "2026", url = "https://pith.science/derivations/alpha-codata-in-band", note = "Pith Derivations, version 5" }