March 9, 2019

The First Isomorphism Theorem

In the study of group theory, there are a few important theorems called the First, Second and Third Isomorphism Theorems. The second and third are really just special cases of the first, and they will not be immediately useful to us so I will put off their discussion until some other time.

Before proceeding any further, I would like to make a notational change that will make my life a little easier when writing these posts about algebra. Thus far, I have been using $e$ to denote the identity element of a group. From here on out, I will use the following convention:

Notation. Given an arbitrary group $G$, its identity element will be written $1_G$ (or simply $1$ when no confusion can arise).

If we know we are working with an additive abelian group, the identity will instead be written $0_G$ (or simply $0$).

This notational convention may seem odd at first, but it will make things easier to understand in general.

We will need the result I proved in my previous post that the kernel of a group homomorphism is a normal subgroup of the domain. We will also need the following theorem, which basically states that for any homomorphism, elements in the same coset of the kernel all get mapped to the same element.

Theorem. Let $f:G\to H$ be a group homomorphism with $x,y\in G$ and let $K=\ker f$ to keep things concise. Then $Kx=Ky$ if and only if $f(x)=f(y)$.

Proof. Suppose first that $Kx=Ky$. Then $xy^{-1}\in K=\ker f$, so

$$\begin{align}
f(xy^{-1}) &= f(x)f(y^{-1}) \\
&= f(x)f(y)^{-1} \\
&= 1_H.
\end{align}$$

Multiplication on the right by $f(y)$ yields $f(x)=f(y)$.

Suppose conversely that $f(x)=f(y)$. Then we can essentially just do the above in reverse. Multiplication on the right by $f(y)^{-1}$ yields

$$\begin{align}
f(x)f(y)^{-1} &= f(x)f(y^{-1})\\
&= f(xy^{-1}) \\
&= 1_H,
\end{align}$$

and thus $xy^{-1}\in\ker f=K$ by definition, completing the proof.

This theorem, while deceptively simple, tells us something extremely important. Namely, that each coset of the kernel corresponds to precisely one element of the codomain. It would be nice if there was some sort of relationship between cosets of the kernel and the image of a homomorphism. Oh wait... there is!

First Isomorphism Theorem. If $f:G\to H$ is a group homomorphism, then $G/\ker f$ is isomorphic to $\im f$.

Proof. Our claim is that the function $\varphi:G/\ker f\to\im f$ defined by $$\varphi(Kx)=f(x)$$ for every $Kx\in G/\ker f$ is an isomorphism. Again for convenience, we let $K=\ker f$.

First, since $\varphi$ acts on cosets we must show that it is well defined, i.e., if $Kx=Ky$ then $\varphi(Kx)=\varphi(Ky)$. But from the above theorem, if $Kx=Ky$ then $f(x)=f(y)$, so it follows immediately that this is true.

Next we argue that $\varphi$ is a homomorphism. Again, choose cosets $Kx$ and $Ky$ in $G/K$. Then

$$\begin{align}
\varphi(Kx)\varphi(Ky) &= f(x)f(y) \\
&= f(xy) \\
&= \varphi(K(xy))
\end{align}$$

because $f$ is a homomorphism, so $\varphi$ essentially inherits this property from $f$.

Finally, we need to show that $\varphi$ is a bijection. To see that it is injective, suppose that $\varphi(Kx)=\varphi(Ky)$ for some cosets $Kx$ and $Ky$ in $G/K$. Then $f(x)=f(y)$, and so $Kx=Ky$ by the above theorem. To see that $\varphi$ is surjective, choose any $b\in\im f$. By definition, there exists $a\in G$ for which $f(a)=b$. Thus $b=\varphi(Ka)$, and so it follows that $\varphi$ is bijective, completing the proof.

I'm trying to keep this post short, but I should provide at least one example of how this theorem can be applied.

Example. Consider the abelian group $\R^*$ of nonzero real numbers under multiplication, the group $\R^+$ of positive real numbers under multiplication, and the subgroup $\{-1,1\}$ of $\R^*$. This subgroup is certainly normal since it comes from an abelian group.

We will show that the quotient group $\frac{\R^*}{\{-1,1\}}$ is isomorphic to $\R^+$. And we'll do it using the first isomorphism theorem!

We need to define a surjective homomorphism $f:\R^*\to \R^+$ for which $\ker f=\{-1,1\}$. This is actually really easy. We'll just let $f(x)=\abs{x}$. Clearly $f(x)=1$ precisely when either $x=1$ or $x=-1$, and so $\ker f=\{-1,1\}$ as desired. That $f$ is a homomorphism follows from the fact that $\abs{xy}=\abs{x}\abs{y}$ for all real numbers. It's just as easy to see that $f$ is surjective, because for any $x\in\R^+$ we know that at least $\abs{x}=x$.

We've demonstrated that there exists a surjective homomorphism from $\R^*$ to $\R^+$ whose kernel is $\{-1,1\}$. The first isomorphism theorem immediately yields the desired result — that $\frac{\R^*}{\{-1,1\}}$ is isomorphic to $\R^+$.

We don't even need to construct the isomorphism, although it's fairly straightforward to do so (the proof of the first isomorphism theorem tells us how).

And intuitively, these groups should be isomorphic, if we think of the quotient group $\frac{\R^*}{\{-1,1\}}$ in the correct way. Basically, $\R^*$ is a gluing together of two copies of $\R^+$ — one copy containing all the positive numbers, and the other a mirror image containing all the negative numbers. The quotient group essentially "factors out" the sign of each number, leaving us with only one copy. The result is something that looks, acts and feels exactly like $\R^+$.