Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitLimitIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type u₁} →
      [inst_1 : CategoryTheory.Category.{v₁, u₁} J] →
        {K : Type u₂} →
          [inst_2 : CategoryTheory.Category.{v₂, u₂} K] →
            [inst_3 : CategoryTheory.Limits.HasLimitsOfShape J C] →
              [inst_4 : CategoryTheory.Limits.HasColimitsOfShape K C] →
                [CategoryTheory.Limits.PreservesLimitsOfShape J CategoryTheory.Limits.colim] →
                  (F : CategoryTheory.Functor J (CategoryTheory.Functor K C)) →
                    CategoryTheory.Limits.colimit (CategoryTheory.Limits.limit F) ≅
                      CategoryTheory.Limits.limit (CategoryTheory.Limits.colimit F.flip)

A curried version of the fact that filtered colimits commute with finite limits.

Defined in
Mathlib.CategoryTheory.Limits.FilteredColimitCommutesFiniteLimit
Cited by
7 results in Mathlib
Foundations
Depth 48 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesLimitsOfShape

Around this declaration

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

CategoryTheory.Limits.ι_colimitLimitIso_limit_π_assoc · cited by 2Limits.ι_colimitLimitIso_…CategoryTheory.Limits.ι_colimitLimitIso_limit_π · cited by 1Limits.ι_colimitLimitIso_…CategoryTheory.Limits.IndizationClosedUnderFilteredColimitsAux.exists_nonempty_limit_obj_of_colimit · cited by 1IndizationClosedUnderFilt…CategoryTheory.Limits.PreservesFiniteLimitsOfIsFilteredCostructuredArrowYonedaAux.iso_hom · cited by 1PreservesFiniteLimitsOfIs…CategoryTheory.GrothendieckTopology.liftToPlusObjLimitObj · cited by 1GrothendieckTopology.lift…CategoryTheory.Limits.PreservesFiniteLimitsOfIsFilteredCostructuredArrowYonedaAux.iso · cited by 1PreservesFiniteLimitsOfIs…CategoryTheory.Limits.colimitLimitIso.congr_simp · cited by 0colimitLimitIso.congr_simpCategoryTheory.GrothendieckTopology.liftToPlusObjLimitObj_fac · cited by 0GrothendieckTopology.lift…CategoryTheory.Limits.isIndObject_limit_comp_yoneda_comp_colim · cited by 0Limits.isIndObject_limit_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeCategoryTheory.Limits.PreservesLimitsOfShape · cited by 156Limits.PreservesLimitsOfS…CategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.colim · cited by 89Limits.colimLimits.colimitLimitIsoCITED BYCITES

Cites19

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

Cited by9

Results whose statement or proof uses this declaration.