The proof required is to show that $\operatorname{ord}_n(a^j) \mid\operatorname{ord}_n(a)$, for any positive integer $j$. I have considered using a proof by contradiction, but am having trouble going from there. Thanks
2026-02-23 12:04:16.1771848256
On
Proof relating to the order of $a \mod n$?
75 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Let $m=\mathcal O(a)$, $d=\gcd(j,m)$, $n=m/d$. Then $a^{jn}=a^{jm/d}=(a^m)^{j/d}=1$.
Suppose now that $a^{jk}=1$. Then, $m|jk$ and $n|(j/d)k$. Since $n$ and $j/d$ are coprime, $n|k$. This proves that $\mathcal O(a^j)=n$, which clearly divides $m$.
Remark: As @lhf has shown, the proof that you have asked for is much simpler, but I wanted to actually compute $\mathcal O(a^j)$.
$(a^j)^m=(a^m)^j=1^j=1$ and so ord $a^j$ must divide $m=$ ord $ a$.