Group Isomorphisms
We have looked at a ton of different groups so far, though, one question that might arise is whether some of the groups we have looked at so far has a fundamentally similar structure. We will be able to compare the structures of specific groups after we look at the following definition.
Definition: Let $(G, \cdot)$ and $(H, *)$ be groups. An Isomorphism between $G$ and $H$ is a bijective function $f : G \to H$ such that for all $x, y \in G_1$ we have that $f(x \cdot y) = f(x) * f(y)$. If there exists an isomorphism between the groups $(G, \cdot)$ and $(H, *)$ then these groups are said to be Isomorphic and we write $G_1 \cong G_2$. |
For example, consider the group of integers modulo $2$ under the operation $*_1$ which we define for all $x, y \in \mathbb{Z}_2 = \{0, 1 \}$ by:
(1)The following table illustrates the structure of the group $(\mathbb{Z}_2, *_1)$:
Now consider the group $(A, *_2)$ where $A = \{ a, b \}$ and $*_2$ is defined for all $x, y \in \{ a, b \}$ such that:
(2)You should verify that $(A, *_2)$ is indeed a group and that the following table illustrates the structure of $(A, *_2)$:
Notice how similar the structures of $(\mathbb{Z}_2, *_1)$ and $(A, *_2)$ are. In fact, both of these groups are isomorphic to one another. To show this, we need to prove that a bijection function $f : \mathbb{Z}_2 \to A$ exists such that for all $x, y \in \mathbb{Z}_2$ we have that $f(x *_1 y) = f(x) *_2 f(y)$. Consider the function defined by $f(0) = a$ and $f(1) = b$. It is not hard to verify that $f$ is indeed a bijection.
Now we note that:
(3)Hence, for all $x, y \in \mathbb{Z}_2$ we have that $f(x *_1 y) = f(x) *_2 f(y)$, so $f$ is an isomorphism between $(\mathbb{Z}_2, *_1)$ and $(A, *_2)$ and $\mathbb{Z}_2 \cong A$.