Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Prod.swap

(C : Type u₁) →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    (D : Type u₂) → [inst_1 : CategoryTheory.Category.{v₂, u₂} D] → CategoryTheory.Functor (C × D) (D × C)

The functor swapping the factors of a Cartesian product of categories, C × D ⥤ D × C.

Defined in
Mathlib.CategoryTheory.Products.Basic
Cited by
36 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Prod.braiding · cited by 24Prod.braidingCategoryTheory.Functor.uncurryObjFlip · cited by 8Functor.uncurryObjFlipCategoryTheory.Functor.flipIsoCurrySwapUncurry · cited by 6Functor.flipIsoCurrySwapU…CategoryTheory.Limits.colimitLimitToLimitColimit · cited by 6Limits.colimitLimitToLimi…CategoryTheory.Limits.ι_colimitLimitToLimitColimit_π · cited by 3Limits.ι_colimitLimitToLi…CategoryTheory.Limits.limitIsoSwapCompLim · cited by 3Limits.limitIsoSwapCompLimCategoryTheory.Prod.symmetry · cited by 2Prod.symmetryCategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim · cited by 2Limits.colimitCurrySwapCo…CategoryTheory.Limits.limitCurrySwapCompLimIsoLimitCurryCompLim · cited by 2Limits.limitCurrySwapComp…CategoryTheory.Limits.colimitIsoSwapCompColim · cited by 2Limits.colimitIsoSwapComp…CategoryTheory.MonoidalCategory.externalProductSwap · cited by 2MonoidalCategory.external…CategoryTheory.MonoidalOpposite.tensorIso · cited by 2MonoidalOpposite.tensorIsoCategoryTheory.Limits.ι_colimitLimitToLimitColimit_π_apply · cited by 1Limits.ι_colimitLimitToLi…CategoryTheory.Limits.colimitFlipCompColimIsoColimitCompColim_ι_ι_hom · cited by 1Limits.colimitFlipCompCol…CategoryTheory.Limits.colimitFlipCompColimIsoColimitCompColim_ι_ι_inv · cited by 1Limits.colimitFlipCompCol…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Prod.mkHom · cited by 108Prod.mkHomProd.swapCITED BYCITES

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by47

Results whose statement or proof uses this declaration.