Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.limitUncurryIsoLimitCompLim

{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] →
            (F : CategoryTheory.Functor J (CategoryTheory.Functor K C)) →
              [inst_3 : CategoryTheory.Limits.HasLimitsOfShape K C] →
                [inst_4 : CategoryTheory.Limits.HasLimit (CategoryTheory.Functor.uncurry.obj F)] →
                  [inst_5 : CategoryTheory.Limits.HasLimit (F.comp CategoryTheory.Limits.lim)] →
                    CategoryTheory.Limits.limit (CategoryTheory.Functor.uncurry.obj F) ≅
                      CategoryTheory.Limits.limit (F.comp CategoryTheory.Limits.lim)

The Fubini theorem for a functor F : J ⥤ K ⥤ C, showing that the limit of uncurry.obj F can be computed as the limit of the limits of the functors F.obj j.

Defined in
Mathlib.CategoryTheory.Limits.Fubini
Cited by
7 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.HasLimitCategoryTheory.Limits.HasLimit

Around this declaration

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

CategoryTheory.Limits.limitIsoLimitCurryCompLim · cited by 6Limits.limitIsoLimitCurry…CategoryTheory.Limits.limitUncurryIsoLimitCompLim_hom_π_π · cited by 5Limits.limitUncurryIsoLim…CategoryTheory.Limits.limitIsoLimitCurryCompLim_hom_π_π · cited by 4Limits.limitIsoLimitCurry…CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim · cited by 4Limits.limitFlipCompLimIs…CategoryTheory.Limits.limitUncurryIsoLimitCompLim_inv_π · cited by 3Limits.limitUncurryIsoLim…CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim_hom_π_π · cited by 1Limits.limitFlipCompLimIs…CategoryTheory.Limits.limitFlipCompLimIsoLimitCompLim_inv_π_π · cited by 1Limits.limitFlipCompLimIs…CategoryTheory.Limits.limitUncurryIsoLimitCompLim_hom_π_π_assoc · cited by 0Limits.limitUncurryIsoLim…CategoryTheory.Limits.limitUncurryIsoLimitCompLim_inv_π_assoc · cited by 0Limits.limitUncurryIsoLim…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.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Limits.HasLimit · cited by 226Limits.HasLimitCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.limit.cone · cited by 97limit.coneCategoryTheory.Functor.uncurry · cited by 85Functor.uncurryCategoryTheory.Limits.lim · cited by 70Limits.limCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…Limits.limitUncurryIsoLimitCo…CITED BYCITES

Cites20

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.