Let $G$ be an finite abelian group, define $s= \Pi_{g\in G} g$, show that $s = e$ unless $G$ has exactly one involution $u$, in this case $s=u$.
I have the start of a proof, but I get stuck at a point.
Proof
Write $G$ as $G = \{e\} \cup I \cup \{g_1, g_1^{-1}, \ldots, g_n, g_n^{-1}\}$ where $I$ is a set of the all the groups involutions.
Since $G$ is abelian $\Pi_{g\in \{g_1, g_1^{-1}, \ldots\}} g = e$ we just need to examine $\Pi_{u\in I} u$
Now:
- If $|I|=0$ then the theorem holds,
- If $|I| = 1$ then $I=\{u\}$ and $s= u$, the theorem holds
If $|I| = 2$, requires closer examination:
Let $I = \{u_1,u_2\}$ be the set of all involutions (not equal to $e$), then $u_1u_2$ is also an involution (since $G$ is abelian).
If $u_1u_2 =e$ then $u_1=u_2$, contradiction, if $u_1u_2 = u_1$ then $u_2=e$, contradiction. $u_1 u_2=u_2$ results in the same contradiction. This means that the case $|I|=2$ is not possible.
the case $|I|=3$ is possible, let $I = \{u_1,u_2,u_3\}$ then it's easy to prove $u_3 = u_1u_2$. The theorem holds.
How should I continue? I've tried splitting $I$ as
$$I=\{u_i: u_i \not = u_ju_k (\text{for a certain }j\not = k)\} \cup \{u_i = u_ju_k (\text{for a certain} j \not = k)\}$$ but I still get stuck.
Also the case $|I|= 4$ seems contradictory once again..