Documentation

Mathlib.CategoryTheory.Monoidal.Closed.InternalCurrying

The currying-uncurrying isomorphism between internal homs of a closed monoidal category #

For a closed monoidal category C, we construct the isomorphism of internal hom objects C(x ⊗ y, z) ≅ C(y, C(x, z)) for any triple of objects x y z : C.

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

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    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.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The internal currying-uncurrying isomorphism C(x ⊗ y, z) ≅ C(y, C(x, z)).

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For