Theorems · Theorem · measure theory
MeasureTheory.setLIntegral_mono_ae
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : Set α} {f g : α → ENNReal},
AEMeasurable g (μ.restrict s) → (∀ᵐ (x : α) ∂μ, x ∈ s → f x ≤ g x) → ∫⁻ (x : α) in s, f x ∂μ ≤ ∫⁻ (x : α) in s, g x ∂μLebesgue integral over a set is monotone in function.
This version assumes that the upper estimate is an a.e. measurable function
and the estimate holds a.e. on the set.
See also setLIntegral_mono_ae' for a version that assumes measurability of the set
but assumes no regularity of either function.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Measurableproof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- Filter.Eventually.monoproof · cited by 646
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_eq_zero_iff'proof · cited by 16
- MeasureTheory.setLIntegral_monoproof · cited by 6
- MeasureTheory.ae_le_of_forall_setLIntegral_le_of_sigmaFinite₀proof · cited by 2
- MeasureTheory.setIntegral_gt_gtproof · cited by 1
- MeasureTheory.Measure.rnDeriv_le_one_iff_leproof · cited by 0