[Math] a free abelian group is torsion-free

group-theory

let $G$ be a free abelian group of rank $n$ with basis $B=\{b_1,\cdots,b_n\}$ then $G$ must be torsion-free. to prove this let $g=\sum{m_ib_i}\not = 0$ an element of $G$. Suppose there exists $q\in \mathbb Z$ such that $qg=0$ then $\sum{qm_ib_i}=0$, so for each $i=1..n$, $qm_i=0$. Now since $g\not = 0$ then $q=0$. Is this correct?

Best Answer

Your proof is correct. However, I would add one more step to "since $g \neq 0$ then $q = 0$":

Since $g \neq 0$ and $b_1,\ldots,b_n$ are linearly independent $m_i \neq 0$ for some $i$. Because $\mathbb Z$ has no zero divisors $qm_i = 0$ implies $q = 0$.

EDIT: It is not necessary to restrict to the finite rank case. Your basis may have any cardinality, however, since $g$ can be expressed as a finite linear combination of basis elements the proof works the same in that case.

Related Question