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?136olcott
18 Jun 25 +* Re: How do simulating termination analyzers work?131Richard Damon
18 Jun 25 i`* Re: How do simulating termination analyzers work?130olcott
18 Jun 25 i +* Re: How do simulating termination analyzers work?103Fred. Zwarts
18 Jun 25 i i`* Re: How do simulating termination analyzers work?102olcott
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?61Fred. Zwarts
19 Jun 25 i i  `* Re: How do simulating termination analyzers work?60olcott
20 Jun 25 i i   `* Re: How do simulating termination analyzers work?59Fred. Zwarts
20 Jun 25 i i    `* Re: How do simulating termination analyzers work?58olcott
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?56Mikko
21 Jun 25 i i      `* Re: How do simulating termination analyzers work?55olcott
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?48Mikko
22 Jun 25 i i       i`* Re: How do simulating termination analyzers work?47olcott
23 Jun 25 i i       i `* Re: How do simulating termination analyzers work?46Mikko
23 Jun 25 i i       i  `* Re: How do simulating termination analyzers work?45olcott
24 Jun 25 i i       i   `* Re: How do simulating termination analyzers work?44Mikko
24 Jun 25 i i       i    `* Re: How do simulating termination analyzers work?43olcott
25 Jun 25 i i       i     `* Re: How do simulating termination analyzers work?42Mikko
26 Jun 25 i i       i      `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism41Mikko
28 Jun 25 i i       i       `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism40olcott
28 Jun 25 i i       i        `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism39Mikko
28 Jun 25 i i       i         `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism38olcott
29 Jun 25 i i       i          `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism37Mikko
29 Jun 25 i i       i           `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism36olcott
30 Jun18:49 i i       i            `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism35olcott
1 Jul08:51 i i       i             `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism34Mikko
1 Jul12:46 i i       i              `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism33olcott
2 Jul07:53 i i       i               `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism32Mikko
3 Jul23:11 i i       i                `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism31olcott
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 Maximalism13Mikko
4 Jul13:34 i i       i                 i`* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism12olcott
4 Jul14:33 i i       i                 i +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism8joes
4 Jul18:19 i i       i                 i i`* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE7olcott
5 Jul13:26 i i       i                 i i `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE6Alan Mackenzie
5 Jul16:00 i i       i                 i i  `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE5olcott
5 Jul20:07 i i       i                 i i   `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE4Alan Mackenzie
5 Jul20:34 i i       i                 i i    `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE3olcott
6 Jul10:50 i i       i                 i i     +- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1Fred. Zwarts
6 Jul11:16 i i       i                 i i     `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1Alan Mackenzie
5 Jul09:32 i i       i                 i `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism3Mikko
5 Jul16:46 i i       i                 i  `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism2olcott
6 Jul09:46 i i       i                 i   `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1Mikko
4 Jul09:55 i i       i                 `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism16joes
4 Jul13:16 i i       i                  `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism15olcott
4 Jul14:37 i i       i                   `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism14joes
4 Jul18:30 i i       i                    `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism13olcott
4 Jul19:23 i i       i                     `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism12joes
4 Jul19:37 i i       i                      `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism11olcott
4 Jul20:09 i i       i                       `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism10joes
4 Jul20:15 i i       i                        `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism9olcott
4 Jul21:45 i i       i                         `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism8Richard Damon
4 Jul23:26 i i       i                          `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism7olcott
5 Jul08:26 i i       i                           +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism3Fred. Zwarts
5 Jul16:57 i i       i                           i`* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism2olcott
6 Jul10:30 i i       i                           i `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1Fred. Zwarts
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
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