Exponential object
Categorical generalization of a function space in set theory
title: "Exponential object" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["objects-(category-theory)"] description: "Categorical generalization of a function space in set theory" topic_path: "science/mathematics" source: "https://en.wikipedia.org/wiki/Exponential_object" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Categorical generalization of a function space in set theory ::
In mathematics, specifically in category theory, an exponential object or map object is the categorical generalization of a function space in set theory. Categories with all finite products and exponential objects are called cartesian closed categories. Categories (such as subcategories of Top) without adjoined products may still have an exponential law.
Definition
Let \mathbf{C} be a category, let Z and Y be objects of \mathbf{C}, and let \mathbf{C} have all binary products with Y. An object Z^Y together with a morphism \mathrm{eval}\colon (Z^Y \times Y) \to Z is an exponential object if for any object X and morphism g \colon X\times Y \to Z there is a unique morphism \lambda g\colon X\to Z^Y (called the transpose of g) such that the following diagram commutes: ::figure[src="https://upload.wikimedia.org/wikipedia/commons/3/31/ExponentialObject-01.svg" caption="Universal property of the exponential object"] ::
This assignment of a unique \lambda g to each g establishes an isomorphism (bijection) of hom-sets, \mathrm{Hom}(X\times Y,Z) \cong \mathrm{Hom}(X,Z^Y).
If Z^Yexists for all objects Z, Y in \mathbf{C}, then the functor (-)^Y \colon \mathbf{C}\to \mathbf{C} defined on objects by Z \mapsto Z^Y and on arrows by (f\colon X\to Z) \mapsto (f^Y\colon X^Y \to Z^Y), is a right adjoint to the product functor -\times Y. For this reason, the morphisms \lambda g and g are sometimes called exponential adjoints of one another.
Equational definition
Alternatively, the exponential object may be defined through equations:
- Existence of \lambda g is guaranteed by existence of the operation \lambda - .
- Commutativity of the diagrams above is guaranteed by the equality \forall g \colon X \times Y \to Z,\ \mathrm{eval} \circ (\lambda g \times \mathrm{id}_Y) = g.
- Uniqueness of \lambda g is guaranteed by the equality \forall h \colon X \to Z^Y, \ \lambda (\mathrm{eval} \circ (h \times \mathrm{id}_Y)) = h.
Universal property
The exponential Z^Y is given by a universal morphism from the product functor - \times Y to the object Z. This universal morphism consists of an object Z^Y and a morphism \mathrm{eval}\colon (Z^Y \times Y) \to Z.
Examples
In the category of sets, an exponential object Z^Y is the set of all functions Y \to Z. The map \mathrm{eval}\colon (Z^Y \times Y) \to Z is just the evaluation map, which sends the pair (f, y) to f(y). For any map g\colon X \times Y \to Z the map \lambda g\colon X \to Z^Y is the curried form of g: :\lambda g(x) = y \mapsto g(x,y).,
A Heyting algebra H is just a bounded lattice that has all exponential objects. Heyting implication, Y \Rightarrow Z, is an alternative notation for Z^Y. The above adjunction results translate to implication (\Rightarrow : H \times H \to H) being right adjoint to meet (\wedge : H \times H \to H). This adjunction can be written as (- \wedge Y) \dashv (Y \Rightarrow -), or more fully as: (- \wedge Y): H \stackrel {\longrightarrow} {\underset {\longleftarrow}{\top}} H: (Y \Rightarrow -)
In the category of topological spaces, the exponential object Z^Y exists provided that Y is a locally compact Hausdorff space. In that case, the space Z^Y is the set of all continuous functions from Y to Z together with the compact-open topology. The evaluation map is the same as in the category of sets; it is continuous with the above topology. If Y is not locally compact Hausdorff, the exponential object may not exist (the space Z^Y still exists, but it may fail to be an exponential object since the evaluation function need not be continuous). For this reason the category of topological spaces fails to be cartesian closed. However, the category of locally compact topological spaces is not cartesian closed either, since Z^Y need not be locally compact for locally compact spaces Z and Y. A cartesian closed category of spaces is, for example, given by the full subcategory spanned by the compactly generated Hausdorff spaces.
In functional programming languages, the morphism \operatorname{eval} is often called \operatorname{apply}, and the syntax \lambda g is often written \operatorname{curry}(g). The morphism \operatorname{eval} should not be confused with the eval function in some programming languages, which evaluates quoted expressions.
Notes
References
References
- "Exponential law for spaces".
- "Convenient category of topological spaces".
- (1984). "Topoi : the categorial analysis of logic". [[North-Holland Publishing Company.
- Mac Lane, Saunders. (1978). "Categories for the working mathematician". Springer-Verlag.
- [[Joseph J. Rotman]], ''An Introduction to Algebraic Topology'' (1988) Springer-Verlag {{ISBN. 0-387-96678-1 ''(See Chapter 11 for proof.)''
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::