Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.coprod.map

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {W X Y Z : C} →
      [inst_1 : CategoryTheory.Limits.HasBinaryCoproduct W X] →
        [inst_2 : CategoryTheory.Limits.HasBinaryCoproduct Y Z] → (W ⟶ Y) → (X ⟶ Z) → (W ⨿ X ⟶ Y ⨿ Z)

If the coproducts W ⨿ X and Y ⨿ Z exist, then every pair of morphisms f : W ⟶ Y and g : W ⟶ Z induces a morphism coprod.map f g : W ⨿ X ⟶ Y ⨿ Z.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
Cited by
49 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasBinaryCoproductCategoryTheory.Limits.HasBinaryCoproduct

Around this declaration

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

Cites6

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

Cited by54

Results whose statement or proof uses this declaration.