Theorems · Definition · category theory
CategoryTheory.MonoidalCategory.externalProductSwap
(J₁ : Type u₁) →
(J₂ : Type u₂) →
(C : Type u₃) →
[inst : CategoryTheory.Category.{v₁, u₁} J₁] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} J₂] →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
[inst_3 : CategoryTheory.MonoidalCategory C] →
[CategoryTheory.BraidedCategory C] →
(CategoryTheory.MonoidalCategory.externalProductBifunctor J₁ J₂ C).comp
((CategoryTheory.Functor.whiskeringLeft (J₂ × J₁) (J₁ × J₂) C).obj
(CategoryTheory.Prod.swap J₂ J₁)) ≅
(CategoryTheory.Prod.swap (CategoryTheory.Functor J₁ C) (CategoryTheory.Functor J₂ C)).comp
(CategoryTheory.MonoidalCategory.externalProductBifunctor J₂ J₁ C)When C is braided, there is an isomorphism Prod.swap _ _ ⋙ F₁ ⊠ F₂ ≅ F₂ ⊠ F₁, natural
in both F₁ and F₂.
Note that (externalProductSwap _ _ _).app (F₁, F₂) : Prod.swap _ _ ⋙ F₁ ⊠ F₂ ≅ F₂ ⊠ F₁
type checks.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.BraidedCategorystatement and proof · cited by 779
- CategoryTheory.Functor.whiskeringLeftstatement · cited by 395
- CategoryTheory.BraidedCategory.braidingproof · cited by 257
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Prod.swapstatement and proof · cited by 36
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.externalProductSwap_hom_app_appstatement and proof · cited by 0
- CategoryTheory.MonoidalCategory.externalProductSwap_inv_app_appstatement and proof · cited by 0