Re: How do simulating termination analyzers work?

Liste des GroupesRevenir à theory 
Sujet : Re: How do simulating termination analyzers work?
De : mikko.levanto (at) *nospam* iki.fi (Mikko)
Groupes : comp.theory
Date : 19. Jun 2025, 07:39:25
Autres entêtes
Organisation : -
Message-ID : <1030bat$3nqlm$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Unison/2.2
On 2025-06-18 18:28:43 +0000, Mr Flibble said:

On Wed, 18 Jun 2025 08:53:07 -0500, olcott wrote:
 
On 6/18/2025 6:01 AM, Richard Damon wrote:
On 6/17/25 9:54 PM, olcott wrote:
On 6/17/2025 8:19 PM, Richard Damon wrote:
On 6/17/25 4:34 PM, olcott wrote:
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.
 WHich means that the code for HHH is part of the input, and thus
there is just ONE HHH in existance at this time.
 Since that code aborts its simulation to return the answer that you
claim, you are just lying that it did a correct simulation (which in
this context means complete)
 
*none of them ever stop running unless aborted* *none of them ever
stop running unless aborted* *none of them ever stop running unless
aborted*
 Do you agree or can you refute THIS EXACT POINT?
Do you agree or can you refute THIS EXACT POINT?
Do you agree or can you refute THIS EXACT POINT?
  
How about the fact that if they abort, they never did a correct
simulation,
 *You are not addressing THE EXACT POINT*
 *When HHH never aborts any of the above functions then*
(a) None of the functions ever stops running.
(b) Each of the above functions stops running anyway.
 You need to be clear that you are not making a claim about general
undecidability but a claim about the SPECIFIC CASE of pathological self
reference present in the classic Halting Problem definition .. the trolls
here (especially Damon and Mikko) like to ignore that you are doing that.
He is not doing even that. What he is doing is totally outside of the
scope of the halting problem. He has already verified that DDD halts
and that HHH does not report that DDD halts. Nothing else is relevant
in context of the halting problem.
If his intent is to deceive he should avoid clarity at least as much
as he has recently done. His switch from "halting decider" to
"termination analyzer" reduces consequences of his clarity at the
time he had not yet found out what he really wants to do.
--
Mikko

