Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.currying

{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 C (CategoryTheory.Functor D E) ≌ CategoryTheory.Functor (C × D) E

The equivalence of functor categories given by currying/uncurrying.

Defined in
Mathlib.CategoryTheory.Functor.Currying
Cited by
16 results in Mathlib
Foundations
Depth 31 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.

CategoryTheory.curryingIso · cited by 7CategoryTheory.curryingIsoCategoryTheory.Limits.colimitIsoColimitCurryCompColim · cited by 6Limits.colimitIsoColimitC…CategoryTheory.Limits.limitIsoLimitCurryCompLim · cited by 6Limits.limitIsoLimitCurry…CategoryTheory.Limits.colimitIsoColimitCurryCompColim_ι_ι_inv · cited by 4Limits.colimitIsoColimitC…CategoryTheory.Limits.limitIsoLimitCurryCompLim_hom_π_π · cited by 4Limits.limitIsoLimitCurry…CategoryTheory.Functor.currying₃ · cited by 3Functor.currying₃CategoryTheory.Functor.currying₃_unitIso_hom_app_app_app_app · cited by 1Functor.currying₃_unitIso…CategoryTheory.Functor.currying₃_unitIso_inv_app_app_app_app · cited by 1Functor.currying₃_unitIso…CategoryTheory.Limits.colimitLimitToLimitColimitCone · cited by 1Limits.colimitLimitToLimi…CategoryTheory.Functor.currying_counitIso_hom_app_app · cited by 0Functor.currying_counitIs…CategoryTheory.Functor.currying_counitIso_inv_app_app · cited by 0Functor.currying_counitIs…CategoryTheory.Functor.currying_functor_map_app · cited by 0Functor.currying_functor_…CategoryTheory.Functor.currying_functor_obj_map · cited by 0Functor.currying_functor_…CategoryTheory.Functor.currying_functor_obj_obj · cited by 0Functor.currying_functor_…CategoryTheory.Functor.currying_inverse_map_app_app · cited by 0Functor.currying_inverse_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Functor.uncurry · cited by 85Functor.uncurryCategoryTheory.Functor.curry · cited by 58Functor.curryFunctor.curryingCITED BYCITES

Cites10

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

Cited by23

Results whose statement or proof uses this declaration.