Fermat Numbers - Factor Form Proof

  • Context: Graduate 
  • Thread starter Thread starter TaliskerBA
  • Start date Start date
  • Tags Tags
    Form Numbers Proof
Click For Summary
SUMMARY

The discussion centers on the proof that for a prime factor q of the Fermat number F_{k} = 2^{2^{k}} + 1, the greatest common divisor gcd(q-1, 2^{k+1}) equals 2^{k+1}. The proof utilizes modular arithmetic, specifically showing that 2^{2^{k}} ≡ -1 (mod q) and applying Fermat's Little Theorem. The conclusion is reached by demonstrating that any divisor of 2^{k+1} must be of the form 2^{l}, and ruling out all possibilities except for l = k + 1, confirming the result definitively.

PREREQUISITES
  • Understanding of Fermat numbers, specifically F_{k} = 2^{2^{k}} + 1
  • Familiarity with modular arithmetic and congruences
  • Knowledge of Fermat's Little Theorem
  • Basic skills in mathematical proof techniques
NEXT STEPS
  • Study the properties of Fermat numbers and their factorization
  • Learn more about modular arithmetic and its applications in number theory
  • Explore advanced topics in number theory, such as primality testing and GCD algorithms
  • Investigate the implications of Fermat's Little Theorem in cryptography
USEFUL FOR

Mathematicians, number theorists, and students interested in advanced mathematical proofs, particularly those focusing on properties of prime numbers and modular arithmetic.

TaliskerBA
Messages
26
Reaction score
0
Let k\in\mathbb{N}, and q be a prime factor of F_{k}=2^{2^{k}}+1.

Deduce that gcd(q-1,2^{k+1})=2^{k+1}.


q|F_{k} \Rightarrow mq = 2^{2^{k}}+1 for some m\in\mathbb{N}

2^{2^{k}}=q-1+(m-1)q \Rightarrow 2^{2^{k}}=q-1 (mod q)

2^{k+1}|2^{2^{k}} since k+1\leq 2^{k}, \forall k\in \mathbb{N}

So 2^{2^{k}}=n2^{k+1} for some n\in \mathbb{N}.


I think I'm missing something, so any nudge in the right direction would be much appreciated.

Thanks
 
Physics news on Phys.org
Got there in the end. Here is the proof I used, I thought I'd post it as it was quite fun to prove in the end. I would also appreciate it if anyone can point out errors. Also, apologies for poor presentation I'm fairly new to Latex.

Since q | F_{k} = 2^{2^{k}} + 1 \Leftrightarrow 2^{2^{k}}\equiv -1 (mod q)

Noting that 2^{2^{k}} - 1 = (2^{2^{k-1}} +1)(2^{2^{k-1}} - 1) = F_{k-1}(2^{2^{k-1}} - 1) you can write F_{k} as:

F_{k} = 2^{2^{k}} + 1 + (2 - 2) = 2^{2^{k}} - 1 + 2 = F_{k-1}(2^{2^{k-1}} - 1) + 2 = F_{k-1}F_{k-2}(2^{2^{k-2}} - 1) + 2 = F_{k-1}F_{k-2}...F_{2}F_{1} + 2

So for any l =1,2, ..., k-1 we can write F_{k} as:

F_{k} = F_{k-1}F_{k-2}F_{k-3}...(2^{2^{l-1}} - 1) + 2.

Assume that for some l =1,2,...,k-1 we have 2^{2^{l}}\equiv 1 (mod q), then (2^{2^{l-1}} - 1) = 0 (mod q) and F_{k} - 2 = 0 (mod q ) = F_{k} since q | F_{k}. So 2|q \Rightarrow q=2, but F_{k} = 2^{2^{k}} + 1 is odd, so we have a contradiction. Thus 2^{2^{l}} \not \equiv 1 (mod q) \forall l = 1,...,k since also, already shown that 2^{2^{k}}\equiv -1 (mod q)

Now, since q is prime, using Fermat's Little Theorem 2^{q-1} = 1 (mod q) since q \not | 2.

Also,
F_{k+1} -2 = F_{k}F_{k-1}...F_{2}F_{1} = 0 (mod q) since q | F_{k}. So 2^{2^{k+1}} + 1 - 2 = 0 (mod q) \Rightarrow 2^{2^{k+1}} = 1 (mod q)

Noting that x^a \equiv 1 (mod m) and x^b \equiv 1 (mod m) \Rightarrow x^{gcd(a,b)} \equiv 1 (mod m), we get the result:

2^{gcd(q-1,2^{k+1})} \equiv 1 (mod q)

Now, since gcd(q-1,2^{k+1}) must be a divisor of 2^{k+1} it must be of the form 2^{l} for some l=0,...,k+1 , but it can't be any l = 1,...,k since otherwise 2^{2^{l}}\equiv 1 (mod q) contradicting our earlier result. Also, it can't be 2^{l=0} = 1 since otherwise 2^{gcd(q-1,2^{k+1})} = 2 \equiv 1 (mod q) \Rightarrow q = 1 which is a contradiction, because q is prime.

So, therefore, having exhausted all other possibilities, gcd(q-1,2^{k+1}) = 2^{k+1}, finishing the proof.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 10 ·
Replies
10
Views
4K