Re: How do simulating termination analyzers work?

Liste des GroupesRevenir à s logic 
Sujet : Re: How do simulating termination analyzers work?
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic comp.ai.philosophy
Date : 18. Jun 2025, 17:01:25
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102unsl$37e9c$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 6/18/2025 10:50 AM, joes wrote:
Am Wed, 18 Jun 2025 09:50:18 -0500 schrieb olcott:
On 6/18/2025 9:05 AM, joes wrote:
Am Wed, 18 Jun 2025 08:46:16 -0500 schrieb olcott:
*It is not given that any of them abort*
Huh? They contain the code to abort, even if it is not simulated.
>
*none of them ever stop running unless aborted* yes or no?

If HHH(DDD), where DDD() only calls HHH(DDD), is simulated by a pure
simulator such as HHH1 (not by itself, which aborts), it stops running
by aborting (the simulator also terminates). All inner invocations of
HHH would have stopped running had the outermost one (which is still
only simulated by the real HHH1) not stopped simulating.
HHH1 simulating HHH1 of course doesn't stop running, but we don't have
HHH1 involved in either role here. (For completeness, HHH1(HHH) and
HHH(HHH1) also halt.)
 
*That is a great answer to the wrong question*
*Here is the original question again*
void Infinite_Recursion()
{
   Infinite_Recursion();
   return;
}
void Infinite_Loop()
{
   HERE: goto HERE;
   return;
}
void DDD()
{
   HHH(DDD);
   return;
}
When it is understood that HHH does simulate itself
simulating DDD then any first year CS student knows
that when each of the above are correctly simulated
by HHH that none of them ever stop running unless aborted.
Can any of the above functions correctly simulated
by HHH ever stop running without ever being aborted?
--
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
17 Jun 25 * How do simulating termination analyzers work?60olcott
18 Jun 25 +* Re: How do simulating termination analyzers work?31Richard Damon
18 Jun 25 i`* Re: How do simulating termination analyzers work?30olcott
18 Jun 25 i +* Re: How do simulating termination analyzers work?24Fred. Zwarts
18 Jun 25 i i`* Re: How do simulating termination analyzers work?23olcott
18 Jun 25 i i +* Re: How do simulating termination analyzers work?2olcott
19 Jun 25 i i i`- Re: How do simulating termination analyzers work?1Richard Damon
19 Jun 25 i i +* Re: How do simulating termination analyzers work?15Richard Damon
19 Jun 25 i i i`* Re: How do simulating termination analyzers work?14olcott
19 Jun 25 i i i +* Re: How do simulating termination analyzers work?7Fred. Zwarts
19 Jun 25 i i i i`* Re: How do simulating termination analyzers work?6olcott
20 Jun 25 i i i i +- Re: How do simulating termination analyzers work?1Richard Damon
20 Jun 25 i i i i `* Re: How do simulating termination analyzers work?4Fred. Zwarts
20 Jun 25 i i i i  `* Re: How do simulating termination analyzers work?3olcott
21 Jun 25 i i i i   +- Re: How do simulating termination analyzers work?1Richard Damon
22 Jun 25 i i i i   `- Re: How do simulating termination analyzers work?1Fred. Zwarts
20 Jun 25 i i i `* Re: How do simulating termination analyzers work?6Richard Damon
20 Jun 25 i i i  `* Re: How do simulating termination analyzers work?5olcott
20 Jun 25 i i i   `* Re: How do simulating termination analyzers work?4Fred. Zwarts
20 Jun 25 i i i    `* Re: How do simulating termination analyzers work?3olcott
21 Jun 25 i i i     +- Re: How do simulating termination analyzers work?1Richard Damon
22 Jun 25 i i i     `- Re: How do simulating termination analyzers work?1Fred. Zwarts
19 Jun 25 i i `* Re: How do simulating termination analyzers work?5Fred. Zwarts
19 Jun 25 i i  `* Re: How do simulating termination analyzers work?4olcott
20 Jun 25 i i   `* Re: How do simulating termination analyzers work?3Fred. Zwarts
20 Jun 25 i i    `* Re: How do simulating termination analyzers work?2olcott
21 Jun 25 i i     `- Re: How do simulating termination analyzers work?1Richard Damon
18 Jun 25 i `* Re: How do simulating termination analyzers work?5Richard Damon
18 Jun 25 i  `* Re: How do simulating termination analyzers work?4olcott
18 Jun 25 i   +* Re: How do simulating termination analyzers work?2olcott
19 Jun 25 i   i`- Re: How do simulating termination analyzers work?1Richard Damon
19 Jun 25 i   `- Re: How do simulating termination analyzers work?1Richard Damon
5 Jul 25 `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE28olcott
5 Jul 25  `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE27Alan Mackenzie
6 Jul 25   `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE26olcott
6 Jul 25    `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE25Alan Mackenzie
7 Jul 25     +- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1olcott
17 Jul14:47     +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE5olcott
18 Jul00:19     i+- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1Richard Damon
18 Jul12:13     i+- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1Fred. Zwarts
17 Jul15:11     i`* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE2olcott
18 Jul11:50     i `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1Fred. Zwarts
17 Jul15:44     `* Halting Problem Proof ERROR18olcott
18 Jul12:17      +* Re: Halting Problem Proof ERROR12Fred. Zwarts
18 Jul17:09      i`* Re: Halting Problem Proof ERROR11olcott
19 Jul09:26      i `* Re: Halting Problem Proof ERROR10Fred. Zwarts
19 Jul15:23      i  `* Re: Halting Problem Proof ERROR9olcott
20 Jul08:54      i   +* Re: Halting Problem Proof ERROR5Fred. Zwarts
20 Jul16:16      i   i`* Re: Halting Problem Proof ERROR4olcott
21 Jul09:10      i   i `* Re: Halting Problem Proof ERROR3Fred. Zwarts
21 Jul14:36      i   i  `* Re: Halting Problem Proof ERROR2olcott
22 Jul10:20      i   i   `- Re: Halting Problem Proof ERROR1Fred. Zwarts
19 Jul18:23      i   `* Re: Halting Problem Proof ERROR3Richard Damon
19 Jul20:59      i    `* Re: Halting Problem Proof ERROR2olcott
20 Jul03:23      i     `- Re: Halting Problem Proof ERROR1Richard Damon
19 Jul16:11      `* Re: Halting Problem Proof ERROR5olcott
20 Jul16:02       +* Re: Halting Problem Proof ERROR3olcott
21 Jul15:04       i`* Re: Halting Problem Proof ERROR2olcott
22 Jul10:23       i `- Re: Halting Problem Proof ERROR1Fred. Zwarts
19 Jul18:31       `- Re: Halting Problem Proof ERROR1Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal