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

growth_factor_cert

proved
show as:
view math explainer →
module
IndisputableMonolith.Gravity.ILGGrowthFactor
domain
Gravity
line
136 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Gravity.ILGGrowthFactor on GitHub at line 136.

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

 133  f_gt_one : ∀ a k tau0 : ℝ, 0 < a → 0 < k → 0 < tau0 → 1 < f_growth a k tau0
 134  beta_positive : ∀ k tau0 : ℝ, 0 < k → 0 < tau0 → 0 < beta_growth k tau0
 135
 136theorem growth_factor_cert : GrowthFactorCert where
 137  D_positive := D_growth_pos
 138  D_ge_a := D_growth_ge_a
 139  f_gt_one := f_growth_gt_one
 140  beta_positive := beta_growth_pos
 141
 142end
 143
 144end ILGGrowthFactor
 145end Gravity
 146end IndisputableMonolith