Theorems · Theorem · real analysis
intervalIntegral.sub_le_integral_of_hasDeriv_right_of_le_Ico
∀ {g' g φ : ℝ → ℝ} {a b : ℝ},
a ≤ b →
ContinuousOn g (Set.Icc a b) →
(∀ x ∈ Set.Ico a b, HasDerivWithinAt g (g' x) (Set.Ioi x) x) →
MeasureTheory.IntegrableOn φ (Set.Icc a b) MeasureTheory.volume →
(∀ x ∈ Set.Ico a b, g' x ≤ φ x) → g b - g a ≤ ∫ (y : ℝ) in a..b, φ yHard part of FTC-2 for integrable derivatives, real-valued functions: one has
g b - g a ≤ ∫ y in a..b, g' y when g' is integrable.
Auxiliary lemma in the proof of integral_eq_sub_of_hasDeriv_right_of_le.
We give the slightly more general version that g b - g a ≤ ∫ y in a..b, φ y when g' ≤ φ and
φ is integrable (even if g' is not known to be integrable).
Version assuming that g is differentiable on [a, b).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 261 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites96
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Top.topproof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
- MeasureTheory.aeproof · cited by 2,352
- LT.lt.leproof · cited by 2,189
- nhdsWithinproof · cited by 1,912
- MeasureTheory.integralproof · cited by 1,779
- Set.Iccstatement and proof · cited by 1,702
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.sub_le_integral_of_hasDeriv_right_of_leproof · cited by 2