Date Sujet#  Auteur
17 Jun 25 * How do simulating termination analyzers work?132olcott
18 Jun 25 +* Re: How do simulating termination analyzers work?127Richard Damon
18 Jun 25 i`* Re: How do simulating termination analyzers work?126olcott
18 Jun 25 i +* Re: How do simulating termination analyzers work?99Fred. Zwarts
18 Jun 25 i i`* Re: How do simulating termination analyzers work?98olcott
18 Jun 25 i i +* Re: How do simulating termination analyzers work?6joes
18 Jun 25 i i i`* Re: How do simulating termination analyzers work?5olcott
18 Jun 25 i i i +* Re: How do simulating termination analyzers work?3joes
18 Jun 25 i i i i`* Re: How do simulating termination analyzers work?2olcott
19 Jun 25 i i i i `- Re: How do simulating termination analyzers work?1Richard Damon
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?19Mikko
19 Jun 25 i i i`* Re: How do simulating termination analyzers work?18olcott
19 Jun 25 i i i +* Re: How do simulating termination analyzers work?16Fred. Zwarts
19 Jun 25 i i i i+* Re: How do simulating termination analyzers work?2olcott
20 Jun 25 i i i ii`- Re: How do simulating termination analyzers work?1Fred. Zwarts
20 Jun 25 i i i i`* Re: How do simulating termination analyzers work?13Mikko
20 Jun 25 i i i i `* Re: How do simulating termination analyzers work?12olcott
21 Jun 25 i i i i  +- Re: How do simulating termination analyzers work?1Richard Damon
21 Jun 25 i i i i  `* Re: How do simulating termination analyzers work?10Mikko
21 Jun 25 i i i i   `* Re: How do simulating termination analyzers work?9olcott
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?7Mikko
22 Jun 25 i i i i     `* Re: How do simulating termination analyzers work?6olcott
23 Jun 25 i i i i      `* Re: How do simulating termination analyzers work?5Mikko
23 Jun 25 i i i i       `* Re: How do simulating termination analyzers work?4olcott
24 Jun 25 i i i i        `* Re: How do simulating termination analyzers work?3Mikko
24 Jun 25 i i i i         `* Re: How do simulating termination analyzers work?2olcott
25 Jun 25 i i i i          `- Re: How do simulating termination analyzers work?1Mikko
20 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?57Fred. Zwarts
19 Jun 25 i i  `* Re: How do simulating termination analyzers work?56olcott
20 Jun 25 i i   `* Re: How do simulating termination analyzers work?55Fred. Zwarts
20 Jun 25 i i    `* Re: How do simulating termination analyzers work?54olcott
21 Jun 25 i i     +- Re: How do simulating termination analyzers work?1Richard Damon
21 Jun 25 i i     `* Re: How do simulating termination analyzers work?52Mikko
21 Jun 25 i i      `* Re: How do simulating termination analyzers work?51olcott
21 Jun 25 i i       +- Re: How do simulating termination analyzers work?1Richard Damon
22 Jun 25 i i       +* Re: How do simulating termination analyzers work?44Mikko
22 Jun 25 i i       i`* Re: How do simulating termination analyzers work?43olcott
23 Jun 25 i i       i `* Re: How do simulating termination analyzers work?42Mikko
23 Jun 25 i i       i  `* Re: How do simulating termination analyzers work?41olcott
24 Jun 25 i i       i   `* Re: How do simulating termination analyzers work?40Mikko
24 Jun 25 i i       i    `* Re: How do simulating termination analyzers work?39olcott
25 Jun 25 i i       i     `* Re: How do simulating termination analyzers work?38Mikko
26 Jun 25 i i       i      `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism37Mikko
28 Jun 25 i i       i       `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism36olcott
28 Jun 25 i i       i        `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism35Mikko
28 Jun 25 i i       i         `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism34olcott
29 Jun 25 i i       i          `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism33Mikko
29 Jun15:04 i i       i           `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism32olcott
30 Jun18:49 i i       i            `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism31olcott
1 Jul08:51 i i       i             `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism30Mikko
1 Jul12:46 i i       i              `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism29olcott
2 Jul07:53 i i       i               `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism28Mikko
3 Jul23:11 i i       i                `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism27olcott
3 Jul23:58 i i       i                 +- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1Richard Damon
4 Jul08:25 i i       i                 +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism10Mikko
4 Jul13:34 i i       i                 i`* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism9olcott
4 Jul14:33 i i       i                 i +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism6joes
4 Jul18:19 i i       i                 i i`* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE5olcott
5 Jul13:26 i i       i                 i i `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE4Alan Mackenzie
5 Jul16:00 i i       i                 i i  `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE3olcott
5 Jul20:07 i i       i                 i i   `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE2Alan Mackenzie
5 Jul20:34 i i       i                 i i    `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1olcott
5 Jul09:32 i i       i                 i `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism2Mikko
5 Jul16:46 i i       i                 i  `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1olcott
4 Jul09:55 i i       i                 `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism15joes
4 Jul13:16 i i       i                  `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism14olcott
4 Jul14:37 i i       i                   `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism13joes
4 Jul18:30 i i       i                    `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism12olcott
4 Jul19:23 i i       i                     `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism11joes
4 Jul19:37 i i       i                      `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism10olcott
4 Jul20:09 i i       i                       `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism9joes
4 Jul20:15 i i       i                        `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism8olcott
4 Jul21:45 i i       i                         `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism7Richard Damon
4 Jul23:26 i i       i                          `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism6olcott
5 Jul08:26 i i       i                           +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism2Fred. Zwarts
5 Jul16:57 i i       i                           i`- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1olcott
5 Jul14:11 i i       i                           `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism3Richard Damon
5 Jul17:22 i i       i                            `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism2olcott
6 Jul01:40 i i       i                             `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1Richard Damon
29 Jun 25 i i       `* Re: How do simulating termination analyzers work?5Mikko
29 Jun15:21 i i        `* Re: How do simulating termination analyzers work?4olcott
30 Jun10:58 i i         `* Re: How do simulating termination analyzers work?3Mikko
1 Jul14:02 i i          `* Re: How do simulating termination analyzers work?2olcott
18 Jun 25 i `* Re: How do simulating termination analyzers work?26Richard Damon
18 Jun 25 +- Re: How do simulating termination analyzers work?1Mikko
19 Jun 25 `* Re: How do simulating termination analyzers work?3Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal