3
$\begingroup$

My professor proved that the kernel is a normal subgroup under a homomorphism f by saying. Let $h\in H$ by applying f to it $f(ghg^{-1})=f(g)f(h)f(g)^{-1}=e $

My question is how is this a proof that the kernel is normal. What is the reason we apply f to it ? By applying f dont we just prove that $f(ghg^{-1})$ is normal ?

  • 3
    Because by showing that, you know $ghg^{-1}$ is also in the kernel2017-02-10

2 Answers 2

7

The argument goes as:

Let $f: G \to G_1$ be the homomorphism, and let $H = \operatorname{Ker}(f) = \{g \in G \; | \; f(g)=e \}$ be its kernel.

A subgroup is normal if it is invariant by conjugation. So fix an arbitrary element $h \in H$. For all $g \in G$, is it true that $ghg^{-1} \in H$ (which would mean that $H$ is indeed invariant by conjugation)?

And then he proves it as you have done above: $$f(ghg^{-1}) = f(g)f(h)f(g^{-1}) = f(g)f(g)^{-1} = e$$

1

We have a group $G$ and a group homomorphism $f$ that takes elements from $G$. We also have $\ker(f) = H$. We want to show that $H$ is normal. One way of describing "$H$ is normal" is that given arbitrary $h\in H$ and $g\in G$, we must have $ghg^{-1}\in H$. By definition of $H$, $ghg^{-1}\in H$ is equivalent to $f(ghg^{-1}) = e$. So that is what we check for.