Jump to content

Function composition

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fuzzybyte (talk | contribs) at 09:42, 20 May 2009 (Undid revision 290985001 by CBM (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
gf, the composition of f and g. For example, (gf)(c) = #.

In mathematics, function composition is the application of one function to the results of another. For instance, the functions f: XY and g: YZ can be composed by computing the output of f when it has an argument of g(x) instead of x.

Thus one obtains a function gf: XZ defined by (gf)(x) = g(f(x)) for all x in X. The notation gf is read as "g circle f", or "g composed with f", "g after f", "g following f", or just "g of f".

The composition of functions is always associative. That is, if f, g, and h are three functions with suitably chosen domains and codomains, then f ∘ (gh) = (fg) ∘ h. Since there is no distinction between the choices of placement of parentheses, they may be safely left off.

The functions g and f are said to commute with each other if gf = fg. In general, composition of functions will not be commutative. Commutativity is a special property, attained only by particular functions, and often in special circumstances. For example, only when . But a function always commutes with its inverse to produce the identity mapping.

Considering functions as special cases of relations (namely functional relations), one can analogously define composition of relations, which gives the formula for in terms of and .

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.

Example

As an example, suppose that an airplane's elevation at time t is given by the function h(t) and that the oxygen concentration at elevation x is given by the function c(x). Then (ch)(t) describes the oxygen concentration around the plane at time t.

Functional powers

If then may compose with itself; this is sometimes denoted . Thus:

Repeated composition of a function with itself is called function iteration.

The functional powers for natural follow immediately.

  • By convention, the identity map on the domain of .
  • If admits an inverse function, negative functional powers are defined as the opposite power of the inverse function, .

Note: If f takes its values in a ring (in particular for real or complex-valued f ), there is a risk of confusion, as n could also stand for the n-fold product of f, e.g. f 2(x) = f(x) · f(x).

(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: sin2(x) = sin(x) · sin(x). However, for negative exponents (especially −1), it nevertheless usually refers to the inverse function, e.g., tan−1 = arctan (≠ 1/tan).

In some cases, an expression for f in g(x) = f r(x) can be derived from the rule for g given non-integer values of r. This is called fractional iteration. A simple example would be that where f is the successor function, f r(x) = x + r.

Iterated functions occur naturally in the study of fractals and dynamical systems.

Composition monoids

Suppose one has two (or more) functions f: XX, g: XX having the same domain and codomain. Then one can form long, potentially complicated chains of these functions composed together, such as ffgf. Such long chains have the algebraic structure of a monoid, sometimes called the composition monoid. In general, composition monoids can have remarkably complicated structure. One particular notable example is the de Rham curve. The set of all functions f: XX is called the full transformation semigroup on X.

If the functions are bijective, then the set of all possible combinations of these functions form a group; and one says that the group is generated by these functions.

The set of all bijective functions f: XX form a group with respect to the composition operator. This is the symmetric group, also sometimes called the composition group.

Alternative notation

In the mid-20th century, some mathematicians decided that writing "gf" to mean "first apply f, then apply g" was too confusing and decided to change notations. They wrote "xf" for "f(x)" and "(xf)g" for "g(f(x))". This can be more natural and seem simpler than writing functions on the left in some areas – in linear algebra, for instance, where x is a row vector and f and g denote matrices and the composition is by matrix multiplication. This alternate notation is called called postfix notation. The order is important because this multiplication is non-commutative. Successive transformations applying and composing to the right agrees with the left-to-right reading sequence.

Category Theory uses f;g interchangeably with gf. To distinguish the left composition operator from a text semicolon, in the Z notation a fat semicolon ⨟ is used for left relation composition. Since all functions are binary relations, it is correct to use the fat semicolon for function composition as well.

Composition operator

Given a function g, the composition operator is defined as that operator which maps functions to functions as

Composition operators are studied in the field of operator theory.

See also