Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsColimit.ofCoconeEquiv

{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} →
              {D : Type u₄} →
                [inst_3 : CategoryTheory.Category.{v₄, u₄} D] →
                  {G : CategoryTheory.Functor K D} →
                    (h : CategoryTheory.Limits.Cocone G ≌ CategoryTheory.Limits.Cocone F) →
                      {c : CategoryTheory.Limits.Cocone G} →
                        CategoryTheory.Limits.IsColimit (h.functor.obj c) ≃ CategoryTheory.Limits.IsColimit c

Given two functors which have equivalent categories of cocones, we can transport a colimiting cocone across the equivalence.

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
3 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.IsColimit.precomposeInvEquiv · cited by 10IsColimit.precomposeInvEq…CategoryTheory.Functor.Final.isColimitWhiskerEquiv · cited by 8Final.isColimitWhiskerEqu…CategoryTheory.WithInitial.isColimitEquiv · cited by 3WithInitial.isColimitEquivCategoryTheory.Functor.Final.isColimitExtendCoconeEquiv · cited by 1Final.isColimitExtendCoco…CategoryTheory.Limits.MonoCoprod.mono_of_injective_aux · cited by 1MonoCoprod.mono_of_inject…CategoryTheory.equivalenceReflectsNormalEpi · cited by 0CategoryTheory.equivalenc…CategoryTheory.Limits.IsColimit.ofCoconeEquiv_apply_desc · cited by 0IsColimit.ofCoconeEquiv_a…CategoryTheory.Limits.IsColimit.ofCoconeEquiv_symm_apply_desc · cited by 0IsColimit.ofCoconeEquiv_s…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Equivalence.symm · cited by 195Equivalence.symmCategoryTheory.Equivalence.toAdjunction · cited by 60Equivalence.toAdjunctionCategoryTheory.Limits.IsColimit.ofIsoColimit · cited by 45IsColimit.ofIsoColimitCategoryTheory.Limits.IsColimit.ofLeftAdjoint · cited by 1IsColimit.ofLeftAdjointIsColimit.ofCoconeEquivCITED BYCITES

Cites15

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

Cited by8

Results whose statement or proof uses this declaration.