A number $a$ is a primitive root $\bmod n$ if and only if $\{a, a^2 , . . . , a^{\varphi(n)}\}$ is a complete set of residues prime to $n$. Is this true or false?
2026-04-18 23:34:58.1776555298
A number $a$ is a primitive root mod $n$ if and only if $\{a, a^2 , . . . , a^{\varphi(n)}\}$ is a complete set of residues prime to n.
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
True if you define 'a' is primitive root iff order of 'a' is $\phi (n)$.
If this were not true, then for some $i,j \leq \phi (n):$
You would have: $a^i = a^j \implies a^{i-j}=1$ where $i-j < \phi(n)$
This is a contradiction because a is a primitive root and the order is $\phi(n)$ not less than it.
Are you in mat315 at UofT?