Documentation

PDE.SobolevSpace.Lp_function_spaces

Compactly supported smooth test functions #

theorem HasCompactSupport.smul {α : Type u_1} {β : Type u_2} [TopologicalSpace α] [Zero β] [SMulWithZero β] {c : } {f : αβ} (hf : HasCompactSupport f) :

Compactly supported smooth functions supported in an open set U ⊆ ℝᵈ. Elements satisfy: compact support, support contained in U, and C^∞ regularity.

noncomputable def Cc_inftyU (d : ℕ+) (U : Set (Fin d)) :
Submodule ((Fin d))
Equations
Instances For
    @[reducible, inline]
    noncomputable abbrev Cc_infty (d : ℕ+) :
    Submodule ((Fin d))

    Compactly supported smooth functions on all of ℝᵈ, as the special case U = Set.univ.

    Equations
    Instances For

      Locally Lp function spaces #

      noncomputable def Lp_locU (d : ℕ+) (p : ENNReal) (U : Set (Fin d)) :

      Functions locally in Lᵖ on an open set U ⊆ ℝᵈ: those lying in Lᵖ(C) for every compact C ⊆ U.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[reducible, inline]
        noncomputable abbrev Lp_loc (d : ℕ+) (p : ENNReal) :

        Functions locally in Lᵖ on all of ℝᵈ, as the special case U = Set.univ.

        Equations
        Instances For
          @[simp]
          theorem mem_Lp_loc_iff {d : ℕ+} {p : ENNReal} {f : (Fin d) →ₘ[MeasureTheory.volume] } :
          f Lp_loc d p ∀ (C : Set (Fin d)), IsCompact CMeasureTheory.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 LplocLocallyIntegU (d : ℕ+) (p : ENNReal) (hp : 1 p) (U : Set (Fin d)) (hU : IsOpen U) {f : (Fin d) →ₘ[MeasureTheory.volume] } (hf : f Lp_locU d p U) :

          Every function in Lp_locU d p U (with p ≥ 1) is locally integrable on U.

          Every function in Lp_loc d p (with p ≥ 1) is locally integrable on ℝᵈ. Derived from LplocLocallyIntegU applied to U = Set.univ.