I have the following question I have to prove/disprove:
Let $(G, *)$ be a group. If for every $a, b ∈ G$ we have $(a * b)^6 = a^6 * b^6$ then $G$ is commutative.
I tried:
I know that we have this rule in $G$ that an element 'squared' is the identity. So $(a * b)^2 = e$, then $(a * b)^2 = abab$. Thus I was thinking of , $(a * b)^6 = abababababab$??? I am really not sure if this holds.
We also have $e = e * e = a^2b^2$, thus $e = e * e * e * e * e * e= a^6b^6$,
so we must have: $a^6b^6 = abababababab$,
which gives: $a^{-5}a^6b^6b^{-5} = a^{-5}ababababababb^{-5}$ results in $ab = ba$.
Thus, since $a,b∈G$ were arbitrary, $G$ is commutative.
I hope this approach is going right. I am not sure if it is the right way.
Thanks in advance.