0

Let $p$ be a prime divisor of the Fermat number $F_n = 2^{2^n} + 1$. Prove that $p$ must have the form $2^{n+1}k + 1$.

Thank you in advance.

J. W. Tanner
  • 60,406
Zed1
  • 697

1 Answers1

1

This is not very hard.

From Fermat's little theorem, $$p\mid 2^{p-1} -1,$$ also $$p\mid 2^{2^n} + 1 \mid 2^{2^{n+1}} -1,$$ so $$p \mid \gcd(2^{p-1} -1, 2^{2^{n+1}}-1) = 2^{\gcd(p-1,\, 2^{n+1})}-1.$$

On the other hand, $$\gcd(p-1, 2^{n+1})=2^m$$ for some positive integer $m$ (as $p$ is odd). If $m<n+1$, then $$p\mid 2^{2^m}-1 \mid 2^{2^n} -1= F_n -2,$$ which is impossible. So $m=n+1$, and $2^{n+1} \mid p-1$.

Sammy Black
  • 25,273
S. Y
  • 1,193