Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.colimitIsoOfIsLeftKanExtension

{C : Type u_1} →
  {H : Type u_3} →
    {D : Type u_4} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_3, u_3} H] →
          [inst_2 : CategoryTheory.Category.{v_4, u_4} D] →
            (F' : CategoryTheory.Functor D H) →
              {L : CategoryTheory.Functor C D} →
                {F : CategoryTheory.Functor C H} →
                  (α : F ⟶ L.comp F') →
                    [F'.IsLeftKanExtension α] →
                      [inst_4 : CategoryTheory.Limits.HasColimit F] →
                        [inst_5 : CategoryTheory.Limits.HasColimit F'] →
                          CategoryTheory.Limits.colimit F' ≅ CategoryTheory.Limits.colimit F

If F' : D ⥤ H is a left Kan extension of F : C ⥤ H along L : C ⥤ D, the colimit over F' is isomorphic to the colimit over F.

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Basic
Cited by
8 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLeftKanExtensionCategoryTheory.Limits.HasColimitCategoryTheory.Limits.HasColimit

Around this declaration

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

CategoryTheory.Functor.colimitIsoColimitGrothendieck · cited by 4Functor.colimitIsoColimit…CategoryTheory.Functor.ι_colimitIsoOfIsLeftKanExtension_hom · cited by 3Functor.ι_colimitIsoOfIsL…CategoryTheory.Functor.ι_colimitIsoColimitGrothendieck_inv · cited by 2Functor.ι_colimitIsoColim…CategoryTheory.Functor.lanCompColimIso · cited by 2Functor.lanCompColimIsoCategoryTheory.Functor.ι_colimitIsoOfIsLeftKanExtension_inv · cited by 1Functor.ι_colimitIsoOfIsL…CategoryTheory.Functor.lanCompColimIso_hom_app · cited by 0Functor.lanCompColimIso_h…CategoryTheory.Functor.lanCompColimIso_inv_app · cited by 0Functor.lanCompColimIso_i…CategoryTheory.Functor.ι_colimitIsoOfIsLeftKanExtension_hom_assoc · cited by 0Functor.ι_colimitIsoOfIsL…CategoryTheory.Functor.ι_colimitIsoOfIsLeftKanExtension_inv_assoc · cited by 0Functor.ι_colimitIsoOfIsL…CategoryTheory.Functor.colimitIsoOfIsLeftKanExtension.congr_simp · cited by 0colimitIsoOfIsLeftKanExte…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.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.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.Functor.IsLeftKanExtension · cited by 57Functor.IsLeftKanExtensionCategoryTheory.Functor.isColimitCoconeOfIsLeftKanExtension · cited by 2Functor.isColimitCoconeOf…Functor.colimitIsoOfIsLeftKan…CITED BYCITES

Cites11

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

Cited by10

Results whose statement or proof uses this declaration.