Theorems · Theorem · measure theory
MeasureTheory.MemLp.eLpNorm_indicator_norm_ge_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, MeasureTheory.eLpNorm ({x | M ≤ ↑‖f x‖₊}.indicator f) p μ ≤ ENNReal.ofReal εThis lemma is slightly weaker than MeasureTheory.MemLp.eLpNorm_indicator_norm_ge_pos_le as the
latter provides 0 < M.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 217 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.
Cites53
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
- Top.topproof · cited by 9,680
- Set.ofPredstatement and proof · cited by 6,101
- Norm.normproof · cited by 5,413
- Nat.cast_oneproof · cited by 2,501
- NNReal.toRealstatement and proof · cited by 1,260
- MeasureTheory.lintegralproof · cited by 1,152
- NNNorm.nnnormstatement and proof · cited by 952
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.MemLp.eLpNorm_indicator_norm_ge_pos_leproof · cited by 2