Another algebra problem about prime and induction

kntsy
Messages
80
Reaction score
0

Homework Statement



prove by induction that the n^{\text th} prime is less than 2^{2^{\text n}}

Homework Equations


hint:assume it is correct for all n \leq k, and then compare p_{k+1} with p_{1}p_{2}...p_{k}+1

The Attempt at a Solution


is p_{k+1} smaller/greater than p_{1}p_{2}...p_{k}+1 so that i can extend the use of inequality?
I attempt to use euclidean algorithm but do not know where to use.
Thank you.
 
Physics news on Phys.org
If p_{k+1} is larger than the suggested number, you should be able to prove that it has no prime divisors which is a contradiction
 
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