Theorems · Theorem · measure theory
intervalIntegral.integral_mono_on
∀ {f g : ℝ → ℝ} {a b : ℝ} {μ : MeasureTheory.Measure ℝ},
a ≤ b →
IntervalIntegrable f μ a b →
IntervalIntegrable g μ a b →
(∀ x ∈ Set.Icc a b, f x ≤ g x) → ∫ (u : ℝ) in a..b, f u ∂μ ≤ ∫ (u : ℝ) in a..b, g u ∂μ- Cited by
- 5 results in Mathlib
- Foundations
- Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupproof · cited by 15,752
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.Iccstatement and proof · cited by 1,702
- Set.Iocproof · cited by 971
- intervalIntegralstatement · cited by 546
- IntervalIntegrablestatement and proof · cited by 316
- intervalIntegral.integral_of_leproof · cited by 83
- measurableSet_Iocproof · cited by 65
- Set.Ioc_subset_Icc_selfproof · cited by 53
Cited by5
Results whose statement or proof uses this declaration.
- integral_sin_pow_succ_leproof · cited by 3
- AntitoneOn.integral_le_sumproof · cited by 3
- AntitoneOn.sum_le_integralproof · cited by 2
- Chebyshev.integral_theta_div_log_sq_isBigOproof · cited by 2
- MonotoneOn.intervalIntegral_slope_leproof · cited by 1