Show that for each a < b a, b ∈ N we have the following

coolusername
Messages
36
Reaction score
0
Missing template due to originally being posted in different forum.
1) 3^(2^a) + 1 divides 3^(2^b) -1

2) If d > 2, d ∈ N, then d does not divide both 3^(2^a) + 1 and 3^(2^b) -1

Attempt:

Set b = s+a for s ∈ N

m = 3^(2^a). Then 3^(2^b) - 1 = 3^[(2^a)(2^s)]-1 = m^(2^s) -1

Thus, m+1 and m-1 divides m^(2^s) -1 by induction.

If s = 1, then m^(2^s) -1 = m^2 - 1 = (m+1)(m-1)

For s>= 1, m^(2^s) = (m^(2^(s-1))+1)(m^(2^(s-1))-1). The induction hypothesis approves.

I'm confused on how to prove with the second condition.
 
Physics news on Phys.org
Are you sure the second problem statement is correct?
3^(2^1)+1 = 10, 3^(2^2)-1 = 80.
d=5 divides both 10 and 80.
 
Yes. This is why it was confusing to me.

I tried,

d = m+1>2 which shows that it can divide both m+1 and m^(2^(s-1)) -1.
 
There is something missing in the problem statement then.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top