Documentation

Atlas.DifferentialAnalysis.code.HadamardDecomposition

The j-th coordinate function on EuclideanSpace ℝ (Fin n), viewed as a complex-valued function.

Instances For

    The j-th coordinate function on EuclideanSpace ℝ (Fin n), packaged as a continuous real-linear map into .

    Instances For

      The plain coordinate function coordFun n j agrees pointwise with its continuous-linear-map version coordCLM n j.

      Each coordinate function on Euclidean space has temperate growth (it is linear, hence at most linearly bounded).

      noncomputable def HadamardDecomposition.hadamardPsiFun (n : ) (φ : SchwartzMap (EuclideanSpace (Fin n)) ) (j : Fin n) (x : EuclideanSpace (Fin n)) :

      The Hadamard decomposition coefficient functions: given a Schwartz function φ and a coordinate index j, this is the function whose value at x is ∫₀¹ (∂_j φ)(t · x) dt. These functions appear in the identity φ(x) = Σⱼ xⱼ · ψⱼ(x) when φ vanishes at the origin.

      Instances For

        The Hadamard coefficient function hadamardPsiFun n φ j is smooth (C^∞).

        theorem HadamardDecomposition.hadamardPsiFun_decay (n : ) (φ : SchwartzMap (EuclideanSpace (Fin n)) ) (j : Fin n) (k m : ) :
        ∃ (C : ), ∀ (x : EuclideanSpace (Fin n)), x ^ k * iteratedFDeriv m (hadamardPsiFun n φ j) x C

        The Hadamard coefficient function hadamardPsiFun n φ j satisfies all Schwartz decay estimates: for every pair of nonnegative integers (k, m) there is a constant C bounding ‖x‖^k · ‖D^m ψ(x)‖.

        theorem HadamardDecomposition.schwartz_vanishing_at_zero_eq_sum_coord_mul (n : ) (φ : SchwartzMap (EuclideanSpace (Fin n)) ) ( : φ 0 = 0) :
        ∃ (ψ : Fin nSchwartzMap (EuclideanSpace (Fin n)) ), ∀ (x : EuclideanSpace (Fin n)), φ x = j : Fin n, coordFun n j x (ψ j) x

        Hadamard decomposition: a Schwartz function on ℝⁿ that vanishes at the origin can be written as φ(x) = Σⱼ xⱼ · ψⱼ(x) for some Schwartz functions ψⱼ.

        If a tempered distribution u is annihilated by multiplication by every coordinate function, then u φ = 0 for every Schwartz function φ that vanishes at the origin. Proof uses the Hadamard decomposition.

        Characterisation of multiples of the Dirac delta at the origin: a tempered distribution u is annihilated by multiplication by every coordinate function iff u = c · δ₀ for some scalar c.