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

SPARC_mismatch_falsifier

show as:
view Lean formalization →

The SPARC mismatch falsifier encodes the rejection criterion for the ILG global rotation model against the SPARC galaxy sample. Researchers fitting rotation curves with fixed M/L equal to phi and locked alpha would cite this threshold to test the framework. The definition is a direct one-line inequality on the supplied chi-squared value.

claimThe proposition holds precisely when the reduced chi-squared statistic for the ILG-predicted rotation curves (with mass-to-light ratio $M/L = ϕ$ and coupling locked at $α_{lock}$) exceeds 2.0 against the SPARC database.

background

Recognition Science models galactic dynamics via the J-cost functional and phi-ladder mass assignments. The ILG global-only fit fixes the mass-to-light ratio at the golden ratio phi and locks the fine-structure parameter alpha to its Recognition value derived from the eight-tick octave and spectral emergence. SPARC supplies a uniform set of high-resolution rotation curves for direct comparison.

proof idea

The definition is a direct one-line encoding of the inequality chi_sq > 2.0. No lemmas or tactics are invoked; the body simply returns the Prop that the input real exceeds the conventional threshold of 2.0 for acceptable fit quality.

why it matters in Recognition Science

This definition supplies the concrete falsification test for the ILG rotation model inside the Gravity module. It operationalizes the claim that a global-only fit with M/L = phi and alpha_lock must reproduce SPARC data or the Recognition framework is refuted. The threshold closes the loop from the phi-forcing chain (T5 J-uniqueness through T8 D=3) to observable predictions.

scope and limits

formal statement (Lean)

 193def SPARC_mismatch_falsifier (chi_sq : ℝ) : Prop :=

proof body

Definition body.

 194  chi_sq > 2.0 -- χ² per degree of freedom threshold
 195
 196end RotationILG
 197end Gravity
 198end IndisputableMonolith

depends on (5)

Lean names referenced from this declaration's body.