Liste des Groupes | Revenir à c theory |
On 4/29/2025 3:06 PM, Richard Heathfield wrote:This part of the input is irrelevant. The code also includes Halt7.c, which specifies a conditional abort, which makes the program specified in the input halting.On 29/04/2025 20:56, olcott wrote:int DD()On 4/29/2025 2:39 PM, Richard Heathfield wrote:>On 29/04/2025 20:06, olcott wrote:>On 4/29/2025 8:46 AM, Richard Heathfield wrote:>On 29/04/2025 14:11, olcott wrote:>On 4/29/2025 2:10 AM, Richard Heathfield wrote:>On 29/04/2025 03:50, olcott wrote:
<snip>
>>>Yet it is H(P,D) and NOT P(D) that must be measured.>
Nothing /has/ to be measured. P's behaviour (halts, doesn't halt) when given D as input must be /established/.
No H can possibly see the behavior of P(D)
It doesn't have to.
IF IT CAN'T SEE IT THEN IT CAN'T REPORT ON IT.
Yes, it can. There is no need to see the behaviour to establish whether it halts. All the decider has to be able to see is the code.
>
THE CODE THAT IT CAN SEE
unequivocally specifies that the INPUT DOES NOT HALT
Fine. Either it's right or it's wrong.
>
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
HHH is correct DD as non-halting BECAUSE THAT IS
WHAT THE INPUT TO HHH(DD) SPECIFIES.
Les messages affichés proviennent d'usenet.