Theorems · Theorem · category theory
CategoryTheory.Limits.prod.pentagon
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasBinaryProducts C]
(W X Y Z : C),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.prod.map (CategoryTheory.Limits.prod.associator W X Y).hom
(CategoryTheory.CategoryStruct.id Z))
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.associator W (X ⨯ Y) Z).hom
(CategoryTheory.Limits.prod.map (CategoryTheory.CategoryStruct.id W)
(CategoryTheory.Limits.prod.associator X Y Z).hom)) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.associator (W ⨯ X) Y Z).hom
(CategoryTheory.Limits.prod.associator W X (Y ⨯ Z)).hom- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pairstatement · cited by 536
- CategoryTheory.Limits.prodstatement and proof · cited by 364
- CategoryTheory.Limits.limit.lift_πproof · cited by 266
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.prod.pentagon_assocproof · cited by 0