Mathlib Map

Theorems · Definition · category theory

coprodIsoPushout

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasInitial C] →
      [inst_2 : CategoryTheory.Limits.HasPushouts C] →
        (X Y : C) →
          [inst_3 : CategoryTheory.Limits.HasBinaryCoproduct X Y] →
            X ⨿ Y ≅
              CategoryTheory.Limits.pushout (CategoryTheory.Limits.initial.to X) (CategoryTheory.Limits.initial.to Y)

In a category with an initial object and pushouts, a coproduct of objects X and Y is isomorphic to a pushout.

Defined in
Mathlib.CategoryTheory.Limits.Constructions.BinaryProducts
Cited by
8 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasInitialCategoryTheory.Limits.HasPushoutsCategoryTheory.Limits.HasBinaryCoproduct

Around this declaration

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

inl_coprodIsoPushout_inv · cited by 1inl_coprodIsoPushout_invinr_coprodIsoPushout_hom · cited by 1inr_coprodIsoPushout_hominr_coprodIsoPushout_inv · cited by 1inr_coprodIsoPushout_invinl_coprodIsoPushout_hom · cited by 1inl_coprodIsoPushout_hominl_coprodIsoPushout_inv_assoc · cited by 0inl_coprodIsoPushout_inv_…inr_coprodIsoPushout_hom_assoc · cited by 0inr_coprodIsoPushout_hom_…inr_coprodIsoPushout_inv_assoc · cited by 0inr_coprodIsoPushout_inv_…inl_coprodIsoPushout_hom_assoc · cited by 0inl_coprodIsoPushout_hom_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.pair · cited by 536Limits.pairCategoryTheory.Limits.WalkingSpan · cited by 300Limits.WalkingSpanCategoryTheory.Limits.span · cited by 294Limits.spanCategoryTheory.Limits.pushout · cited by 284Limits.pushoutCategoryTheory.Limits.coprod · cited by 252Limits.coprodCategoryTheory.Limits.HasInitial · cited by 185Limits.HasInitialCategoryTheory.Limits.HasPushouts · cited by 172Limits.HasPushoutsCategoryTheory.Limits.initial · cited by 84Limits.initialCategoryTheory.Limits.HasBinaryCoproduct · cited by 81Limits.HasBinaryCoproductCategoryTheory.Limits.initial.to · cited by 63initial.toCategoryTheory.Limits.colimit.isoColimitCocone · cited by 18colimit.isoColimitCoconecolimitCoconeOfInitialAndPushouts · cited by 6colimitCoconeOfInitialAnd…coprodIsoPushoutCITED BYCITES

Cites15

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

Cited by8

Results whose statement or proof uses this declaration.