Mathlib Map

Theorems · Theorem · real analysis

MonotoneOn.intervalIntegral_slope_le

∀ {f : ℝ → ℝ} {a b c : ℝ},
  MonotoneOn f (Set.Icc a (b + c)) → a ≤ b → 0 ≤ c → ∫ (x : ℝ) in a..b, slope f x (x + c) ≤ f (b + c) - f a

If f is monotone on a..(b + c) where a ≤ b and 0 ≤ c, then the interval integral of fun x ↦ slope f x (x + c) on a..b is at most f (b + c) - f a.

Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.Slope
Cited by
1 results in Mathlib
Foundations
Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites38

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

Cited by1

Results whose statement or proof uses this declaration.