Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.uncurry

{C : Type u₂} →
  [inst : CategoryTheory.Category.{v₂, u₂} C] →
    {D : Type u₃} →
      [inst_1 : CategoryTheory.Category.{v₃, u₃} D] →
        {E : Type u₄} →
          [inst_2 : CategoryTheory.Category.{v₄, u₄} E] →
            CategoryTheory.Functor (CategoryTheory.Functor C (CategoryTheory.Functor D E))
              (CategoryTheory.Functor (C × D) E)

The uncurrying functor, taking a functor C ⥤ (D ⥤ E) and producing a functor (C × D) ⥤ E.

Defined in
Mathlib.CategoryTheory.Functor.Currying
Cited by
85 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

SSet.Truncated.HomotopyCategory.BinaryProduct.inverse · cited by 20BinaryProduct.inverseCategoryTheory.Functor.currying · cited by 16Functor.curryingCategoryTheory.MonoidalCategory.externalProductBifunctor · cited by 9MonoidalCategory.external…CategoryTheory.Functor.uncurryObjFlip · cited by 8Functor.uncurryObjFlipCategoryTheory.Functor.curryingEquiv · cited by 7Functor.curryingEquivCategoryTheory.Limits.limitUncurryIsoLimitCompLim · cited by 7Limits.limitUncurryIsoLim…CategoryTheory.Functor.flipIsoCurrySwapUncurry · cited by 6Functor.flipIsoCurrySwapU…CategoryTheory.Limits.limitIsoLimitCurryCompLim · cited by 6Limits.limitIsoLimitCurry…CategoryTheory.Limits.colimitIsoColimitCurryCompColim · cited by 6Limits.colimitIsoColimitC…CategoryTheory.Limits.colimitUncurryIsoColimitCompColim · cited by 6Limits.colimitUncurryIsoC…CategoryTheory.Limits.PreservesLimit₂.isoObjConePointsOfIsLimit · cited by 5PreservesLimit₂.isoObjCon…CategoryTheory.Functor.mapCocone₂ · cited by 5Functor.mapCocone₂CategoryTheory.Functor.mapCone₂ · cited by 5Functor.mapCone₂CategoryTheory.Functor.whiskeringRight₂ · cited by 5Functor.whiskeringRight₂CategoryTheory.Limits.limitUncurryIsoLimitCompLim_hom_π_π · cited by 5Limits.limitUncurryIsoLim…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.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appFunctor.uncurryCITED BYCITES

Cites7

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

Cited by130

Results whose statement or proof uses this declaration.