What are the implications of solving the P versus NP problem? What practical effects would that have? Not trying to belittle the problem, just curious as an outsider.
The most interesting thing is if P=NP. If that's the case, that means that there is an algorithm that can solve any NP problem in polynomial time. This means that things like crypto would be able to be cracked in polynomial time which presents a huge problem for security. We basically operate under the assumption that P!=NP currently. Validation that this is true doesn't really change much. I can't speak to how this…
A Solution of the P versus NP Problem?
161–170 of 303 posts
Re: A Solution of the P versus NP Problem?
#162A list of 116 previous "solutions" to the P versus NP problem: http://www.win.tue.nl/~gwoegi/P-versus-NP.htm
Re: A Solution of the P versus NP Problem?
#163Earlier quoted context omitted.
The most interesting thing is if P=NP. If that's the case, that means that there is an algorithm that can solve any NP problem in polynomial time. This means that things like crypto would be able to be cracked in polynomial time which presents a huge problem for security. We basically operate under the assumption that P!=NP currently. Validation that this is true doesn't really change much. I can't speak to how this…
I think it's even less useful, even if P = NP it is possible that no one finds an algorithm. Creating a (useful) algorithm is independent of proving the theorem. Also interesting is that someone could create an algorithm that solves NP complete in polynomial time without proving P=NP. They would be unable to prove the algorithm correct though.
Re: A Solution of the P versus NP Problem?
#164Earlier quoted context omitted.
Not at all. But bringing him up in an unrelated post on a technical blog just screams "virtue signaling" to me.
I mean he also pokes fun at his children, himself, and posted a rap video about theoretical computer science on his blog. His blog is not exactly the Annals here... I think he is more than welcome to write about whatever he damn pleases and if you disagree you are more than welcome to argue in his comment sections (and more than likely lose)
But I'm welcome to roll my eyes at it.
Re: A Solution of the P versus NP Problem?
#165Earlier quoted context omitted.
Not at all. But bringing him up in an unrelated post on a technical blog just screams "virtue signaling" to me.
When you feel strongly about something and write about it, you aren't virtue signalling, you're expressing your view. If you have any reason to take the rather uncharitable stance that his views on Trump are inauthentic, then post them, otherwise it's better just to assume that people who say things you disagree with actually think those things rather than are just saying them to look good. Accusing others of "virtue…
Re: A Solution of the P versus NP Problem?
#166A list of 116 previous "solutions" to the P versus NP problem: http://www.win.tue.nl/~gwoegi/P-versus-NP.htm
After skimming its interesting that the majority of the proofs in your list claim P equals NP. I would have guessed it would be more common for proofs to claim the opposite because P != NP makes sense intuitively. That being said it would certainly be more exciting if P did equal NP.
A plausible proof of "P != NP" won't be quite as simple to express, since it needs to prove that all such algorithms do not run in polynomial time.
Re: A Solution of the P versus NP Problem?
#167Earlier quoted context omitted.
Hence why Scott explicitly takes time to address that there will surely be outliers on both ends
I just wanted to point out that's is not a theoretical possibility, but actual ground breaking work did look sketchy as hell. The "The nice thing about math is that sooner or later the truth comes out" bothers me. The knowlege in Archimedes palimpsest was lost so long the eventually doesn't seem to be much comfort.
Re: A Solution of the P versus NP Problem?
#168Earlier quoted context omitted.
I mean he also pokes fun at his children, himself, and posted a rap video about theoretical computer science on his blog. His blog is not exactly the Annals here... I think he is more than welcome to write about whatever he damn pleases and if you disagree you are more than welcome to argue in his comment sections (and more than likely lose)
Of course he's welcome to write about whatever he likes. It's his blog. But I'm welcome to roll my eyes at it.
Re: A Solution of the P versus NP Problem?
#169Earlier quoted context omitted.
Are you one of those people who equates any mention whatsoever of Trump as "being needlessly political"?
Not at all. But bringing him up in an unrelated post on a technical blog just screams "virtue signaling" to me.
Re: A Solution of the P versus NP Problem?
#170What are the implications of solving the P versus NP problem? What practical effects would that have? Not trying to belittle the problem, just curious as an outsider.