Documentation

Atlas.DifferentialAnalysis.code.WeightedSobolevSchwartz

Multiplying a Cᵏ function vanishing at infinity by the inverse of a power of the Japanese bracket ⟨x⟩^{-p} again gives a Cᵏ function vanishing at infinity, with the prescribed pointwise formula.

Instances For

    Any natural power of the Japanese bracket is a nonzero complex number, since ⟨x⟩ ≥ 1 > 0.

    noncomputable def SobolevEmbedding.weightedSobolev_to_contDiffZeroAtInfty {n : } (f : EuclideanSpace (Fin n)) (hf : ∀ (k : ), ∃ (u : SobolevSpace n k), u.toFun = fun (x : EuclideanSpace (Fin n)) => ↑(TestFunctions.japaneseBracket n x ^ k) * f x) (j l : ) :

    Step in Melrose Prop. 10.4: a function lying in every weighted Sobolev space gives rise, for each smoothness index j and weight l, to a Cⱼ function vanishing at infinity whose value at x is ⟨x⟩^l · f(x). Combines the Sobolev embedding theorem with multiplication by an inverse weight.

    Instances For
      noncomputable def SobolevEmbedding.allWeightedSobolev_to_schwartz {n : } (f : EuclideanSpace (Fin n)) (hf : ∀ (k : ), ∃ (u : SobolevSpace n k), u.toFun = fun (x : EuclideanSpace (Fin n)) => ↑(TestFunctions.japaneseBracket n x ^ k) * f x) :

      Melrose Prop. 10.4: a function lying in every weighted Sobolev space is a Schwartz function. This constructs the Schwartz representative explicitly from the family of weighted Sobolev witnesses.

      Instances For

        Multiplying a Schwartz function by any natural power of the Japanese bracket again gives a Schwartz function, with the prescribed pointwise formula. Uses the fact that ⟨x⟩^k has temperate growth.

        Instances For

          Every iterated Fréchet derivative of a Schwartz function lies in with respect to Lebesgue measure on ℝⁿ.