Recently there has been a paper floating around by Vinay Deolalikar at HP Labs which claims to have proved that P != NP. Could someone explain how this proof works for us less mathematically inclined people?
|
|
OK so i've only scanned through the paper but heres a rough summary of how it all hangs together. From page 86 of the paper.
Other parts of the paper show that certain NP problems can not be broken up in this manner. Thus NP/= P Much of the paper is spent defining conditional independence and proving these two points. |
|||||||||||||
|
|
Dick Lipton has a nice blog entry about the paper and his first impressions of it. Unfortunately, it also is technical. From what I can understand, Deolalikar's main innovation seems to be to use some concepts from statistical physics and finite model theory and tie them to the problem. I'm with Rex M with this one, some results, mostly mathematical ones cannot be expressed to people who lack the technical mastery. |
||||
|
|
|
I liked this ( http://www.newscientist.com/article/dn19287-p--np-its-bad-news-for-the-power-of-computing.html ):
The effects of the above can be quite significant:
|
||||
|
|
This is my understanding of the proof technique: he uses first order logic to characterize all polynomial time algorithms, and then shows that for large SAT problems with certain properties that no polynomial time algorithm can determine their satisfiability. |
|||||
|
|
One other way of thinking about it, which may be entirely wrong, but is my first impression as I'm reading it on the first pass, is that we think of assigning/clearing terms in circuit satisfaction as forming and breaking clusters of 'ordered structure', and that he's then using statistical physics to show that there isn't enough speed in the polynomial operations to perform those operations in a particular "phase space" of operations, because these "clusters" end up being too far apart. |
||||
|
|
Such proof would have to cover all classes of algorithms ... like continuous global optimization.
For example in 3SAT problem we have to valuate variables to fulfill all alternatives of triples of these variables or their negations – look that ((x-1)^2+y^2)((x-1)^2+(y-1)^2)(x^2+(y-1)^2) and analogously seven terms for alternative of three variables. Finding global minimum of sum of such polynomials for all terms, would solve our problem. (source) It's going out of standard combinatorial techniques to continuous world using gradient methods, local minims removing methods, evolutionary algorithms ... it's completely different kingdom - numerical analysis - I don't believe such proof could really cover (?) |
|||||||||
|
|
It's worth noting that with proofs, "the devil is in the detail". The high level overview is obviously something like:
I mean, it may be via Induction or any other form of proving things, but what I'm saying is the high level overview is useless. There is no point explaining it. Although the question itself relates to computer science, it is best left to mathematicians (thought it is certainly incredibly interesting). |
|||||
|