Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement

Liste des GroupesRevenir à theory 
Sujet : Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory
Date : 17. Jul 2024, 16:08:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v78j8j$1rnr3$5@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
User-Agent : Mozilla Thunderbird
Op 17.jul.2024 om 15:39 schreef olcott:
On 7/17/2024 8:32 AM, Fred. Zwarts wrote:
Op 17.jul.2024 om 15:00 schreef olcott:
On 7/17/2024 1:43 AM, Mikko wrote:
On 2024-07-16 14:21:28 +0000, olcott said:
>
When simulated input DDD stops running {if and only if}
the simulation of this input DDD has been aborted this
necessitates that input DDD specifies non-halting behavior
>
DDD does not stop runnig unless it is completely exeuted.
>
_DDD()
[00002163] 55         push ebp      ; housekeeping
[00002164] 8bec       mov ebp,esp   ; housekeeping
[00002166] 6863210000 push 00002163 ; push DDD
[0000216b] e853f4ffff call 000015c3 ; call HHH(DDD)
[00002170] 83c404     add esp,+04
[00002173] 5d         pop ebp
[00002174] c3         ret
Size in bytes:(0018) [00002174]
>
DDD emulated by HHH according to the semantic meaning of
its x86 instructions never stop running unless aborted.
>
The 'unless aborted' is misleading, since we know that HHH *does* abort.
*THIS IS SELF EVIDENT THUS DISAGREEMENT IS INCORRECT*
DDD emulated by any pure function HHH according to the
semantic meaning of its x86 instructions never stops
running unless aborted.
But HHH is programmed to abort after N cycles, therefore, it stops running after N cycles.
Dreaming of HHH that does not abort is irrelevant.
The semantics of the x86 code of a halting program is self-evident: it halts. No abort needed.
Any denial displays a large misunderstanding of the x86 language.
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.
Your 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 you stipulated.
The conclusion is simple:
HHH cannot possibly simulate itself correctly.
No matter how much you want it to be correct, or how many times you repeat that it is correct, it does not change the fact that such a simulation is incorrect, because it is unable to reach the end.
Your own claim that the simulated HHH does not reach its end confirms it. The trace you have shown also proves that HHH cannot reach the end of its own simulation. So, your 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.

