How the Web Rallied To Review the P != NP Claim
An anonymous reader writes "Remember, about a month ago, when a researcher claimed he had a proof that P != NP? Well, the proof hasn't held up. But blogs and news sites helped spur a massive, open, collaborative effort on the Internet to understand the paper and to see if its ideas could be extended. This article explains what happened, how the proof was supposed to work, and why it failed."
And that means P = NP!
Right guys?
Right?
This quote pretty much sums it up: “Even at a conference you don’t get this kind of interaction happening,” says Suresh Venkatasubramanian of the University of Utah. “It was like the Nerd Superbowl.”
No matter the flaws with his paper, this guy has certainly managed to inspire a whole lot of people to delve into a subject and collaborate on it.
Those who think deep thoughts are precious. Those who manage to inspire thousands of others to do so...
People replying to my sig annoy me. That's why I change it all the time.
Many of the fundamental proofs in this area aren't so difficult to understand. Certainly in computing theory classes, proofs were generally a page or two and didn't involve (much) advanced math.
Maybe it's just me, but it "feels" like there should be a simpler way to go about showing that P != NP.
There's no -1 for "I don't get it."
I guess I will never profit from my proof I posted a while ago since his didn't hold up:
Step #1: Wait for him to prove and confirm P!=NP
Step #2: Solve for N:
So P!=NP,
therefore P!/P=N,
thus the Ps cancel and we are left with N=!.
Step #3: ???
Step #4: Profit!
Tired of my customary (Score:1)
He thought he'd get famous and rich overnight...but now he is the laughing stock of CS!!
there should be a simpler way to go about showing that P != NP
that simpler way would only exist if P = NP
People replying to my sig annoy me. That's why I change it all the time.
Time to change again.
It is unwise to ascribe motive
P = NP when N=1 or P=0
Geez! It can't be more obvious than that.
Considering that Wiles's proof for Fermat's Last Theorem, which is a number theory problem that can be trivially stated, was ridiculously complex and used some crazy maths that weren't even discovered in Fermat's time, I don't think you can really estimate the size of a proof by the complexity of the problem stated.
... that P != NP for all values of N except where N = 1? What's all this rukkus?
We would be reading this instead:
"Remember, about a month ago, when a researcher claimed he had a proof that P != NP? Well, after a month of vigorous examination by ordinary netizens and Nobel-prize-winning mathematicians, it looks like it's going to hold up. Blogs and news sites helped spur a massive, open, collaborative effort on the Internet to understand the paper and to see if its ideas could be extended. This article explains what happened, how the proof works, and the holes experts and laymen attempted to punch in it and why the proof is still standing."
Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
Many of the fundamental proofs in this area aren't so difficult to understand. Certainly in computing theory classes, proofs were generally a page or two and didn't involve (much) advanced math.
Maybe it's just me, but it "feels" like there should be a simpler way to go about showing that P != NP.
You "feel"? If there has even been a most unsubstantiated and unscientific subjective expression of feelings over fact, this is it.
But we don't know that the current proof is the *only* proof. There may very well be a simpler one out there.
As for the problem simplicity vs. the proof simplicity, that's not what I said. I stated that related problems (in the same field) have simple proofs.
There's no -1 for "I don't get it."
This has been one of the best slashdot posts in a long, long while.
I'm gonna have to renew my subscription to Science News. Kudos to Ms. Rehmeyer.
Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
Yes, Deolalikar's claim was made a little over a month ago. But this blog post is also over a month old. I read it on the day it was posted. And many if not most of the objections that appear there have been there ever since that day.
I mean really. Nothing new here, folks. Move along now.
Science may lead to facts, but it's not an automated process. Believe it or not, human emotions and intuition are involved with every scientific discovery!
There's no -1 for "I don't get it."
This proved that people on the internet like proving/pointing out when people are wrong? How is that new/news?
While the parent has been modified "funny" it really should be modified as informative or insightful. Scott Aaronson for example has discussed this issue in detail. If P=NP then we expect proofs in general in some sense to be easy but if P !=NP then in some sense proofs are difficult. (More rigorously speaking, given a well-behaved axiomatic system A, questions of the form "Is there a proof of statement s from axioms in A with the proof length at most k?" are NP-hard and for reasonable enough systems in fact NP-complete. So if P=NP proving that in some rough sense should be easy. But if P != NP then we expect proofs to be difficult. This is one of the reasons many experts actually believe P !=NP.
It seems that saying it as P!=NP is just too geeky.
There is no such thing as "too geeky". Especially here.
Free Martian Whores!
It's just you.
See, the problem is that it's possible that P = NP. For example, say N=1, then trivially:
P = P
P = 1 x P
P = NP
This also works for P=0.
The problem is, we can't get the mathematicians to agree whether N=1 or P=0.
Anyone in a real position to offset the presented theory didn't need blogs and certainly not Slashdot. Do you honestly think our best minds sit around reading about the latest Linux distro and what's new in the Lego's world? If you do it is high time you pulled your head from your ass.
prove N = 1
www.RacquetUp.org - Helping Detroit Youth
In fact Fermat would have himself needed a much simpler (and thus different) proof.......unless he made a mistake/made it up
www.RacquetUp.org - Helping Detroit Youth
It is the greatest question in computer science. A negative answer would likely give a fundamentally deeper understanding of the nature of computation. And a positive answer would transform our world: Computers would acquire mind-boggling powers such as near-perfect translation, speech recognition and object identification; the hardest questions in mathematics would melt like butter under computation’s power; and current computer security methods would be as easy to crack as a TSA-approved suitcase lock.
Proof that P!=NP: We haven't made any really hard problems really easy. If P=NP, then computers automatically acquire mind-boggling powers and the ability to crack encryption. Presumably that would have already happened if P=NP, therefor P!=NP. QED.
Support my political activism on Patreon.
http://xkcd.com/386/
some proofs are simple, sure, but look up busy beaver stuff to see some loooong proofs.
In cs courses they tend to stick to the most short and sweet proofs simply because the long ones would be unintelligible to almost everyone.
To summarize what difficulty the proof ran into: There's a general class of NP-complete problems known as SAT. SAT is essentially given a collection of Boolean variables (so can have values "yes" or "no") and given some logical statement of those variables is there an assignment to those variables that makes the statement true? So for example, for A ^ ~ A, there isn't one, but for say A v B there are satisfactory solutions. This problem is the canonical NP-complete problem. Now, the attempted proof examined k-SAT, which is a subset of SAT known to also be NP-complete. k-SAT is the same thing as SAT but each statement must be a sequence of ands containing k inputs into set of ors. So for example if one was looking at 3-SAT "(A v B v ~ C) ^ (A v A v ~D)" would be a valid example. Now, it happens that for k>2, k-SAT is NP-complete. Deolalikar tried to examine the statistical properties of k-SAT and derive a contradiction from the assumption that k-SAT was polynomial time solvable. However, this runs into issues because from a statistical perspective 2-SAT is known to look statistically more or less the same as k-SAT, and 2-SAT is polynomial time solvable. This is a deep barrier which the proof did not overcome.
There are other deep barriers that the paper did not obviously overcome, including what is known as the "natural proof" barrier and the "relativization" barrier. The last essentially says that P=NP is true in some other computing models very similar to the standard Turing model (you consider Turing machines with special black boxes called oracles attached which answer specific questions quickly.) Similarly, it turns out that P != NP for some oracles as well. Thus, any valid resolution of P=NP will have to break down in some more or less obvious way when one tries to run the proof through for an oracle machine. If one can't point to where in a proof this would occur, this is a good indication that the proof is not valid.
Overall, I'm highly pessimistic that we are going to resolve P=NP anytime soon although I strongly believe that P != NP. There are currently much weaker claims than P=NP that we still cannot prove. We can't as far as I'm aware even get a strongly non-trivial result of the form for some explicit constant C, "No NP complete problem can be solved in polynomial time with a polynomial of degree at most C." And that's much weaker than showing that P != NP, because P !=NP is essentially that statement made for any value of C. We seem to need serious new insights and possibly lots of new machinery and structures before we can have a really good chance at cracking this nut.
General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
Doesn't work if P is 0.
"This article" is poorly specified. There are three articles linked in the brief text, and of course, none of them are actually linked to the expected "This article." So, what article is "This article" referring to? And, why should I waste my time trying to figure it out?
Or when P = 0.
Sigh... So very depressing...
We end up proving things now by throwing lots of darts, noting that we don't hit anything, then making the logical jump that there is nothing to hit. Or rather, making the jump that even if we hit something, we can't be certain that there is nothing else to hit. Or rather, if we hit something, we can definitely now say that there is something else to hit, but there is absolutely no way that we can know how to hit it.
What if N=738.63 and P=0?
In C code:
choice1="P";
choice2="NP";
if (choice1 != choice2)
yeahbaby++;
Submit that! Science, math, logic... it's just too easy
I don't think you can really estimate the size of a proof by the complexity of the problem stated.
You are correct that you cannot. In fact, this is a consequence of Godel's theorem. Proof sketch: Assume we have some nice axiomatic system A, that can model the arithmetic of the natural numbers (say Peano arithmetic), and assume that this system is not stupid (axioms are recursively enumerable, valid proofs are recursively enumerable, system is consistent. I think that's all I need but there may be some other silly issues). Assume that there is a computable function f, such that any true statement in A of length n has a proof of length at most f(n). Then I claim that we can use this to resolve whether any given statement has a proof in A by looking at all proofs of length up to f(n). This contradicts standard corollaries of Godel's theorem. So no such f can exist. Thus, minimum proof length for some statements must be much longer than the length of the statements.
Maybe both?
that simpler way would only exist if P = NP
Why? I can only guess your reasoning. Correct me if I am wrong:
"Proving P=NP can be accomplished by finding a polynomial time algorithm to the NP-hard problem of your choice. You give the problem, the algorithm, you prove is correct and that is poly-time. Success.
Proving P!=NP is the same (by definition) that proving that there is a problem in NP for wich there is no poly-time algorithm that solves it. Infinite problems and infinite algorithms... looks that proving no matching exists is necessarily hard."
It is not the case. For example, you can prove that not all sets are decidible by a simple cardinality argument. Infinite sets and infinite algorithms, but the infinites are not the same and you are done. You do not have to give a single example. It turns out that you can draw a parallel between "computable" and "computable in poly time". Many computablility proofs can be adapted to prove computability in poly-time. A nasty glitch is the P!=NP claim, which would be analogous to the existence of undecidible sets. The cardinality argument fails to prove P!=NP. :-)
Len Adleman taught me this, or at least that is what I understood
My point is that impossibility proofs are not always hard.
He translated the problem of P versus NP out of computer science entirely and into the world of formal logic, using an area known as "finite model theory" that has produced remarkable results.
*face hits palm*
Computer science uses formal logic in it's proofs all the time (at least as formal as mathematics).
For example, choose k logical requirements at random and ask: What is the probability that there is some binary number of n digits that will satisfy them all? If the number of requirements is huge (i.e., k is large) and the number of possible solutions is tiny (i.e., n is small), then of course there will never be correct solutions, no matter how long the problem is calculated.
This too is a facepalming moment. It's akin to saying "If you flip a coin 100 times, of course it will land on heads at least once." Except that a probability of 1/(2^100) != 0.
Even if P=NP, wouldn't someone have to figure out the P for every given NP? There'd still be no magic bullet for that part, right?
He made it up.
Or made a misstake and realized it later.
Fact is that _after_ the famous "not enough space here for the solution" stuff he still did quite some work so proof a _very_ limited subset of the last theorem.
Which does not make any sense if he had had a proof for the superset long before.
HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
You Sir, are a Gödeless troglodyte.
Loutish Word of the Day: "Diaeresis"
"Flyin' in just a sweet place,
Never been known to fail..."
This is definitely the kind of thing complexity theorists say. The argument fails entirely because it relies on our intuition of what easy means, and easy is not the same as polynomial, so transferring the intuition is almost intentionally misleading (not that I'm blaming you). It is basing a serious argument on an non-serious characterization of polynomial=easy that it used to help out-siders who don't know what polynomial means to never the less appreciate somewhat what complexity theory is about. Even ignoring that, if P=NP and we are pretending that easy=polynomial, then proofs are only hard because we haven't proven that P=NP at this time. Our intution is based on what is easy for us now, so all we have learned then is that, indeed, we don't now have access to a polynomial algorithm for making proofs. So the argument fails even if we overlook the slight-of-hand to replace "polynomial" by "easy".
Additionally, proving that P=NP need not be easy or have a short proof even if it is true. As you have just pointed out, it would require coming up with an algorithm that can prove anything in mathematics, every field, in polynomial time. That algorithm might well be monstrosly complicated. On the other hand, there might be a simple one-page proof that P!=NP. There is no way to tell.
This summary had three hyperlinks:
1. "claimed he had a proof"
2. "hasn't held up"
3. "spur a massive effort"
It was missing the only IMPORTANT hyperlink:
4. "this article". --- The slashdot submission was about an article. I'd like to read the article. I'd like a hyperlink which unambiguously takes me to the article. As it was, I didn't know which of the hyperlinks would take me to the article.
1. "claimed he had a proof" -- did this hyperlink take me to his claim? No: it took me to a online collaborative discussion of his claim (i.e. the original slashdot article).
2. "didn't hold up" -- did this hyperlink take me to the announcement that it didn't hold up? No: it took me to a slashdot article that maybe had a link to the statement about how it didn't hold up.
3. "spur a massive effort" -- did this hyperlink take me to that effort? Or did it take me to the spur in question? No: it took me to a REVIEW of that effort.
The hyperlinks in Slashdot summaries are always confusing.
Just think of all the computing power, resources have been WASTED over the years trying to figure out the final digits to pi. Does it really matter if their are 1,000,000, 1,000,000,000, or 1,000,000,000,000 digits of pi? For 99.9% of the public, 3.14xxx is good enough.
If P = NP, you should theoretically be able to find even one NP problem that can be solved in polynomial time. It has been shown that if you can solve any NP problem in polynomial time, you can solve all of them the same way.
Try P vs NP for dummies
bite my glorious golden ass.
given a well-behaved axiomatic system A, questions of the form "Is there a proof of statement s from axioms in A with the proof length at most k?
Didn't Gödel prove that you can't prove this or any statement like this?
bite my glorious golden ass.
Yes, but they needed to be removed from any rigorous study.
Nature doesn't care how you feel..ever.
The Kruger Dunning explains most post on
But if you found it, this experience shows it would take thousands of people to figure out if it was correct, so P != NP.
He proved there are statements you can't prove (or even express). He didn't prove that this was one of them.
This is definitely the kind of thing complexity theorists say. The argument fails entirely because it relies on our intuition of what easy means, and easy is not the same as polynomial, so transferring the intuition is almost intentionally misleading (not that I'm blaming you). It is basing a serious argument on an non-serious characterization of polynomial=easy that it used to help out-siders who don't know what polynomial means to never the less appreciate somewhat what complexity theory is about.
I think it's the opposite.
It's basing a non-serious argument on a serious characterization of the mathematical notion of complexity.
It's the original question, "why isn't there a simple proof of P != NP?" that is based on the layman's notion of "easy".
That the answer replaces the vague notion of "easy", with the accurately defined term "polynomial", and replaces the specific "is there an easy answer for this proof?" with the more general "proofs are NP-complete, and so we can expect it to be more complex than polynomial, assuming the thing we're trying prove is true", is not a failing of the answerer.
It's also not the failing of the questioner for being a layman. The point is, sometimes the correct answer to a question can't be put in the terms you want it to be and must, in essence, answer a different question. There are only two correct answers to the original query: "The proof of P!=NP is in the class of NP-complete problems", and "We won't know until we find it (or find the proof that P=NP)".
I personally feel one of the two conveys more useful information.
If someone asked you "How long will it take me to solve a specific but unknown instance of the Traveling Salesman problem?", you could either say: "The Traveling Salesman problem is in general NP-complete, so probably a long time", or you could say "Give me the problem and I'll let you know when I've solved it."
Since the search to find the actual solution, and thus as a side effect figure out how complex it is, is currently underway and in fact the topic of this discussion, that in the interim leaves only one useful answer.
The enemies of Democracy are
It could make sense because the method of the proof in the limited case is in fact very interesting (the infinite descent). Yours is not a sufficient argument.
The first paragraph of the article is just nonsense. It claims that if we knew P=NP "computers would acquire mind-boggling powers such as near-perfect translation, ...". Wow! Imagine that! All we have to do is prove a theorem and suddenly we can write amazingly fast programs. But of course, we could just *assume* that P=NP and write the same programs. All a proof would do is give us some hope (or fear) that various problems would turn out to be more tractable than otherwise.
once told me: "Well duh!! if P=0 or N=1 it's solved!! Damn you CS, with you it's always complicated" Then I left...
mod parent up.
I too would like the actual article that he seems to refer to.
If P = NP, you should theoretically be able to find even one NP-complete problem that can be solved in polynomial time. It has been shown that if you can solve any NP-complete problem in polynomial time, you can solve all of them the same way.
Since P is a subset of NP, all problems in P are also in NP so it is easy to find a problem in NP that is solvable in P. The question is whether all (and not just some) problems in P are in NP. This is the case if and only if the hardest NP problems (i.e. those that are NP-complete) are in P.
there should be a simpler way to go about showing that P != NP
that simpler way would only exist if P = NP
Simple P=X
N = 0 or 1
X * 0 = 0
X * 1 = X
X = P
So he is wrong!
No wonder Gödel killed himself.
I'm sure it was an intentional expedient, as nobody reads TFA anyway.
Didn't Gödel prove that you can't prove this or any statement like this?
No, the statement given looks at bounded proof lengths (that is proofs of at most some length). Those can be listed completely up to any given bound. What Godel's shows you is that you can't in general ask "is there a proof of statement s from axioms in A" but the class here is "Is there a proof of statement s from axioms in A with the proof length at most k?" which is much easier to answer.
To sum up, is what you mean that "the problem of proving P!=NP is not necessarily and NP problem ?"
So.....the simpler way doesn't exist, and therefore P != NP
DONE and DONE
It's NP hard to gödel P=NP.
----
Go canucks, habs, and sens!
He has no feelings. Like most /.'ers he suffers from assburgers syndrome.
Too many Bic Macs...
t(-.-t)
Indeed they are confusing. I never get the idea that many people take the time to read over the summary in the mindset of a reader (you know, all those tens of thousands of people who will be reading the summary besides yourself).
... given that SAT already is NP complete, doesn't that already prove P!=NP? For P to be equal to NP, it has to be equal for SAT too, which it isn't.
So isn't it then coming down to: WHICH classifications can be made, so P==NP for class X and P!=NP for class Y?
Never underestimate the relief of true separation of Religion and State.
Duh. Google TFA. It's out there. I'm not surprised the proof failed, if it has, since a world that contains NP = P is infinitely more interesting. It would be nice to see a consensus rebuttal by the scholars most closely involved, though.
``Tension, apprehension & dissension have begun!'' - Duffy Wyg&, in Alfred Bester's _The Demolished Man_
I too would like the actual article that he seems to refer to.
It refers to the last link in the summary, the only non-Slashdot link. I figured that out by going to the original submission.
Linking to the original submission is one nice thing that Slashdot does right. I fully agree with the grandparent that Slashdot often has confusing links in their summaries.
Science may lead to facts, but it's not an automated process. Believe it or not, human emotions and intuition are involved with every scientific discovery!
Perhaps so, but human emotions and intuitions behind great discoveries or at least serious attempts at scientific discoveries are based on evidence that suggest the belief is in the right track.
When it comes to your belief that a proof of NP != P should be simple, what do you base it on? You would have done a much better service to your hypothesis by giving concrete examples of this instead of mentioning the existence of beliefs and emotions in the scientific process and thus feel scientific by proxy.
And the fact that people actually mod you up as insightful simply shows /. degree of gullibility and penchant for rhetorical nonsense.
And you know this from the experience of all the scientific discoveries you made? Come on. Read any biography or autobiography about scientists or mathematicians, and you'll see they're not robots devoid of emotions.
There's no -1 for "I don't get it."
1. Suppose P = NP
2. This means that all complicated problems we had so far in computer science (state explosion problem and other algorithms that take too long to compute even when considering a planet as a computer) are sudendly simple to implement and run.
3. It will also render obsolete algorithms trying to solve NP problems (genetic algorithms and such)
4. Then it follows that a shit lot of people are in big shit
As 4 seems highly improbable, 1 is false and P != NP.