Documentation

Atlas.DifferentialAnalysis.code.TemperedDistributions

A linear functional on Schwartz space is continuous as soon as its norm seminorm is dominated by a finite sup of Schwartz seminorms times a constant.

Conversely, every continuous linear functional on Schwartz space is dominated by a finite sup of Schwartz seminorms times a constant.

Continuity of a linear functional on Schwartz space is equivalent to a Schwartz-seminorm bound (Melrose Prop 7.3): this is the characterisation of tempered distributions.

Continuous embedding Lp(F, μ) → 𝓢'(E, F) sending an Lᵖ-function to the tempered distribution it represents.

Instances For

    Distributional directional derivative in direction m: a continuous linear endomorphism of 𝓢'(E, F) given by u ↦ u ∘ (-∂_m).

    Instances For
      @[simp]

      The definitional unfolding of distribDerivCLM: it pairs u with -(∂_m φ).

      Distributional multiplication by a (necessarily temperate) function g : E → ℂ, as a continuous linear endomorphism of 𝓢'(E, F).

      Instances For
        @[simp]

        The definitional unfolding of distribMulCLM g: it pairs u with g · φ.

        theorem TemperedDistributions.schwartz_iff_oneAddNorm_decay {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {G : Type u_3} [NormedAddCommGroup G] [NormedSpace G] {f : EG} (hsmooth : ContDiff (↑) f) :
        (∀ (k n : ), ∃ (C : ), ∀ (x : E), x ^ k * iteratedFDeriv n f x C) ∀ (k n : ), ∃ (C : ), ∀ (x : E), (1 + x) ^ k * iteratedFDeriv n f x C

        Equivalence of two formulations of Schwartz decay for a smooth function: the standard ‖x‖ᵏ polynomial growth control matches the variant using (1 + ‖x‖)ᵏ.

        theorem TemperedDistributions.SchwartzMap.seminorm_derivCLM_le {G : Type u_3} [NormedAddCommGroup G] [NormedSpace G] (𝕜 : Type u_4) [RCLike 𝕜] [NormedSpace 𝕜 G] [SMulCommClass 𝕜 G] (k n : ) (f : SchwartzMap G) :
        (SchwartzMap.seminorm 𝕜 k n) ((SchwartzMap.derivCLM 𝕜 G) f) (SchwartzMap.seminorm 𝕜 k (n + 1)) f

        Differentiating in 𝓢(ℝ, G) shifts a Schwartz seminorm: the (k, n)-seminorm of f' is bounded by the (k, n + 1)-seminorm of f.

        The m-th power of derivCLM equals its m-fold function iterate.

        Polynomial monomials x ↦ xᵅ are of temperate growth.

        Continuous linear operator on 𝓢(ℝ, G) given by f ↦ x^α · f^(β), i.e. the multiplication by the monomial xᵅ composed with β-fold differentiation.

        Instances For

          Every continuous linear endomorphism of 𝓢(E, G) is bounded with respect to the Schwartz seminorm family in the sense that each seminorm of T(f) is dominated by a finite sum of seminorms of f.

          Conversely, a linear endomorphism of 𝓢(E, G) that is bounded with respect to the Schwartz seminorm family is automatically continuous.

          The distributional support of the tempered distribution attached to a Schwartz function ψ is contained in the closure of the support of ψ.

          The distributional support of (the tempered distribution attached to) a Schwartz function coincides with its topological support.

          Joint statement: the distributional support of any tempered distribution is closed, and on Schwartz functions the distributional support coincides with the topological support.