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

calculusCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.FundamentalTheoremCalculusFromRS
domain
Mathematics
line
43 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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