Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitIsoColimitCurryCompColim

{J : Type u_1} →
  {K : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} J] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} K] →
        {C : Type u_3} →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} C] →
            (G : CategoryTheory.Functor (J × K) C) →
              [inst_3 : CategoryTheory.Limits.HasColimitsOfShape K C] →
                [inst_4 :
                    CategoryTheory.Limits.HasColimit
                      ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim)] →
                  CategoryTheory.Limits.colimit G ≅
                    CategoryTheory.Limits.colimit
                      ((CategoryTheory.Functor.curry.obj G).comp CategoryTheory.Limits.colim)

The Fubini theorem for a functor G : J × K ⥤ C, showing that the colimit of G can be computed as the colimit of the colimits of the functors G.obj (j, _).

Defined in
Mathlib.CategoryTheory.Limits.Fubini
Cited by
6 results in Mathlib
Foundations
Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.HasColimit

Around this declaration

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

CategoryTheory.Limits.colimitIsoColimitCurryCompColim_ι_ι_inv · cited by 4Limits.colimitIsoColimitC…CategoryTheory.Limits.colimitIsoColimitCurryCompColim_ι_hom · cited by 3Limits.colimitIsoColimitC…CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim · cited by 2Limits.colimitCurrySwapCo…CategoryTheory.Limits.colimitIsoColimitCurryCompColim_ι_hom_assoc · cited by 0Limits.colimitIsoColimitC…CategoryTheory.Limits.colimitIsoColimitCurryCompColim_ι_ι_inv_assoc · cited by 0Limits.colimitIsoColimitC…CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim_ι_ι_hom · cited by 0Limits.colimitCurrySwapCo…CategoryTheory.Limits.colimitCurrySwapCompColimIsoColimitCurryCompColim_ι_ι_inv · cited by 0Limits.colimitCurrySwapCo…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.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Equivalence.symm · cited by 195Equivalence.symmCategoryTheory.Limits.colim · cited by 89Limits.colimCategoryTheory.Functor.uncurry · cited by 85Functor.uncurryCategoryTheory.Functor.curry · cited by 58Functor.curryCategoryTheory.Limits.HasColimit.isoOfNatIso · cited by 56HasColimit.isoOfNatIsoLimits.colimitIsoColimitCurry…CITED BYCITES

Cites17

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.