Let $a=\text{ord}(x,m) : $ $a$ is the minimum value for which $x^a \equiv 1\pmod{m} $.
By inspection it appears that $$\text{ord}(x,p^b) = p^{b-1} \cdot \text{ord}(x,p)$$ where $x,p,b,$ belong to $\mathbb{Z}^+$, $x>1$, $p$ is odd prime.
- Is this assertion actually true?
- If so, what is a simple proof of it?
I may have a "proof" of my own, but even if it is correct (which I doubt) it seems much too complicated.