March 5, 2019

Normal Subgroups and Quotient Groups

  1. Normal Subgroups
  2. Quotient Groups

Normal Subgroups

Let's now revisit the quotient set $G/H$, where $H$ is a subgroup of $G$. What we'd really like to do is turn $G/H$ into a group in a meaningful way. What should the group operation be, though? Recall that the elements of $G/H$ are the cosets of $H$, so what we really need to define is a meaningful way to multiply cosets.

It would be great if we could define coset multiplication as follows:

Desired Definition. If $H$ is a subgroup of $G$ and $x,y\in G$, then
$$(Hx)(Hy)=H(xy).$$

Unfortunately, this is not always uniquely defined. That is, if $Hx=Ha$ and $Hy=Hb$ for some $a,b\in G$, it is possible that $H(xy)\ne H(ab)$, which means this isn't an acceptable way to multiply cosets. This is the same behavior we saw when I proposed an incorrect definition of addition while constructing the rational numbers. The result cannot depend on our choice of representative for the equivalence class!

Interestingly, in this case the remedy is not to define coset multiplication in a different manner. Rather, we choose to restrict our attention only to cosets of a certain, particularly nice sort of subgroup.

Definition. A subgroup $N$ of a group $G$ is a normal subgroup if $xnx^{-1}\in N$ whenever $n\in N$ and $x\in G$. We refer to this defining property of normal subgroups by saying they are closed under conjugation.

It goes without saying that every subgroup of an abelian group is normal, since in that case

$$\begin{align}
xnx^{-1} &= xx^{-1}n \\
&= n,
\end{align}$$

which is in $N$ by definition. However, there are certainly non-abelian groups with normal subgroups. And normal subgroups are particularly special because their left and right cosets are the same, even if they are not subgroups of an abelian group!

Theorem. If $N$ is a normal subgroup of a group $G$, then $xN=Nx$ for every $x\in G$.

Proof. For any $g\in xN$, we have that $g=xn$ for some $n\in N$. Since $N$ is closed under conjugation, $xnx^{-1}\in N$ and so $g=(xnx^{-1}x)\in Nx$. Thus, $xN\subseteq Nx$.

The proof that $Nx\subseteq xN$ is nearly identical, so I will not include it.

In a recent post I showed that the kernel of a homomorphism is a always a subgroup of its domain. It turns out that they are actually normal subgroups, and this will be very important to us later on.

Theorem. The kernel of any group homomorphism is a normal subgroup of the domain.

Proof. Let $G$ and $H$ be groups and let $f:G\to H$ denote a homomorphism between them. Suppose $x\in G$ and $k\in\ker f$. We need to show that $xkx^{-1}\in\ker f$.

Since $k\in\ker f$, we have by definition that $f(k)=e$. Furthermore, since $f$ is a homomorphism,

$$\begin{align}
f(xkx^{-1}) &= f(x)f(k)f(x^{-1}) \\
&= f(x)ef(x)^{-1} \\
&= f(x)f(x)^{-1} \\
&= e.
\end{align}$$

Thus, $xkx^{-1}$ is in $\ker f$ by definition, so $\ker f$ is a normal subgroup of $G$.

Quotient Groups

We are now ready to define quotient groups!

Definition. Let $N$ denote a normal subgroup of a group $G$. The quotient group of $G$ modulo $N$ is the set $G/N$ together with coset multiplication defined by $(Nx)(Ny)=N(xy)$ for all $x,y\in G$.

That's all well and good, but we're getting ahead of ourselves again. We still haven't actually shown that this multiplication is well defined when restricted to cosets of normal subgroups. Let's do that right now. After that, we'll still need to prove that this thing we'ved defined is really a group.

Theorem. Let $N$ denote a normal subgroup of a group $G$, with $Nx=Na$ and $Ny=Nb$ for some $a,b,x,y\in G$. Then $N(xy)=N(ab)$.

Proof. Since $Nx=Na$, we know that $x\in Na$ and thus $x=n_1a$ for some $n_1\in N$. Similarly, since $Ny=Nb$, we know that $y\in Nb$ and thus $y=n_2b$ for some $n_2\in N$. Thus,

