Theorems · Theorem · measure theory
MeasureTheory.MemLp.eLpNorm_indicator_norm_ge_pos_le
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{p : ENNReal} {f : α → β},
MeasureTheory.MemLp f p μ →
MeasureTheory.StronglyMeasurable f →
∀ {ε : ℝ}, 0 < ε → ∃ M, 0 < M ∧ MeasureTheory.eLpNorm ({x | M ≤ ↑‖f x‖₊}.indicator f) p μ ≤ ENNReal.ofReal εThis lemma implies that a single function is uniformly integrable (in the probability sense).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 218 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.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- 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
- Set.ofPredstatement and proof · cited by 6,101
- Norm.normproof · cited by 5,413
- le_reflproof · cited by 2,061
- NNReal.toRealstatement and proof · cited by 1,260
- le_transproof · cited by 985
- NNNorm.nnnormstatement and proof · cited by 952
- ENNReal.ofRealstatement and proof · cited by 863
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.MemLp.uniformIntegrable_of_identDistrib_auxproof · cited by 1
- MeasureTheory.MemLp.eLpNorm_indicator_le'proof · cited by 1