Mathematicians Team Up To Close the Prime Gap
Hugh Pickens DOT Com writes "On May 13, an obscure mathematician garnered worldwide attention and accolades from the mathematics community for settling a long-standing open question about prime numbers. Yitang Zhang showed that even though primes get increasingly rare as you go further out along the number line, you will never stop finding pairs of primes separated by at most 70 million. His finding was the first time anyone had managed to put a finite bound on the gaps between prime numbers, representing a major leap toward proving the centuries-old twin primes conjecture, which posits that there are infinitely many pairs of primes separated by only two (such as 11 and 13). Now Erica Klarreich reports at Quanta Magazine that other mathematicians quickly realized that it should be possible to push this separation bound quite a bit lower. By the end of May, mathematicians had uncovered simple tweaks to Zhang's argument that brought the bound below 60 million. Then Terence Tao, a winner of the Fields Medal, mathematics' highest honor, created a 'Polymath project,' an open, online collaboration to improve the bound that attracted dozens of participants. By July 27, the team had succeeded in reducing the proven bound on prime gaps from 70 million to 4,680. Now James Maynard has upped the ante by presenting an independent proof that pushes the gap down to 600. A new Polymath project is in the planning stages, to try to combine the collaboration's techniques with Maynard's approach to push this bound even lower. Zhang's work and, to a lesser degree, Maynard's fits the archetype of the solitary mathematical genius, working for years in the proverbial garret until he is ready to dazzle the world with a great discovery. The Polymath project couldn't be more different — fast and furious, massively collaborative, fueled by the instant gratification of setting a new world record. 'It's important to have people who are willing to work in isolation and buck the conventional wisdom,' says Tao. Polymath, by contrast, is 'entirely groupthink.' Not every math problem would lend itself to such collaboration, but this one did."
We cannot allow a prime gap!
sometimes its better to go it alone, then come back to the group with your results so that someone else may profit from them.
sometimes its better to be a part a group in order to establish your ideas and discuss, then go it alone when the group holds you back.
If they keep this shit up, pretty soon they will prove that every number is prime.
'It's important to have people who are willing to work in isolation and buck the conventional wisdom,' says Tao. Polymath, by contrast, is 'entirely groupthink.' Not every math problem would lend itself to such collaboration, but this one did."
History is rife with examples of the lone genius making a leap forward, thereby allowing the crowd to take it even further. See The Structure of Scientific Revolutions by Thomas Kuhn.
>> which posits that there are infinitely many pairs of primes separated by only two (such as 11 and 13)
Yawn. Call me when you find a set of primes separated by one.
Er...2 and 3. What do I win?
Three people are asked to prove that all of the odd numbers are prime - a physicist, a mathematician and a programmer.
The physicist goes first. "3 is a prime, 5 is a prime, 7 is a prime, 9 is a ... oops, experimental error, 11 is a prime ...".
Next the mathematician takes a crack at it: "3 is a prime, 5 is a prime, 7 is a prime, and the rest by induction".
Finally it's the programmer's turn. "3 is a prime, 5 is a prime, 7 is a prime, 9 is a prime, 11 is a prime ...".
Factoring prime numbers is dead easy. Here's an implementation in Python:
It's the factoring of composite numbers that is difficult.
Actually, even factorizing composite numbers isn't really difficult. It's just difficult to do it in a way that finishes before you stop caring about the result. ;-)
At first I thought it was Yitang Zhang who settled "a long-standing open question". But the first sentence is actually talking about the eight - James Maynard.
It was Yitang Zhang who settled the original long-standing open question - that being, is there any number such that you will always find pairs of primes separated by that number or less. The ultimate goal is to solve the twin prime conjecture - bringing the number in question down to 2.
Your own wording is a little confusing - I'm not sure who the "eight" are, or whether "eight - James Maynard" refers to seven mathematicians, in which you couldn't describe them all as "an obscure mathematician" ;)
His finding was the first time anyone had managed to put a finite bound on the gaps between prime numbers
This (from the summary) is a bit of an ambiguous way to put it - it's not a bound on gaps per se, because there could still be consecutive primes separated by 70 million (such as 70,000,000! and it's neighbour), but there will always be another pair further along separated by less.
systemd is Roko's Basilisk.
They are not so sexy, after all...
So much error. So much missing.
{p,1} are the prime factors.
There are two types of people in the world: Those who crave closure
You will find 2 prime numbers within 600 of another prime pair.
That is, basically, the theory, yes. But if we can get that number down to "2" it proves a centuries-old conjecture that could lead to all sorts of interesting proofs of other things becoming true also.
In terms of computers:
You do realise that we use the difficulty of, in particular, finding large prime numbers as the basis for most modern security protocols implemented on computers? Precisely BECAUSE it's so hard to do?
We're not talking about 2, 3, 5, 7, etc. but we're talking about primes with MILLIONS of digits. Primes so large that even to prove they are prime can take a long time. Primes so enormous that multiplying two of them together makes a number that's almost impossible to factorise back to the correct original primes, so much so that we use it as the basis for things like SSL, TLS, etc.?
And, no, computers can't do mathematical proof. They can help as tools but they are dumb. You do not prove that every number to infinity has a prime within, say, 600 numbers by printing out every number. By definition you'll be there until infinity on even the fastest possible machine in the universe. You could prove that primes up to a number X that would hold true, but X would never be sufficient to prove it was always true. Just the fact that primes only have to be N numbers apart before you hit the next one could lead to mathematics that might well accelerate the discovery and manipulation of primes themselves.
But if you come up with a clever mathematical proof that GUARANTEES the answer, no matter what X is or how many billions of digits it has, without having to worry about ever finding a *particular* prime, then you have something that a mathematician can take as "fact" and incorporate into larger proofs about the universe. Imagine if we just assumed that every prime was like this, and applied it to a large scale engineering project, and then found out that actually - once you get past a few billion atoms - the premise doesn't hold? It'd be catastrophic.
The last "proof by computer" (i.e. by brute-force rather than as a tool) was the four-colour theorem. And even that was just because the problem could be reduced (by a mathematician, and using other proven theories, and logical inference) to a few thousand cases that the computer could iterate. It was used as a time-saver back in the days of manual calculation, not mathematical proof.
Was it just me or did anyone else have a hard time following that summary? At first I thought it was Yitang Zhang who settled "a long-standing open question". But the first sentence is actually talking about the eight - James Maynard.
No. Before May 2013 there was no proof on an infinite pair of primes being a finite bound apart.
- May 2013: Zhang, bound 70 million
- End of May 2013: Others, bound <60 million
- July 2013: Terence Tao & Polymath project: bound 4680
- Now: James Maynard, bound 600
- Twin conjencture: still unproven, bound 2
So the "big" discovery was Zhang, for managing to put a bound on it in the first place. The rest are improvements on that proof, but not very fundamental ones. Proving the twin conjencture would be huge, but nobody's done that yet. The Polymath project and probably many others are working on it. The conjencture is almost certainly true, but notoriously hard to prove. Probably the easiest "feel" to get for it is the Sieve of Eratosthenes, make a long list of odd numbers then strike out the multiples of primes. Once you strike out the 3s it'll be obvious you don't get triplets since 3, 9, 15, 21, 27 and so on are all multiples of 3 so the "candidates" are (5,7) (11,13), (17,19), (23,25) and so on. As you add more primes like 25 = 5*5 it'll get fewer and fewer pairs but they keep occuring rather randomly. It feels like that with infinite primes they'll randomly end up being next to each other an infinite number of times, but proving it is another matter. For example if you take the Fibonacci sequence (1,1,2,3,5,8,13,21...) it's obvious it's an infinite series but the distance between numbers also grows to infinity. Not so with primes, by these proofs.
Live today, because you never know what tomorrow brings
So in summary, if a pair of primes is defined by one following the other, it was theorized that we would find an infinite number of such pairs separated by 2. Various people have proven that gap to be from 70m, 60m, 4680, and now 600. Thank you James Maynard.
Here's what it real means: There were conjectures, one of them famous, which stated:
...
There are infinitely many pairs (p, p+2) of consecutive primes.
There are infinitely many pairs (p, p+4) of consecutive primes.
There are infinitely many pairs (p, p+6) of consecutive primes.
There are infinitely many pairs (p, p+600) of consecutive primes.
It is now proven that at least one of these conjectures is true.
There's none. the number of primes smaller than n is équivalent to n/ln(n) when n goes to infinity (thanks to Hadamard and Vallee Poussin theorem). If there was a upper bound for two successive primes, it wouldn't be the case.
According to modern mathematics definition, 1 isn't a prime number because it is invertible. If you allowed invertibles among prime numbers then uniqueness of the factorization in primes wouldn't hold anymore as your example shows. We could have {p} {p, 1} {p 1 1}.
Does anyone happen to know what the greatest known lower bound is? (i.e. the largest known difference of two successive primes?)
There is none.
Proof: Select an arbitrarily large number N. The numbers between (N! + 2) and (N! + N) are all composite ((N! +2) is divisible by 2, (N! + 3) is divisible by 3, ..., and (N! + N) is divisible by N). Since you can find an arbitrarily large span of composite numbers, there is no upper bound on the gaps between primes.
QED.
No we don't.
Primality testing is easy - the problem is in P. Approximate methods for finding primes are very efficient. Exact checking is rarely used.
Modern security protocols rely on the problem of factoring a number into primes being difficult. Or on inverting exponentiation within a prime field.
Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
It looks like you don't understand what GP was asking (at best) or you don't understand the summary/primes.
I think the GP was asking if there are always less than 600 between primes. The answer to his question is "no". The higher you go the larger gaps can be between primes. There can be untold millions/billions/trillions etc. between two distinct primes. This proof shows not that there are never more than 600 between primes, but that there are an infinite number of pairs of primes that are separated by less than 600. The difference is small but important. There may be two primes separated by a vast number, yet the higher you go there will always be a pair of primes coming up that are separated by less than 600.
For example:
The numbers
2^57,885,161 - 1
and
2^43,112,609 - 1
are primes. They have 17,425,170 and 12,978,189 digits in them. They are the largest two primes we know of. They are separated by a bunch of numbers in between them, almost 5,000,000 DIGITS (note digits not numbers) and all the numbers between them are composites. HOWEVER, the next largest prime may simply be (2^57,885,161 1) + 600 because there will always be a chance that there is a prime coming up less than 600 away from the current highest prime.
This is getting closer and closer to proving the long held belief/hope that there are an infinite number of primes separated by only 2. NOT that EVERY prime is separated by 2 from every other prime. That would be obviously false. Simply that there are an infinite number of primes salted throughout all those impossibly high ones that are only 2 apart.
No, the maximum distance grows without bounds. What this proves is that you can always find two more primes that are less than 600 apart, so the minimum distance does not grow without bounds. It has absolutely nothing to do with the distance between one pair of primes and another pair.
Live today, because you never know what tomorrow brings
And, no, computers can't do mathematical proof. They can help as tools but they are dumb. You do not prove that every number to infinity has a prime within, say, 600 numbers by printing out every number. By definition you'll be there until infinity on even the fastest possible machine in the universe. You could prove that primes up to a number X that would hold true, but X would never be sufficient to prove it was always true. Just the fact that primes only have to be N numbers apart before you hit the next one could lead to mathematics that might well accelerate the discovery and manipulation of primes themselves.
But if you come up with a clever mathematical proof that GUARANTEES the answer, no matter what X is or how many billions of digits it has, without having to worry about ever finding a *particular* prime, then you have something that a mathematician can take as "fact" and incorporate into larger proofs about the universe. Imagine if we just assumed that every prime was like this, and applied it to a large scale engineering project, and then found out that actually - once you get past a few billion atoms - the premise doesn't hold? It'd be catastrophic.
What you say has nothing to do with computers. Why would anyone program a computer to work case-by-case like that? It's just as futile as going case-by-case by hand. Likewise, if one is inclined to generate higher-level, logical proofs by hand, then why not program a computer to generate higher-level, logical proofs? Oh wait, that's been done for decades (eg. AUTOMATH, or the entire field of Automated Theorem Proving).
The last "proof by computer" (i.e. by brute-force rather than as a tool) was the four-colour theorem. And even that was just because the problem could be reduced (by a mathematician, and using other proven theories, and logical inference) to a few thousand cases that the computer could iterate. It was used as a time-saver back in the days of manual calculation, not mathematical proof.
Erm, what lets you define "proof by computer" as "by brute-force"? Are you claiming that all computer programs are brute-force? That's clearly nonsense. Are you claiming that a computer running an efficient algorithm is just a 'tool' and that the Mathematical ability actually exists in the algorithm's programmer? If so, you must also claim that Deep Blue's programmers are much better chess players than Deep Blue. In that case, why weren't they the world champions?
Also, the brute-force 'proof' of the Four Color Theorem, from 1976, was unsatisfactory to many people. It only proved the Four Color Theorem under the assumption that the program is correct, but nobody could verify such an assumption. In 2005 a new proof-by-program was constructed, but this time the program was written and verified in Coq. Only a tiny bit of code needs to be verfied in order to trust this proof (Coq's implementation of the Calculus of Inductive Constructions), and since this code is shared by all Coq users it's already had many eyes on it since appearing in the mid 1980s.
I call BS. That gap is only N-2.
so little of what news is dragged before me these days does much to make me hopeful of humanity's prospects on this planet. This story is the rare exception. We could be a great species. We could solve what looked for centuries to be impossible problems. We could...
/. This story was not in any of my regular channels today.
Thanks
SLASHDOT: news for people who can't concentrate on work or have no life at all and got tired of yelling back at the TV.
No, that's not the theory at all. The theory does not say there is always a prime within 600 of another (that's simply not true).
The theory says for any number X, there is a pair of primes larger than X within 600 of each other. That pair may be 2 larger than X, 12 larger than X, or 21,515,359 larger than X.
Everything else you said is pretty much spot on though.
This is not a proof by induction it is a proof by contradiction, no induction step is needed.
It assumes there is a number N such that their must be at 2 primes between M and M + N, for any M, then the proof goes on to show how to pick a M for which this is not the case.
unless you are referring to the proof that the numbers between N! and N! + N are divisible not primes (clearly they are since you can write it as a*k+k = a*(N + 1) where a*k=N! for all values of k between 1 and N ). But you don't need induction to prove that either.
And now I can't want to see how someone out pedantics-me in continuing this petty-up-man-ship thread.
Done before you posted - see upthread. Just as there's an Obfuscated C contest, Slashdot should have an "Ultimate Pedantry" contest.
all the numbers between them are composites.
Ahem. Those are the two largest known primes (because primes of that form are particularly easy to search for using existing techniques), but there's nothing to say that there are not unknown primes between them. In fact, there almost certainly are many; the density of primes in that region should be on the order of 1 in every 100 million integers, so there are probably at least about 10^17425161 other primes in that span.
Does anyone happen to know what the greatest known lower bound is? (i.e. the largest known difference of two successive primes?)
There is none.
Proof: Select an arbitrarily large number N. The numbers between (N! + 2) and (N! + N) are all composite ((N! +2) is divisible by 2, (N! + 3) is divisible by 3, ..., and (N! + N) is divisible by N). Since you can find an arbitrarily large span of composite numbers, there is no upper bound on the gaps between primes.
QED.
Wrong set. You're dealing with ALL primes. The question is about the set of KNOWN primes (you know, the ones listed in the NSA's Big Book of Primes). Between the known primes, there is a greatest known lower bound.
When our name is on the back of your car, we're behind you all the way!
The linked abstracts are pretty vague. Are there any mathematicians here who can explain how (seemingly arbitrary) large numbers like 600 or 70 million come out of these proofs? People are saying they're all tweaks of the same basic method, so what is that basic method, exactly?
Visit the
That was done before you posted; see up-thread. Just as there's an International Obfuscated C Code Contest, Slashdot should have an "Ultimate Pedantry" contest.
FTFY.
If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").