|
|
|
|
|
by a1369209993
2244 days ago
|
|
> For example, finding out whether a time-bounded Turing machine outputs 0 all inputs is still undecidable. No it's not; call the time bound N; the TM can only inspect N symbols, so there are 2^N possible inputs; a exhaustive check takes O(N*2^N) operations. |
|
Call the time bound c|x|^k, where x is the input and c and k are constants.
I see what point you're making, and I agree that you get yourself a nice, merely coNP-complete problem if you're willing to cut off the space of inputs at a point by enforcing a constant time bound or whatever. More than anything, this kind of argument makes me shudder at just how hard the very worst stuff in NP must be.