Mathlib Map

Theorems · Theorem · functional analysis

MeasureTheory.MemLp.exist_eLpNorm_sub_le

∀ {E : Type u_3} {F : Type u_4} [inst : MeasurableSpace E] [inst_1 : NormedAddCommGroup F]
  [inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace ℝ E] [FiniteDimensional ℝ E] [BorelSpace E]
  [inst_6 : NormedSpace ℝ F] {μ : MeasureTheory.Measure E} [MeasureTheory.IsFiniteMeasureOnCompacts μ] {p : ENNReal},
  p ≠ ⊤ →
    1 ≤ p →
      ∀ {f : E → F},
        MeasureTheory.MemLp f p μ →
          ∀ {ε : ℝ},
            0 < ε → ∃ g, HasCompactSupport g ∧ ContDiff ℝ (↑⊤) g ∧ MeasureTheory.eLpNorm (f - g) p μ ≤ ENNReal.ofReal ε

Every Lp function can be approximated by a smooth compactly supported function provided that p < ∞.

Defined in
Mathlib.Analysis.Normed.Lp.SmoothApprox
Cited by
2 results in Mathlib
Foundations
Depth 304 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceNormedAddCommGroupNormedAddCommGroupNormedSpaceFiniteDimensionalBorelSpaceNormedSpaceMeasureTheory.IsFiniteMeasureOnCompacts

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites36

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.