Re: Who here understands that the last paragraph is Necessarily true?

Liste des GroupesRevenir à c theory 
Sujet : Re: Who here understands that the last paragraph is Necessarily true?
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory
Date : 20. Jul 2024, 11:02:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v7fufu$3euo8$4@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
User-Agent : Mozilla Thunderbird
Op 19.jul.2024 om 22:21 schreef olcott:
On 7/19/2024 11:03 AM, joes wrote:
Am Fri, 19 Jul 2024 09:54:07 -0500 schrieb olcott:
On 7/19/2024 1:35 AM, Fred. Zwarts wrote:
Exactly the same input is presented to the direct execution and the
simulation, namely the x86 code of the program.
The semantics of the x86 language does not change in these two cases,
so a correct simulator should interpret the x86 in the same way as the
direct execution.
 No it is not.
Although you are the same person when you are hungry before
you eat after you eat you are no longer in the hungry state.
*Same person transitioning from hungry to not-hungry*
But a halting program does not change into a non-halting program when only the fort few instructions are execute/simulated.

 Because or actions that HHH does DDD changes its state
from needing to be aborted to not needing to be aborted.
No, there is no need to abort. Correct simulations of HHH have been presented, that show that the simulated HHH does not need to be aborted, but halts of its own.
The problem is that HHH cannot possibly simulate itself correctly.

 Same program transitioning from needing to be aborted
to not needing to be aborted.
 
     Before HHH(DDD) aborts its emulation the directly executed DDD()
     cannot possibly halt.
     After HHH(DDD) aborts its emulation the directly executed DDD()
     halts.
What do you mean "after"? The outer DDD called by main? It will halt
even before HHH has aborted, because it is deterministic and actually
does halt. It makes no sense to say that something that will, couldn't.
>
 void DDD()
{
   HHH(DDD);
}
 int main()
{
   DDD();
}
 DDD() is invoked and calls HHH(DDD) that emulates its own
separate DDD instance as a separate process.
 Unless HHH(DDD) aborts its emulated DDD:
HHH, emulated DDD and executed DDD never stop running.
 
And when HHH aborts, the simulation is incomplete and, therefore, incorrect.
DDD is a misleading and unneeded complication. It is easy to eliminate DDD:
        int main() {
          return HHH(main);
        }
This has the same problem. This proves that the problem is not in DDD, but in HHH, which halts when it aborts the simulation, but it decides that the simulation of itself does not halt.
HHH is simply unable to decide about finite recursions.
void Finite_Recursion (int N) {
   if (N > 0) Finite_Recursion (N - 1);
}
It decides after N recursions that there is an infinite recursion, which is incorrect.
Olcott's HHH is programmed to abort the simulation after N cycles of recursive simulations. Therefore, it is incorrect to abort the simulation of HHH when the simulated HHH has performed only N-1 cycles, because that changes the behaviour of HHH.
Since the simulated HHH always runs one cycle behind the simulating HHH, it is clear that HHH can never simulate enough cycles for a correct simulation, as is required by the x86 language.
Therefore, the simulation is incorrect according to the criteria olcott stipulated.
The conclusion is simple:
HHH cannot possibly simulate itself correctly.
No matter how much olcott wants it to be correct, or how many times olcott repeats that it is correct, it does not change the fact that such a simulation is incorrect, because it is unable to reach the end.
Olcott's own claim that the simulated HHH does not reach its end confirms it. The trace he has shown also proves that HHH cannot reach the end of its own simulation. So, his own claims prove that it is true that HHH cannot possibly simulate itself up to the end, which makes the simulation incorrect.
Sipser would agree that this incorrect simulation cannot be used to detect a non-halting behaviour.
Olcott could not point to an error, but prefers to ignore it. So, I will repeat it, until either an error is found, or olcott admits that HHH cannot possibly simulate itself correctly.

