Theorems · Theorem · measure theory
intervalIntegral.integral_lt_integral_of_continuousOn_of_le_of_exists_lt
∀ {f g : ℝ → ℝ} {a b : ℝ},
a < b →
ContinuousOn f (Set.Icc a b) →
ContinuousOn g (Set.Icc a b) →
(∀ x ∈ Set.Ioc a b, f x ≤ g x) →
(∃ c ∈ Set.Icc a b, f c < g c) → ∫ (x : ℝ) in a..b, f x < ∫ (x : ℝ) in a..b, g xIf f and g are continuous on [a, b], a < b, f x ≤ g x on this interval, and
f c < g c at some point c ∈ [a, b], then ∫ x in a..b, f x < ∫ x in a..b, g x.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasureTheory.Measureproof · cited by 10,939
- Set.ofPredproof · cited by 6,101
- Filter.Eventuallyproof · cited by 3,134
- MeasureTheory.aeproof · cited by 2,352
- LT.lt.leproof · cited by 2,189
- Filter.EventuallyEqproof · cited by 1,912
- Set.Iccstatement and proof · cited by 1,702
- MeasureTheory.Measure.restrictproof · cited by 1,646
- ContinuousOnstatement and proof · cited by 1,411
Cited by2
Results whose statement or proof uses this declaration.
- circleIntegral.norm_integral_lt_of_norm_le_const_of_ltproof · cited by 1
- intervalIntegral.integral_posproof · cited by 0