Prove that the composition of two group homomorphisms is a group homomorphism.

9.3k Views Asked by At

Prove that the composition of two group homomorphisms is a group homomorphism.

Let $f:G \to G'$ and $g:G' \to 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.

(It may have been a poor choice to use $\cdot$ to denote the group operations in different groups, but other than that, I think it's fine.)

1

There are 1 best solutions below

0
On BEST ANSWER

I agree with drhab and yourself. Aside from the use of $\cdot$ to denote different group operations, the proof looks fine. If you're struggling to think of a suitable symbol to denote a different group operation, $\ast$ is commonly used.

Also, in your post

$: G' \to G''$

should be

$g : G' \to G''$