Re: Every D correctly simulated by H remains stuck in recursive simulation

Liste des GroupesRevenir à c theory 
Sujet : Re: Every D correctly simulated by H remains stuck in recursive simulation
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory sci.logic
Date : 23. May 2024, 04:36:09
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <v2ma2p$1qo0t$4@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 33
User-Agent : Mozilla Thunderbird
On 5/22/24 10:15 PM, olcott wrote:
On 5/22/2024 6:01 PM, Richard Damon wrote:
On 5/22/24 11:41 AM, olcott wrote:
>
typedef int (*ptr)();  // ptr is pointer to int function in C
00       int H(ptr p, ptr i);
01       int D(ptr p)
02       {
03         int Halt_Status = H(p, p);
04         if (Halt_Status)
05           HERE: goto HERE;
06         return Halt_Status;
07       }
08
09       int main()
10       {
11         H(D,D);
12         return 0;
13       }
>
>
I am just trying to get people to understand that for the infinite set
of H/D pairs matching the above template where D is correctly simulated
by pure function H that no D correctly simulated by pure function H can
possibly reach its own line 06 and halt because every D remains stuck in
recursive simulation.
>
But it CAN reach its final state when run or actaully completely and correctly simulated by a real simulator (and not changed)
>
Your problem is that you definition of "Correct Simulation" and that of a simulation that actually says something about non-halting are different, so you can't use yours to reason about the other.
>
*You are violating this definition*
 *CORRECT SIMULATION DEFINED*
   In the above case a simulator is an x86 emulator that correctly
   emulates at least one of the x86 instructions of D in the order
   specified by the x86 instructions of D.
    This may include correctly emulating the x86 instructions of H in the
   order specified by the x86 instructions of H thus calling H(D,D) in
   recursive simulation.
 
Nope, YOU are violating the definition of Correct Simulation that relates a simulation to machine behavior.
Thus, you can claim all you want about your simulations, but you have FOREVER disconnected your concept of simulation from the behavior of the machine simulated, so you have no path to talking about "Halting".
Only by LYING and using contradictory definitions at the same time can you even try.
You are just proving you don't understand how logic works.
You are just proving that your native tounge is the LIE.
That is why you need to formally and completely define your term, so that your errors can be pointed out and deflected BEFORE you get an agreement on a statement you can twist.

Date Sujet#  Auteur
20 May 24 * Re: Can D simulated by H terminate normally? Message_ID Provided V233olcott
20 May 24 `* Re: Can D simulated by H terminate normally? Message_ID Provided V232Richard Damon
20 May 24  +* Re: Can D simulated by H terminate normally? Message_ID Provided V225olcott
20 May 24  i`* Re: Can D simulated by H terminate normally? Message_ID Provided V224Richard Damon
20 May 24  i +* Every D correctly simulated by H cannot possible reach its own line 06 and halt20olcott
20 May 24  i i`* Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt19Richard Damon
20 May 24  i i `* Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt18olcott
21 May 24  i i  `* Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt17Richard Damon
21 May 24  i i   `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt16olcott
21 May 24  i i    `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt15Richard Damon
21 May 24  i i     `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt14olcott
21 May 24  i i      `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt13Richard Damon
21 May 24  i i       `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt12olcott
22 May 24  i i        `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt11Richard Damon
22 May 24  i i         `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt10olcott
22 May 24  i i          +* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt3Richard Damon
22 May 24  i i          i`* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt2olcott
22 May 24  i i          i `- Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt1Richard Damon
22 May 24  i i          +- Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt1Fred. Zwarts
22 May 24  i i          `* Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt5joes
22 May 24  i i           `* Every D correctly simulated by H remains stuck in recursive simulation4olcott
23 May 24  i i            `* Re: Every D correctly simulated by H remains stuck in recursive simulation3Richard Damon
23 May 24  i i             `* Re: Every D correctly simulated by H remains stuck in recursive simulation2olcott
23 May 24  i i              `- Re: Every D correctly simulated by H remains stuck in recursive simulation1Richard Damon
20 May 24  i `* Re: Can D simulated by H terminate normally? Message_ID Provided V23immibis
20 May 24  i  `* Re: Can D simulated by H terminate normally? Message_ID Provided V22olcott
21 May 24  i   `- Re: Can D simulated by H terminate normally? Message_ID Provided V21Richard Damon
20 May 24  `* Every D correctly simulated by H cannot possible reach its own line 06 and halt6olcott
20 May 24   `* Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt5Richard Damon
20 May 24    `* Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt4olcott
20 May 24     `* Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt3Richard Damon
20 May 24      `* Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt2olcott
21 May 24       `- Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt1Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal