$(a_1 a_2 \cdots a_n)^2=e$ in a finite abelian group

349 Views Asked by At

Let $G$ be a finite abelian group. Prove that $(a_1 a_2 \cdots a_n)^2=e$.

My proof: $$\forall a \in \{a_1,a_2,\cdots,a_n\} \exists ! a^{-1} \in \{a_1,a_2,\cdots,a_n\}:a^{-1}a=aa^{-1}=e$$ hence, $$(a_1a_2\cdots a_n)^2=(a_1a_2\cdots a_n)(a_1a_2\cdots a_n)=(a_1a_2\cdots a_n)(a^{-1}_1a^{-1}_2\cdots a^{-1}_n)=(a_1a^{-1}_1)(a_2a^{-1}_2)\cdots (a_na^{-1}_n)=ee\cdots e=e$$

I tried showing that all $n-1$ elements in $G\setminus \{e\}$ contain a unique ($\leftarrow$ is even this true?) inverse in $G$. Is this proof valid? Should I show/explain more between the steps $(a_1a_2\cdots a_n)(a_1a_2\cdots a_n)=(a_1a_2\cdots a_n)(a^{-1}_1a^{-1}_2\cdots a^{-1}_n)$?

Thank you.

2

There are 2 best solutions below

0
On BEST ANSWER

Firstly, the inverse of any element is unique. Try and prove this by contradiction.

Then, if you want to be more rigorous, since every element has an inverse, there is a bijective map from the group to itself mapping every element to its inverse. You could identify elements and their inverses through this map in your notation, but your proof is correct.

0
On

Inverses being merely unique is not enough. If every element had only one inverse and it was $a_1$ in every case, your proof would not work. You need to come up with a good reason why that can't happen. Not difficult, but your proof is not complete without it.

About uniqueness of inverses: first of all, your restriction to $G\setminus\{e\}$ is unnecessary, since $e$ too has a unique inverse. Secondly, you do not need contradiction: just suppose that $y$ and $z$ are both inverses of $a$ and consider the product $yaz$.