English
The collection of ContMDiffMonoidMorphism acts as a function-like structure, with equality determined by the underlying function.
Русский
Набор ContMDiffMonoidMorphism образует структуру типа «функция-подобная»; равенство моноид-помо значений определяется по их базовой функции.
LaTeX
$$$\\\\text{ContMDiffMonoidMorphism } I I' n G G' \\\\text{ is a function-like object: } f = g \\iff f.toFun = g.toFun$$$
Lean4
@[to_additive]
theorem contMDiff_mul_right {a : G} : ContMDiff I I n (· * a) :=
contMDiff_id.mul contMDiff_const