I am trying to solve the below problem.
Below are several examples of groups. Among these, determine which are isomorphic to each other or to subgroups of other groups.
- The trivial group $\{e\}$.
- Number systems with addition: $\left(\mathbb{Z}, +\right)$, $\left(\mathbb{Q}, +\right)$, $\left(\mathbb{R}, +\right)$, $\left(\mathbb{C}, +\right)$.
- $\{0,1\}$ with addition mod 2; $\{\pm 1\}$ with multiplication.
- $\mathbb{Z}/n = \{0,1, \ldots, n-1\}$ with addition mod $n$ and $\mathbb{R}/\mathbb{Z}$, which is the set $[0,1)$ with the addition law $(a,b) \mapsto$ $a+b$ if $a + b < 1$ and $a + b - 1$ otherwise.
- Non-zero numbers with multiplication: $\mathbb{Q}^{\star}$, $\mathbb{R}^{\star}$, $\mathbb{C}^{\star}$, and the unit circle $S^1 \subset \mathbb{C}^{\star}$.
- Permutations of a set $A$, $\mathrm{Perm}(A)$, and symmetric group on $n$ letters $S_n$.
- $\mathrm{GL}_n (F)$ and $\mathrm{SL}_n (F)$ for some field $F$.
- Direct products and direct sums of finitely or infinitely many groups.
Here is my attempt. I am focusing more on finding the isomorphisms and understanding them intuitively than directly proving them, which I'm going to do later on, but don't have too much trouble with.
As $\mathbb{Q} \cong \mathbb{Z}$ as sets, $\left(\mathbb{Z}, +\right) \cong \left(\mathbb{Q}, +\right)$. Since there exists a natural embedding $\mathbb{R} \hookrightarrow \mathbb{C}$ sending $x \mapsto x + 0i$, we can identify $\left(\mathbb{R}, +\right)$ with a subgroup of $\left(\mathbb{C}, +\right)$, namely the real axis under addition. Similarly, we can embed $\mathbb{Q}$ in $\mathbb{R}$, so we can identify $(\mathbb{Q}, +)$ with a subgroup of $(\mathbb{R}, +)$.
We can proceed exactly analagously for multiplication. Namely, we can identify $\mathbb{Q}^{\star}$ with a subgroup of $\mathbb{R}^{\star}$, $\mathbb{R}^{\star}$ with a subgroup of $\mathbb{C}^{\star}$, and $S^1$ with a subgroup of $\mathbb{C}^{\star}$.
Permutations of the set $A = \{1, \ldots, n\}$ and $S_n$ are surely isomorphism, and $\mathrm{SL}_n (F)$ can be identified with a subgroup of $\mathrm{GL}_n (F)$.
Direct sums can be identified with a subgroups of direct products, holding the groups $G_i$ fixed.
I'm surely missing a few. There is a hint to consider $\mathbb{Z}/n$, $\mathbb{C}^{\star}$, and $GL_2 (\mathbb{R})$, but I can't think of any.