Re: Liar detector: Fred, Richard, Joes and Alan

Liste des GroupesRevenir à s logic 
Sujet : Re: Liar detector: Fred, Richard, Joes and Alan
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory sci.logic
Date : 04. Jul 2024, 22:04:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v66v8i$2n56v$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Mozilla Thunderbird
Op 04.jul.2024 om 21:45 schreef olcott:
On 7/4/2024 2:40 PM, Fred. Zwarts wrote:
Op 04.jul.2024 om 21:30 schreef olcott:
On 7/4/2024 2:26 PM, Fred. Zwarts wrote:
Op 04.jul.2024 om 14:42 schreef olcott:
On 7/4/2024 2:45 AM, Fred. Zwarts wrote:
Op 03.jul.2024 om 23:02 schreef olcott:
On 7/3/2024 3:55 PM, Fred. Zwarts wrote:
Op 03.jul.2024 om 22:04 schreef olcott:
On 7/3/2024 2:27 PM, Fred. Zwarts wrote:
Op 03.jul.2024 om 21:15 schreef olcott:
On 7/3/2024 2:11 PM, Fred. Zwarts wrote:
Op 03.jul.2024 om 20:57 schreef olcott:
On 7/3/2024 1:40 PM, Fred. Zwarts wrote:
Op 03.jul.2024 om 20:20 schreef olcott:
_DDD()
[00002172] 55               push ebp      ; housekeeping
[00002173] 8bec             mov ebp,esp   ; housekeeping
[00002175] 6872210000       push 00002172 ; push DDD
[0000217a] e853f4ffff       call 000015d2 ; call HHH(DDD)
[0000217f] 83c404           add esp,+04
[00002182] 5d               pop ebp
[00002183] c3               ret
Size in bytes:(0018) [00002183]
>
DDD correctly emulated by any element of the infinite
set of every pure function HHH cannot possibly reach
its own ret instruction and halt. That HHH aborts its
emulation at some point or never aborts its emulation
cannot possibly change this.
>
>
Ad hominem attacks always try to hide a lack of argumentation.
>
It has been proved that HHH cannot possibly correctly simulate itself.
>
That is false and you know it. That might not be a
flat out lie as it is an sloppy use of language.
>
HHH does correctly simulate itself simulating DDD one time,
then it stops correctly simulating itself because this criteria
is met:
>
     HHH correctly simulates its input DDD until HHH
     correctly determines that its simulated DDD would
     never stop running unless aborted
>
https://liarparadox.org/HHH(DDD)_Full_Trace.pdf
>
So, the above code shows that the incorrect simulation of DDD by HHH is unable to reach the 'ret' instruction, because it either never aborts, or aborts one cycle too soon, when the simulated HHH is only one cycle from its own abort and return and then the return of DDD would follow.
>
The criteria is:
     HHH correctly simulates its input DDD until HHH
     correctly determines that its simulated DDD would
     never stop running unless aborted
>
It has been pointed out many times that this is sloppy use of language.
>
It is the case that DDD correctly simulated by HHH cannot
possibly reach its own ret instruction NO MATTER WHAT.
>
This proves that HHH is unable to simulate itself.
How the Hell do you think that you can get away with
this when I proved that HHH does correctly emulate itself?
https://liarparadox.org/HHH(DDD)_Full_Trace.pdf
>
But you didn't simulate infinite behavior to the end.
Of course I didn't infinite behavior HAS NO END.
>
Why did do you ask such a strange question?
Your trace shows that you didn't simulate the *finite*
_DDD()
[00002172] 55         push ebp      ; housekeeping
[00002173] 8bec       mov ebp,esp   ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404     add esp,+04
[00002182] 5d         pop ebp
[00002183] c3         ret
Size in bytes:(0018) [00002183]
>
When DDD is correctly emulated by HHH neither the
emulated DDD nor the emulated HHH can possibly stop
running unless DDD is aborted.
>
*Endlessly repeats until aborted*
HHH emulates DDD that calls HHH(DDD)
>
>
No contribution to the discussion detected.
Liar
>
The ad hominem attack is probably meant to hide that you have no more argumentation.
>
I showed that HHH cannot possibly correctly simulate itself.
>
I proved otherwise, Liar.
https://liarparadox.org/HHH(DDD)_Full_Trace.pdf
>
No, this trace supports my claim. When we look at this trace we see that
 HHH is simulating itself simulating DDD until it sees
