English
There is a canonical equivalence between Sym α n and Sym' α n, i.e., a natural isomorphism between the two constructions of the nth symmetric power.
Русский
Существует каноническое эквивалентность между Sym α n и Sym' α n, то есть естественное изоморфизм между двумя конструктиями n-й симметрической мощности.
LaTeX
$$$ \mathrm{Sym\_symEquivSym'}: \mathrm{Sym}(\alpha,n) \simeq \mathrm{Sym'}(\alpha,n). $$$
Lean4
@[inherit_doc cons', scoped term_parser 1000]
public meta def «term_::_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `Sym.«term_::_» 1022 0
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " :: ") (ParserDescr.cat✝ `term 0))