P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
11–20 of 48 posts
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#121. The author first released this paper (well, a version of it) in April 2009. It seems unlikely that it would have gone unnoticed for four years if the proof was valid.
2. Aside from a 1979 textbook and a 2010 paper, the author only cites himself (10 times!)
3. The author does not use TeX (see 1. at "Ten Signs A Claimed Mathematical Breakthrough is False" http://www.scottaaronson.com/blog/?p=304)
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#13From the author home page: 'It seems our algorithm is a polynomial one. So we would like to discuss with more people.' It's weird if a proof doesn't even convince the author. https://sites.google.com/site/xinwenjiang/
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#14It will certainly be amazing if it is true, but it doesn't look right
The style, the constructs in the article, etc
But yes, translating one NP problem to another NP problem is a n allowed approach and has been done between several NP problems (if you prove your translation is correct, and valid all the time, of course)
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#15ArXiv has many "proofs" that P=NP and that P!=NP. ArXiv does not do any vetting of correctness (it is beyond their scope.) We don't need a HN submission for this and the title is inaccurate/clickbait.
"Please don't submit comments complaining that a submission is inappropriate for the site." http://ycombinator.com/newsguidelines.html People have upvoted this article, therefore there should have been a submission for it.
(Off topic) My favourite silly arXiv post is this one, mostly for the dramatic title and abstract: http://arxiv.org/abs/0809.4144
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#16From the author home page: 'It seems our algorithm is a polynomial one. So we would like to discuss with more people.' It's weird if a proof doesn't even convince the author. https://sites.google.com/site/xinwenjiang/
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#17ArXiv has many "proofs" that P=NP and that P!=NP. ArXiv does not do any vetting of correctness (it is beyond their scope.) We don't need a HN submission for this and the title is inaccurate/clickbait.
This of course wouldn't prove the work is valid, but should be enough to draw attention and have the paper reviewed by qualified people.
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#18ArXiv has many "proofs" that P=NP and that P!=NP. ArXiv does not do any vetting of correctness (it is beyond their scope.) We don't need a HN submission for this and the title is inaccurate/clickbait.
I wonder why authors of P=NP 'proofs' won't attach a program that solves some NP hard problem for a collection of large inputs in reasonable time. This of course wouldn't prove the work is valid, but should be enough to draw attention and have the paper reviewed by qualified people.
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#19ArXiv has many "proofs" that P=NP and that P!=NP. ArXiv does not do any vetting of correctness (it is beyond their scope.) We don't need a HN submission for this and the title is inaccurate/clickbait.
I wonder why authors of P=NP 'proofs' won't attach a program that solves some NP hard problem for a collection of large inputs in reasonable time. This of course wouldn't prove the work is valid, but should be enough to draw attention and have the paper reviewed by qualified people.
Re: P might be NP: A Polynomial Time Algorithm for the Hamilton Circuit Problem
#20Just looking at the abstract: In this paper, we introduce a so-called Multistage graph Simple Path (MSP) problem and show that the Hamilton Circuit (HC) problem can be polynomially reducible to the MSP problem. That would imply that the MSP is NP-hard. So far, so good. To solve the MSP problem, we propose a polynomial algorithm ... That would imply that P=NP, and hence this would be a major result, with potentially w…
This actually makes sense, although it wouldn't be necessary to point out.
If the author proves that P=NP, then all problems in P are NP-complete (because every problem in P is reducible to any non-trivial problem in P).
The paper doesn't look very promising to me, but the basic logic of the argument makes sense.