Theorems · Definition · category theory
CategoryTheory.Functor.flipIsoCurrySwapUncurry
{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] →
(F : CategoryTheory.Functor C (CategoryTheory.Functor D E)) →
F.flip ≅
CategoryTheory.Functor.curry.obj
((CategoryTheory.Prod.swap D C).comp (CategoryTheory.Functor.uncurry.obj F))F.flip is isomorphic to uncurrying F, swapping the variables, and currying.
- Defined in
- Mathlib.CategoryTheory.Functor.Currying
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Functor.flipstatement and proof · cited by 320
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Functor.uncurrystatement · cited by 85
- CategoryTheory.Functor.currystatement · cited by 58
- CategoryTheory.Prod.swapstatement · cited by 36
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.limitIsoSwapCompLimproof · cited by 3
- CategoryTheory.Limits.colimitIsoSwapCompColimproof · cited by 2
- CategoryTheory.Functor.flipIsoCurrySwapUncurry_hom_app_appstatement and proof · cited by 0
- CategoryTheory.Functor.flipIsoCurrySwapUncurry_inv_app_appstatement and proof · cited by 0
- CategoryTheory.Limits.limitIsoSwapCompLim_hom_appstatement · cited by 0
- CategoryTheory.Limits.limitIsoSwapCompLim_inv_appstatement · cited by 0
- CategoryTheory.Limits.colimitIsoSwapCompColim_hom_appstatement · cited by 0
- CategoryTheory.Limits.colimitIsoSwapCompColim_inv_appstatement · cited by 0