Theorems · Theorem · measure theory
MeasureTheory.le_lintegral_add
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} (f g : α → ENNReal),
∫⁻ (a : α), f a ∂μ + ∫⁻ (a : α), g a ∂μ ≤ ∫⁻ (a : α), f a + g a ∂μThe sum of the lower Lebesgue integrals of two functions is less than or equal to the integral of their sum. The other inequality needs one of these functions to be (a.e.-)measurable.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 193 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.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.lintegralstatement · cited by 1,152
- add_le_addproof · cited by 666
- MeasureTheory.SimpleFuncproof · cited by 411
- zero_leproof · cited by 382
- Eq.geproof · cited by 375
- le_iSup₂_of_leproof · cited by 52
- MeasureTheory.lintegral_defproof · cited by 15
- MeasureTheory.SimpleFunc.add_lintegralproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_add_leftproof · cited by 21
- MeasureTheory.condLExp_add_leproof · cited by 0