Sujet : Re: Turing Machine computable functions apply finite string transformations to inputs VERIFIED FACT
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theoryDate : 02. May 2025, 10:05:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vv21sj$lg4h$5@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
User-Agent : Mozilla Thunderbird
Op 02.mei.2025 om 02:15 schreef olcott:
On 5/1/2025 2:51 AM, Richard Heathfield wrote:
On 30/04/2025 19:30, Mike Terry wrote:
On 30/04/2025 16:46, Richard Heathfield wrote:
On 30/04/2025 16:15, olcott wrote:
On 4/29/2025 5:03 PM, Richard Heathfield wrote:
On 29/04/2025 22:38, olcott wrote:
>
<snip>
>
>
int DD()
{
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.
>
You're going round the same loop again.
>
Either your HHH() is a universal termination analyser or it isn't.
>
The domain of HHH is DD.
>
Then it is attacking not the Halting Problem but the Olcott Problem, which is of interest to nobody but you.
>
It would be (if correct) attacking the common proof for HP theorem as it occurs for instance in the Linz book which PO links to from time to time.
>
Yes. That's what I call the Olcott Problem.
>
De gustibus non est disputandum, but I venture to suggest that (correctly) overturning Turing's proof would be of cosmos-rocking interest to the world of computer science, compared to which pointing out a minor flaw in a minor[1] proof would, even if correct, have no more effect on our field than lobbing a pebble into the swash at high tide.
>
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
DD correctly simulated by HHH according to the rules of
the x86 language CANNOT POSSIBLY REACH ITS FINAL HALT
STATE NO MATTER WHAT HHH DOES.
Repeating meaningless word salad does not prove anything.
DD is not correctly simulated by HHH, because HHH violates the semantics of the x86 language by not continuing the simulation. If it would do, it would see that Halt7.c has a conditional abort, which, according to the semantics of the x86 language causes the program to halt.
How many times do you need to read this before you understand it?