![]() |
|
Paper claims to prove P != NP - Printable Version +- Southperry.net (https://www.southperry.net) +-- Forum: Social (https://www.southperry.net/forumdisplay.php?fid=14) +--- Forum: Rubik's Cube (https://www.southperry.net/forumdisplay.php?fid=58) +--- Thread: Paper claims to prove P != NP (/showthread.php?tid=29000) |
Paper claims to prove P != NP - Spaz - 2010-08-14 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: 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. Paper claims to prove P != NP - Takebacker - 2010-08-14 Does it change anything if it's right? Paper claims to prove P != NP - Cactuar - 2010-08-14 Takebacker Wrote:Does it change anything if it's right? It means every encryption can be solved in a determinable amount of time. Paper claims to prove P != NP - Spaz - 2010-08-14 Takebacker Wrote:Does it change anything if it's right?Not really. P != NP is what most computer scientists have long believed to be true because in 40 years no one has found a fast solution to any NP problem. So basically it would just be formal proof of what is already believed to be true. It would be hard proof that certain encryption algorithms are unbreakable. Cactuar, I think you have it backwards. Winning slashdot comment: Quote:We'll know that P != NP if it takes us less time to verify the proof as it took him to generate it. Paper claims to prove P != NP - Cactuar - 2010-08-14 Spaz Wrote:Cactuar, I think you have it backwards. Yeah. I read the topic as "Proof that P = NP." My bad. Paper claims to prove P != NP - Noah - 2010-08-14 I'm afraid that the proof (currently! He updates the proof every now and then) doesn't work for 2SAT. If it doesn't work for 2SAT, then it sounds improbable that this will be solved through this proof. It has no practical effect though, apart from writing some notes about NP in university textbooks. Noah Paper claims to prove P != NP - Kortestanov - 2010-08-16 Cactuar Wrote:It means every encryption can be solved in a determinable amount of time.P doesn't mean determinable amount of time. P means the time complexity of the algorithm would be polynomial on any deterministic turing machine. |