Skip to main content
\( \newcommand{\lt}{ < } \newcommand{\gt}{ > } \newcommand{\amp}{ & } \)

Section10.4Prime Numbers Have Primitive Roots

We use many of the same techniques and ideas in by proving that every prime number \(p\) has a primitive root. Let's check that this claim is true for at least some primes.

So at least we get a primitive root for the first 25 primes.

Proof

Before we finish the proof by examining the claim, we need some discussion. First, let's see what these sets look like for two examples – one where we know we have a primitive root, and one where we know we don't.

Here is the list of sets of different order elements for \(n=41\):

But here is the list of sets for \(n=32\); there aren't any for the highest possible order, and all the other sets have orders exact multiples of \(\phi(d)\).

For another set of ideas, recall that if \(g\) is a primitive root of \(p\), by definition \(g^{p-1}\equiv 1\) but no previous positive power is. Assuming \(p\) is an odd prime, then \(p-1\) is even, and we could try to separate out the odd and even powers \begin{equation*}g,g^3,g^5,\ldots\text{ and }g^2,g^4,g^6,\ldots\end{equation*} and compare them or their products.

  • Can you see why the inverse of an even power of a primitive root is also an even power?

  • Do you think an odd power (greater than one) of a primitive root \(g\) could be a different primitive root \(g'\)? Why or why not? What about even powers of a given primitive root – could they be primitive roots, at least in principle?

Now let's prove our claim.

The proof above makes it evident that the real place primality is used is in the crucial lemmas 10.3.5 and 10.3.4. If you are still curious to see how this works, you can explore more below.