Liste des Groupes | Revenir à c theory |
On Fri, 16 May 2025 10:00:26 -0500, olcott wrote:Your "category error" is a mis-identification. Halting of DDD is not
On 5/16/2025 2:01 AM, Mikko wrote:How many more times before you realise that this recursion is due to theOn 2025-05-15 21:11:35 +0000, olcott said:void DDD()
On 5/15/2025 3:59 PM, Mr Flibble wrote:A partial simulation is possible. But at some point HHH discontinuesOn Thu, 15 May 2025 15:47:16 -0500, olcott wrote:
I overcome the proof of undecidability of the Halting Problem inIt is not possible for HHH to simulate DD because we are already
that the code that "does the opposite of whatever value that HHH
returns" becomes unreachable to DD correctly simulated by HHH.
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
HHH simulates DD that calls HHH(DD) to simulate itself again over
and over until HHH sees this repeating pattern and aborts or both
HHH and DD crash due to OOM error.
inside DD when we call HHH:
the simulation and returns a guessed answer.
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
HHH simulates DDD the simulated DDD calls HHH(DDD)
HHH simulates DDD the simulated DDD calls HHH(DDD)
HHH simulates DDD the simulated DDD calls HHH(DDD)
HHH simulates DDD the simulated DDD calls HHH(DDD)
HHH simulates DDD the simulated DDD calls HHH(DDD)
How many more times before the fact that DDD correctly simulated by HHH
cannot possibly reach its "return" statement?
category error I have identified and as such it is undecidable.
Les messages affichés proviennent d'usenet.