nLab
composition

Contents

Definition

In a plain category

Composition is the operation that takes morphisms f:xy and g:yz in a category and produces a morphism gf:xz, called the composite of f and g.

Note that this composition is unique by the axioms of category theory. If we instead work in a weak higher category, composition need not be unique. In this sense we may identify the composite of f and g with the colimit over the diagram afbgc. This point of view is taken and generalized in transfinite composition.

In an enriched category

In enriched category theory, for V a monoidal category the composition operation on a V-enriched category C is for each triple (x,y,z) of objects of C a morphism

x,y,z:C(x,y)C(y,x)C(x,z)\circ_{x,y,z} : C(x,y) \otimes C(y,x) \to C(x,z)

in V.

This reduces to the above definition in the case that V= Set. The composition morphism x,y,z sends any two composable morphisms to their composite.

x,y,z:((xfy),(ygz))(xgfz).\circ_{x,y,z} : ((x \stackrel{f}{\to} y), (y \stackrel{g}{\to} z)) \;\; \mapsto \;\; (x \stackrel{g\circ f}{\to} z) \,.

For internal homs

Let (𝒞,) be a closed monoidal category. Write [,]:𝒞 op×𝒞𝒞 for the corresponding internal hom.

Definition

For X,Y,Z𝒞 three objects, the composition morphism

X,Y,Z:[Y,Z]×[X,Y][X,Z]\circ_{X,Y,Z} : [Y, Z] \times [X, Y] \to [X, Z]

is the (()X[X,])-adjunct of the following composite of two evaluation maps, def. \ref{EvalMap}:

[Y,Z]×[X,Y]×X(id [Y,Z],eval X,Y)[Y,Z]×Yeval Y,ZZ.[Y, Z] \times [X , Y] \times X \stackrel{(id_{[Y,Z]}, eval_{X,Y})}{\to} [Y,Z] \times Y \stackrel{eval_{Y,Z}}{\to} Z \,.

Higher arity

Strictly speaking, composition as defined above is binary composition. One can also define n-ary composites for any natural number n0: given n+1 objects x 0,,x n and n morphisms f i:x i1x i, we get the composite f nf 1:x 0x n. Since composition in a category is associative, a definition of n-ary composition from binary composition via any choice of bracketing will be equal to that resulting from any other choice of bracketing. The unary composite of f 1:x 0x 1 is simply f itself, and the nullary composite of x 0 is its identity morphism.

Conversely, a category can equivalently be defined as a quiver (a directed graph) equipped with an n-ary composition operation for every natural number n0, satisfying suitable associativity axioms. This definition may be called unbiased, as opposed to the usual definition which is “biased” towards 0 and 2.

Notation

Traditionally, the composite of f and g as above is written gf, following the notation introduced by the followers of Leibniz for composition of functions. This is often abbreviated as simply gf. Of course, this notation preserves the order of symbols in the elementwise definition of function composition: (gf)(x)=g(f(x)).

On the other hand, reading a diagram

xfygzx \stackrel{f}\to y \stackrel{g}\to z

the notation fg reads better. One way to make this anti-Leibniz convention clearer is to write f;g (which is based on the interpretation of programming commands as morphisms in theoretical computer science). Since this convention is motivated by the drawing of diagrams, it is also sometimes called diagrammatic order.

Therefore, the notations gf and fg are ambiguous, while gf and f;g are less so. It seems that the notation gf for gf is more common than fg for f;g, although the fg notation occurs in some important older papers.

Although diagrammatic order has advantages and partisans, especially among category theorists and computer scientists, the “classical” order of composition is firmly entrenched in much of mathematics. Many people who agree that diagrammatic order is “better” on its own merits nevertheless believe that trying to change the established “classical” order of composition creates more confusion than it removes.

In some older category theory papers, arrows were written pointing from right to left, so that the composition of arrows could be written in the “classical” style, while still preserving the diagrammatic intuition. Hom-sets were accordingly written C(b,a), where a is the source, and b is the target. This sort of convention has also been used by people working with string diagrams and surface diagrams.

Revised on November 27, 2012 00:47:33 by Urs Schreiber (82.169.65.155)