Documentation

Atlas.DifferentialAnalysis.code.Lemma71

theorem TemperedDistributions.schwartz_iff_weightedDeriv_bounded {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace F] {f : EF} (hsmooth : ContDiff (↑) f) :
(∀ (k n : ), ∃ (C : ), ∀ (x : E), x ^ k * iteratedFDeriv n f x C) ∀ (k n : ), n k∃ (C : ), ∀ (x : E), (1 + x) ^ k * iteratedFDeriv n f x C

Melrose Lemma 7.1: equivalence between the two standard ways of characterising Schwartz decay of a smooth function. The "polynomial weight" formulation (bounded ‖x‖^k ‖∂^n f(x)‖ for all k, n) is equivalent to the "(1 + ‖x‖)-weight" formulation, restricted to indices satisfying n ≤ k.

theorem TemperedDistributions.schwartz_weightedDeriv_bounded {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace F] (f : SchwartzMap E F) (k n : ) :
∃ (C : ), 0 C ∀ (x : E), (1 + x) ^ k * iteratedFDeriv n (⇑f) x C

For any Schwartz function f, each weighted derivative norm (1 + ‖x‖)^k ‖∂^n f(x)‖ admits an explicit nonnegative bound expressed via the Schwartz seminorms of f.