To put this in context, this is my first week abstract algebra.
Let $(G,\cdot,e)$ a finite abelian group. And $a\in G$. Show that:
$$\prod_{g\in G}g=\prod_{g\in G}(a\cdot g)$$
Here are my thoughts: Let $G=\{g_1,...,g_n\}$. Then we obtain:
$$\prod_{g\in G}(a\cdot g)=ag_1\cdot...\cdot ag_n=a^n g_1\cdot...\cdot g_n=a^n\prod_{g\in G}g$$
I don't know how to show that $a^n$ must be $e$.