Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.prod.lift_map

∀ {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),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.lift f g) (CategoryTheory.Limits.prod.map h k) =
    CategoryTheory.Limits.prod.lift (CategoryTheory.CategoryStruct.comp f h) (CategoryTheory.CategoryStruct.comp g k)
Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
Cited by
26 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasBinaryProductCategoryTheory.Limits.HasBinaryProduct

Around this declaration

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

CategoryTheory.Limits.prod.lift_map_assoc · cited by 8prod.lift_map_assocCategoryTheory.Limits.prod.lift_fst_comp_snd_comp · cited by 5prod.lift_fst_comp_snd_co…CategoryTheory.Limits.prodComparison_natural · cited by 3Limits.prodComparison_nat…TopCat.pullback_map_isEmbedding · cited by 3TopCat.pullback_map_isEmb…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.associator_naturality · cited by 1prod.associator_naturalityCategoryTheory.Limits.braid_natural · cited by 1Limits.braid_naturalCategoryTheory.Limits.prod.pentagon · cited by 1prod.pentagonCategoryTheory.Limits.prod.diag_map · cited by 1prod.diag_mapCategoryTheory.Limits.prod.diag_map_fst_snd · cited by 1prod.diag_map_fst_sndCategoryTheory.NonPreadditiveAbelian.sub_comp · cited by 1NonPreadditiveAbelian.sub…CategoryTheory.Limits.prod.diag_map_fst_snd_comp · cited by 1prod.diag_map_fst_snd_compCategoryTheory.Dial.comp_le_lemma · cited by 0Dial.comp_le_lemmaCategoryTheory.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.map · cited by 105prod.mapCategoryTheory.Limits.limit.lift_π_assoc · cited by 95limit.lift_π_assocCategoryTheory.Limits.prod.hom_ext · cited by 33prod.hom_extCategoryTheory.Limits.prod.map_snd · cited by 31prod.map_sndprod.lift_mapCITED BYCITES

Cites16

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

Cited by26

Results whose statement or proof uses this declaration.