Theorems · Definition · category theory
CategoryTheory.Limits.PreservesColimitPair.iso
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(G : CategoryTheory.Functor C D) →
(X Y : C) →
[inst_2 : CategoryTheory.Limits.HasBinaryCoproduct X Y] →
[inst_3 : CategoryTheory.Limits.HasBinaryCoproduct (G.obj X) (G.obj Y)] →
[CategoryTheory.Limits.PreservesColimit (CategoryTheory.Limits.pair X Y) G] →
G.obj X ⨿ G.obj Y ≅ G.obj (X ⨿ Y)If G preserves the coproduct of (X,Y), then the coproduct comparison map for G at (X,Y) is
an isomorphism.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pairstatement and proof · cited by 536
- CategoryTheory.Limits.PreservesColimitstatement and proof · cited by 278
- CategoryTheory.Limits.coprodstatement · cited by 252
- CategoryTheory.Limits.colimit.isColimitproof · cited by 193
- CategoryTheory.Limits.HasBinaryCoproductstatement and proof · cited by 81
- CategoryTheory.Limits.IsColimit.coconePointUniqueUpToIsoproof · cited by 67
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.leftDistribproof · cited by 12
- CategoryTheory.rightDistribproof · cited by 11
- AlgebraicGeometry.coprodMkproof · cited by 6
- AlgebraicGeometry.coprodMk_inlproof · cited by 3
- AlgebraicGeometry.coprodMk_inrproof · cited by 3
- CategoryTheory.Limits.PreservesColimitPair.iso_homstatement · cited by 0
- CategoryTheory.PreGaloisCategory.card_fiber_coprod_eq_sumproof · cited by 0