def
definition
SPARC_mismatch_falsifier
show as:
view math explainer →
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
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