Deutsch   English   Français   Italiano  
<c8e35b5f542012b2d798e7fe2afc3004298a2aa5@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,comp.ai.philosophy
Subject: Re: HHH(DDD) computes the mapping from its input to HHH emulating
 itself emulating DDD --- anyone that says otherwise is a liar
Date: Sun, 17 Nov 2024 15:51:08 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <c8e35b5f542012b2d798e7fe2afc3004298a2aa5@i2pn2.org>
References: <vhdd32$oq0l$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 17 Nov 2024 20:51:09 -0000 (UTC)
Injection-Info: i2pn2.org;
	logging-data="2938961"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <vhdd32$oq0l$1@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
Bytes: 2540
Lines: 39

On 11/17/24 1:36 PM, olcott wrote:
> void DDD()
> {
>    HHH(DDD);
>    return;
> }
> 
> _DDD()
> [00002172] 55         push ebp      ; housekeeping
> [00002173] 8bec       mov ebp,esp   ; housekeeping
> [00002175] 6872210000 push 00002172 ; push DDD
> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
> [0000217f] 83c404     add esp,+04
> [00002182] 5d         pop ebp
> [00002183] c3         ret
> Size in bytes:(0018) [00002183]
> 
> DDD emulated by any encoding of HHH that emulates N
> to infinity number of steps of DDD cannot possibly
> reach its "return" instruction final halt state.
> 
> This applies to every DDD emulated by any HHH no
> matter the recursive depth of emulation. Thus it is
> a verified fact that the input to HHH never halts.
> 
> 

I will also add, that since you have dropped your requirements on HHH 
(or are seeming to try to divorse yourself from previous assumptions) 
there are MANY HHH that can complete the emulation, they just fail to be 
"pure functions".

And once you define HHH to need to be a "pure function", you hit the 
impass that your are trying to define DDD by a DIFFERENT definition of a 
"Program" which is what emulation is normally defined to be on, as your 
DDD is missing code that is needed to actually make it a program.

All this adds up to showing that you don't really understand the basics 
of the field you are talking about, as you keep on making "rookie" errors.