8

Are there any known barriers to show the following invariant (perhaps by some sort of induction)?

Let $\Sigma$ be some finite alphabet with $|\Sigma| \geq 2$, let $M$ be some (deciding) deterministic Turing machine with input alphabet $\Sigma$, and let $L_0 \subseteq \Sigma^{\star}$ be some non-sparse, $\mbox{NP}$-complete language.
Then at least one of the following properties hold:

  1. $M$ doesn't terminate always.
  2. $M$ has superpolynomial time complexity.
  3. $L(M) \triangle L_0$ is non-sparse.

Concise problem description: $\mbox{NP} \not\subseteq \mbox{P-close}$ (according to Tsuyoshi Ito, see his answer).

Caution: This problem is equivalent to $\mbox{P} \neq \mbox{NP}$.

  • 2
    If your question is equivalent to "Does anyone know how to solve P $\neq$ NP?", then the answer is certainly "no". If you cross-post this question to CSTheory, it may not be well-received. If you re-phrase your question to something like "Are there known barriers to this approach to P $\neq$ NP?", this might be better. However, you'll need to be much more explicit in your approach. – mhum Feb 26 '11 at 16:35
  • Dear Yuan, meanwhile I asked it at CSTheory. With my above question, I wanted only to share my main idea for attacking this problem. Perhaps some experienced mathematician like you is able to use my idea in some way. – Steffen Schuler Feb 26 '11 at 16:35
  • @mhum: Thanks for helping me to express my proper question better. – Steffen Schuler Feb 26 '11 at 16:40
  • 1
    @Steffen: You should first present a plan of attack for this particular theorem, in other words, an outline of a proof, and only then can we answer your question. – Yuval Filmus Feb 26 '11 at 17:30
  • There are well-known barriers as the researcher Ph.D. Tsuyoshi Ito from the University of Waterloo told, so my approach will very likely not work. – Steffen Schuler Feb 26 '11 at 19:44
  • 1
    The question is which of them apply to your case, for example, will your proof relativize? That may depend either on the general approach (which you've outlined) or on the particular "proof strategy", and in the latter case Tsuyoshi's general answer isn't very helpful; people are trying to avoid the barriers, so the correct question is "does this approach avoid the barriers?", since otherwise it is hopeless. – Yuval Filmus Feb 26 '11 at 20:16
  • @Yuval: Thanks a lot for explaining so much to me. I'll try to study those barriers during the next time. If I should arrive at some usable result, I will inform you and the other interested people from math.se about it. The usual barriers seem to be relativization, natural proof and algebraic ones. – Steffen Schuler Feb 26 '11 at 21:01