Function composition


In mathematics, the composition operator takes two functions, and, and returns a new function. When the composite function is evaluated at an input, the result is. That is, the function is applied after applying to.
The composition of functions is a special case of the composition of relations, sometimes also denoted by. As a result, all properties of composition of relations are true of composition of functions, such as [|associativity].

Examples

  • Composition of functions on a finite set: If, and, then, as shown in the figure.
  • Composition of functions on an infinite set: If is given by and is given by, then:
  • If an airplane's altitude at time is, and the air pressure at altitude is, then is the pressure around the plane at time .
  • Function defined on finite sets which change the order of their elements such as permutations can be composed on the same set, this being composition of permutations.

    Properties

The composition of functions is always associative—a property inherited from the composition of relations. That is, if,, and are composable, then. Since the parentheses do not change the result, they are generally omitted.
In a strict sense, the composition is only meaningful if the codomain of equals the domain of ; in a wider sense, it is sufficient that the former be an improper subset of the latter.
Moreover, it is often convenient to tacitly restrict the domain of, such that produces only values in the domain of. For example, the composition of the functions defined by and defined by can be defined on the interval.
Image:Absolute value composition.svg|thumb|upright=1|Compositions of two real functions, the absolute value and a cubic function, in different orders, show a non-commutativity of composition.
The functions and are said to commute with each other if. Commutativity is a special property, attained only by particular functions, and often in special circumstances. For example, only when. The picture shows another example.
The composition of one-to-one functions is always one-to-one. Similarly, the composition of onto functions is always onto. It follows that the composition of two bijections is also a bijection. The inverse function of a composition has the property that.
Derivatives of compositions involving differentiable functions can be found using the chain rule. Higher derivatives of such functions are given by Faà di Bruno's formula.
Composition of functions is sometimes described as a kind of multiplication on a function space, but has very different properties from pointwise multiplication of functions.

Composition monoids

Suppose one has two functions having the same domain and codomain; these are often called transformations. Then one can form chains of transformations composed together, such as. Such chains have the algebraic structure of a monoid, called a transformation monoid or a composition monoid. In general, transformation monoids can have remarkably complicated structure. One particular notable example is the de Rham curve. The set of all functions is called the full transformation semigroup or symmetric semigroup on .
If the given transformations are bijective, then the set of all possible combinations of these functions forms a transformation group ; and one says that the group is generated by these functions.
The set of all bijective functions forms a group with respect to function composition. This is the symmetric group, also sometimes called the composition group. A fundamental result in group theory, Cayley's theorem, essentially says that any group is in fact just a subgroup of a symmetric group.
In the symmetric semigroup one also finds a weaker, non-unique notion of inverse because the symmetric semigroup is a regular semigroup.

Functional powers

If, then may compose with itself; this is sometimes denoted as. That is:
More generally, for any natural number, the th functional power can be defined inductively by, a notation introduced by Hans Heinrich Bürmann and John Frederick William Herschel. Repeated composition of such a function with itself is called function iteration.
  • By convention, is defined as the identity map on 's domain,.
  • If and admits an inverse function, negative functional powers are defined for as the negated power of the inverse function:.
Note: If takes its values in a ring, there is a risk of confusion, as could also stand for the -fold product of , e.g.. For trigonometric functions, usually the latter is meant, at least for positive exponents. For example, in trigonometry, this superscript notation represents standard exponentiation when used with trigonometric functions:
However, for negative exponents, it nevertheless usually refers to the inverse function, e.g.,.
In some cases, when, for a given function, the equation has a unique solution, that function can be defined as the functional square root of, then written as.
More generally, when has a unique solution for some natural number, then can be defined as.
Under additional restrictions, this idea can be generalized so that the iteration count becomes a continuous parameter; in this case, such a system is called a flow, specified through solutions of Schröder's equation. Iterated functions and flows occur naturally in the study of fractals and dynamical systems.
To avoid ambiguity, some mathematicians choose to use to denote the compositional meaning, writing for the -th iterate of the function, as in, for example, meaning. For the same purpose, was used by Benjamin Peirce whereas Alfred Pringsheim and Jules Molk suggested instead.

