Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT

Liste des GroupesRevenir à ca philosophy 
Sujet : Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory sci.logic comp.ai.philosophy
Date : 18. Jun 2025, 11:06:40
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102u33g$31q0f$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla Thunderbird
Op 17.jun.2025 om 16:12 schreef olcott:
On 6/17/2025 4:44 AM, Fred. Zwarts wrote:
Op 17.jun.2025 om 05:07 schreef olcott:
On 6/16/2025 9:13 PM, Richard Damon wrote:
On 6/16/25 2:32 PM, olcott wrote:
On 6/16/2025 6:28 AM, Richard Damon wrote:
On 6/15/25 8:57 PM, olcott wrote:
On 6/15/2025 6:44 PM, Richard Damon wrote:
On 6/15/25 4:10 PM, olcott wrote:
void DDD()
{
   HHH(DDD);
   return;
}
>
When I challenge anyone to show the details of exactly
how DDD correctly simulated by ANY simulating termination
analyzer HHH can possibly reach its own simulated "return"
statement final halt state they ignore this challenge.
>
And it seems you don't understand that the problem is that while, yes, if HHH does infact do a correct simulation, it will not reach a final state, that fact only applie *IF* HHH does that, and all the other HHHs which differ see different inputs.
>
>
*I should have said*
When one or more instructions of DDD are correctly
simulated by ANY simulating termination analyzer HHH
then DDD never reaches its simulated "return" statement
final halt state.
>
>
So?
>
Since that isn't the criteria that the decider is supposed to answer by, it is just a strawman.
>
>
*You merely dishonestly changed the subject*
>
No I didn't, the subject is about "Halting"
>
Halting is defined for PROGRAMS
>
>
>
Whenever I challenge anyone to provide the details to show
exactly how the below (a) & (b) is not true they ignore this
challenge and change the subject.
>
   (a) One of more instructions of DDD are correctly
   simulated by some simulating termination analyzer HHH.
>
   (b) None of the above simulated DDD instances ever
   reach its own simulated "return" statement final halt state.
>
Since that isn't the definition of Halting/Non-Halting, it is just a strawman.
>
Non-Halting isn't just that a partial simulation doesn't reach a final state, and that is what your (a) describes, as to be NOT partial, it must simulate *ALL* the instructions.
>
The fuller definition of non-halting is that a machine is non- halting if it will not reach a final state performing an UNBOUNDED number of steps.
>
>
In other words you do not understand what every CS graduate
would understand: That once a non-halting behavior pattern
is correctly matched in a finite number of steps that this
conclusively proves non-halting.
>
Irrelevant, because such a CS graduate will also understand that a finite recursion is not a pattern for non-halting behaviour.
 void Infinite_Loop()
{
   HERE: goto HERE;
   return;
}
 void Infinite_Recursion()
{
   Infinite_Recursion();
   return;
}
 void DDD()
{
   HHH(DDD);
   return;
}
 When correctly simulated by HHH none of the above can
possibly reach their own simulated "return" instruction
final halt state in any finite number of steps.
For the first two, these ere clearly non-halting programs.
But for DDD, this is a failure of HHH. Other world-class simulators are perfectly able to reach the end of exactly the same program specified in exactly the same input.
Is the difference between DDD and the other programs over your head?
Why repeating this failure of HHH again and again?
void Finite_Recursion (int N) {
   if (N > 0) Finite_Recursion (N - 1);
   printf ("Olcott thinks this is never printed.\n");
}
A correct simulation will reach the end without the need to abort.

Date Sujet#  Auteur
15 Jun 25 * HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT62olcott
16 Jun 25 +* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT17Richard Damon
16 Jun 25 i`* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT16olcott
16 Jun 25 i +* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT2Fred. Zwarts
16 Jun 25 i i`- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1olcott
16 Jun 25 i `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT13Richard Damon
16 Jun 25 i  +* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT10olcott
17 Jun 25 i  i`* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT9Richard Damon
17 Jun 25 i  i +* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT3olcott
17 Jun 25 i  i i+- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1Fred. Zwarts
18 Jun 25 i  i i`- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1Richard Damon
17 Jun 25 i  i `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT5olcott
17 Jun 25 i  i  +* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT3Fred. Zwarts
17 Jun 25 i  i  i`* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT2olcott
18 Jun 25 i  i  i `- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1Fred. Zwarts
18 Jun 25 i  i  `- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1Richard Damon
16 Jun 25 i  `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT !!!2olcott
17 Jun 25 i   `- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT !!!1Fred. Zwarts
16 Jun 25 `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT44Fred. Zwarts
16 Jun 25  +* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT4olcott
17 Jun 25  i`* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT3Fred. Zwarts
17 Jun 25  i `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT2olcott
18 Jun 25  i  `- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1Fred. Zwarts
16 Jun 25  `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT39olcott
17 Jun 25   `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT38Fred. Zwarts
17 Jun 25    `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT37olcott
18 Jun 25     `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT36Fred. Zwarts
18 Jun 25      `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT35olcott
19 Jun 25       `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT34Fred. Zwarts
19 Jun 25        `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT33olcott
20 Jun 25         `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT32Fred. Zwarts
20 Jun 25          `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT31olcott
21 Jun 25           +* Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT8olcott
21 Jun 25           i`* Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT7Richard Damon
21 Jun 25           i `* Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT6olcott
22 Jun 25           i  `* Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT5Richard Damon
22 Jun 25           i   `* Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT4olcott
22 Jun 25           i    `* Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT3Richard Damon
22 Jun 25           i     `* Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT2olcott
23 Jun 25           i      `- Re: HHH(DDD) is correct to reject its input as non-halting --- PROOF THAT I AM CORRECT1Richard Damon
22 Jun 25           `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT22Fred. Zwarts
22 Jun 25            `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT21olcott
23 Jun 25             `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT20Fred. Zwarts
23 Jun 25              `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT19olcott
24 Jun 25               `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT18Fred. Zwarts
24 Jun 25                `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT17olcott
25 Jun 25                 `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT16Fred. Zwarts
25 Jun 25                  `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT15olcott
26 Jun 25                   `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT14Fred. Zwarts
28 Jun 25                    `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT13olcott
28 Jun 25                     `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT12Fred. Zwarts
28 Jun 25                      `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT11olcott
29 Jun 25                       `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT10Fred. Zwarts
29 Jun 25                        +- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1olcott
29 Jun 25                        `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT8olcott
30 Jun 25                         `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT7Fred. Zwarts
30 Jun 25                          +* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT4olcott
1 Jul 25                          i`* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT3Fred. Zwarts
1 Jul 25                          i `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT2olcott
2 Jul 25                          i  `- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1Fred. Zwarts
30 Jun 25                          `* Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT2olcott
1 Jul 25                           `- Re: HHH(DDD) is correct to reject its input as non-halting --- EVIDENCE THAT I AM CORRECT1Fred. Zwarts

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal