English
The derivative operator is compatible with addition and scalar multiplication and is the unique derivation with these properties.
Русский
Оператор производной совместим с сложением и скalarным умножением и является единственной производной с такими свойствами.
LaTeX
$$$ \\text{derivative} = \\text{Derivation with }( + , \\cdot ) \\text{-поля}$$$
Lean4
/-- Abbreviation of `PowerSeries.derivative`, the formal derivative on `R⟦X⟧` -/
@[scoped term_parser 1000]
public meta def «termD⁄dX» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `PowerSeries.«termD⁄dX» 1024 (ParserDescr.symbol✝ "d⁄dX")