Alternative notations

Many mathematicians, particularly in group theory, omit the composition symbol, writing for.
During the mid-20th century, some mathematicians adopted postfix notation, writing for and for. This can be more natural than prefix notation in many cases, such as in linear algebra when is a row vector and and denote matrices and the composition is by matrix multiplication. The order is important because function composition is not necessarily commutative. Having successive transformations applying and composing to the right agrees with the left-to-right reading sequence.
Mathematicians who use postfix notation may write "", meaning first apply and then apply, in keeping with the order the symbols occur in postfix notation, thus making the notation "" ambiguous. Computer scientists may write "" for this, thereby disambiguating the order of composition. To distinguish the left composition operator from a text semicolon, in the Z notation the ⨾ character is used for left relation composition. Since all functions are binary relations, it is correct to use the semicolon for function composition as well.

Composition operator

Given a function , the composition operator is defined as that operator which maps functions to functions as Composition operators are studied in the field of operator theory.

In programming languages

Function composition appears in one form or another in numerous programming languages.

Multivariate functions

Partial composition is possible for multivariate functions. The function resulting when some argument of the function is replaced by the function is called a composition of and in some computer engineering contexts, and is denoted
When is a simple constant, composition degenerates into a valuation, whose result is also known as restriction or co-factor.
In general, the composition of multivariate functions may involve several other functions as arguments, as in the definition of primitive recursive function. Given, a -ary function, and -ary functions, the composition of with, is the -ary function
This is sometimes called the generalized composite or superposition of f with. The partial composition in only one argument mentioned previously can be instantiated from this more general scheme by setting all argument functions except one to be suitably chosen projection functions. Here can be seen as a single vector/tuple-valued function in this generalized scheme, in which case this is precisely the standard definition of function composition.
A set of finitary operations on some base set X is called a clone if it contains all projections and is closed under generalized composition. A clone generally contains operations of various arities. The notion of commutation also finds an interesting generalization in the multivariate case; a function f of arity n is said to commute with a function g of arity m if f is a homomorphism preserving g, and vice versa, that is:
A unary operation always commutes with itself, but this is not necessarily the case for a binary operation. A binary operation that commutes with itself is called medial or entropic.

Generalizations

can be generalized to arbitrary binary relations.
If and are two binary relations, then their composition amounts to
Considering a function as a special case of a binary relation, function composition satisfies the definition for relation composition. A small circle has been used for the infix notation of composition of relations, as well as functions. When used to represent composition of functions however, the text sequence is reversed to illustrate the different operation sequences accordingly.
The composition is defined in the same way for partial functions and Cayley's theorem has its analogue called the Wagner–Preston theorem.
The category of sets with functions as morphisms is the prototypical category. The axioms of a category are in fact inspired from the properties of function composition. The structures given by composition are axiomatized and generalized in category theory with the concept of morphism as the category-theoretical replacement of functions. The reversed order of composition in the formula applies for composition of relations using converse relations, and thus in group theory. These structures form dagger categories.
The standard "foundation" for mathematics starts with sets and their elements. It is possible to start differently, by axiomatising not elements of sets but functions between sets. This can be done by using the language of categories and universal constructions.
... the membership relation for sets can often be replaced by the composition operation for functions. This leads to an alternative foundation for Mathematics upon categories -- specifically, on the category of all functions. Now much of Mathematics is dynamic, in that it deals with morphisms of an object into another object of the same kind. Such morphisms ''form categories, and so the approach via categories fits well with the objective of organizing and understanding Mathematics. That, in truth, should be the goal of a proper philosophy of Mathematics.''
- Saunders Mac Lane, Mathematics: Form and Function