Theorems · Theorem · measure theory
MeasureTheory.exists_eLpNorm_indicator_le
∀ {α : Type u_1} {E : Type u_2} {m : MeasurableSpace α} {p : ENNReal} {μ : MeasureTheory.Measure α}
[inst : NormedAddCommGroup E],
p ≠ ⊤ →
∀ (c : E) {ε : ENNReal},
ε ≠ 0 → ∃ η, 0 < η ∧ ∀ (s : Set α), μ s ≤ ↑η → MeasureTheory.eLpNorm (s.indicator fun x => c) p μ ≤ εThe eLpNorm of the indicator of a set is uniformly small if the set itself has small measure,
for any p < ∞. Given here as an existential ∀ ε > 0, ∃ η > 0, ... to avoid later
management of ℝ≥0∞-arithmetic.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 209 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.
Cites50
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 and proof · cited by 53,352
- Realproof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- 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.topstatement and proof · cited by 9,680
- Filterproof · cited by 8,121
- nhdsproof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.MemLp.exists_hasCompactSupport_eLpNorm_sub_leproof · cited by 3
- MeasureTheory.MemLp.exists_boundedContinuous_eLpNorm_sub_leproof · cited by 3
- MeasureTheory.exists_continuous_eLpNorm_sub_le_of_closedproof · cited by 2