Theorems · Theorem · measure theory
MeasureTheory.exists_Lp_half
∀ {α : Type u_1} (ε : Type u_3) {m : MeasurableSpace α} [inst : TopologicalSpace ε] [inst_1 : ESeminormedAddMonoid ε]
(μ : MeasureTheory.Measure α) (p : ENNReal) {δ : ENNReal},
δ ≠ 0 →
∃ η,
0 < η ∧
∀ (f g : α → ε),
MeasureTheory.AEStronglyMeasurable f μ →
MeasureTheory.AEStronglyMeasurable g μ →
MeasureTheory.eLpNorm f p μ ≤ η → MeasureTheory.eLpNorm g p μ ≤ η → MeasureTheory.eLpNorm (f + g) p μ < δTechnical lemma to control the addition of functions in L^p even for p < 1: Given δ > 0,
there exists η such that two functions bounded by η in L^p have a sum bounded by δ. One
could take η = δ / 2 for p ≥ 1, but the point of the lemma is that it works also for p < 1.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- add_zeroproof · cited by 2,707
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- nhdsWithinproof · cited by 1,912
- Set.Ioiproof · cited by 1,463
- LT.lt.neproof · cited by 872
Cited by4
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.MemLp.induction_denseproof · cited by 2
- MeasureTheory.UnifTight.addproof · cited by 1