Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MonoidalClosed.ihomUncurry

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      (x y z : C) →
        [inst_2 : CategoryTheory.Closed x] →
          [inst_3 : CategoryTheory.Closed y] →
            [inst_4 : CategoryTheory.Closed (CategoryTheory.MonoidalCategoryStruct.tensorObj x y)] →
              y ⟹ x ⟹ z ⟶ CategoryTheory.MonoidalCategoryStruct.tensorObj x y ⟹ z

The uncurrying operation taking a morphism y ⟶ C(x, z) to a morphism (x ⊗ y) ⟶ z, constructed as a morphism in C between internal homs.

Defined in
Mathlib.CategoryTheory.Monoidal.Closed.InternalCurrying
Cited by
6 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.ClosedCategoryTheory.ClosedCategoryTheory.Closed

Around this declaration

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

CategoryTheory.MonoidalClosed.ihomCurryIso · cited by 2MonoidalClosed.ihomCurryI…CategoryTheory.MonoidalClosed.uncurry_ihomUncurry · cited by 2MonoidalClosed.uncurry_ih…CategoryTheory.MonoidalClosed.ihomCurry_ihomUncurry · cited by 1MonoidalClosed.ihomCurry_…CategoryTheory.MonoidalClosed.ihomUncurry_ihomCurry · cited by 1MonoidalClosed.ihomUncurr…CategoryTheory.MonoidalClosed.ihomCurryIso_inv · cited by 0MonoidalClosed.ihomCurryI…CategoryTheory.MonoidalClosed.ihomCurry_ihomUncurry_assoc · cited by 0MonoidalClosed.ihomCurry_…CategoryTheory.MonoidalClosed.ihomUncurry_ihomCurry_assoc · cited by 0MonoidalClosed.ihomUncurr…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.ihom · cited by 179CategoryTheory.ihomCategoryTheory.Closed · cited by 90CategoryTheory.ClosedCategoryTheory.MonoidalClosed.curry · cited by 44MonoidalClosed.curryCategoryTheory.ihom.ev · cited by 38ihom.evMonoidalClosed.ihomUncurryCITED BYCITES

Cites14

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.