Date Sujet#  Auteur
13 Jul 24 * Who here understands that the last paragraph is Necessarily true?172olcott
13 Jul 24 +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
14 Jul 24 `* Re: Who here understands that the last paragraph is Necessarily true?170Mikko
14 Jul 24  `* Re: Who here understands that the last paragraph is Necessarily true?169olcott
14 Jul 24   +* Re: Who here understands that the last paragraph is Necessarily true?154Richard Damon
15 Jul 24   i`* Re: Who here understands that the last paragraph is Necessarily true?153olcott
15 Jul 24   i `* Re: Who here understands that the last paragraph is Necessarily true?152Richard Damon
15 Jul 24   i  `* Re: Who here understands that the last paragraph is Necessarily true?151olcott
15 Jul 24   i   `* Re: Who here understands that the last paragraph is Necessarily true?150Richard Damon
15 Jul 24   i    `* Re: Who here understands that the last paragraph is Necessarily true?149olcott
15 Jul 24   i     `* Re: Who here understands that the last paragraph is Necessarily true?148Richard Damon
15 Jul 24   i      +* Re: Who here understands that the last paragraph is Necessarily true?111olcott
15 Jul 24   i      i+* Re: Who here understands that the last paragraph is Necessarily true?4Richard Damon
15 Jul 24   i      ii`* Re: Who here understands that the last paragraph is Necessarily true?3olcott
15 Jul 24   i      ii +- Re: Who here understands that the last paragraph is Necessarily true?1Fred. Zwarts
16 Jul 24   i      ii `- OLCOTT ADMITS TO LYING1Richard Damon
15 Jul 24   i      i+* Re: Who here understands that the last paragraph is Necessarily true?48Fred. Zwarts
15 Jul 24   i      ii`* Re: Who here understands that the last paragraph is Necessarily true?47olcott
16 Jul 24   i      ii +- OLCOTT ADMITS TO LYING FOR YEARS1Richard Damon
16 Jul 24   i      ii +* Re: Who here understands that the last paragraph is Necessarily true?40olcott
16 Jul 24   i      ii i`* Re: Who here understands that the last paragraph is Necessarily true?39Richard Damon
16 Jul 24   i      ii i `* Re: Who here understands that the last paragraph is Necessarily true?38olcott
16 Jul 24   i      ii i  +- Re: Who here understands that the last paragraph is Necessarily true?1joes
17 Jul 24   i      ii i  +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
17 Jul 24   i      ii i  `* Re: Who here understands that the last paragraph is Necessarily true?35Mikko
17 Jul 24   i      ii i   `* Re: Who here understands that the last paragraph is Necessarily true?34olcott
18 Jul 24   i      ii i    +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
19 Jul 24   i      ii i    `* Re: Who here understands that the last paragraph is Necessarily true?32Mikko
19 Jul 24   i      ii i     `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine31olcott
19 Jul 24   i      ii i      +- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
19 Jul 24   i      ii i      +* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine9joes
19 Jul 24   i      ii i      i`* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine8olcott
19 Jul 24   i      ii i      i +- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
20 Jul 24   i      ii i      i `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine6André G. Isaak
20 Jul 24   i      ii i      i  `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine5olcott
20 Jul 24   i      ii i      i   +- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
20 Jul 24   i      ii i      i   `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine3André G. Isaak
20 Jul 24   i      ii i      i    `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine2olcott
20 Jul 24   i      ii i      i     `- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
20 Jul 24   i      ii i      `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine20Mikko
20 Jul 24   i      ii i       `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine19olcott
20 Jul 24   i      ii i        +- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
20 Jul 24   i      ii i        +* Re: Self-Modifying Turing Machine3joes
20 Jul 24   i      ii i        i`* Re: Self-Modifying Turing Machine2olcott
20 Jul 24   i      ii i        i `- Re: Self-Modifying Turing Machine1Richard Damon
21 Jul 24   i      ii i        `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine14Mikko
21 Jul 24   i      ii i         `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine13olcott
21 Jul 24   i      ii i          +- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
21 Jul 24   i      ii i          +* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine2joes
21 Jul 24   i      ii i          i`- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
22 Jul 24   i      ii i          `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine9Mikko
22 Jul 24   i      ii i           `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine8olcott
23 Jul 24   i      ii i            `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine7Mikko
23 Jul 24   i      ii i             `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine6olcott
24 Jul 24   i      ii i              +- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
25 Jul 24   i      ii i              `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine4Mikko
25 Jul 24   i      ii i               `* Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine3olcott
26 Jul 24   i      ii i                +- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Richard Damon
26 Jul 24   i      ii i                `- Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine1Mikko
16 Jul 24   i      ii `* Re: Who here understands that the last paragraph is Necessarily true?5Fred. Zwarts
16 Jul 24   i      ii  +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
16 Jul 24   i      ii  `* Re: Who here understands that the last paragraph is Necessarily true?3olcott
16 Jul 24   i      ii   +- Re: Who here understands that the last paragraph is Necessarily true?1Fred. Zwarts
17 Jul 24   i      ii   `- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
16 Jul 24   i      i`* Re: Who here understands that the last paragraph is Necessarily true?58Mikko
16 Jul 24   i      i `* Re: Who here understands that the last paragraph is Necessarily true?57olcott
17 Jul 24   i      i  +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
17 Jul 24   i      i  `* Re: Who here understands that the last paragraph is Necessarily true?55Mikko
17 Jul 24   i      i   `* Re: Who here understands that the last paragraph is Necessarily true?54olcott
17 Jul 24   i      i    +* Re: Who here understands that the last paragraph is Necessarily true?26Fred. Zwarts
17 Jul 24   i      i    i`* Re: Who here understands that the last paragraph is Necessarily true?25olcott
17 Jul 24   i      i    i +* Re: Who here understands that the last paragraph is Necessarily true?23Fred. Zwarts
17 Jul 24   i      i    i i`* Re: Who here understands that the last paragraph is Necessarily true?22olcott
17 Jul 24   i      i    i i +- Re: Who here understands that the last paragraph is Necessarily true?1joes
18 Jul 24   i      i    i i +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
18 Jul 24   i      i    i i `* Re: Who here understands that the last paragraph is Necessarily true?19Fred. Zwarts
18 Jul 24   i      i    i i  `* Re: Who here understands that the last paragraph is Necessarily true?18olcott
19 Jul 24   i      i    i i   +* Re: Who here understands that the last paragraph is Necessarily true?7Fred. Zwarts
19 Jul 24   i      i    i i   i`* Re: Who here understands that the last paragraph is Necessarily true?6olcott
19 Jul 24   i      i    i i   i +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
20 Jul 24   i      i    i i   i `* Re: Who here understands that the last paragraph is Necessarily true?4Fred. Zwarts
20 Jul 24   i      i    i i   i  `* Re: Who here understands that the last paragraph is Necessarily true?3olcott
20 Jul 24   i      i    i i   i   +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
20 Jul 24   i      i    i i   i   `- Re: Who here understands that the last paragraph is Necessarily true?1Fred. Zwarts
19 Jul 24   i      i    i i   `* Re: Who here understands that the last paragraph is Necessarily true?10Mikko
19 Jul 24   i      i    i i    `* Re: Who here understands that the last paragraph is Necessarily true?9olcott
19 Jul 24   i      i    i i     +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
20 Jul 24   i      i    i i     +* Re: Who here understands that the last paragraph is Necessarily true?4Fred. Zwarts
20 Jul 24   i      i    i i     i`* Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue3olcott
20 Jul 24   i      i    i i     i +- Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue1Richard Damon
20 Jul 24   i      i    i i     i `- Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue1Fred. Zwarts
20 Jul 24   i      i    i i     `* Re: Who here understands that the last paragraph is Necessarily true?3Mikko
20 Jul 24   i      i    i i      `* Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue2olcott
20 Jul 24   i      i    i i       `- Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue1Fred. Zwarts
18 Jul 24   i      i    i `- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
17 Jul 24   i      i    +* Re: Who here understands that the last paragraph is Necessarily true?21joes
17 Jul 24   i      i    i`* Re: Who here understands that the last paragraph is Necessarily true?20olcott
17 Jul 24   i      i    i +* Re: Who here understands that the last paragraph is Necessarily true?18joes
17 Jul 24   i      i    i i`* Re: Who here understands that the last paragraph is Necessarily true?17olcott
18 Jul 24   i      i    i i `* Re: Who here understands that the last paragraph is Necessarily true?16joes
18 Jul 24   i      i    i i  `* Re: Who here understands that the last paragraph is Necessarily true?15olcott
18 Jul 24   i      i    i `- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
18 Jul 24   i      i    +- Re: Who here understands that the last paragraph is Necessarily true?1Richard Damon
19 Jul 24   i      i    `* Re: Who here understands that the last paragraph is Necessarily true?5Mikko
15 Jul 24   i      `* Re: Who here understands that the last paragraph is Necessarily true?36olcott
15 Jul 24   `* Re: Who here understands that the last paragraph is Necessarily true?14Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal