Theorems · Theorem · category theory
CategoryTheory.Limits.pullback.comp_diagonal_assoc
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {X Y Z : C}
[inst_1 : CategoryTheory.Limits.HasPullbacks C] (f : X ⟶ Y) (g : Y ⟶ Z) {Z_1 : C}
(h : CategoryTheory.Limits.pullback.diagonalObj g ⟶ Z_1),
CategoryTheory.CategoryStruct.comp f
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.diagonal g) h) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.pullback.diagonal (CategoryTheory.CategoryStruct.comp f g))
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.pullback.map (CategoryTheory.CategoryStruct.comp f g)
(CategoryTheory.CategoryStruct.comp f g) g g f f (CategoryTheory.CategoryStruct.id Z) ⋯ ⋯)
h)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.sndstatement · cited by 637
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
- CategoryTheory.Limits.cospanstatement · cited by 467
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
- CategoryTheory.Limits.pullback.mapstatement and proof · cited by 156
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.