Goldbach Conjecture: Closer To Solved?
mikejuk writes "The Goldbach conjecture is not the sort of thing that relates to practical applications, but they used to say the same thing about electricity. The Goldbach conjecture is reasonably well known: every integer can be expressed as the sum of two primes. Very easy to state, but it seems very difficult to prove. Terence Tao, a Fields medalist, has published a paper that proves that every odd number greater than 1 is the sum of at most five primes. This may not sound like much of an advance, but notice that there is no stipulation for the integer to be greater than some bound. This is a complete proof of a slightly lesser conjecture, and might point the way to getting the number of primes needed down from at most five to at most 2. Notice that no computers were involved in the proof — this is classical mathematical proof involving logical deductions rather than exhaustive search."
I hereby prove that every even number is a sum of no more than six primes, one of those is 1.
Terry Tao always amazes me with the scope of his knowledge. Contributions in mathematical areas as diverse as random matrix theory, harmonic analysis, and number theory. I look forward to what comes next!
"...every integer can be expressed as the sum of two primes."
It should be every even integer. Note TFA has sums for 52, 54, 56, 58 and 60.
-- Insert witty one-liner here. --
7 + 2 = 9
Notice that no computers where involved in the proof — this is classical mathematical proof involving logical deductions rather than exhaustive search.
Exhaustive search for a result that holds for every integer? Good luck with that one.
every odd number greater than 1 is the sum of at most five primes
Notice that no computers where involved in the proof — this is classical mathematical proof involving logical deductions rather than exhaustive search."
That would have been a pretty long "exhaustive search".
Work on this problem has been ongoing for about a hundred years now. First, Schnirelmann proved that there was some k such that every even integer could be expressed as a sum of at most k primes. The value for k had then been reduced over time. Vinogradov's proved that the Odd Golbach Conjecture (that every odd integer greater than 7 is the sum of three primes) was true for sufficiently large n. How large sufficiently large is has been slowly reduced. Later in the 1970s, Chen proved that every sufficiently large even integer is the sum of a number that is prime and another number that is either prime or a product of two primes. At this point, Chen's result is the strongest result known.
In general, there are two general methods of attack on this problem, one which uses Schinerlmann's method and variants thereof, and the other which uses sieve theoretic approaches with the Hardy-Littlewood circle method http://en.wikipedia.org/wiki/Hardy-Littlewood_circle_method (Chen used a version of this for his result and Tao's work uses a similar approach). Unfortunately, there's not much work on actually connecting the two methods. There's an excellent piece of Tao at his blog where he discusses his work on the problem and is understandable without much background. http://terrytao.wordpress.com/2012/02/01/every-odd-integer-larger-than-1-is-the-sum-of-at-most-five-primes/. Note that TFA is a little out of date since he announced this result with a preprint a few months ago, and it is only that now the result is being published.
It does not seem that this result really does put us much closer to proving the full Golbach Conjecture. At most this could be used to prove some version of the odd Goldbach Conjecture. The methods used would have a large amount of trouble dropping from 5 to 3. There's some bit of leeway, and if anyone is going to do it, it is going to to be Tao, but right now, I'm not optimistic.
Wow, what has slashdot come to when posts are getting modded up for posting basic arithmetic :)
Goldbach's conjecture: "Every even integer greater than 2 can be expressed as the sum of two primes." (source)
If you're talking about integers (which this conjecture refers to), then that's easy:
2 = 5 + -3
0 is trivial:
0 = p + -p for all prime numbers p
1 is also fairly easy:
1 = 3 + -2
And just to complete this, here's 3:
3 = 5 + -2
[multiplication by a unit, in this case -1, does not change the "primeness" of a number]
Ask me about repetitive DNA
29-2
Contribute to civilization: ari.aynrand.org/donate
Sorry, but I can't accept this being progress toward a proof.
Consider Fermat's Last Theorem. Proving it for any particular exponent is doable. Mathematicians had proved it for various sets of exponents (Sophie Germain, Wieferich, etc.). But the proof for all exponents was based on completely different mathematics (Elliptic curves/modular forms, Taniyama-Shimura, Wiles) and didn't look like anything that had come before.
...laura
Integers do still include negatives. Actually, the "prime numbers" used in abstract algebra also include negatives, so for instance -5 is prime. This genuinely useful convention results in the following statement of the fundamental theorem of algebra: "Every non-zero integer can be factored as the product of prime numbers. The factorization is unique up to order and signs." (Example: -12 = 2*(-2)*3 = (-2)*(-3)*(-2).) This directly generalizes to a corresponding statement in so-called unique factorization domains, of which the integers are a particular case. Still, fiddling with negatives might confuse students, and people don't often factor negative numbers anyway, so the definition is often restricted to positive numbers, even though it's artificial.
7 + 2 = 9
Damn, that's the most intelligent post I've seen on Slashdot all day, and I mis-clicked and chose 'redundant' when moderating...
7 + 2 + 2
Ah, Mexican Math, we meet again. That's not two primes. That's three primes, two of which are 2.
http://mathworld.wolfram.com/GoldbachConjecture.html
Goldbach's original conjecture (sometimes called the "ternary" Goldbach conjecture), written in a June 7, 1742 letter to Euler, states "at least it seems that every number that is greater than 2 is the sum of three primes" (Goldbach 1742; Dickson 2005, p. 421). Note that here Goldbach considered the number 1 to be a prime, a convention that is no longer followed. As re-expressed by Euler, an equivalent form of this conjecture (called the "strong" or "binary" Goldbach conjecture) asserts that all positive even integers >=4 can be expressed as the sum of two primes.
Looked the conjecture up on Wikipedia. It's actually a little more specific still - every even number is a Goldbach Number, where a Goldbach number is a number that can be written as the sum of two odd primes.
That means that every odd number can always be written as the sum of three primes or less. Numbers like 9 are the sum of two primes but are NOT Goldbach numbers since one of the primes is 2 and the requirement is that both primes be odd.
Errors in this post are due to Wikipedia, blame them if there are any.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
It's not giving credit because it says: 'mikejuk writes "...",' where ... is a collection of sentences grabbed from various places in the article, and none of those sentences were written by mikejuk.
Similarly --
bcrowell writes:
Find free books.
Dammit, Slashdot you have some of the best commenters here but you're wasting our time making us get about 30 comments in before someone posts the correction to the flawed summaries.
From what I can see in a quick glance, the summary is at least partially wrong. The "regular" Goldbach conjecture seems to apply to every *even* integer greater than 2. So your odd number question disappears into another heading, which is apparently called variously the odd-number or three-primes version of the Goldbach.
http://primes.utm.edu/glossary/page.php?sort=goldbachconjecture
http://primes.utm.edu/glossary/xpage/OddGoldbachConjecture.html
(Rant)
So for a community that is expert on Forks, why can't we just Fork Slashdot? *We* are the "value". The only value they offer is the "summaries" and *every single one is wrong*. We lost our leader anyway, and we've all seen what the successors are up to, and Slashcode is sorta/mostly open source right? (Dunno if they bolted on something.)
So why can't we Fork Slashdot? Are we so exhausted and burnt out from the days when fighting IE6 and Vista mattered, that we just don't care anymore? Oh and by the way, every new user would start at the *bottom* of the thread so those new breeds of shills with names like SunriseVista and BoldBraveBalmer don't hijack the top real estate of the conversation. P.S. Sorry, AC's, the top 10 memes of 2003 Slashdot have to go to now. Basically no other forum on the entire net has the First Post thing, and while I get the low level "test against censorship thing", we need a *user option* to flip the entire first post thread and any matching titles to the *bottom* of the post set. Then the *second thread in* which tries to deal with the article can do some work.
(/Rant)
My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
Not so, 8561290356012956901265912656135612056135460123560912356102650931951 and 653 are prime. They sum to your number.
a,e,i,o,u and sometimes w and y (at be if of up cwm by)
a summary that was quite excited to point out that computation isn't the same as proof
It doesn't say that. It says, "Notice that no computers were involved in the proof -- this is classical mathematical proof involving logical deductions rather than exhaustive search."
If you're going to bitch, at least complain about the incorrect statement of the theorem.
The continuous plane is infinite too, yet the seminal math proof using computers was the four-color map theorem, which sparked a controversy that continues to this day:
"Appel and Haken's approach started by showing that there is a particular set of 1,936 maps, each of which cannot be part of a smallest-sized counterexample to the four color theorem. Appel and Haken used a special-purpose computer program to confirm that each of these maps had this property."
How about, say, 2 + 5?
Mind you, you'll run into a problem when you get to 11. As stated elsewhere in the comments, though, the Conjecture actually says "Every even integer greater than 2 can be expressed as the sum of two primes.", so I agree the summary isn't accurate. =)
I'm going to eat 5 donuts a day while masturbating to pictures of Angela Merkel. It's not the sort of thing that relates to practical applications, but they used to say the same thing about electricity.