5

I know how to prove that, if $2^n-1$ is prime and $n>1$, then $n$ is prime.

But how do we prove that, if $a^n-1$ is prime and $n>1$, then $a$ must equal 2?

Kelsey
  • 183
  • 8

1 Answers1

7

If we say $P(a)=a^n-1$ we have that $P(1)=0$ and by Polynomial remainder theorem we get that $$a-1\mid a^n-1$$

kingW3
  • 13,496