0

Prove that if $o(a)=m, o(b)=n$ and $gcd(m,n)=1$ then $o(ab)=mn$

I am asking this because I saw someone asked a similar question and was told that the statement is wrong.

I managed to show quite quickly that $o(ab)|mn$, but no matter what I tried I was not able to show the equality.

Is there a mistake in the statement?

Julian Mejia
  • 4,438
איתן לוי
  • 839
  • 4
  • 9

1 Answers1

1

If $a,b$ commute, then you certainly have $(ab)^{mn}=e$ so $o(ab)|mn$. Now, suppose $o(ab)=r$, so $$a^rb^r=e$$ Raising to the $m$ in both sides, gives you $b^{rm}=e$, so $n|rm$. Since $\gcd(m,n)=1$ you actually have that $n|r$.

Similarly, (by raising to the $n$ in both sides), you can prove that $m|r$.

So, you have $n|r$ and $m|r$. Since $\gcd(m,n)=1$, then you have $mn|r$, i.e. $mn|o(ab)$.

Julian Mejia
  • 4,438