Documentation

Analysis.Section_11_10

Analysis I, Section 11.10: Consequences of the fundamental theorems #

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:

Proposition 11.10.1 (Integration by parts formula) / Exercise 11.10.1

Theorem 11.10.2. Need to add continuity of α due to our conventions on α-length

Corollary 11.10.3

theorem Chapter11.PiecewiseConstantOn.RS_integ_of_comp {a b : } (hab : a < b) {φ f : } (hφ_cont : Continuous φ) (hφ_mono : Monotone φ) (hf : PiecewiseConstantOn f (BoundedInterval.Icc (φ a) (φ b))) :

Lemma 11.10.5 / Exercise 11.10.2

theorem Chapter11.RS_integ_of_comp {a b : } (hab : a < b) {φ f : } (hφ_cont : Continuous φ) (hφ_mono : Monotone φ) (hf : IntegrableOn f (BoundedInterval.Icc (φ a) (φ b))) :

Proposition 11.10.6 (Change of variables formula II)

theorem Chapter11.integ_of_comp {a b : } (hab : a < b) {φ f : } (hφ_diff : DifferentiableOn φ (BoundedInterval.Icc a b)) (hφ_cont : Continuous φ) (hφ_mono : Monotone φ) (hφ' : IntegrableOn (derivWithin φ (BoundedInterval.Icc a b)) (BoundedInterval.Icc a b)) (hf : IntegrableOn f (BoundedInterval.Icc (φ a) (φ b))) :

Proposition 11.10.7 (Change of variables formula III)