Documentation

Analysis.Section_11_5

Analysis I, Section 11.5: Riemann integrability of continuous functions #

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:

Theorem 11.5.1

Corollary 11.5.2

theorem Chapter11.integ_of_bdd_cts {I : BoundedInterval} {f : } (hbound : Chapter9.BddOn f I) (hf : ContinuousOn f I) :

Proposition 11.5.3

@[reducible, inline]

Definition 11.5.4

Equations
Instances For
    @[reducible, inline]
    noncomputable abbrev Chapter11.f_11_5_5 :

    Example 11.5.5

    Equations
    Instances For

      Proposition 11.5.6 / Exercise 11.5.1

      theorem Chapter11.integ_zero {a b : } (hab : a b) (f : ) (hf : ContinuousOn f (BoundedInterval.Icc a b)) (hnonneg : MajorizesOn f (fun (x : ) => 0) (BoundedInterval.Icc a b)) (hinteg : integ f (BoundedInterval.Icc a b) = 0) (x : ) :
      x BoundedInterval.Icc a bf x = 0

      Exercise 11.5.2