Theorems · Theorem · measure theory
MeasureTheory.MemLp.exists_boundedContinuous_eLpNorm_sub_le
∀ {α : Type u_1} [inst : TopologicalSpace α] [NormalSpace α] [inst_2 : MeasurableSpace α] [BorelSpace α] {E : Type u_2}
[inst_4 : NormedAddCommGroup E] {μ : MeasureTheory.Measure α} {p : ENNReal} [NormedSpace ℝ E] [μ.WeaklyRegular],
p ≠ ⊤ →
∀ {f : α → E},
MeasureTheory.MemLp f p μ →
∀ {ε : ENNReal}, ε ≠ 0 → ∃ g, MeasureTheory.eLpNorm (f - ⇑g) p μ ≤ ε ∧ MeasureTheory.MemLp (⇑g) p μAny function in ℒp can be approximated by bounded continuous functions when p < ∞,
version in terms of eLpNorm.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 223 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites56
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
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Norm.normproof · cited by 5,413
- Set.rangeproof · cited by 4,705
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Lp.boundedContinuousFunction_denseproof · cited by 2
- MeasureTheory.MemLp.exists_boundedContinuous_integral_rpow_sub_leproof · cited by 1
- MeasureTheory.Integrable.exists_boundedContinuous_lintegral_sub_leproof · cited by 0