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

Liste des GroupesRevenir à s logic 
Sujet : Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory sci.logic
Date : 09. Jul 2024, 10:56:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6iu0s$1acpg$1@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
Op 08.jul.2024 om 19:36 schreef olcott:
On 7/8/2024 11:16 AM, Fred. Zwarts wrote:
Op 08.jul.2024 om 18:07 schreef olcott:
On 7/8/2024 11:04 AM, Fred. Zwarts wrote:
Op 08.jul.2024 om 17:04 schreef olcott:
On 7/8/2024 9:25 AM, Fred. Zwarts wrote:
Op 07.jul.2024 om 15:46 schreef olcott:
>
Correctly is measured by the semantics of the x86 language.
This specifies that when DDD is correctly simulated by HHH
calls emulated HHH(DDD) that this call cannot return.
>
Yes. This shows that the simulation is incorrect.
>
>
You smash a bottle on the ground. No matter how much you
want the bottle to hold water it will not hold water.
>
Similarly, HHH cannot possibly simulate itself correctly, no matter how much you want it to be correct,
>
Where correct is understood to be what-ever-the-Hell that the
machine code of DDD specifies within the semantics of the x86
language then:
>
When DDD is correctly simulated by any pure function x86 emulator
HHH that aborts its emulation at some point calls HHH(DDD) then
it is correctly understood that this call cannot possibly return.
The proof of this is something like mathematical induction.
>
When DDD is correctly emulated by any HHH that aborts
its emulation after N repetitions:
(1) DDD is correctly emulated by HHH
>
But only the first part is simulated, not the full input. The simulation must simulate the full input. It will will only become correct if also the other behaviour of HHH is simulated. But HHH is unable to simulate itself up to that point.
That is what the x86 code specifies.
>
(2) that calls an emulated HHH(DDD) that
(3) emulates another DDD... goto (2) or abort
>
And when it aborts, it is one cycle to soon.
>
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.
 
The first two irrelevant examples cannot halt, but they differ fundamentally from DDD, because DDD, like Finite_Recursion, halts after N repetitions.
void Finite_Recursion (int N) {
   if (N > 0) Finite_Recursion (N - 1);
}
DDD, is is an unneeded complication, the simple case is:
        int main()
        {
          return H(main, 0);
        }
Yes, your are right that HHH cannot possibly simulate itself correctly. That is because HHH aborts after simulating two cycles of itself. Then it aborts. It does not simulate the full behaviour of the input, which would abort and return one cycle later. So, it misses the most important part of itself, namely, that it aborts and returns.
It assumes that two cycles are equivalent to an infinite number of cycles, which, of course, is an invalid assumption.
TWO DOES NOT EQUAL INFINITY!
That makes the simulation incorrect. A simulation must process the full input, not only the first part, in particular when the last part halts by its own and does not need an abort.
You have shown that other simulators are able to show that a correct simulation of HHH halts.
It is only HHH that cannot possibly simulate itself correctly.
This is supported by your claim that the simulation cannot possibly reach the 'ret' instruction.
It is also supported by the full trace, you published, where we see that the x86 code of the simulated HHH is not completely simulated, but aborted one cycle too early.
So, this incorrect simulation cannot be used to get support from Sipser, who only spoke about a correct simulation.

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