Re: 197 page execution trace of DDD correctly simulated by HHH

Liste des GroupesRevenir à theory 
Sujet : Re: 197 page execution trace of DDD correctly simulated by HHH
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 01. Jul 2024, 19:29:58
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5usj6$16k0l$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
User-Agent : Mozilla Thunderbird
On 7/1/2024 1:14 PM, Fred. Zwarts wrote:
Op 01.jul.2024 om 17:56 schreef olcott:
On 7/1/2024 10:52 AM, joes wrote:
Am Mon, 01 Jul 2024 09:35:54 -0500 schrieb olcott:
On 7/1/2024 9:27 AM, Fred. Zwarts wrote:
Op 01.jul.2024 om 14:57 schreef olcott:
On 7/1/2024 3:27 AM, Fred. Zwarts wrote:
Op 30.jun.2024 om 19:25 schreef olcott:
On 6/30/2024 3:42 AM, joes wrote:
>
Unless the outer HHH aborts its simulation after some fixed number of
correct emulations or none of the HHH ever aborts and HHH never stops
running.
But that does not make the result of the abort correct.
Not aborting will loop infinitely.
      If simulating halt decider H correctly simulates its input D until
      H correctly determines that its simulated D would never stop
      running unless aborted
If. D does stop running though, because the H that it calls aborts the
recursive emulation in order to be a decider.
>
>
*In each of the following cases the abort criteria has been met*
 Again a claim without evidence.
If true, the abort criteria are incorrect.
The #1 best selling author of theory of computation textbooks is wrong?
The #1 best selling author of theory of computation textbooks is wrong?
The #1 best selling author of theory of computation textbooks is wrong?
https://www.amazon.com/Introduction-Theory-Computation-Michael-Sipser/dp/113318779X/
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
     If simulating halt decider H correctly simulates its input D
     until H correctly determines that its simulated D would never
     stop running unless aborted then
     H can abort its simulation of D and correctly report that D
     specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
So you don't even know what an infinite loop is?

The last one does not need to be aborted, because it returns after N cycles of simulations, when the simulated HHH aborts and returns.
Only infinite simulations need to be aborted.
Is that too difficult to understand?
Your thinking is running in void circles:
Because HHH aborts you think it is an infinite recursion and because you think HHH is doing an infinite recursion you think it needs to be aborted.
But that is incorrect. The correct reasoning is:
Because HHH aborts, it is not an infinite recursion and because there is no infinite recursion no abort is needed.
The simulation of an aborting HHH does not need to be aborted. Only the simulation of a non-aborting HHH needs to be aborted.
This proves that neither an aborting HHH, not a non-aborting HHH is able to correctly simulate itself. (Although they might simulate each other.)
 
>
void Infinite_Loop()
{
   HERE: goto HERE;
}
>
void Infinite_Recursion()
{
   Infinite_Recursion();
}
>
void DDD()
{
   HHH(DDD);
}
>
int main()
{
   HHH(Infinite_Loop);
   HHH(Infinite_Recursion);
   HHH(DDD);
}
>
 void Finite_Recursion (int N) {
   if (N != 0) Finite_Recursion (N - 1);
}
 This is equivalent to you HHH that simulates N cycles.
