Exercise 2.8.17 (Prime divisors of $a^{2^n} + 1$)

Show that if a k + 1 is prime and a > 1 then k is a power of 2 . Show that if p ( a 2 n + 1 ) then p = 2 or p 1 ( mod 2 n + 1 ) .

Answers

Proof. Write k = 2 j l , where l is odd. Assume for contradiction that l > 1 . Then, using the identity, true for all odd l ,

x l + 1 = ( x + 1 ) k = 0 l 1 ( 1 ) k x k ,

we obtain

a k + 1 = ( a 2 j ) l + 1 = ( a 2 j + 1 ) ( a ( l 1 ) 2 j a ( l 2 ) 2 j + a 2 j + 1 ) .

Since a > 1 , and l > 1 , we have 1 < a 2 j + 1 < a 2 n + 1 = N . Therefore a 2 j + 1 is a non trivial divisor of a k + 1 , so a k + 1 is composite. This contradiction shows that l = 1 , and k = 2 j , so that k is a power of 2 .

Now assume that p a 2 n + 1 , where p is an odd prime. We must show that p 1 ( mod 2 n + 1 ) .

Since p a 2 n + 1 , p is relatively prime to a , so we can consider the order h of a modulo p .

From a 2 n 1 ( mod p ) , and a 2 n + 1 = ( a 2 n ) 2 1 ( mod p ) , we deduce that

h 2 n , h 2 n + 1 .

Then h = 2 k , where n < k n + 1 . Hence h = 2 n + 1 .

By Fermat’s Theorem a p 1 1 ( mod p ) . Therefore h = 2 n + 1 p 1 , so

p 1 ( mod 2 n + 1 ) .

Note: Euler found the prime divisor 641 of F 5 = 2 2 5 + 1 , using the fact that such a prime divisor p is of the form p = k 2 6 + 1 = 64 k + 1 , which allows to find quickly p without computer.

User profile picture
2024-09-13 08:54
Comments