1

I need help with the following: Show that if $b$ is a primitive root modulo $m$, then $$\{b,b^2,b^3,...,b^m-1\}$$ is a complete set of units modulo $m$.

tc1729
  • 3,017

1 Answers1

3

If we define a primitive root as an element with order $\varphi(m)$ modulo $m$, then we can prove as follows. Each power $b^i$ is coprime to $m$, and there are $\varphi(m)$ integers coprime to $m$. Now, if $b^i\equiv b^j\pmod{m}$, then $b^{i-j}\equiv 1\pmod{m}$, so $\varphi(m)|i-j$. It follows that each of the powers are distinct modulo $m$, and thus each integer relatively prime to $m$ is some power $b^i$ modulo $m$.

tc1729
  • 3,017