Mathlib Map

Theorems · Theorem · real analysis

MonotoneOn.intervalIntegral_deriv_mem_uIcc

∀ {f : ℝ → ℝ} {a b : ℝ}, MonotoneOn f (Set.uIcc a b) → ∫ (x : ℝ) in a..b, deriv f x ∈ Set.uIcc 0 (f b - f a)

If f is monotone on a..b, then f' is interval integrable on a..b and the integral of f' on a..b is in between 0 and f b - f a.

Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.DerivIntegrable
Cited by
0 results in Mathlib
Foundations
Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites63

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.