Theorems · Theorem · measure theory
MeasureTheory.lintegral_add_mul_meas_add_le_le_lintegral
∀ {α : Type u_1} {mα : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f g : α → ENNReal},
f ≤ᵐ[μ] g → AEMeasurable g μ → ∀ (ε : ENNReal), ∫⁻ (a : α), f a ∂μ + ε * μ {x | f x + ε ≤ g x} ≤ ∫⁻ (a : α), g a ∂μA version of Markov's inequality for two functions. It doesn't follow from the standard
Markov's inequality because we only assume measurability of g, not f.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · 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
- Set.ofPredstatement and proof · cited by 6,101
- LE.le.transproof · cited by 3,151
- add_zeroproof · cited by 2,707
- MeasureTheory.aestatement and proof · cited by 2,352
- le_reflproof · cited by 2,061
- Measurableproof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.mul_meas_ge_le_lintegral₀proof · cited by 5
- MeasureTheory.ae_eq_of_ae_le_of_lintegral_leproof · cited by 3