Fermat Numbers - Factor Form Proof

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.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top