What's an easy way of proving a subgroup is normal?
Solution 1:
There are a number of ways in which the work can be shortened.
If you can come up with a homomorphism whose kernel is precisely $N$, then this guarantees that $N$ is normal. This is often the case.
It suffices to check a generating set for $N$. That is, if $N=\langle X\rangle$, then $N$ is normal in $G$ if and only if $gxg^{-1}\in N$ for every $x\in X$. For instance, this makes proving that the subgroup generated by all $m$ powers is normal easy.
It suffices to check a generating set for $G$ and its inverses. That is, if $G=\langle Y\rangle$, and $yNy^{-1}\subseteq N$ and $y^{-1}Ny\subseteq N$ for all $y\in Y$, then $N$ is normal.
Solution 2:
If your subgroup has index 2, then it is always normal (because whether you consider left or right cosets, there are only these 2: the subgroup itself, and the rest of the elements).
Another way (maybe the best way) is to show that the subgroup is the kernel of a homomorphism having the group as its domain.
Solution 3:
That would depend on the problem. I believe the following properties are most useful.
A subgroup $N$ of $G$ is normal iff one of the following is true:
- For every $g\in G$ and $n\in N$, $gng^{-1}\in N$.
- For every $g\in G$, $gNg^{-1}\subseteq N$.
- For every $g\in G$, $gNg^{-1}=N$.
- Every left coset of $N$ is a right coset of $N$.
- The product of two right cosets of $N$ is again a right coset of $N$.