Deutsch   English   Français   Italiano  
<92d6807062107c6ec03f1a4166ff049cf0bd4a53@i2pn2.org>

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

Path: ...!weretis.net!feeder9.news.weretis.net!news.nk.ca!rocksolid2!i2pn2.org!.POSTED!not-for-mail
From: Richard Damon <richard@damon-family.org>
Newsgroups: comp.theory
Subject: Re: Who here understands that the last paragraph is Necessarily true?
Date: Mon, 15 Jul 2024 07:09:14 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <92d6807062107c6ec03f1a4166ff049cf0bd4a53@i2pn2.org>
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>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 15 Jul 2024 11:09:14 -0000 (UTC)
Injection-Info: i2pn2.org;
	logging-data="3273010"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <v721po$h4kr$1@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
Bytes: 3813
Lines: 65

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, so, since HHH is defined to determine if a given 
"program" halts, then the input needs to FULLY define that program, 
which means it has ALL the code of it.

That means, your HHH's actual take as there "input" the address in all 
of memory that contains the program, and ALL of the memory that program 
resides in.

Thus, either you admit that the code of HHH is part of the input, or 
that you "input" doesn't actually give the decider what it is defined to 
take.

This shows you don't understand what you are talking about.

Tell me, does this program halt:

int foo() {
    bar(foo);
}

That program is identical to your DDD, just calling some other function, 
probably at a different memory address.

If your HHH knows that 000015c3 is HHH, then for it to "correctly 
emulate" that input, (even in the general functional case) it needs that 
call to behave like it would given that parameter. Which if HHH decides 
to abort and return 0, then its logic needs to have understood that the 
call to HHH in DDD will also return 0 to DDD, so HHH knows non-halting 
because HHH doesn't return is incorrect.

If you HHH doesn't know that 000015c3 is HHH, then the code there needs 
to be part of the "input", and thus not just that limited finite string 
you claim.

Thus, your logic is based on a LIE.