Documentation

Atlas.DifferentialAnalysis.code.HormanderFundamental

theorem DifferentialOperators.schwartzTranslateReflect_decay {n : } (φ : SchwartzMap (EuclideanSpace (Fin n)) ) (x : EuclideanSpace (Fin n)) (k l : ) :
∃ (C : ), ∀ (y : EuclideanSpace (Fin n)), y ^ k * iteratedFDeriv l (fun (z : EuclideanSpace (Fin n)) => φ (x - z)) y C

Schwartz decay of the translated–reflected function y ↦ φ(x − y): for every multi-index orders k, l, the weighted derivative norm is uniformly bounded in y.

The Schwartz function y ↦ φ(x − y) obtained by translating and reflecting a Schwartz function φ by x.

Instances For

    Convolution of a tempered distribution u with a Schwartz function φ: pointwise (u ∗ φ)(x) = ⟨u, φ(x − ·)⟩.

    Instances For

      Hörmander Theorem 4.1.1 (Melrose Theorem 11.6) — smoothness: the convolution u ∗ φ of a tempered distribution with a Schwartz function is C^∞.

      The convolution u ∗ φ has polynomial growth: there exist C > 0 and k : ℕ with ‖(u ∗ φ)(x)‖ ≤ C · ⟨x⟩^k.

      Differentiating the convolution on the right: ∂_m (u ∗ φ)(x) = (u ∗ (∂_m φ))(x).

      Differentiating the convolution on the left equals differentiating on the right: ((∂_m u) ∗ φ)(x) = ∂_m (u ∗ φ)(x).

      A tempered distribution u vanishes on a compactly supported Schwartz test function whose support is disjoint from the distributional support of u.

      Support of u ∗ φ (when φ has compact support) is contained in dsupport u + tsupport φ.