Deutsch   English   Français   Italiano  
<vqig4n$bcd0$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: dbush <dbush.mobile@gmail.com>
Newsgroups: comp.theory
Subject: Re: DD correctly emulated by HHH --- Totally ignoring invalid
 rebuttals ---PSR---
Date: Sat, 8 Mar 2025 17:25:27 -0500
Organization: A noiseless patient Spider
Lines: 73
Message-ID: <vqig4n$bcd0$1@dont-email.me>
References: <vq5qqc$1j128$2@dont-email.me>
 <2002d599ebdfb7cd5a023881ab2faca9801b219d@i2pn2.org>
 <vq8l3d$29b9l$1@dont-email.me>
 <4426787ad065bfd0939e10b937f3b8b2798d0578@i2pn2.org>
 <vq8mam$29b9l$5@dont-email.me>
 <920b573567d204a5c792425b09097d79ee098fa5@i2pn2.org>
 <vq9lvn$2ei4j$3@dont-email.me>
 <4453bc0c1141c540852ea2223a7fedefc93f564c@i2pn2.org>
 <vqadoh$2ivg7$2@dont-email.me> <vqae74$2ivcn$1@dont-email.me>
 <vqag6q$2jief$1@dont-email.me> <vqagb7$2ivcn$3@dont-email.me>
 <vqakhi$2jief$3@dont-email.me> <vqalvr$2ivcn$5@dont-email.me>
 <vqaq2s$2lgq7$2@dont-email.me> <vqasm4$2lue4$1@dont-email.me>
 <vqb43k$2mueq$1@dont-email.me> <vqb4ub$2lue4$3@dont-email.me>
 <vqb683$2mueq$2@dont-email.me> <vqbp05$2td95$1@dont-email.me>
 <vqcvlu$34c3r$3@dont-email.me> <vqecht$3epcf$1@dont-email.me>
 <vqf2lh$3j68u$5@dont-email.me> <vqf6mm$3j47v$4@dont-email.me>
 <vqg7ng$3qol2$3@dont-email.me> <vqh07g$26ac$1@dont-email.me>
 <vqhio1$5r7r$1@dont-email.me> <vqhm1s$6fo8$2@dont-email.me>
 <vqhr96$6vdc$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 08 Mar 2025 23:25:27 +0100 (CET)
Injection-Info: dont-email.me; posting-host="c14993851bff7f2fc4c0464fbde9e46c";
	logging-data="373152"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18r/mWcOok1A/rkDStEryhy"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:jMItFSkW86KUX7qeg94x63OnsDk=
In-Reply-To: <vqhr96$6vdc$4@dont-email.me>
Content-Language: en-US
Bytes: 4549

On 3/8/2025 11:29 AM, olcott wrote:
> On 3/8/2025 9:00 AM, dbush wrote:
>> On 3/8/2025 9:03 AM, olcott wrote:
>>> On 3/8/2025 2:47 AM, Fred. Zwarts wrote:
>>>>
>>>> So, we agree that any simulator that tries to simulate *itself* 
>>>> cannot possibly reach the end of its simulation.
>>>
>>> Apparently you don't understand that inputs to a
>>> simulating termination analyzer specifying infinite
>>> recursion or recursive emulation cannot possibly
>>> reach their own final state and terminate normally.
>>
>> Apparently you don't understand that inputs to a termination analyzer, 
>> simulating or otherwise, are specified by the specification that is 
>> the halting function:
>>
>> (<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
>> (<X>,Y) maps to 0 if and only if X(Y) does not halt when executed
>>
>> And HHH(DD)==0 fails to meet the above specification
> 
> Until you understand how and why this is necessary
> correct strongly held misconceptions will persist:
> 
> Replacing the code of HHH with an unconditional simulator and 
> subsequently running HHH(DD) cannot possibly reach
> its own "ret" instruction and terminate normally
> because DD calls HHH(DD) in recursive emulation.
> 
> 

Failing to understand requirements is not a rebuttal.

By the below stipulative definitions, your HHH does not meet the 
requirements to be classified as either a halt decider or a termination 
analyzer.

So it doesn't matter if HHH does what you says it does.  What matters is 
that it doesn't map DD to 1 / halting as required.


Stipulative definition 1:

Given any algorithm (i.e. a fixed immutable sequence of instructions) X 
described as <X> with input Y:

A solution to the halting problem, sometimes referred to as a "halt 
decider" is an algorithm H that computes the following mapping:

(<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
(<X>,Y) maps to 0 if and only if X(Y) does not halt when executed

Theorem 1:

No algorithm H exists that satisfies the above definition

Stipulative definition 2:

Given any algorithm (i.e. a fixed immutable sequence of instructions) X 
described as <X>:

A termination analyzer is an algorithm H that computes the following 
mapping:

(<X>) maps to 1 if and only if X(Y) halts when executed directly for all Y
(<X>) maps to 0 if and only if X(Y) does not halt when executed directly 
for some Y

Theorem 2:

No algorithm H exists that satisfies the above definition