English
The canonical projection respects the identity; the map 1 acts as identity on the hom-space.
Русский
Каноническое отображение единицы сохраняет тождественный элемент в пространстве гомоморфизмов.
LaTeX
$$$\text{coe}_1: 1_{X} \mapsto 1_{Y}$$$
Lean4
@[inherit_doc DistribMulActionHom, term_parser 1000]
public meta def «DistribMulActionHomLocal≺» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«DistribMulActionHomLocal≺» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →ₑ+[") (ParserDescr.cat✝ `term 25))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))