Theorems · Definition · category theory
CategoryTheory.prod.prodFunctorToFunctorProdAssociator
(C : Type u₁) →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
(D : Type u₂) →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(E : Type u₃) →
[inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
(A : Type u₄) →
[inst_3 : CategoryTheory.Category.{v₄, u₄} A] →
(CategoryTheory.prod.associativity (CategoryTheory.Functor A C) (CategoryTheory.Functor A D)
(CategoryTheory.Functor A E)).functor.comp
(((CategoryTheory.Functor.id (CategoryTheory.Functor A C)).prod
(CategoryTheory.prodFunctorToFunctorProd A D E)).comp
(CategoryTheory.prodFunctorToFunctorProd A C (D × E))) ≅
((CategoryTheory.prodFunctorToFunctorProd A C D).prod
(CategoryTheory.Functor.id (CategoryTheory.Functor A E))).comp
((CategoryTheory.prodFunctorToFunctorProd A (C × D) E).comp
(CategoryTheory.prod.associativity C D E).congrRight.functor)The associator isomorphism is compatible with prodFunctorToFunctorProd.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.Equivalence.functorstatement and proof · cited by 1,268
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Functor.prodstatement and proof · cited by 126
- CategoryTheory.prod.associativitystatement and proof · cited by 32
- CategoryTheory.prodFunctorToFunctorProdstatement and proof · cited by 17
- CategoryTheory.Equivalence.congrRightstatement · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.prod.prodFunctorToFunctorProdAssociator_hom_app_appstatement and proof · cited by 0
- CategoryTheory.prod.prodFunctorToFunctorProdAssociator_inv_app_appstatement and proof · cited by 0