English
There is a natural isomorphism between the swapped external product constructions at the level of all components.
Русский
Существует естественный изоморфизм между переставленными внешними конструкциями на уровне всех компонент.
LaTeX
$$NatIso.ofComponents (fun _ => Iso.refl _) (by ext; simp)$$
Lean4
/-- Notation for `externalProduct`.
Do `open scoped CategoryTheory.MonoidalCategory.ExternalProduct`
to bring this notation in scope. -/
@[scoped term_parser 1000]
public meta def «term_⊠_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `CategoryTheory.MonoidalCategory.ExternalProduct.«term_⊠_» 80 81
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " ⊠ ") (ParserDescr.cat✝ `term 80))