Deutsch   English   Français   Italiano  
<d8ee6d675850304b99af1b587437ba0ac64dbb85@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: joes <noreply@example.org>
Newsgroups: comp.theory
Subject: Re: DDD correctly emulated by HHH --- Correct Emulation Defined 2
 addendum
Date: Sat, 22 Mar 2025 16:37:23 -0000 (UTC)
Organization: i2pn2 (i2pn.org)
Message-ID: <d8ee6d675850304b99af1b587437ba0ac64dbb85@i2pn2.org>
References: <vrfuob$256og$1@dont-email.me> <vrgme1$2tr56$1@dont-email.me>
	<vri5mn$6nv4$1@dont-email.me>
	<8354fe5751e03a767452a3999818d5c6da714a6b@i2pn2.org>
	<vrigh6$f35v$1@dont-email.me> <vrj6d3$14iuu$1@dont-email.me>
	<vrjog0$1ilbe$6@dont-email.me>
	<db8aa67218b2a0990cd1df38aca29dbd3930e145@i2pn2.org>
	<vrkumg$2l2ci$2@dont-email.me>
	<ba957e964c1090cbb801b1688b951ac095281737@i2pn2.org>
	<vrmepa$2r2l$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 22 Mar 2025 16:37:23 -0000 (UTC)
Injection-Info: i2pn2.org;
	logging-data="1253450"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="nS1KMHaUuWOnF/ukOJzx6Ssd8y16q9UPs1GZ+I3D0CM";
User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a
 git.gnome.org/pan2)
X-Spam-Checker-Version: SpamAssassin 4.0.0
Bytes: 3230
Lines: 44

Am Sat, 22 Mar 2025 08:43:03 -0500 schrieb olcott:

> typedef void (*ptr)();
> int HHH(ptr P);
> int main()
> {
>    HHH(Infinite_Recursion);
> }
> There is no program DDD in the above code.
There is also no Infinite_Recursion.

> Since no Turing machine M can ever compute the mapping from the behavior
> of any directly executed TM2 referring to the behavior of the directly
> executed DDD has always been incorrect. Halt Deciders always report on
> the behavior that their input finite string specifies.
Please explain what behaviour the description of a TM "specifies",
and which TM the input describes.

> In every case that does not involve pathological self-reference the
> behavior that the finite string specifies is coincidentally the same
> behavior as the direct execution of the corresponding machine. The
> actual measure, however, has always been the behavior that the finite
> string input specifies.
....which is the direct execution. Not much of a coincidence.

> Prior to my work on simulating termination analyzers the behavior of the
> counter-example input to the conventional halting problem proofs was
> unknown. It was unknown because it was previously assumed the input DD
> could actually do the opposite of whatever value that HHH returned.
It isn't unknown. It depends on HHH's return value, which is wrong either 
way. And of course you can program a simple if() on that.

> When we define the  termination analyzer's purpose is to
> report on the behavior that its input specifies
> (thus defining what a correct emulation is)
No, a simulator can't make up its own rules.

> then we see that DD cannot possibly reach past its
> own first instruction in any finite number of steps of correct
> emulation.
It can, but it isn't simulated.

-- 
Am Sat, 20 Jul 2024 12:35:31 +0000 schrieb WM in sci.math:
It is not guaranteed that n+1 exists for every n.