Theorems · Definition · category theory
CategoryTheory.Limits.HasColimit.isoOfEquivalence
{J : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} J] →
{K : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} K] →
{C : Type u} →
[inst_2 : CategoryTheory.Category.{v, u} C] →
{F : CategoryTheory.Functor J C} →
[inst_3 : CategoryTheory.Limits.HasColimit F] →
{G : CategoryTheory.Functor K C} →
[inst_4 : CategoryTheory.Limits.HasColimit G] →
(e : J ≌ K) →
(e.functor.comp G ≅ F) → (CategoryTheory.Limits.colimit F ≅ CategoryTheory.Limits.colimit G)The colimits of F : J ⥤ C and G : K ⥤ C are isomorphic,
if there is an equivalence e : J ≌ K making the triangle commute up to natural isomorphism.
- Defined in
- Mathlib.CategoryTheory.Limits.HasLimits
- Cited by
- 10 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.
Cites10
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Equivalence.functorstatement and proof · cited by 1,268
- CategoryTheory.Equivalencestatement and proof · cited by 601
- CategoryTheory.Limits.colimitstatement · cited by 453
- CategoryTheory.Limits.HasColimitstatement and proof · cited by 307
- CategoryTheory.Limits.colimit.isColimitproof · cited by 193
- CategoryTheory.Limits.IsColimit.coconePointsIsoOfEquivalenceproof · cited by 2
Cited by13
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.HasColimit.ι_isoOfEquivalence_homstatement · cited by 5
- CategoryTheory.Limits.Sigma.reindexproof · cited by 5
- CategoryTheory.Limits.HasColimit.ι_isoOfEquivalence_invstatement · cited by 4
- CategoryTheory.Limits.colimitFlipCompColimIsoColimitCompColimproof · cited by 4
- CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColimproof · cited by 2
- CategoryTheory.Limits.colimitFlipCompColimIsoColimitCompColim_ι_ι_invproof · cited by 1
- CategoryTheory.Limits.colimitFlipCompColimIsoColimitCompColim_ι_ι_homproof · cited by 1
- CategoryTheory.Limits.HasColimit.isoOfEquivalence_hom_πstatement · cited by 0
- CategoryTheory.Limits.HasColimit.isoOfEquivalence_inv_πstatement · cited by 0
- CategoryTheory.Limits.HasColimit.ι_isoOfEquivalence_hom_assocstatement and proof · cited by 0