theorem
proved
kernel_correction_positive
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Papers.DIF.CausalClosure on GitHub at line 55.
browse module
All declarations in this module, on Recognition.
explainer page
formal source
52
53 This formalizes the Solar System tension identified in the paper:
54 the power-law kernel does not have a built-in UV suppression mechanism. -/
55theorem kernel_correction_positive (C α ratio : ℝ)
56 (hC : 0 < C) (hα : 0 < α) (hratio : 0 < ratio) :
57 0 < C * ratio ^ α := by
58 exact mul_pos hC (Real.rpow_pos_of_pos hratio α)
59
60end
61end CausalClosure
62end DIF
63end Papers
64end IndisputableMonolith