Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.tendsto_zero_of_hasDerivAt_of_integrableOn_Ioi

∀ {E : Type u_1} {f f' : ℝ → E} {a : ℝ} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E],
  (∀ x ∈ Set.Ioi a, HasDerivAt f (f' x) x) →
    MeasureTheory.IntegrableOn f' (Set.Ioi a) MeasureTheory.volume →
      MeasureTheory.IntegrableOn f (Set.Ioi a) MeasureTheory.volume → Filter.Tendsto f Filter.atTop (nhds 0)

If a function and its derivative are integrable on (a, +∞), then the function tends to zero at +∞.

Defined in
Mathlib.MeasureTheory.Integral.IntegralEqImproper
Cited by
2 results in Mathlib
Foundations
Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites32

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.