pith. machine review for the scientific record. sign in
def

SPARC_mismatch_falsifier

definition
show as:
view math explainer →
module
IndisputableMonolith.Gravity.RotationILG
domain
Gravity
line
193 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Gravity.RotationILG on GitHub at line 193.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

 190/-- **FALSIFIER: SPARC Mismatch**
 191    If the ILG global-only fit ($M/L = \varphi$, $\alpha = \alpha_{lock}$)
 192    fails to match the SPARC database within stated tolerance, the model is falsified. -/
 193def SPARC_mismatch_falsifier (chi_sq : ℝ) : Prop :=
 194  chi_sq > 2.0 -- χ² per degree of freedom threshold
 195
 196end RotationILG
 197end Gravity
 198end IndisputableMonolith