Prove that the composition of two group homomorphisms is a group homomorphism.
Let $f:G \longrightarrow G'$ and $g:G' \longrightarrow G''$ be two group homomorphisms.
Let $x$ and $y$ be two arbitrary elements of $G$. Then,
\begin{eqnarray} (g \circ f)(x \cdot y) &=& g(f(x \cdot y)) \\ &=& g(f(x) \cdot f(y)) \\ &=& g(f(x)) \cdot g(f(y)) \\ &=& (g \circ f)(x) \cdot (g \circ f)(y) \end{eqnarray}
This completes the proof - but which property of a group is used in the second step? \begin{eqnarray} g(f(x \cdot y)) &=& g(f(x) \cdot f(y)) \\ \end{eqnarray}
Is it a cauchy function? Is there another property that lets a group operation $ \cdot $ be pushed outside of a function?