Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.coprod.desc_comp

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

Around this declaration

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

HomotopicalAlgebra.LeftHomotopyClass.postcomp_bijective_of_fibration_of_weakEquivalence · cited by 3LeftHomotopyClass.postcom…HomotopicalAlgebra.Precylinder.symm_i · cited by 2Precylinder.symm_iCategoryTheory.Limits.coprodComparison_natural · cited by 2Limits.coprodComparison_n…AlgebraicGeometry.Scheme.Hom.inr_normalizationCoprodIso_hom_fromNormalization · cited by 1Hom.inr_normalizationCopr…CategoryTheory.Limits.coprod.map_codiag · cited by 1coprod.map_codiagAlgebraicGeometry.isPullback_inr_inr_coprodMap · cited by 1AlgebraicGeometry.isPullb…AlgebraicGeometry.Scheme.Hom.inl_normalizationCoprodIso_hom_fromNormalization · cited by 1Hom.inl_normalizationCopr…CategoryTheory.FinitaryPreExtensive.hasPullbacks_of_is_coproduct · cited by 0FinitaryPreExtensive.hasP…CategoryTheory.NormalEpiCategory.hasColimit_parallelPair · cited by 0NormalEpiCategory.hasColi…CategoryTheory.Limits.coprod.leftUnitor_naturality · cited by 0coprod.leftUnitor_natural…CategoryTheory.Limits.HasCoequalizersOfHasPushoutsAndBinaryCoproducts.pushoutInl_eq_pushout_inr · cited by 0HasCoequalizersOfHasPusho…CategoryTheory.SymmetricCategory.rightDistrib_of_leftDistrib · cited by 0SymmetricCategory.rightDi…HomotopicalAlgebra.LeftHomotopyRel.precomp · cited by 0LeftHomotopyRel.precompCategoryTheory.coprodComparison_tensorRight_braiding_hom · cited by 0CategoryTheory.coprodComp…CategoryTheory.coprodComparison_tensorLeft_braiding_hom · cited by 0CategoryTheory.coprodComp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.coprod · cited by 252Limits.coprodCategoryTheory.Limits.colimit.ι_desc · cited by 170colimit.ι_descCategoryTheory.Limits.BinaryCofan.mk · cited by 83BinaryCofan.mkCategoryTheory.Limits.HasBinaryCoproduct · cited by 81Limits.HasBinaryCoproductCategoryTheory.Limits.coprod.desc · cited by 69coprod.descCategoryTheory.Limits.colimit.ι_desc_assoc · cited by 44colimit.ι_desc_assocCategoryTheory.Limits.coprod.hom_ext · cited by 21coprod.hom_extcoprod.desc_compCITED BYCITES

Cites10

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

Cited by22

Results whose statement or proof uses this declaration.