Documentation

Analysis.Section_11_5

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 b → f x = 0

      Exercise 11.5.2