Understanding Prime Power Proofs

  • Context: Graduate 
  • Thread starter Thread starter mlsbbe
  • Start date Start date
  • Tags Tags
    Power Prime Proofs
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 9K views
mlsbbe
Messages
24
Reaction score
0
Hi, I am having trouble understanding this proof.


Statement

If pn is the nth prime number, then pn [tex]\leq[/tex] 22n-1


Proof:


Let us proceed by induction on n, the asserted inequality being clearly true when n=1. As the hypothesis of the induction, we assume n>1 and the result holds for all integers up to n.

Then

pn+1 [tex]\leq[/tex] p1p2...pn + 1

pn+1 [tex]\leq[/tex] 2.22...22n-1 + 1 = 21 + 2 + 22+ ...+ 2n-1

Recalling the indentity 1 + 2 +22+ ...+2n-1=2n-1

Hence

pn+1 [tex]\leq[/tex] 22n-1+1

But 1 [tex]\leq[/tex] 22n-1 for all n; whence

pn+1 [tex]\leq[/tex]22n-1+22n-1
=2.22n-1
=22n
completing the induction step, and the argument.



What I don't understand is why the proof uses p1, p2, etc as powers of two. What is the nature of the pn? Are they prime or what? Why use powers?
 
Physics news on Phys.org
In the proof , it is not that p1 , p2 , p3 have been replaced by powers of 2 . All that it is saying is that :

p1.p2.p3.p4...pn < 2 . (2^2) . (2^4) ... ( 2 ^ (2^n - 1 ) ).

This is because it is assuming the theorem to be true for p1 , p2 .. upto pn .