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

AlphaLock Window in the Unit Interval

The locked alpha lives in (0,1); the certified numerical bounds reproduce the CODATA value

The locked alpha lives in (0,1); the certified numerical bounds reproduce the CODATA value.

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 alphaLock > 0 theorem checked
    IndisputableMonolith.Constants.FineStructureConstant.alphaLock_pos Open theorem →
  2. 2 alphaLock < 1 theorem checked
    IndisputableMonolith.Constants.FineStructureConstant.alphaLock_lt_one Open theorem →
  3. 3 in (0,1) theorem checked
    IndisputableMonolith.Constants.FineStructureConstant.alphaLock_in_unit_interval Open theorem →
  4. 4 Numerical bounds theorem checked
    IndisputableMonolith.Constants.FineStructureConstant.alphaLock_numerical_bounds Open theorem →
  5. 5 alpha derived theorem checked
    IndisputableMonolith.Constants.FineStructureConstant.fine_structure_derived Open theorem →

Narrative

1. Setting

AlphaLock Window in the Unit Interval is anchored in Constants.FineStructureConstant. 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

  • Structural target: Constants.FineStructureConstant must keep resolving in the Lean canon, and all downstream pages that cite this anchor must continue to type-check.

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 Constants.FineStructureConstant..alphaLock_pos.

/-- α_lock > 0 (re-export from Constants). -/
theorem alphaLock_pos : 0 < alphaLock := Constants.alphaLock_pos

/-- α_lock < 1 (re-export from Constants). -/
theorem alphaLock_lt_one : alphaLock < 1 := Constants.alphaLock_lt_one

/-- α_lock lies in the open unit interval. -/
theorem alphaLock_in_unit_interval : 0 < alphaLock ∧ alphaLock < 1 :=
  ⟨alphaLock_pos, alphaLock_lt_one⟩

5. What is inside the Lean module

Key theorems:

  • alphaLock_pos
  • alphaLock_lt_one
  • alphaLock_in_unit_interval
  • alphaLock_numerical_bounds
  • fine_structure_derived

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.

10. Audit path

To audit alphalock-window, start with the primary Lean anchor Constants.FineStructureConstant.alphaLock_pos. 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.

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. spec Recognition Science Full Theory Specification
    https://recognitionphysics.org
    High-level theory specification and public program context for Recognition Science derivations.

How to cite this derivation

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

@misc{pith-alphalock-window, title = "AlphaLock Window in the Unit Interval", author = "Recognition Physics Institute", year = "2026", url = "https://pith.science/derivations/alphalock-window", note = "Pith Derivations, version 5" }