The composition for maps is just applying two maps in a row.
Click on an arrow to get a description of the connection!
Click on an arrow to get a description of the connection!
Show requirements
Concept |
Content |
Maps |
Maps are the mathematical formulation of a machine that gets inputs and generate outputs. On both sides, sets are needed for the domain and the codomain. |
Show consequences
Definition 1. If \(f:X
\to Y\) and \(g : Y\to Z\), we
may compose, or concatenate these maps: \[\begin{aligned}
g \circ f : X &\to Z\\
x &\mapsto g(f(x))
\end{aligned}\] We call \(g \circ
f\) the composition of the two functions.
Usually, \(g\circ f \neq f\circ g\),
the latter does not even make sense, in general. \[X \to Y \to Z\]
Example 2.
\(f: \mathbb{R} \rightarrow
\mathbb{R}\), \(x\mapsto x^2\);
\(g:\mathbb{R} \rightarrow
\mathbb{R}\), \(x\mapsto
\sin(x)\) \[\begin{aligned}
g\circ f: \mathbb{R} &\rightarrow \mathbb{R} \\
x &\mapsto \sin(x^2) \\
f\circ g: \mathbb{R} &\rightarrow \mathbb{R} \\
x &\mapsto (\sin(x))^2
\end{aligned}\]
Let \(X\) be a set. Then \(\operatorname{id}_X: X\rightarrow X\) with
\(x\mapsto x\) is called the
identity map. If there is no confusion, one usually writes
\(\operatorname{id}\) instead of \(\operatorname{id}_X\). Let \(f: X\rightarrow X\) be a function. Then
\[f\circ
\operatorname{id}=f=\operatorname{id}\circ f.\]
Discuss your questions by typing below.