Theorems · Theorem · category theory
CategoryTheory.prod.functorProdToProdFunctorAssociator_hom_app
∀ (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] (X : CategoryTheory.Functor A ((C × D) × E)),
(CategoryTheory.prod.functorProdToProdFunctorAssociator C D E A).hom.app X =
CategoryTheory.Prod.mkHom
(CategoryTheory.CategoryStruct.id
((X.comp (CategoryTheory.prod.associator C D E)).comp (CategoryTheory.Prod.fst C (D × E))))
(CategoryTheory.Prod.mkHom
(CategoryTheory.CategoryStruct.id
(((X.comp (CategoryTheory.prod.associator C D E)).comp (CategoryTheory.Prod.snd C (D × E))).comp
(CategoryTheory.Prod.fst D E)))
(CategoryTheory.CategoryStruct.id
(((X.comp (CategoryTheory.prod.associator C D E)).comp (CategoryTheory.Prod.snd C (D × E))).comp
(CategoryTheory.Prod.snd D E))))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Equivalence.functorstatement · cited by 1,268
- CategoryTheory.Functor.prodstatement · cited by 126
- CategoryTheory.Prod.mkHomstatement · cited by 108
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.