|
|
|
|
|
by phaemon
4278 days ago
|
|
I'd be interested in hearing why you're not fully convinced. There seem to be 2 parts to the proof. If you have a list of primes: You can generate another number from that list
You can always get a prime from that number to add to the list
I'm guessing it's the second part that isn't clicking with you, but perhaps I'm wrong.As for 'stupidity', I wouldn't worry about it. The only people I've ever had call me a moron or question my intelligence in any way have always been people who were less intelligent than I am. And that's not because I'm a genius ;-) |
|
But I'm seeing more: start with some primes. They needn't be consective or ordered, just some primes. Any old primes will do. eg 2 and 5 are OK (skipping 3).
Now multiply them all to get p. Obviously, p is divisible by all the primes we started with, because we just created it by multiplying them. eg 2 * 5 = 10
Note that p will generally be quite a bit bigger than the primes. Typically, you'll have the primes bunched up near the left of the number line, perhaps with some primes skipped between them, then a big gap to p, and continuing to infinity on the right.
Now we add one to p. This is just to the right of p on the number line. This p+1 is either prime or it isn't.
1. If it's prime, then there is a prime other than the ones we started with. eg 10 + 1 = 11
2. If it's not prime, it has divisors. This proof claims it must include divisors that are prime but are not among those we started with. <-- THIS IS THE BIT I DON'T GET
You can keep doing this, including that new prime (ie either p+1 itself or a prime divisor of it), showing there are infinitely many primes.
So, yes, it's the second part.