I know that the only possible subgroups of $\mathbb Z$ are of the form $m\mathbb Z$. But how can I prove that these are the only possible subgroups?
-
Updated your question, please let me know if this is as intended or not. I was a little puzzled by the "cyclic-groups" tag, are you sure this applies? – Joffan Sep 07 '17 at 05:19
-
Same question here. – Dietrich Burde Sep 07 '17 at 14:17
3 Answers
Let $H$ be a nontrivial subgroup of $\mathbb Z$. Then $H$ has a smallest positive element; call it $n$. Now let $k$ be an arbitrary element of $H$. By the division algorithm, we can write $k = nq + r$ where $q,r \in \mathbb Z$ and $0 \leq r < n$. Since $k \in H$ and $n \in H$, we also have $r = k - nq \in H$. Since $0 \leq r < n$ and $n$ is the smallest positive element of $H$, we must have $r = 0$. Therefore $k = nq$. We have shown that an arbitrary element of $H$ is of the form $nq$ where $q \in \mathbb Z$; hence $H = n\mathbb Z$.
-
"$H$ has a smallest positive element." This is wrong unless you take $H$ to be a subset of positive integers. It can be proved that every subgroup of $\mathbb{Z}$ contains at-least one positive integer if $H$ is not equal to {0}. – Apoorv Potnis Oct 11 '19 at 15:43
-
3@ApoorvPotnis $H$ is a subgroup (not an arbitrary subset), so unless it's the trivial subgroup ${0}$, it has both positive and negative elements. Therefore it has a smallest positive element. – Oct 11 '19 at 17:18
-
1Apologies, I didn't read that $H$ has a smallest positive element. – Apoorv Potnis Oct 11 '19 at 17:21
Prove the following two intermediate results:
- If a subgroup of $\Bbb Z$ contains some number $m$, then it contains $m\Bbb Z$
- If a subgroup of $\Bbb Z$ contains two numbers $m,n$, then it contains $\gcd(m,n)$
Now let $k$ be the smallest positive integer in your subgroup. If there is an element $a\notin k\Bbb Z$ in the subgroup, reach a contradiction.

- 199,419
Suppose $H$ is a subgroup and $m$ its least positive element. Note that if $H$ contains some $k$ other than a multiple of $m$, then the residue of $k$ modulo $m$ is a positive element of $H$, smaller than $m$.

- 297