English
Reiteration of the inductive step asserting commutativity under the given hypotheses.
Русский
Повторение индуктивного шага, обеспечивающее коммутирование при данных допущениях.
LaTeX
$$IsMulCommutative N$$
Lean4
@[inherit_doc SemidirectProduct, term_parser 1000]
public meta def «term_⋊[_]_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«term_⋊[_]_» 35 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " ⋊[") (ParserDescr.cat✝ `term 35))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 35))