Prove that in every group $G$, $\forall a,b \in G$, $O(a)=O(bab^{-1})$.
NOTE: The $O()$ notation is used to represent the order of a group (i.e if $O(a)=3$ then $a^3=e$ (the identity element) ). I am highlighting this because I'm not sure if this notation is widely used.
Now so far I've only managed to prove that $m|n$ from
$(bab^{-1})^n=bab^{-1}bab^{-1}\ldots bab^{-1}=baeae...eab^{-1}=ba^nb^{-1}=bb^{-1}=e \implies m|n$.
On the other hand, from
$a^m=a\cdot a\cdot a\cdot...\cdot a$
And this is where I'm stuck. How can I rewrite $a^m$ to include $bab^{-1}$?
EDIT: I've never heard of homomorphism nor do I know how to make use of it.