0

Prove: If $G = \{a_1, a_2, ..., a_n\}$ is a finite abelian group, then $(a_1 a_2...a_n)^2 = e$, where $e$ is neutral in $G$.

I don't even now how to begin this.

mivan
  • 95

1 Answers1

3

As $G$ is a group, every element $a_k$ has its inverse $a_k^{-1}$, which is one of the members of $G$, say $a_{k(n)}$ where $k:\{1,2,\cdots,n\}\rightarrow\{1,2,\cdots,n\}$ is a bijection (because every element has a unique inverse and the inverse of the inverse is the element itself), hence a permutation. Hence the set $\{a_1^{-1},a_2^{-1},\cdots,a_n^{-1}\}=\{a_1,a_2,\cdots,a_n\}$. Therefore $$(a_1a_2\cdots a_n)^2=(a_1a_2\cdots a_n)(a_1^{-1}a_2^{-1}\cdots a_n^{-1})=(a_1a_2\cdots a_n)(a_1a_2\cdots a_n)^{-1}=e$$

QED
  • 12,644