Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Paper claims to prove P != NP
#1
On August 6th, Vinay Deolalikar distributed a paper claiming to prove P != NP

Wikipedia has a good article on the P = NP problem. Basically

Wikipedia Wrote:In essence, the question P = NP? asks:
Suppose that solutions to a problem can be verified quickly. Then, can the solutions themselves also be computed quickly?

The theoretical notion of quick used here is that of an algorithm that runs in polynomial time. The general class of questions for which some algorithm can provide an answer in polynomial time is called "class P" or just "P".

For some questions, there is no known way to find an answer quickly, but if one is provided with information showing what the answer is, it may be possible to verify the answer quickly. The class questions for which an answer can be verified in polynomial time is called NP.

Consider the subset sum problem, an example of a problem which is easy to verify but whose answer is suspected to be theoretically difficult to compute. Given a set of integers, does some nonempty subset of them sum to 0? For instance, does a subset of the set {−2, −3, 15, 14, 7, −10} add up to 0? The answer "yes, because {−2, −3, −10, 15} add up to zero" can be quickly verified with three additions. However, finding such a subset in the first place could take more time, hence this problem is in NP.

An answer to the P = NP question would determine whether problems like the subset-sum problem that can be verified in polynomial time can also be solved in polynomial time. If it turned out that P does not equal NP, it would mean that some NP problems are harder to compute than to verify: they could not be solved in polynomial time, but the answer could be verified in polynomial time.

The paper is obviously attracting a lot of scrutiny. Some people claim to have found flaws in the proof.


This is huge if the proof is correct. The problem of whether P = NP is the biggest unsolved problem in computer science and is a Millennium Prize problem. If the proof is correct, the Clay Mathematics Institute owes the guy a million dollars.
Reply


Messages In This Thread
Paper claims to prove P != NP - by Spaz - 2010-08-14, 06:46 PM
Paper claims to prove P != NP - by Takebacker - 2010-08-14, 06:52 PM
Paper claims to prove P != NP - by Cactuar - 2010-08-14, 06:59 PM
Paper claims to prove P != NP - by Spaz - 2010-08-14, 07:02 PM
Paper claims to prove P != NP - by Cactuar - 2010-08-14, 07:05 PM
Paper claims to prove P != NP - by Noah - 2010-08-14, 07:15 PM
Paper claims to prove P != NP - by Kortestanov - 2010-08-16, 06:28 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)