Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitLimitToLimitColimit

{J : Type u₁} →
  {K : Type u₂} →
    [inst : CategoryTheory.Category.{v₁, u₁} J] →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} K] →
        {C : Type u} →
          [inst_2 : CategoryTheory.Category.{v, u} C] →
            (F : CategoryTheory.Functor (J × K) C) →
              [inst_3 : CategoryTheory.Limits.HasLimitsOfShape J C] →
                [inst_4 : CategoryTheory.Limits.HasColimitsOfShape K C] →
                  CategoryTheory.Limits.colimit
                      ((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).comp
                        CategoryTheory.Limits.lim) ⟶
                    CategoryTheory.Limits.limit ((CategoryTheory.Functor.curry.obj F).comp CategoryTheory.Limits.colim)

The universal morphism $\colim_k \lim_j F(j,k) → \lim_j \colim_k F(j, k)$.

Defined in
Mathlib.CategoryTheory.Limits.ColimitLimit
Cited by
6 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.HasColimitsOfShape

Around this declaration

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

CategoryTheory.Limits.ι_colimitLimitToLimitColimit_π · cited by 3Limits.ι_colimitLimitToLi…CategoryTheory.Limits.ι_colimitLimitToLimitColimit_π_apply · cited by 1Limits.ι_colimitLimitToLi…CategoryTheory.Limits.colimitLimitToLimitColimitCone · cited by 1Limits.colimitLimitToLimi…CategoryTheory.Limits.ι_colimitLimitToLimitColimit_π_assoc · cited by 0Limits.ι_colimitLimitToLi…CategoryTheory.Limits.colimitLimitToLimitColimitCone_hom · cited by 0Limits.colimitLimitToLimi…CategoryTheory.Limits.colimitLimitToLimitColimit_injective · cited by 0Limits.colimitLimitToLimi…CategoryTheory.Limits.colimitLimitToLimitColimit_surjective · cited by 0Limits.colimitLimitToLimi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.colimit.ι · cited by 397colimit.ιCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.limit.π · cited by 278limit.πCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeCategoryTheory.Limits.colimit.cocone · cited by 136colimit.coconeCategoryTheory.Limits.colim · cited by 89Limits.colimCategoryTheory.Limits.lim · cited by 70Limits.limLimits.colimitLimitToLimitCol…CITED BYCITES

Cites19

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

Cited by7

Results whose statement or proof uses this declaration.