Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.Final.colimitIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (F : CategoryTheory.Functor C D) →
          [inst_2 : F.Final] →
            {E : Type u₃} →
              [inst_3 : CategoryTheory.Category.{v₃, u₃} E] →
                (G : CategoryTheory.Functor D E) →
                  [inst_4 : CategoryTheory.Limits.HasColimit G] →
                    CategoryTheory.Limits.colimit (F.comp G) ≅ CategoryTheory.Limits.colimit G

When F : C ⥤ D is final, and G : D ⥤ E has a colimit, then F ⋙ G has a colimit also and colimit (F ⋙ G) ≅ colimit G.

Defined in
Mathlib.CategoryTheory.Limits.Final
Cited by
8 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.FinalCategoryTheory.CategoryCategoryTheory.Limits.HasColimit

Around this declaration

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

AlgebraicGeometry.PresheafedSpace.restrictStalkIso · cited by 7PresheafedSpace.restrictS…CategoryTheory.Functor.Final.colimIso · cited by 3Final.colimIsoCategoryTheory.Functor.Final.ι_colimitIso_hom · cited by 2Final.ι_colimitIso_homCategoryTheory.Functor.isConnected_iff_of_final · cited by 2Functor.isConnected_iff_o…CategoryTheory.Functor.Final.ι_colimitIso_inv · cited by 1Final.ι_colimitIso_invCondensed.lanPresheafIso · cited by 1Condensed.lanPresheafIsoLightCondensed.lanPresheafIso · cited by 1LightCondensed.lanPreshea…CategoryTheory.Functor.Final.ι_colimitIso_hom_assoc · cited by 0Final.ι_colimitIso_hom_as…CategoryTheory.Functor.Final.ι_colimitIso_inv_assoc · cited by 0Final.ι_colimitIso_inv_as…TopCat.Presheaf.stalkPushforward.stalkPushforward_iso_of_isInducing · cited by 0stalkPushforward.stalkPus…CategoryTheory.Grothendieck.fiberwiseColimitMapCompEquivalence · cited by 0Grothendieck.fiberwiseCol…CategoryTheory.Functor.Final.colimitIso_hom · cited by 0Final.colimitIso_homCategoryTheory.Functor.Final.colimitIso_inv · cited by 0Final.colimitIso_invlocalCohomology.isoOfFinal · cited by 0localCohomology.isoOfFinalCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.asIso · cited by 177CategoryTheory.asIsoCategoryTheory.Functor.Final · cited by 112Functor.FinalCategoryTheory.Limits.colimit.pre · cited by 31colimit.preFinal.colimitIsoCITED BYCITES

Cites9

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

Cited by14

Results whose statement or proof uses this declaration.