No abort needed.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
23 Jun 24 * Re: 195 page execution trace of DDD correctly simulated by HH0147Mikko
23 Jun 24 `* Re: 195 page execution trace of DDD correctly simulated by HH0146olcott
24 Jun 24  `* Re: 195 page execution trace of DDD correctly simulated by HH0145Mikko
24 Jun 24   `* Re: 195 page execution trace of DDD correctly simulated by HH0144olcott
24 Jun 24    +* Re: 195 page execution trace of DDD correctly simulated by HH0142joes
24 Jun 24    i`* Re: 195 page execution trace of DDD correctly simulated by HH0141olcott
25 Jun 24    i +- Re: 195 page execution trace of DDD correctly simulated by HH01Richard Damon
25 Jun 24    i +* Re: 195 page execution trace of DDD correctly simulated by HH0137Fred. Zwarts
25 Jun 24    i i`* Re: 195 page execution trace of DDD correctly simulated by HH0136olcott
25 Jun 24    i i +* Re: 195 page execution trace of DDD correctly simulated by HH0132Fred. Zwarts
25 Jun 24    i i i`* Re: 195 page execution trace of DDD correctly simulated by HH0131olcott
25 Jun 24    i i i +* Re: 195 page execution trace of DDD correctly simulated by HH0110Fred. Zwarts
25 Jun 24    i i i i`* Re: 195 page execution trace of DDD correctly simulated by HH0109olcott
25 Jun 24    i i i i `* Re: 195 page execution trace of DDD correctly simulated by HH0108Fred. Zwarts
25 Jun 24    i i i i  `* Re: 195 page execution trace of DDD correctly simulated by HH0107olcott
25 Jun 24    i i i i   `* Re: 195 page execution trace of DDD correctly simulated by HH0106Fred. Zwarts
25 Jun 24    i i i i    `* Re: 195 page execution trace of DDD correctly simulated by HH0105olcott
26 Jun 24    i i i i     `* Re: 195 page execution trace of DDD correctly simulated by HH0104Fred. Zwarts
26 Jun 24    i i i i      +* Re: 195 page execution trace of DDD correctly simulated by HH014olcott
27 Jun 24    i i i i      i`* Re: 195 page execution trace of DDD correctly simulated by HH013Fred. Zwarts
27 Jun 24    i i i i      i `* Re: 195 page execution trace of DDD correctly simulated by HH012olcott
28 Jun 24    i i i i      i  `* Re: 195 page execution trace of DDD correctly simulated by HH011Fred. Zwarts
28 Jun 24    i i i i      i   `* Re: 197 page execution trace of DDD correctly simulated by HHH10olcott
28 Jun 24    i i i i      i    `* Re: 197 page execution trace of DDD correctly simulated by HHH9Fred. Zwarts
28 Jun 24    i i i i      i     `* Re: 197 page execution trace of DDD correctly simulated by HHH8olcott
28 Jun 24    i i i i      i      +- Re: 197 page execution trace of DDD correctly simulated by HHH1Fred. Zwarts
28 Jun 24    i i i i      i      `* Re: 197 page execution trace of DDD incorrectly simulated by HHH6joes
28 Jun 24    i i i i      i       `* Re: 197 page execution trace of DDD incorrectly simulated by HHH5olcott
28 Jun 24    i i i i      i        `* Re: 197 page execution trace of DDD incorrectly simulated by HHH4joes
28 Jun 24    i i i i      i         `* Re: 197 page execution trace of DDD incorrectly simulated by HHH3olcott
28 Jun 24    i i i i      i          `* Re: 197 page execution trace of DDD incorrectly simulated by HHH2Alan Mackenzie
28 Jun 24    i i i i      i           `- Re: 197 page execution trace of DDD incorrectly simulated by HHH1olcott
26 Jun 24    i i i i      `* Re: 195 page execution trace of DDD correctly simulated by HH089olcott
27 Jun 24    i i i i       `* Re: 195 page execution trace of DDD correctly simulated by HH088Fred. Zwarts
27 Jun 24    i i i i        `* Re: 195 page execution trace of DDD correctly simulated by HH087olcott
28 Jun 24    i i i i         +* Re: 195 page execution trace of DDD correctly simulated by HH016Fred. Zwarts
28 Jun 24    i i i i         i`* Re: 197 page execution trace of DDD correctly simulated by HHH15olcott
28 Jun 24    i i i i         i `* Re: 197 page execution trace of DDD correctly simulated by HHH14Fred. Zwarts
28 Jun 24    i i i i         i  `* Re: 197 page execution trace of DDD correctly simulated by HHH13olcott
28 Jun 24    i i i i         i   `* Re: 197 page execution trace of DDD correctly simulated by HHH12Fred. Zwarts
28 Jun 24    i i i i         i    `* Re: 197 page execution trace of DDD correctly simulated by HHH11olcott
28 Jun 24    i i i i         i     `* Re: 197 page execution trace of DDD correctly simulated by HHH10Fred. Zwarts
28 Jun 24    i i i i         i      `* Re: 197 page execution trace of DDD correctly simulated by HHH9olcott
28 Jun 24    i i i i         i       `* Re: 197 page execution trace of DDD correctly simulated by HHH8Fred. Zwarts
28 Jun 24    i i i i         i        `* Re: 197 page execution trace of DDD correctly simulated by HHH7olcott
28 Jun 24    i i i i         i         `* Re: 197 page execution trace of DDD correctly simulated by HHH6Fred. Zwarts
28 Jun 24    i i i i         i          `* Re: 197 page execution trace of DDD correctly simulated by HHH5olcott
29 Jun 24    i i i i         i           `* Re: 197 page execution trace of DDD correctly simulated by HHH4Fred. Zwarts
30 Jun 24    i i i i         i            `* Re: 197 page execution trace of DDD correctly simulated by HHH3olcott
30 Jun 24    i i i i         i             +- Re: simulation trace of DDD1joes
30 Jun 24    i i i i         i             `- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
28 Jun 24    i i i i         `* Re: 195 page execution trace of DDD correctly simulated by HH070joes
28 Jun 24    i i i i          `* Re: 197 page execution trace of DDD correctly simulated by HHH69olcott
28 Jun 24    i i i i           `* Re: 197 page execution trace of DDD correctly simulated by HHH68joes
28 Jun 24    i i i i            `* Re: 197 page execution trace of DDD correctly simulated by HHH67olcott
28 Jun 24    i i i i             `* Re: 197 page execution trace of DDD correctly simulated by HHH66joes
28 Jun 24    i i i i              `* Re: 197 page execution trace of DDD correctly simulated by HHH65olcott
28 Jun 24    i i i i               `* Re: 197 page execution trace of DDD correctly simulated by HHH64joes
28 Jun 24    i i i i                `* Re: 197 page execution trace of DDD correctly simulated by HHH63olcott
29 Jun 24    i i i i                 `* Re: 197 page execution trace of DDD correctly simulated by HHH62joes
29 Jun 24    i i i i                  `* Re: 197 page execution trace of DDD correctly simulated by HHH61olcott
29 Jun 24    i i i i                   +- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
30 Jun 24    i i i i                   +* Re: 197 page execution trace of DDD correctly simulated by HHH20joes
30 Jun 24    i i i i                   i`* Re: 197 page execution trace of DDD correctly simulated by HHH19olcott
30 Jun 24    i i i i                   i +- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
30 Jun 24    i i i i                   i +- Re: 197 page execution trace of DDD correctly simulated by HHH1joes
1 Jul 24    i i i i                   i `* Re: 197 page execution trace of DDD correctly simulated by HHH16Fred. Zwarts
1 Jul 24    i i i i                   i  `* Re: 197 page execution trace of DDD correctly simulated by HHH15olcott
1 Jul 24    i i i i                   i   +* Re: 197 page execution trace of DDD correctly simulated by HHH10Fred. Zwarts
1 Jul 24    i i i i                   i   i`* Re: 197 page execution trace of DDD correctly simulated by HHH9olcott
1 Jul 24    i i i i                   i   i +* Re: 197 page execution trace of DDD correctly simulated by HHH5joes
1 Jul 24    i i i i                   i   i i`* Re: 197 page execution trace of DDD correctly simulated by HHH4olcott
1 Jul 24    i i i i                   i   i i `* Re: 197 page execution trace of DDD correctly simulated by HHH3Fred. Zwarts
1 Jul 24    i i i i                   i   i i  `* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                   i   i i   `- Re: 197 page execution trace of DDD correctly simulated by HHH1Fred. Zwarts
1 Jul 24    i i i i                   i   i `* Re: 197 page execution trace of DDD correctly simulated by HHH3Fred. Zwarts
1 Jul 24    i i i i                   i   i  `* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                   i   i   `- Re: 197 page execution trace of DDD correctly simulated by HHH1Fred. Zwarts
1 Jul 24    i i i i                   i   +- Re: 197 page execution trace of DDD correctly simulated by HHH1joes
2 Jul 24    i i i i                   i   `* Re: 197 page execution trace of DDD correctly simulated by HHH3Richard Damon
2 Jul 24    i i i i                   i    `* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                   i     `- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
30 Jun 24    i i i i                   `* Re: 197 page execution trace of DDD correctly simulated by HHH39Fred. Zwarts
30 Jun 24    i i i i                    `* Re: 197 page execution trace of DDD correctly simulated by HHH38olcott
1 Jul 24    i i i i                     `* Re: 197 page execution trace of DDD correctly simulated by HHH37Fred. Zwarts
1 Jul 24    i i i i                      `* Re: 197 page execution trace of DDD correctly simulated by HHH36olcott
1 Jul 24    i i i i                       +* Re: 197 page execution trace of DDD correctly simulated by HHH3Fred. Zwarts
1 Jul 24    i i i i                       i`* Re: 197 page execution trace of DDD correctly simulated by HHH2olcott
2 Jul 24    i i i i                       i `- Re: 197 page execution trace of DDD correctly simulated by HHH1Richard Damon
2 Jul 24    i i i i                       `* Re: 197 page execution trace of DDD correctly simulated by HHH32Richard Damon
2 Jul 24    i i i i                        `* Re: 197 page execution trace of DDD correctly simulated by HHH31olcott
2 Jul 24    i i i i                         +* Re: 197 page execution trace of DDD correctly simulated by HHH29Richard Damon
2 Jul 24    i i i i                         i`* Re: 197 page execution trace of DDD correctly simulated by HHH28olcott
2 Jul 24    i i i i                         i +* Re: 197 page execution trace of DDD correctly simulated by HHH26Richard Damon
2 Jul 24    i i i i                         i i`* Re: 197 page execution trace of DDD correctly simulated by HHH25olcott
2 Jul 24    i i i i                         i i +* Re: 197 page execution trace of DDD correctly simulated by HHH23Richard Damon
2 Jul 24    i i i i                         i i i`* Re: 197 page execution trace of DDD correctly simulated by HHH22olcott
2 Jul 24    i i i i                         i i i `* Re: 197 page execution trace of DDD correctly simulated by HHH21Richard Damon
2 Jul 24    i i i i                         i i i  `* Re: 197 page execution trace of DDD correctly simulated by HHH20olcott
2 Jul 24    i i i i                         i i i   `* Re: 197 page execution trace of DDD correctly simulated by HHH19Richard Damon
2 Jul 24    i i i i                         i i i    `* Re: 197 page execution trace of DDD correctly simulated by HHH18olcott
2 Jul 24    i i i i                         i i `- Re: 197 page execution trace of DDD correctly simulated by HHH1Mikko
2 Jul 24    i i i i                         i `- Re: 197 page execution trace of DDD correctly simulated by HHH1joes
2 Jul 24    i i i i                         `- Re: 197 page execution trace of DDD correctly simulated by HHH1Mikko
26 Jun 24    i i i `* Re: 195 page execution trace of DDD correctly simulated by HH020Mikko
26 Jun 24    i i `* Re: 195 page execution trace of DDD correctly simulated by HH03Richard Damon
25 Jun 24    i `* Re: 195 page execution trace of DDD correctly simulated by HH02joes
25 Jun 24    `- Re: 195 page execution trace of DDD correctly simulated by HH01Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal