Analysis I, Section 11.9: The two fundamental theorems of calculus #
I have attempted to make the translation as faithful a paraphrasing as possible of the original text. When there is a choice between a more idiomatic Lean solution and a more faithful translation, I have generally chosen the latter. In particular, there will be places where the Lean code could be "golfed" to be more elegant and idiomatic, but I have consciously avoided doing so.
Main constructions and results of this section:
- The fundamental theorems of calculus.
Theorem 11.9.1 (First Fundamental Theorem of Calculus)
Example 11.9.2
Equations
Instances For
Exercise 11.9.1
Definition 11.9.3. We drop the requirement that x be a limit point as this makes the Lean arguments slightly cleaner
Equations
- Chapter11.AntiderivOn F f I = (DifferentiableOn ℝ F ↑I ∧ ∀ x ∈ I, HasDerivWithinAt F (f x) (↑I) x)
Instances For
Theorem 11.9.4 (Second Fundamental Theorem of Calculus)
Lemma 11.9.5 / Exercise 11.9.2