Documentation

Atlas.DifferentialAnalysis.code.SchwartzTranslateContinuity

theorem SchwartzMap.seminorm_translate_sub_le {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (φ : SchwartzMap E ) (k n : ) (h : E) (hh : h 1) :
(SchwartzMap.seminorm k n) ((compSubConstCLM h) φ - φ) 2 ^ k * ((Finset.Iic (k, n + 1)).sup fun (m : × ) => SchwartzMap.seminorm m.1 m.2) φ * h

Quantitative continuity of translation on Schwartz space: for any (k, n), the Schwartz (k,n)-seminorm of the difference τ_h φ − φ is controlled linearly by ‖h‖ for ‖h‖ ≤ 1, with constant given by a finite supremum of Schwartz seminorms of φ. Used to deduce continuity of h ↦ τ_h φ in h.

theorem SchwartzMap.compSubConstCLM_sub_eq {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (φ : SchwartzMap E ) (x x₀ : E) :
(compSubConstCLM x) φ - (compSubConstCLM x₀) φ = (compSubConstCLM x₀) ((compSubConstCLM (x - x₀)) φ - φ)

Cocycle identity for Schwartz translation: the difference of two translates of φ at points x and x₀ factors through translation by x₀ of the difference τ_{x − x₀} φ − φ.