How can we use Euclid's proof to find infinitely many primes?

  • Context: Undergrad 
  • Thread starter Thread starter Pupil
  • Start date Start date
  • Tags Tags
    Formula Primes
Click For Summary

Discussion Overview

The discussion revolves around Euclid's proof of the infinitude of primes and whether it provides a reliable method for generating new primes. Participants explore the implications of the proof, particularly the process of multiplying known primes and adding one, and whether this consistently yields new primes.

Discussion Character

  • Exploratory
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants describe Euclid's proof, noting that it shows the contradiction arising from assuming a finite number of primes by constructing a number that is not divisible by any known primes.
  • Others argue that the method of multiplying known primes and adding one does not guarantee a new prime, as it may yield a composite number divisible by a prime not included in the original list.
  • A participant highlights the issue of missing primes when starting with a finite list, suggesting that this leads to the potential for generating numbers that are not prime.
  • Some participants express that while the method can produce a number larger than the largest known prime, it does not ensure that this number is prime.
  • One participant references external sources to clarify the reasoning behind why the new number generated cannot be divisible by any of the known primes.
  • Another participant provides a specific example illustrating that the generated number can be divisible by a prime not included in the initial multiplication.

Areas of Agreement / Disagreement

Participants do not reach a consensus. There are competing views on the effectiveness of Euclid's proof as a method for generating new primes, with some asserting its validity and others challenging its practical application.

Contextual Notes

The discussion reveals limitations in the method proposed by Euclid's proof, particularly regarding the necessity of knowing all primes to ensure the generated number is prime. There is also an acknowledgment of the complexity involved in identifying primes beyond a certain range.

Pupil
Messages
165
Reaction score
0
In What is Mathematics, the author gives Euclid's proof that there are infinitely many primes by assuming there aren't infinitely many, and taking all the primes, multiplying them together (P1*P2...*Pn), and then adding 1 - showing that this is larger than the largest prime, but not divisible by any of the primes (because of the remainder of 1) thus contradicting the assumption. Does this sexy reductio proof give us a method of find infinitely many primes? If we take all our known primes, multiply them together, and add one, do we always get a new prime and are thus able to find an infinitude of primes with a big enough calculator?
 
Mathematics news on Phys.org
Pupil said:
In What is Mathematics, the author gives Euclid's proof that there are infinitely many primes by assuming there aren't infinitely many, and taking all the primes, multiplying them together (P1*P2...*Pn), and then adding 1 - showing that this is larger than the largest prime,

False. If their are infinite many primes greater then zero and the primers are integers then there is no largest prime. That is their are no infinite subsets of the naturals with an upper bound.
 
John Creighto said:
False. If their are infinite many primes greater then zero and the primers are integers then there is no largest prime. That is their are no infinite subsets of the naturals with an upper bound.

Uhh... John, the proof's perfectly fine. I think you misread it

Pupil, the problem is you need to know ALL the primes. For example, we start off with 2 as a prime.

2+1=3. Great!

2*3+1 = 7 Great! (wait... we missed 5...)

2*3*7+1 = 43 Great! (wait... now we're missing a bunch of primes)

2*3*7*43+1 = 1807 = 13*139

You can see the problem here is that we missed some primes (most primes), and when we do the next step the result could be divisible by a prime we didn't include. Of course, we can try to extend this a bit, but if you start with any finite list of primes, after your first step it should intuitively be obvious you're going to start missing a lot of primes, and those could divide the new numbers you're generating
 
Office_Shredder said:
Uhh... John, the proof's perfectly fine. I think you misread it

Pupil, the problem is you need to know ALL the primes. For example, we start off with 2 as a prime.

2+1=3. Great!

2*3+1 = 7 Great! (wait... we missed 5...)

2*3*7+1 = 43 Great! (wait... now we're missing a bunch of primes)

2*3*7*43+1 = 1807 = 13*139

You can see the problem here is that we missed some primes (most primes), and when we do the next step the result could be divisible by a prime we didn't include. Of course, we can try to extend this a bit, but if you start with any finite list of primes, after your first step it should intuitively be obvious you're going to start missing a lot of primes, and those could divide the new numbers you're generating

Ah, I see. So basically, if we should know all the primes on a given interval from 0 to n we could at best find one prime larger than n with certainty by this method. Fascinating. Damn these primes for being so elusive!
 
Office_Shredder said:
Uhh... John, the proof's perfectly fine. I think you misread it

Pupil, the problem is you need to know ALL the primes. For example, we start off with 2 as a prime.

2+1=3. Great!

2*3+1 = 7 Great! (wait... we missed 5...)

2*3*7+1 = 43 Great! (wait... now we're missing a bunch of primes)

2*3*7*43+1 = 1807 = 13*139

You can see the problem here is that we missed some primes (most primes), and when we do the next step the result could be divisible by a prime we didn't include. Of course, we can try to extend this a bit, but if you start with any finite list of primes, after your first step it should intuitively be obvious you're going to start missing a lot of primes, and those could divide the new numbers you're generating

Oh, okay. Thanks.
 
Pupil said:
In What is Mathematics, the author gives Euclid's proof that there are infinitely many primes by assuming there aren't infinitely many, and taking all the primes, multiplying them together (P1*P2...*Pn), and then adding 1 - showing that this is larger than the largest prime, but not divisible by any of the primes (because of the remainder of 1) thus contradicting the assumption. Does this sexy reductio proof give us a method of find infinitely many primes? If we take all our known primes, multiply them together, and add one, do we always get a new prime and are thus able to find an infinitude of primes with a big enough calculator?

No. Euclid's proof does not say or require that "P1*P2*...*Pn+ 1" must be prime. It says that, since it is not divisible by any of the primes P1, P2, ..., Pn, either it is prime or it is divisible by some prime larger than P1, P2, ..., Pn.
 
I decided to Google it.
Suppose that p1=2 < p2 = 3 < ... < pr are all of the primes. Let P = p1p2...pr+1 and let p be a prime dividing P; then p can not be any of p1, p2, ..., pr, otherwise p would divide the difference P-p1p2...pr=1, which is impossible. So this prime p is still another prime, and p1, p2, ..., pr would not be all of the primes.
http://primes.utm.edu/notes/proofs/infinite/euclids.html

Why can't p divide:

P-p1p2...pr=1
 
John Creighto said:
I decided to Google it.

http://primes.utm.edu/notes/proofs/infinite/euclids.html

Why can't p divide:

P-p1p2...pr=1

If p divides 1, then p<1.


Ah, I see. So basically, if we should know all the primes on a given interval from 0 to n we could at best find one prime larger than n with certainty by this method. Fascinating. Damn these primes for being so elusive!

Maybe not even one step... for example, 2*3*5*7*11*13*17+1 is divisible by 19.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K