$a,b$ are elements in a group $G$. Let $o(a)=m$ which means that $a^m=e$, $\gcd(m,n)=1$ and $(a^n)*b=b*(a^n)$. Prove that $a*b=b*a$.
Hint: try to solve for $m=5,n=3$.
I am stuck in this question and can't find an answer to it, can anyone give me some hints?
Thanks.
$a^n b = ba^n \implies a^n = b^{-1} a^n b = (b^{-1} ab)^n = c^n$. There are $x,y \in \mathbb Z$ such that $nx + my = 1$. We have $a^{nx} = c^{nx} = c^{1-my}$, so $a^{nx} c^{my} = c$. But $c^{my} = (c^m)^y = ((b^{-1} a b)^m)^y= (b^{-1} a^m b)^y = (b^{-1} b)^y = e$. Also $a^{nx} = a^{1-my} = a ((a^{-1})^m)^y = a e = a$ (the order of $a$ is the same as that of $a^{-1}$). Thus $a = c = b^{-1}a b$ and so $ba = ab$.