Compactly supported smooth test functions #
theorem
HasCompactSupport.smul
{α : Type u_1}
{β : Type u_2}
[TopologicalSpace α]
[Zero β]
[SMulWithZero ℝ β]
{c : ℝ}
{f : α → β}
(hf : HasCompactSupport f)
:
HasCompactSupport (c • f)
Compactly supported smooth functions supported in an open set U ⊆ ℝᵈ.
Elements satisfy: compact support, support contained in U, and C^∞ regularity.
Locally Lp function spaces #
@[simp]
theorem
mem_Lp_loc_iff
{d : ℕ+}
{p : ENNReal}
{f : (Fin ↑d → ℝ) →ₘ[MeasureTheory.volume] ℝ}
:
f ∈ Lp_loc d p ↔ ∀ (C : Set (Fin ↑d → ℝ)), IsCompact C → MeasureTheory.MemLp (↑f) p (MeasureTheory.volume.restrict C)
Membership in Lp_loc unfolds to: MemLp f p (volume.restrict C) for every compact C.
Local integrability #
theorem
LplocLocallyInteg
(d : ℕ+)
(p : ENNReal)
(hp : 1 ≤ p)
{f : (Fin ↑d → ℝ) →ₘ[MeasureTheory.volume] ℝ}
(hf : f ∈ Lp_loc d p)
:
Every function in Lp_loc d p (with p ≥ 1) is locally integrable on ℝᵈ.
Derived from LplocLocallyIntegU applied to U = Set.univ.