def
definition
calculusCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Mathematics.FundamentalTheoremCalculusFromRS on GitHub at line 43.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
40 minimum_at_1 : Jcost 1 = 0
41 strict_minimum : ∀ {r : ℝ}, 0 < r → r ≠ 1 → 0 < Jcost r
42
43def calculusCert : CalculusCert where
44 five_theorems := calculusTheoremCount
45 minimum_at_1 := jcost_minimum
46 strict_minimum := jcost_strict_min
47
48end IndisputableMonolith.Mathematics.FundamentalTheoremCalculusFromRS