English
There is a natural correspondence between the underlying function and its coercion to a monoid hom.
Русский
Существует естественное соответствие между функцией и её приведением к моноидному гомоморфизму.
LaTeX
$$$f: A\to B \iff \text{coercion}(f) : A \to^{+} B$$$
Lean4
@[inherit_doc DistribMulActionHom, term_parser 1000]
public meta def «DistribMulActionHomIdLocal≺» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«DistribMulActionHomIdLocal≺» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →+[") (ParserDescr.cat✝ `term 25))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))