Theorems · Theorem · category theory
CategoryTheory.Limits.prod.associator_hom
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasBinaryProducts C]
(P Q R : C),
(CategoryTheory.Limits.prod.associator P Q R).hom =
CategoryTheory.Limits.prod.lift
(CategoryTheory.CategoryStruct.comp CategoryTheory.Limits.prod.fst CategoryTheory.Limits.prod.fst)
(CategoryTheory.Limits.prod.lift
(CategoryTheory.CategoryStruct.comp CategoryTheory.Limits.prod.fst CategoryTheory.Limits.prod.snd)
CategoryTheory.Limits.prod.snd)- Cited by
- 3 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.
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.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pairstatement · cited by 536
- CategoryTheory.Limits.prodstatement · cited by 364
- CategoryTheory.Limits.prod.fststatement · cited by 189
- CategoryTheory.Limits.prod.sndstatement · cited by 185
- CategoryTheory.Limits.prod.liftstatement · cited by 123
- CategoryTheory.Limits.HasBinaryProductsstatement and proof · cited by 79
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.prod.pentagonproof · cited by 1
- CategoryTheory.Limits.prod.associator_naturalityproof · cited by 1
- CategoryTheory.Limits.prod.triangleproof · cited by 0