Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.prod.comp_lift

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {V W X Y : C}
  [inst_1 : CategoryTheory.Limits.HasBinaryProduct X Y] (f : V ⟶ W) (g : W ⟶ X) (h : W ⟶ Y),
  CategoryTheory.CategoryStruct.comp f (CategoryTheory.Limits.prod.lift g h) =
    CategoryTheory.Limits.prod.lift (CategoryTheory.CategoryStruct.comp f g) (CategoryTheory.CategoryStruct.comp f h)
Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
Cited by
46 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasBinaryProduct

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Dial.braiding_hom_F · cited by 5Dial.braiding_hom_FCategoryTheory.NonPreadditiveAbelian.sub_self · cited by 4NonPreadditiveAbelian.sub…CategoryTheory.Dial.associator_hom_F · cited by 4Dial.associator_hom_FCategoryTheory.NonPreadditiveAbelian.sub_zero · cited by 4NonPreadditiveAbelian.sub…HomotopicalAlgebra.RightHomotopyClass.precomp_bijective_of_cofibration_of_weakEquivalence · cited by 4RightHomotopyClass.precom…CategoryTheory.Limits.prodComparison_natural · cited by 3Limits.prodComparison_nat…TopCat.pullback_map_isEmbedding · cited by 3TopCat.pullback_map_isEmb…HomotopicalAlgebra.PrepathObject.symm_p · cited by 2PrepathObject.symm_pCategoryTheory.Dial.leftUnitor_hom_F · cited by 2Dial.leftUnitor_hom_FCategoryTheory.Dial.rightUnitor_hom_F · cited by 2Dial.rightUnitor_hom_FCategoryTheory.NonPreadditiveAbelian.comp_sub · cited by 1NonPreadditiveAbelian.com…CategoryTheory.Limits.Pi.map_eq_prod_map · cited by 1Pi.map_eq_prod_mapCategoryTheory.NonPreadditiveAbelian.lift_map · cited by 1NonPreadditiveAbelian.lif…CategoryTheory.Limits.prodComparison_natural_of_natTrans · cited by 1Limits.prodComparison_nat…CategoryTheory.Limits.prod.pentagon · cited by 1prod.pentagonCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Limits.prod · cited by 364Limits.prodCategoryTheory.Limits.limit.lift_π · cited by 266limit.lift_πCategoryTheory.Limits.prod.fst · cited by 189prod.fstCategoryTheory.Limits.prod.snd · cited by 185prod.sndCategoryTheory.Limits.HasBinaryProduct · cited by 169Limits.HasBinaryProductCategoryTheory.Limits.prod.lift · cited by 123prod.liftCategoryTheory.Limits.BinaryFan.mk · cited by 112BinaryFan.mkCategoryTheory.Limits.prod.hom_ext · cited by 33prod.hom_extprod.comp_liftCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by46

Results whose statement or proof uses this declaration.