int D(int (*x)())
{
int Halt_Status = H(x, x);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
Output("Input_Halts = ", H(D,D));
Output("Input_Halts = ", D(D));
}
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
Full source-code here: https://liarparadox.org/2023_02_07.zip
int D(int (*x)())
{
int Halt_Status = H(x, x);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
Output("Input_Halts = ", H(D,D));
Output("Input_Halts = ", D(D));
}
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
Full source-code here: https://liarparadox.org/2023_02_07.zip
On 2/15/2023 5:29 PM, olcott wrote:
int D(int (*x)())
{
int Halt_Status = H(x, x);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
Output("Input_Halts = ", H(D,D));
Output("Input_Halts = ", D(D));
}
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
H correctly predicts that D correctly simulated by H would not halt
Full source-code here: https://liarparadox.org/2023_02_07.zip
Brain dead morons keep forgetting that halt deciders compute the mapping
from their inputs to an accept or reject state. The reason that they are brain dead and not regular morons is that when they are reminded of this error thousands of times they still keep forgetting.
(a) If simulating halt decider H correctly simulates its input D until
H correctly predicts that its simulated D would never reach its own
"return" statement in any finite number of simulated steps THEN
(b) H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 433 |
Nodes: | 16 (2 / 14) |
Uptime: | 63:45:51 |
Calls: | 9,092 |
Calls today: | 1 |
Files: | 13,412 |
Messages: | 6,025,661 |