$$\begin{align}
xy &= n_1an_2b \\
&\in NaNb \\
&= N(ab),
\end{align}$$

so $N(xy)=N(ab)$, as desired.

Now we need to show that quotient groups are actually groups. The proof of this is fairly straightforward.

Theorem. The quotient group as defined above is in fact a group.

Proof. We have already shown that coset multiplication is well defined. We will show first that it is associative. Consider $Nx, Ny, Nz\in G/N$. By definition,

$$\begin{align}
Nx(NyNz) &= NxN(yz) \\
&= N(xyz) \\
&= N(xy)Nz \\
&= (NxNy)Nz.
\end{align}$$

Next, we will show that $N$ is the identity element of $G/N$. Because $N$ is a subgroup of $G$, the identity element $e\in G$ is in $N$. Thus, for any $Nx\in G/N$, we have that

$$\begin{align}
NNx &= NeNx \\
&= N(ex) \\
&= Nx \\
&= N(xe) \\
&= NxNe \\
&= NxN.
\end{align}$$

Finally, we will show that for any $Nx\in G/N$, the coset $Nx^{-1}$ is its inverse. This is clear because

$$\begin{align}
NxNx^{-1} &= N(xx^{-1}) \\
&= Ne \\
&= N(x^{-1}x) \\
&= Nx^{-1}Nx.
\end{align}$$

We have shown that $G/N$ has all the properties of a group, so the proof is complete.

Before moving on, let's look at a concrete example of a quotient group which is hopefully already familiar to you.

Example. Consider again the group $\Z$ of integers under addition and its subgroup $2\Z$ of even integers. Certainly $2\Z$ is a normal subgroup because $\Z$ is abelian, and we may thus form the quotient group $\Z/2\Z$. Recall that this quotient group contains only two cosets, namely $2\Z$ and $2\Z+1$.

Coset "multiplication" here is really coset addition because we are working in an additive group. Since $2\Z$ is the identity, we have that

$$\begin{align}
2\Z+2\Z &= 2\Z, \\
2\Z + (2\Z+1) &= 2\Z+1,\\
(2\Z+1) + 2\Z &= 2\Z+1, \\
(2\Z+1) + (2\Z+1) &= 2\Z.
\end{align}$$

Let's rename these cosets, just for kicks. We'll refer to $2\Z$ as $0$ and $2\Z+1$ as $1$. Then we get

$$\begin{align}
0 + 0 &= 0, \\
0 + 1 &= 1,\\
1 + 0 &= 1, \\
1 + 1 &= 0.
\end{align}$$

This is precisely the group $\Z_2$ of integers modulo $2$, with the operation of addition modulo $2$. In fact, the formal way to define $\Z_n$, the group of integers modulo $n$, is as the quotient group $\Z/n\Z$.

Now I'd like to give some motivation for why quotient groups are so important and useful. This is best done by example, because otherwise my explanation would likely turn into another incomprehensible rant.

Example. To start, we define a commutator of a group $G$ to be any element of the form $aba^{-1}b^{-1}$, where $a,b\in G$. Notice that $aba^{-1}b^{-1}$ reduces to the identity $e$ if and only if $ab=ba$. That is, the commutator $aba^{-1}b^{-1}$ collapses to the identity precisely when $a$ and $b$ commute. Clearly in any abelian group, every commutator is equal to the identity element.

Suppose a quotient group $G/N$ is abelian. That is, for any two cosets $Nx, Ny\in G/N$, their product commutes, i.e.,

$$\begin{align}
NxNy &= N(xy) \\
&= N(yx) \\
&= NyNx.
\end{align}$$

But this is true if and only if

$$\begin{align}
xy(yx)^{-1} &= xyx^{-1}y^{-1} \\
&\in N.
\end{align}$$

Thus, a quotient group is abelian precisely when all commutators are contained within the identity coset!

A slightly more liberal, though meaningful, way of phrasing this is by saying that if we factor out all the commutators of $G$, we are always left with an abelian group. This because all commutators are collapsed to the identity element in the quotient group when we quotient out the commutator subgroup. This is just one example of a more general phenomenon.