English
The CLM fourierTransformCLE behaves compatibly with the underlying functor structure on Schwartz space.
Русский
CLM fourierTransformCLE совместим с подлежащей структурой функции на пространстве Шварца.
LaTeX
$$$ \text{compatibility of } \mathrm{fourierTransformCLE}_{\mathbb{K}} $$$
Lean4
/-- A function is a Schwartz function if it is smooth and all derivatives decay faster than
any power of `‖x‖`. -/
@[scoped term_parser 1000]
public meta def «term𝓢(_,_)» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `SchwartzMap.«term𝓢(_,_)» 1024
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "𝓢(") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ ", "))
(ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ ")"))