theorem
proved
ilg_falsifiable_bound
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.ILG.CPMInstance on GitHub at line 221.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
218 enhancement_bounded : enhancement ≤ 2
219
220/-- The ILG kernel provides a falsifiable upper bound on dark matter effects. -/
221theorem ilg_falsifiable_bound (P : KernelParams) (k a : ℝ) :
222 kernel P k a ≥ 1 := kernel_ge_one P k a
223
224end ILG
225end IndisputableMonolith