Theorems · Definition · category theory
CategoryTheory.Limits.coprod.mapIso
{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 isomorphisms f : W ≅ Y and
g : W ≅ Z induces an isomorphism coprod.mapIso f g : W ⨿ X ≅ Y ⨿ Z.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Limits.coprodstatement · cited by 252
- CategoryTheory.Limits.HasBinaryCoproductstatement and proof · cited by 81
- CategoryTheory.Limits.coprod.mapproof · cited by 49
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.coprod.mapIso_homstatement and proof · cited by 2
- CategoryTheory.Limits.coprod.mapIso_invstatement and proof · cited by 1
- CategoryTheory.SymmetricCategory.rightDistrib_of_leftDistribstatement · cited by 0