English
Reiterates correspoding bijective promotion to equivalence and its forward map.
Русский
Повторяет соответствующее превращение биективности в эквивалентность и прямой маппинг.
LaTeX
$$$\\text{coe_ofBijective } f hf = f$$$
Lean4
@[inherit_doc BialgHom, term_parser 1000]
public meta def «term_→ₐc[_]_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«term_→ₐc[_]_» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →ₐc[") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))