Theorems · Theorem · measure theory
MeasureTheory.lintegral_edist_triangle
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{f g h : α → β},
MeasureTheory.AEStronglyMeasurable f μ →
MeasureTheory.AEStronglyMeasurable h μ →
∫⁻ (a : α), edist (f a) (g a) ∂μ ≤ ∫⁻ (a : α), edist (f a) (h a) ∂μ + ∫⁻ (a : α), edist (g a) (h a) ∂μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- EDist.ediststatement and proof · cited by 735
- MeasureTheory.lintegral_monoproof · cited by 51
- MeasureTheory.lintegral_add_left'proof · cited by 11
- edist_triangle_rightproof · cited by 5
- MeasureTheory.AEStronglyMeasurable.edistproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_edist_lt_topproof · cited by 0