Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v73ru1$qkp2$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v73ru1$qkp2$1@dont-email.me>

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

Path: ...!feeds.phibee-telecom.net!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Fred. Zwarts" <F.Zwarts@HetNet.nl>
Newsgroups: comp.theory
Subject: Re: Who here understands that the last paragraph is Necessarily true?
Date: Mon, 15 Jul 2024 21:05:37 +0200
Organization: A noiseless patient Spider
Lines: 78
Message-ID: <v73ru1$qkp2$1@dont-email.me>
References: <v6un9t$3nufp$1@dont-email.me> <v7013v$2ccv$1@dont-email.me>
 <v70nt7$61d8$6@dont-email.me>
 <58fc6559638120b31e128fe97b5e955248afe218@i2pn2.org>
 <v71mjh$bp3i$1@dont-email.me>
 <1173a460ee95e0ca82c08abecdefc80ba86646ac@i2pn2.org>
 <v71okl$bvm2$1@dont-email.me>
 <5f6daf68f1b4ffac854d239282bc811b5b806659@i2pn2.org>
 <v71ttb$crk4$1@dont-email.me>
 <60e7a93cb8cec0afb68b3e40a0e82e9d63fa8e2a@i2pn2.org>
 <v721po$h4kr$1@dont-email.me>
 <92d6807062107c6ec03f1a4166ff049cf0bd4a53@i2pn2.org>
 <v735rd$mjis$7@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 15 Jul 2024 21:05:38 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="11cf5ed0512e2277f3e9eeb7013e4f25";
	logging-data="873250"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+T00mkUd22KZE9E8Vyl08x"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:M/w+75rY25PWoEtJHO5j39IAmws=
In-Reply-To: <v735rd$mjis$7@dont-email.me>
Content-Language: en-GB
Bytes: 4577

Op 15.jul.2024 om 14:48 schreef olcott:
> On 7/15/2024 6:09 AM, Richard Damon wrote:
>> On 7/14/24 10:33 PM, olcott wrote:
>>> On 7/14/2024 9:04 PM, Richard Damon wrote:
>>>> On 7/14/24 9:27 PM, olcott wrote:
>>>>>
>>>>> Any input that must be aborted to prevent the non termination
>>>>> of simulating termination analyzer HHH necessarily specifies
>>>>> non-halting behavior or it would never need to be aborted.
>>>>
>>>> Excpet, as I have shown, it doesn't.
>>>>
>>>> Your problem is you keep on ILEGALLY changing the input in your 
>>>> argument because you have misdefined what the input is.
>>>>
>>>
>>> _DDD()
>>> [00002163] 55         push ebp      ; housekeeping
>>> [00002164] 8bec       mov ebp,esp   ; housekeeping
>>> [00002166] 6863210000 push 00002163 ; push DDD
>>> [0000216b] e853f4ffff call 000015c3 ; call HHH(DDD)
>>> [00002170] 83c404     add esp,+04
>>> [00002173] 5d         pop ebp
>>> [00002174] c3         ret
>>> Size in bytes:(0018) [00002174]
>>>
>>> The input *is* the machine address of this finite
>>> string of bytes: 558bec6863210000e853f4ffff83c4045dc3
>>>
>>
>> Nope, the "input" needs to define everything that varies from one 
>> question to another, 
> 
> Any input that must be aborted to prevent the non termination
> of simulating termination analyzer HHH necessarily specifies
> non-halting behavior or it would never need to be aborted.

But the simulation of HHH does not need to be aborted. Because it aborts 
and halts by itself.

DDD has nothing to do with it. It is easy to eliminate DDD:

        int main() {
          return HHH(main);
        }

This has the same problem. This proves that the problem is not in DDD, 
but in HHH, which halts when it aborts the simulation, but it decides 
that the simulation of itself does not halt.

HHH is unable to decide about finite recursions.

void Finite_Recursion (int N) {
   if (N > 0) Finite_Recursion (N - 1);
}

It decides after N recursions that there is an infinite recursion, which 
is incorrect.

Your HHH is programmed to abort the simulation after N cycles of 
recursive simulations. Therefore, it is incorrect to abort the 
simulation of HHH when the simulated HHH has performed N-1 cycles, 
because that changes the behaviour of HHH.
Since the simulated HHH always runs one cycle behind the simulating HHH, 
it is clear that HHH can never simulate enough cycles for a correct 
simulation, as is required by the x86 language.
Therefore, the simulation is incorrect according to the criteria you 
stipulated.
The conclusion is simple:
HHH cannot possibly simulate itself correctly.

No matter how much you want it to be correct, or how many times you 
repeat that it is correct, it does not change the fact that such a 
simulation is incorrect, because it is unable to reach the end.

Sipser would agree that this incorrect simulation cannot be used to 
detect a non-halting behaviour.