Signaling game

From formulasearchengine
Revision as of 23:32, 28 January 2014 by en>Jonesey95 (Fixing deprecated parameter using AutoEd)
Jump to navigation Jump to search

In mathematics, especially in category theory, a closed monoidal category is a context where we can take tensor products of objects and also form 'mapping objects'. A classic example is the category of sets, Set, where the tensor product of sets A and B is the usual cartesian product A×B, and the mapping object BA is the set of functions from A to B. Another example is the category FdVect, consisting of finite-dimensional vector spaces and linear maps. Here the tensor product is the usual tensor product of vector spaces, and the mapping object is the vector space of linear maps from one vector space to another.

The 'mapping object' referred to above is also called the 'internal Hom'. The internal language of closed symmetric monoidal categories is the linear type system.

Definition

A closed monoidal category is a monoidal category 𝒞 such that for every object B the functor given by right tensoring with B

AAB

has a right adjoint, written

A(BA).

This means that there exists a bijection, called 'currying', between the Hom-sets

Hom𝒞(AB,C)Hom𝒞(A,BC)

that is natural in both A and C. In a different, but common notation, one would say that the functor

B:𝒞𝒞

has a right adjoint

[B,]:𝒞𝒞

Equivalently, a closed monoidal category 𝒞 is a category equipped, for every two objects A and B, with

satisfying the following universal property: for every morphism

f:XAB

there exists a unique morphism

h:XAB

such that

f=evalA,B(hidA).

It can be shown that this construction defines a functor :CopCC. This functor is called the internal Hom functor, and the object AB is called the internal Hom of A and B. Many other notations are in common use for the internal Hom. When the tensor product on C is the cartesian product, the usual notation is BA and this object is called the exponential object.

Biclosed and symmetric categories

Strictly speaking, we have defined a right closed monoidal category, since we required that right tensoring with any object A has a right adjoint. In a left closed monoidal category, we instead demand that the functor of left tensoring with any object A

BAB

have a right adjoint

B(BA)

A biclosed monoidal category is a monoidal category that is both left and right closed.

A symmetric monoidal category is left closed if and only if it is right closed. Thus we may safely speak of a 'symmetric monoidal closed category' without specifying whether it is left or right closed. In fact, the same is true more generally for braided monoidal categories: since the braiding makes AB naturally isomorphic to BA, the distinction between tensoring on the left and tensoring on the right becomes immaterial, so every right closed braided monoidal category becomes left closed in a canonical way, and vice versa.

We have described closed monoidal categories as monoidal categories with an extra property. One can equivalently define a closed monoidal category to be a closed category with an extra property. Namely, we can demand the existence of a tensor product that is left adjoint to the internal Hom functor. In this approach, closed monoidal categories are also called monoidal closed categories.

Examples

  • The monoidal category Set of sets and functions, with cartesian product as the tensor product, is a closed monoidal category. Here, the internal hom AB is the set of functions from A to B. In computer science, the bijection between tensoring and the internal hom is known as currying, particularly in functional programming languages. Indeed, some languages, such as Haskell and Caml, explicitly use an arrow notation to denote a function. This example is a Cartesian closed category.
  • More generally, every Cartesian closed category is a symmetric monoidal closed category, when the monoidal structure is the cartesian product structure. Here the internal hom AB is usually written as the exponential object BA.
  • The monoidal category FdVect of finite-dimensional vector spaces and linear maps, with its usual tensor product, is a closed monoidal category. Here AB is the vector space of linear maps from A to B. This example is a compact closed category.

References