Sujet : Re: Another Halting Problem Question (very difficult)
De : wyniijj5 (at) *nospam* gmail.com (wij)
Groupes : comp.theoryDate : 28. May 2024, 23:20:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <19b48c13e1abe0c0c68ece8114535d43a771cd3c.camel@gmail.com>
References : 1
User-Agent : Evolution 3.50.2 (3.50.2-1.fc39)
On Wed, 2024-05-29 at 05:37 +0800, wij wrote:
Everybody knows the Halting Problem is undecidable (liars also know). But if we
restrict the condition a little bit: Does there exists a decision function h, h
determines whether or not an arbitrary function void f() (given as the argument
of h) terminates or not (h,f∈O(2^N)) ? IOW, h(f)==true iff f() terminates.
Sorry, too quick in rephrasing the real problem. I should fix this latter.