that DDD is calling HHH in recursive simulation such
that neither the simulated DDD nor the simulated HHH
can possibly stop running unless HHH aborts its DDD.
The 'unless HHH aborts ...' is irrelevant and misleading, because we know HHH *does* aborts. Dreaming of an HHH that does not abort is irrelevant.
HHH is programmed to abort, so it is nonsense that it cannot possibly stop running. It is programmed to stop after N cycles of recursive simulation by aborting its simulation.
An aborting simulator does not need to be aborted, not even when it is simulated.
void Finite_Recursion (int N) {
   if (N > 0) Finite_Recursion (N - 1);
}
HHH is simulating itself. It sees a N nested recursions and aborts.
It does not see that one cycle later, the simulated HHH would also abort and return. So, it misses an important part of the input, which makes the simulation incorrect.
Your x86 code and your simulation trace is evidence that this is true for people who understand x86 code. The simulating HHH cannot possible reach the 'ret' of the simulated HHH. The x86 code when not aborted, would reach the 'ret' of the simulated HHH.
Therefore, the simulation of HHH by itself cannot possibly be correct.

 This may be you last chance before I ignore everything
that you say and write you off as a liar.
 
We know that you do not have the competence to recognize the truth, so I do not feel offended.

Date Sujet#  Auteur
3 Jul 24 * Liar detector: Fred, Richard, Joes and Alan112olcott
3 Jul 24 +* Re: Liar detector: Fred, Richard, Joes and Alan100Fred. Zwarts
3 Jul 24 i`* Re: Liar detector: Fred, Richard, Joes and Alan99olcott
3 Jul 24 i `* Re: Liar detector: Fred, Richard, Joes and Alan98Fred. Zwarts
3 Jul 24 i  `* Re: Liar detector: Fred, Richard, Joes and Alan97olcott
3 Jul 24 i   `* Re: Liar detector: Fred, Richard, Joes and Alan96Fred. Zwarts
3 Jul 24 i    `* Re: Liar detector: Fred, Richard, Joes and Alan95olcott
3 Jul 24 i     `* Re: Liar detector: Fred, Richard, Joes and Alan94Fred. Zwarts
3 Jul 24 i      `* Re: Liar detector: Fred, Richard, Joes and Alan93olcott
4 Jul 24 i       `* Re: Liar detector: Fred, Richard, Joes and Alan92Fred. Zwarts
4 Jul 24 i        `* Re: Liar detector: Fred, Richard, Joes and Alan91olcott
4 Jul 24 i         +- Re: Liar detector: Peter Olcott (self-admitted)1Richard Damon
4 Jul 24 i         `* Re: Liar detector: Fred, Richard, Joes and Alan89Fred. Zwarts
4 Jul 24 i          `* Re: Liar detector: Fred, Richard, Joes and Alan88olcott
4 Jul 24 i           `* Re: Liar detector: Fred, Richard, Joes and Alan87Fred. Zwarts
4 Jul 24 i            `* Re: Liar detector: Fred, Richard, Joes and Alan86olcott
4 Jul 24 i             `* Re: Liar detector: Fred, Richard, Joes and Alan85Fred. Zwarts
4 Jul 24 i              `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement84olcott
5 Jul 24 i               +- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
5 Jul 24 i               `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement82Fred. Zwarts
5 Jul 24 i                `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement81olcott
5 Jul 24 i                 +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement79Fred. Zwarts
5 Jul 24 i                 i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement78olcott
5 Jul 24 i                 i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement77Fred. Zwarts
5 Jul 24 i                 i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement76olcott
5 Jul 24 i                 i   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement75Fred. Zwarts
5 Jul 24 i                 i    `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement74olcott
5 Jul 24 i                 i     +- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
6 Jul 24 i                 i     `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement72Fred. Zwarts
6 Jul 24 i                 i      `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement71olcott
6 Jul 24 i                 i       +- Re: Liar detector: Peter Olcott who doesn't under stand Ben's agreement1Richard Damon
6 Jul 24 i                 i       `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement69Fred. Zwarts
6 Jul 24 i                 i        +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement3olcott
6 Jul 24 i                 i        i+- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
6 Jul 24 i                 i        i`- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Fred. Zwarts
6 Jul 24 i                 i        `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement65olcott
6 Jul 24 i                 i         +- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
6 Jul 24 i                 i         `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement63Fred. Zwarts
6 Jul 24 i                 i          `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement62olcott
6 Jul 24 i                 i           +- Re: Liar detector: Peter Olcott1Richard Damon
6 Jul 24 i                 i           `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement60Fred. Zwarts
6 Jul 24 i                 i            `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement59olcott
6 Jul 24 i                 i             +- Re: Liar detector: Peter Olcott1Richard Damon
6 Jul 24 i                 i             +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement35Richard Damon
6 Jul 24 i                 i             i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar34olcott
6 Jul 24 i                 i             i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar33Richard Damon
6 Jul 24 i                 i             i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?32olcott
6 Jul 24 i                 i             i   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?31Richard Damon
6 Jul 24 i                 i             i    `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?30olcott
6 Jul 24 i                 i             i     `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?29Richard Damon
6 Jul 24 i                 i             i      `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?28olcott
7 Jul 24 i                 i             i       `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?27Richard Damon
7 Jul 24 i                 i             i        `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?26olcott
7 Jul 24 i                 i             i         `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?25Richard Damon
7 Jul 24 i                 i             i          `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?24olcott
7 Jul 24 i                 i             i           `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?23Richard Damon
7 Jul 24 i                 i             i            `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?22olcott
7 Jul 24 i                 i             i             `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?21Richard Damon
7 Jul 24 i                 i             i              `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?20olcott
7 Jul 24 i                 i             i               `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?19Richard Damon
7 Jul 24 i                 i             i                `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?18olcott
7 Jul 24 i                 i             i                 `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?17Richard Damon
7 Jul 24 i                 i             i                  +* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?8olcott
7 Jul 24 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 `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar!6olcott
7 Jul 24 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   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!!4olcott
7 Jul 24 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     `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!!2olcott
7 Jul 24 i                 i             i                  i      `- Re: Liar detector: Olcott is a Liar !!!1Richard Damon
7 Jul 24 i                 i             i                  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!!8olcott
7 Jul 24 i                 i             i                   `* Re: Liar detector: Peter Olcott is a Liar !!!7Richard Damon
7 Jul 24 i                 i             i                    `* Richard is a Liar6olcott
7 Jul 24 i                 i             i                     `* Re: Richard is a Liar5Richard Damon
7 Jul 24 i                 i             i                      `* Re: Richard is a Liar4olcott
7 Jul 24 i                 i             i                       `* Re: Olcott is a Liar3Richard Damon
7 Jul 24 i                 i             i                        `* Is Richard a Liar?2olcott
7 Jul 24 i                 i             i                         `- Re: Olcott IS a Liar!1Richard Damon
7 Jul 24 i                 i             `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement22Fred. Zwarts
7 Jul 24 i                 i              `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement21olcott
7 Jul 24 i                 i               +- Re: Liar detector: Peter Olcott1Richard Damon
8 Jul 24 i                 i               `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement19Fred. Zwarts
8 Jul 24 i                 i                `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement18olcott
8 Jul 24 i                 i                 +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement4olcott
8 Jul 24 i                 i                 i+* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement2joes
8 Jul 24 i                 i                 ii`- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1olcott
9 Jul 24 i                 i                 i`- Re: Liar detector: Peter Olcott lies1Richard Damon
8 Jul 24 i                 i                 +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement12Fred. Zwarts
8 Jul 24 i                 i                 i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement11olcott
8 Jul 24 i                 i                 i `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement10Fred. Zwarts
8 Jul 24 i                 i                 i  `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement9olcott
9 Jul 24 i                 i                 i   +* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement5Fred. Zwarts
9 Jul 24 i                 i                 i   i`* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement4olcott
10 Jul 24 i                 i                 i   i `* Re: Liar detector: Peter Olcott --- Ben's agreement3Richard Damon
10 Jul 24 i                 i                 i   i  `* a complete emulation of this input could be done --- Liar2olcott
10 Jul 24 i                 i                 i   i   `- Re: a complete emulation of this input could be done --- Liar1Richard Damon
9 Jul 24 i                 i                 i   `* Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement3olcott
10 Jul 24 i                 i                 i    +- Re: Liar detector: Peter Olcott --- Ben's agreement1Richard Damon
12 Jul 24 i                 i                 i    `- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1olcott
9 Jul 24 i                 i                 `- Re: Liar detector: Peter Olcott found lying.1Richard Damon
5 Jul 24 i                 `- Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement1Richard Damon
4 Jul 24 `* Re: Liar detector: Peter OLCOTT YES!11Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal