Re: Liar detector: Peter Olcott --- Ben's agreement

Liste des GroupesRevenir à s logic 
Sujet : Re: Liar detector: Peter Olcott --- Ben's agreement
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory sci.logic
Date : 10. Jul 2024, 03:51:55
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <bca170d97c5f69f3969f3d1c54cec898ce5dae7c@i2pn2.org>
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/9/24 10:14 AM, olcott wrote:
On 7/9/2024 1:14 AM, Mikko wrote:
On 2024-07-08 17:36:58 +0000, olcott said:
>
On 7/8/2024 11:16 AM, Fred. Zwarts wrote:
Op 08.jul.2024 om 18:07 schreef olcott:
>
Try to show how infinity is one cycle too soon.
>
You believe that two equals infinity.
>
void Infinite_Loop()
{
   HERE: goto HERE;
}
>
void Infinite_Recursion()
{
   Infinite_Recursion();
}
>
void DDD()
{
   HHH(DDD);
}
>
Two cycles is enough to correctly determine that none
of the above functions correctly emulated by HHH can
possibly halt.
>
That you don't see this is ignorance or deception.
>
There is an important detail that determines whether an infinite
execution can be inferred. That is best illustrated by the following
examples:
>
void Finite_Loop()
{
   int x = 10000;
HERE:
   if (x > 0) {
     x--;
     goto HERE;
   }
}
>
void Finite_Recursion(int n)
{
   if (n > 0) {
     Finite_Recursion(n + 1);
   }
}
>
void DDD()
{
   HHH(DDD); // HHH detects recursive simulation and then simulates no more
}
>
The important difference is that in my examples there is a conditional
instruction that can (and does) prevent infinite exectuion.
>
 When we ask:
Does the call from DDD emulated by HHH to HHH(DDD) return?
We find that the emulated HHH never returns and this causes
the emulated DDD to never halt.
No, the emulation of the emulated HHH never returns.
The emulated HHH does return, as all instances of a pure function with the same input behave the same.
You just don't understand the difference between reality and the observation of it.

 _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 is correctly emulated by HHH which calls an emulated
HHH(DDD) to repeat this process until the emulated DDD is
aborted. At no point in this emulation does the call from
DDD correctly emulated by HHH to HHH(DDD) ever return.
 
Yes, in no point of the EMULATION, that is the part of the behavior that the emuulator obeserves does that happen. It only happens in the part of the behavior that it doesn't observe, but which CAN be observed by using the direct exection or giving the FULL input to a real correct emulator that fully emulated the behavior of the FULL DDD (which includes that original HHH as part of it).

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
6 Jul 24 i                 i             i       `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?27Richard Damon
6 Jul 24 i                 i             i        `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?26olcott
6 Jul 24 i                 i             i         `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?25Richard Damon
6 Jul 24 i                 i             i          `* Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar?24olcott
6 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