pith. machine review for the scientific record. sign in
def definition def or abbrev high

alpha_locked

show as:
view Lean formalization →

alpha_locked defines the locked alpha parameter for the ILG rotation-curve model as the constant alphaLock equal to (1 - 1/phi)/2. Researchers testing the SPARC falsifier with zero free parameters cite it to enforce the global-only policy. The declaration is a direct alias to the upstream constant definition.

claim$alpha_locked := (1 - phi^{-1})/2$

background

The SPARC Chi-Squared Falsifier module tests the ILG model on ~175 galaxies using only catalog-level constants derived from phi, with zero per-galaxy free parameters. The locked RS parameters are alpha_t = (1 - 1/phi)/2, C_lag = phi^{-5}, and Upsilon_star = phi. Upstream, Constants defines alphaLock as the canonical locked fine-structure constant alpha_lock = (1 - 1/phi)/2, with the algebraic identity 2 * alphaLock clearing the denominator.

proof idea

One-line wrapper that aliases alphaLock from the Constants module.

why it matters in Recognition Science

This supplies the alpha value required by GlobalOnlyPolicy, parameters_from_phi, and SPARCFalsifierCert in the same module. It anchors the zero-free-parameter falsification test of the ILG prediction against SPARC data, consistent with phi-derived constants and the Recognition framework's locked parameters.

scope and limits

Lean usage

theorem params_from_phi : alpha_locked = (1 - 1 / phi) / 2 := by unfold alpha_locked; rfl

formal statement (Lean)

  73noncomputable def alpha_locked : ℝ := alphaLock

proof body

Definition body.

  74
  75/-- The mass-to-light ratio is locked to phi ≈ 1.618. -/

used by (12)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (7)

Lean names referenced from this declaration's body.