Theorems · Theorem · category theory
CategoryTheory.Limits.prod.lift_map_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {V W X Y Z : C}
[inst_1 : CategoryTheory.Limits.HasBinaryProduct W X] [inst_2 : CategoryTheory.Limits.HasBinaryProduct Y Z]
(f : V ⟶ W) (g : V ⟶ X) (h : W ⟶ Y) (k : X ⟶ Z) {Z_1 : C} (h_1 : Y ⨯ Z ⟶ Z_1),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.lift f g)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.map h k) h_1) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.prod.lift (CategoryTheory.CategoryStruct.comp f h)
(CategoryTheory.CategoryStruct.comp g k))
h_1- Cited by
- 8 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.
Cites9
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.Limits.prodstatement and proof · cited by 364
- CategoryTheory.Limits.HasBinaryProductstatement and proof · cited by 169
- CategoryTheory.Limits.prod.liftstatement and proof · cited by 123
- CategoryTheory.Limits.prod.mapstatement and proof · cited by 105
- CategoryTheory.Limits.prod.lift_mapproof · cited by 26
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.NonPreadditiveAbelian.sub_sub_subproof · cited by 5
- CategoryTheory.NonPreadditiveAbelian.lift_sub_liftproof · cited by 1
- CategoryTheory.Dial.rightUnitor_naturalityproof · cited by 0
- CategoryTheory.Dial.braiding_naturality_rightproof · cited by 0
- CategoryTheory.Dial.tensorHom_comp_tensorHomproof · cited by 0
- CategoryTheory.Dial.associator_naturalityproof · cited by 0
- CategoryTheory.Dial.braiding_naturality_leftproof · cited by 0
- CategoryTheory.Dial.leftUnitor_naturalityproof · cited by 0