Date Sujet#  Auteur
3 Jul 24 * Liar detector: Fred, Richard, Joes and Alan253olcott
3 Jul 24 +* Re: Liar detector: Fred, Richard, Joes and Alan232Fred. Zwarts
3 Jul 24 i`* Re: Liar detector: Fred, Richard, Joes and Alan231olcott
3 Jul 24 i +* Re: Liar detector: Fred, Richard, Joes and Alan209Fred. Zwarts
3 Jul 24 i i`* Re: Liar detector: Fred, Richard, Joes and Alan208olcott
3 Jul 24 i i `* Re: Liar detector: Fred, Richard, Joes and Alan207Fred. Zwarts
3 Jul 24 i i  `* Re: Liar detector: Fred, Richard, Joes and Alan206olcott
3 Jul 24 i i   `* Re: Liar detector: Fred, Richard, Joes and Alan205Fred. Zwarts
3 Jul 24 i i    `* Re: Liar detector: Fred, Richard, Joes and Alan204olcott
4 Jul 24 i i     `* Re: Liar detector: Fred, Richard, Joes and Alan203Fred. Zwarts
4 Jul 24 i i      `* Re: Liar detector: Fred, Richard, Joes and Alan202olcott
4 Jul 24 i i       +- Re: Liar detector: Peter Olcott (self-admitted)1Richard Damon
4 Jul 24 i i       `* Re: Liar detector: Fred, Richard, Joes and Alan200Fred. Zwarts
4 Jul 24 i i        `* Re: Liar detector: Fred, Richard, Joes and Alan199olcott
4 Jul 24 i i         `* Re: Liar detector: Fred, Richard, Joes and Alan198Fred. Zwarts
4 Jul 24 i i          `* Re: Liar detector: Fred, Richard, Joes and Alan197olcott
4 Jul 24 i i           `* Re: Liar detector: Fred, Richard, Joes and Alan196Fred. Zwarts
4 Jul 24 i i            `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement195olcott
5 Jul 24 i i             +- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
5 Jul 24 i i             +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement3Mikko
5 Jul 24 i i             i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement2olcott
5 Jul 24 i i             i `- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
5 Jul 24 i i             +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement188Fred. Zwarts
5 Jul 24 i i             i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement187olcott
5 Jul 24 i i             i +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement185Fred. Zwarts
5 Jul 24 i i             i i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement184olcott
5 Jul 24 i i             i i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement183Fred. Zwarts
5 Jul 24 i i             i i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement182olcott
5 Jul 24 i i             i i   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement181Fred. Zwarts
5 Jul 24 i i             i i    `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement180olcott
5 Jul 24 i i             i i     +- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
6 Jul 24 i i             i i     `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement178Fred. Zwarts
6 Jul 24 i i             i i      `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement177olcott
6 Jul 24 i i             i i       +- Re: Liar detector: Peter Olcott who doesn't under stand Ben's agreement1Richard Damon
6 Jul 24 i i             i i       `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement175Fred. Zwarts
6 Jul 24 i i             i i        +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement3olcott
6 Jul 24 i i             i i        i+- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
6 Jul 24 i i             i i        i`- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Fred. Zwarts
6 Jul 24 i i             i i        `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement171olcott
6 Jul 24 i i             i i         +- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
6 Jul 24 i i             i i         +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement3joes
6 Jul 24 i i             i i         i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement2olcott
6 Jul 24 i i             i i         i `- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
6 Jul 24 i i             i i         `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement166Fred. Zwarts
6 Jul 24 i i             i i          `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement165olcott
6 Jul 24 i i             i i           +- Re: Liar detector: Peter Olcott1Richard Damon
6 Jul 24 i i             i i           `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement163Fred. Zwarts
6 Jul 24 i i             i i            `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement162olcott
6 Jul 24 i i             i i             +- Re: Liar detector: Peter Olcott1Richard Damon
6 Jul 24 i i             i i             +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement42Richard Damon
6 Jul 24 i i             i i             i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar41olcott
6 Jul 24 i i             i i             i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar40Richard Damon
6 Jul 24 i i             i i             i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?39olcott
6 Jul 24 i i             i i             i   +* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?37Richard Damon
6 Jul 24 i i             i i             i   i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?36olcott
6 Jul 24 i i             i i             i   i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?35Richard Damon
6 Jul 24 i i             i i             i   i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?34olcott
7 Jul 24 i i             i i             i   i   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?33Richard Damon
7 Jul 24 i i             i i             i   i    `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?32olcott
7 Jul 24 i i             i i             i   i     `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?31Richard Damon
7 Jul 24 i i             i i             i   i      `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?30olcott
7 Jul 24 i i             i i             i   i       `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?29Richard Damon
7 Jul 24 i i             i i             i   i        `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?28olcott
7 Jul 24 i i             i i             i   i         +* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?24Richard Damon
7 Jul 24 i i             i i             i   i         i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?23olcott
7 Jul 24 i i             i i             i   i         i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?22Richard Damon
7 Jul 24 i i             i i             i   i         i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?21olcott
7 Jul 24 i i             i i             i   i         i   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?20Richard Damon
7 Jul 24 i i             i i             i   i         i    +* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?8olcott
7 Jul 24 i i             i i             i   i         i    i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?7Richard Damon
7 Jul 24 i i             i i             i   i         i    i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar!6olcott
7 Jul 24 i i             i i             i   i         i    i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar!5Richard Damon
7 Jul 24 i i             i i             i   i         i    i   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!!4olcott
7 Jul 24 i i             i i             i   i         i    i    `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!!3Richard Damon
7 Jul 24 i i             i i             i   i         i    i     `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!!2olcott
7 Jul 24 i i             i i             i   i         i    i      `- Re: Liar detector: Olcott is a Liar !!!1Richard Damon
7 Jul 24 i i             i i             i   i         i    `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!!11olcott
7 Jul 24 i i             i i             i   i         i     `* Re: Liar detector: Peter Olcott is a Liar !!!10Richard Damon
7 Jul 24 i i             i i             i   i         i      `* Richard is a Liar9olcott
7 Jul 24 i i             i i             i   i         i       `* Re: Richard is a Liar8Richard Damon
7 Jul 24 i i             i i             i   i         i        `* Re: Richard is a Liar7olcott
7 Jul 24 i i             i i             i   i         i         +* Re: Olcott is a Liar5Richard Damon
7 Jul 24 i i             i i             i   i         i         i`* Is Richard a Liar?4olcott
7 Jul 24 i i             i i             i   i         i         i +* Re: Is Richard a Liar?2joes
7 Jul 24 i i             i i             i   i         i         i i`- Re: Is Richard a Liar?1olcott
7 Jul 24 i i             i i             i   i         i         i `- Re: Olcott IS a Liar!1Richard Damon
8 Jul 24 i i             i i             i   i         i         `- Re: Richard is a Liar1Mikko
7 Jul 24 i i             i i             i   i         `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?3joes
7 Jul 24 i i             i i             i   i          `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?2olcott
7 Jul 24 i i             i i             i   i           `- Re: Liar detector: Olcott is a LIAR.1Richard Damon
8 Jul 24 i i             i i             i   `- Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?1Mikko
7 Jul 24 i i             i i             `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement118Fred. Zwarts
7 Jul 24 i i             i i              `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement117olcott
7 Jul 24 i i             i i               +- Re: Liar detector: Peter Olcott1Richard Damon
8 Jul 24 i i             i i               `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement115Fred. Zwarts
8 Jul 24 i i             i i                `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement114olcott
8 Jul 24 i i             i i                 +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement5joes
8 Jul 24 i i             i i                 i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement4olcott
8 Jul 24 i i             i i                 i +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement2joes
8 Jul 24 i i             i i                 i i`- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1olcott
9 Jul 24 i i             i i                 i `- Re: Liar detector: Peter Olcott lies1Richard Damon
8 Jul 24 i i             i i                 +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement107Fred. Zwarts
9 Jul 24 i i             i i                 `- Re: Liar detector: Peter Olcott found lying.1Richard Damon
5 Jul 24 i i             i `- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
5 Jul 24 i i             `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement2joes
5 Jul 24 i `* Re: Liar detector: Fred, Richard, Joes and Alan21joes
4 Jul 24 +* Re: Liar detector: Peter OLCOTT YES!19Richard Damon
4 Jul 24 `- Re: Liar detector: Fred, Richard, Joes and Alan1Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal