Function composition

Function composition
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 g when it has an argument of f(x) instead of x. Intuitively, if z is a function g of y and y is a function f of x, then z is a function of x.

Thus one obtains a composite 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, where the parentheses serve to indicate that composition is to be performed first for the parenthesized functions. 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, \left| x \right| + 3 = \left| x + 3 \right|\, only when x \ge 0.

Considering functions as special cases of relations (namely functional relations), one can analogously define composition of relations, which gives the formula for g \circ f \subseteq X \times Z in terms of f \subseteq X \times Y and g \subseteq Y \times Z.

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.

The structures given by composition are axiomatized and generalized in category theory.

Contents

Example

The similarity that transforms triangle EFA into triangle ATB is the composition of a homothety H  and a rotation R, which share their centres (indicated by S in the diagram). For example, the image of A  under the rotation R  is U, which may be written R ( A ) = U.  And  H ( U ) = B  means that the mapping H transforms U into B. Thus H ( R ( A ) )  =  (HR) ( A )  =  B.

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 Y \subseteq X then f\colon X\rightarrow Y may compose with itself; this is sometimes denoted f^2\,. Thus:

(f\circ f)(x) = f(f(x)) = f^2(x)
(f\circ f\circ f)(x) = f(f(f(x))) = f^3(x)

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

The functional powers f\circ f^n=f^n\circ f=f^{n+1} for natural n\, follow immediately.

  • By convention, f^0= id_{D(f)}\, \big(the identity map on the domain of f\big).
  • If f\colon X\rightarrow X admits an inverse function, negative functional powers f^{-k}\, (k>0\,) are defined as the opposite power of the inverse function, (f^{-1})^k\,.

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. For instance, a half iterate of a function f is a function g satisfying g(g(x)) = f(x). Another example would be that where f is the successor function, f r(x) = x + r. This idea can be generalized so that the iteration count becomes a continuous parameter; in this case, such a system is called a flow.

Iterated functions and flows 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, called transformation monoid or 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 forms a transformation 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 notations

  • Many mathematicians omit the composition symbol, writing gf for gf.
  • 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 write "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 alternative notation is called postfix notation. The order is important because matrix multiplication is non-commutative. Successive transformations applying and composing to the right agrees with the left-to-right reading sequence.
  • Mathematicians who use postfix notation may write "fg", meaning first do f then do g, in keeping with the order the symbols occur in postfix notation, thus making the notation "fg" ambiguous. Computer scientists may write "f;g" for this, thereby disambiguating the order of composition. To distinguish the left composition operator from a text semicolon, in the Z notation a fat semicolon ⨟ (U+2A1F) 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 (see the article on Composition of relations for further details on this notation).

Composition operator

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

C_g f = f \circ g.

Composition operators are studied in the field of operator theory.

See also

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Function composition (computer science) — In computer science, function composition (not to be confused with object composition) is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of the… …   Wikipedia

  • Composition — may refer to: Composition (logical fallacy), in which one assumes that a whole has a property solely because its various parts have that property Compounding is also known as composition in linguistic literature in computer science Object… …   Wikipedia

  • Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a …   Wikipedia

  • Composition operator — For information about the operator ∘ of composition, see function composition and composition of relations. In mathematics, the composition operator Cϕ with symbol ϕ is a linear operator defined by the rule where denotes function composition. In… …   Wikipedia

  • Composition of relations — In mathematics, the composition of binary relations is a concept of forming a new relation S ∘ R from two given relations R and S, having as its most well known special case the composition of functions. Contents 1 Definition 2 Properties 3 J …   Wikipedia

  • Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… …   Wikipedia

  • function — 1. The noun has a number of technical meanings in mathematics and information technology, and has acquired general meanings that caused Fowler (1926) to categorize it as a popularized technicality. As a noun, it is often used somewhat… …   Modern English usage

  • Composition of the human body — The composition of the human body can be looked at from several different points of view. By mass, human cells consist of 65–90% water (H2O). Oxygen therefore contributes a majority of a human body s mass. Almost 99% of the mass of the human body …   Wikipedia

  • composition — noun Etymology: Middle English composicioun, from Anglo French composicion, from Latin composition , compositio, from componere Date: 14th century 1. a. the act or process of composing; specifically arrangement into specific proportion or rela …   New Collegiate Dictionary

  • Composition ring — In mathematics, a composition ring, introduced in (Adler 1962), is a commutative ring (R, 0, +, −, ·), possibly without an identity 1 (see non unital ring), together with an operation such that, for any three elements one has …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”