Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.HasColimit.isoOfNatIso

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {C : Type u} →
      [inst_1 : CategoryTheory.Category.{v, u} C] →
        {F G : CategoryTheory.Functor J C} →
          [inst_2 : CategoryTheory.Limits.HasColimit F] →
            [inst_3 : CategoryTheory.Limits.HasColimit G] →
              (F ≅ G) → (CategoryTheory.Limits.colimit F ≅ CategoryTheory.Limits.colimit G)

The colimits of F : J ⥤ C and G : J ⥤ C are isomorphic, if the functors are naturally isomorphic.

Defined in
Mathlib.CategoryTheory.Limits.HasLimits
Cited by
56 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitCategoryTheory.Limits.HasColimit

Around this declaration

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

CategoryTheory.GrothendieckTopology.plusCompIso · cited by 20GrothendieckTopology.plus…CategoryTheory.Limits.cokernelIsoOfEq · cited by 12Limits.cokernelIsoOfEqCategoryTheory.Limits.HasColimit.isoOfNatIso_ι_hom · cited by 12HasColimit.isoOfNatIso_ι_…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.braiding · cited by 12PushoutProduct.braidingCategoryTheory.Limits.HasColimit.isoOfNatIso_hom_desc · cited by 9HasColimit.isoOfNatIso_ho…CategoryTheory.Limits.pushoutObjIso · cited by 9Limits.pushoutObjIsoCategoryTheory.GlueData.gluedIso · cited by 9GlueData.gluedIsoCategoryTheory.Limits.HasColimit.isoOfNatIso_ι_hom_assoc · cited by 7HasColimit.isoOfNatIso_ι_…CategoryTheory.Limits.colimitIsoColimitCurryCompColim · cited by 6Limits.colimitIsoColimitC…CategoryTheory.Limits.HasColimit.isoOfNatIso_ι_inv_assoc · cited by 5HasColimit.isoOfNatIso_ι_…CategoryTheory.Limits.colimitCompWhiskeringLeftIsoCompColimit · cited by 5Limits.colimitCompWhisker…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerLeftIso · cited by 5PushoutProduct.whiskerLef…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.whiskerRightIso · cited by 5PushoutProduct.whiskerRig…CategoryTheory.Functor.colimitIsoColimitGrothendieck · cited by 4Functor.colimitIsoColimit…CategoryTheory.Limits.sigmaObjIso · cited by 4Limits.sigmaObjIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.Limits.IsColimit.coconePointsIsoOfNatIso · cited by 12IsColimit.coconePointsIso…HasColimit.isoOfNatIsoCITED BYCITES

Cites7

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

Cited by78

Results whose statement or proof uses this declaration.