Slashdot Mirror


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."

20 of 194 comments (clear)

  1. Mr President by Anonymous Coward · · Score: 5, Funny

    We cannot allow a prime gap!

  2. regarding collaborative efforts by Anonymous Coward · · Score: 5, Insightful

    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.

    1. Re:regarding collaborative efforts by Russ1642 · · Score: 5, Funny

      Wow. That's like so deep man.

  3. Nice work by Anonymous Coward · · Score: 5, Funny

    If they keep this shit up, pretty soon they will prove that every number is prime.

    1. Re:Nice work by ebh · · Score: 5, Funny

      3 is prime, 5 is prime, 7 is prime, 9 is bad data, 11 is prime, 13 is prime...

    2. Re:Nice work by almitydave · · Score: 5, Funny

      Seems like a good place for my favorite joke:

      An Astronomer, a Physicist, and an Mathematician have traveled to England for the first time to attend a conference and are riding a train through the countryside. Before long they pass a field with a single black sheep in it. The Astronomer says, "well look at that, in England, the sheep are black." The Physicist rebukes him, saying, "how can you make such a broad statement? All we know is that in THIS field, the sheep are black." The Mathematician shakes his head in scorn at both of them and says, "gentlemen, you are both making overly general assumptions. All we can says for certain is that in England there exists at least one field, containing at least one sheep, at least one side of which is black."

      --
      my, your, his/her/its, our, your, their
      I'm, you're, he's/she's/it's, we're, you're, they're
  4. primes separated by one by xxxJonBoyxxx · · Score: 5, Informative

    Er...2 and 3. What do I win?

    1. Re:primes separated by one by MiniMike · · Score: 5, Funny

      What do I win?

      The tattered remnants of Anne_Nonymous's (probably not her real name) Geek Card, in a frame.

  5. Problem solving abilities by ebno-10db · · Score: 5, Funny

    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 ...".

    1. Re:Problem solving abilities by VortexCortex · · Score: 5, Funny

      // [VC 2013.11.20] Fix primary oddity error in prime oddity test.
      #define 9 015

    2. Re:Problem solving abilities by ebno-10db · · Score: 5, Funny

      An interesting paradox. You're not a real programmer if you realized that define was necessary, but you are a real programmer if you obfuscated it using that archaic octal notation.

  6. Re:Factoring Primes by Anonymous Coward · · Score: 5, Informative

    Factoring prime numbers is dead easy. Here's an implementation in Python:

    # factorize prime
    # precondition: the argument is a prime
    # if the precondition is not met, the result is wrong.
    # result: The factorization of the argument.
    def factorPrime(p):
        return [ p ];

    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. ;-)

  7. Re:Need a summary of the summary by ledow · · Score: 5, Informative

    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.

  8. Re:Summary by Kjella · · Score: 5, Insightful

    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
  9. Re:What is the greatest lower bound? by ShanghaiBill · · Score: 5, Informative

    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.

  10. Re:See Kuhn by sfkaplan · · Score: 5, Informative

    Wait, what? If that's what you think Kuhn wrote, then you may need to go re-read the book.

    His central claim was not that lone geniuses make leaps, but that leaps can rarely be attributed so clearly to a single individual, moment, or event. The Big Idea of that book is that the process of scientific advance is much messier, and much more contextually dependent, then we are lead to believe in popular accounts. Often the so-called "genius moments" are a critical step, but not easily or correctly identified as such until after the fact, making it hard to know *which* insight was really the critical one.

    There's lots of dispute about Kuhn, but let's not make matters worse by incorrectly describing what he wrote.

  11. Re:Need a summary of the summary by x_IamSpartacus_x · · Score: 5, Informative

    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.

  12. Re:Need a summary of the summary by Warbothong · · Score: 5, Informative

    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.

  13. thanks, I needed that by museumpeace · · Score: 5, Interesting

    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...

    Thanks /. This story was not in any of my regular channels today.

    --
    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.
  14. Re:What is the greatest lower bound? by camperdave · · Score: 5, Funny

    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!