\(\DeclarePairedDelimiterX{\Set}[2]{\{}{\}}{#1 \nonscript\;\delimsize\vert\nonscript\; #2}\) \( \DeclarePairedDelimiter{\set}{\{}{\}}\) \( \DeclarePairedDelimiter{\parens}{\left(}{\right)}\) \(\DeclarePairedDelimiterX{\innerproduct}[1]{\langle}{\rangle}{#1}\) \(\newcommand{\ip}[1]{\innerproduct{#1}}\) \(\newcommand{\bmat}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\barray}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\mat}[1]{\begin{matrix}#1\end{matrix}}\) \(\newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}}\) \(\newcommand{\mathword}[1]{\mathop{\textup{#1}}}\)
Needs:
Functions
Needed by:
Composition Graphs
Function Inverses
Subsequences
Typed Graphs
Links:
Sheet PDF
Graph PDF

Function Composites

Why

We want to have language for applying two functions one after the other. We apply a first function then a second function.

Definition

Consider two functions. Suppose the range of the first is a subset of the domain of the second. In other words, every value of the first is in the domain (and so can be used as an argument) for the second. In this case we say that the second function is composable with the first.

The composite (or composition) of the second function with the first function is the function which associates to an element in the first's domain the element in the second's codomain that the second function associates with the result of the first.

In other words, we take an element in the first's domain. We apply the first function to it. We obtain an element in the first's codomain, which is also an element in the second's domain. We apply the second function to this result. We obtain an element in the second's codomain. The composition of the second function with the first is the function so constructed. Of course the order of composition is important.

Notation

Let $A, B, C$ be non-empty sets. Let $f: A \to B$ and $g: B \to C$. We denote the composition of $g$ with $f$ by $g \circ f$ read aloud as “g composed with f. To make clear the domain and codomain, we denote the composition $g \circ f: A \to C$. The function $g \circ f$ is defined by

\[ (g \circ f)(a) = g(f(a)) \quad \text{for all } a \in A. \]

Sometimes the notation $gf$ is used for $g \circ f$.

Basic properties

Function composition is associative but not commutative.1 Indeed, even if $f \circ g$ is defined, $g \circ f$ may not be.

Let $f: X \to Y$, $g: Y \to Z$ and $h: Z \to U$ Then $(f \circ g) \circ h = f \circ (g \circ h)$2

  1. Future editions will include a counterexample. ↩︎
  2. The proof is straightforward. Future editions will include it. ↩︎
Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view