Liste des Groupes | Revenir à s logic |
On 4/27/24 8:58 PM, olcott wrote:I could show how it is but you prefer to believe otherwise and refuseOn 4/27/2024 7:49 PM, Richard Damon wrote:Yes, you couch it to SOUND like the halting problem, but it isn't as you have FUNDAMENTALLY CHANGED the meaning of terms.On 4/27/24 8:17 PM, olcott wrote:>Can D simulated by H terminate normally?>
>
The x86utm operating system based on an open source x86 emulator.
This system enables one C function to execute another C function
in debug step mode. When H simulates D it creates a separate process
context for D with its own memory, stack and virtual registers. H
is able to simulate D simulating itself, thus the only limit to
recursive simulations is RAM.
>
// The following is written in C
//
01 typedef int (*ptr)(); // pointer to int function
02 int H(ptr x, ptr y) // uses x86 emulator to simulate its input
03
04 int D(ptr x)
05 {
06 int Halt_Status = H(x, x);
07 if (Halt_Status)
08 HERE: goto HERE;
09 return Halt_Status;
10 }
11
12 void main()
13 {
14 D(D);
15 }
>
Execution Trace
Line 14: main() invokes D(D)
>
keeps repeating (unless aborted)
Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>
Simulation invariant
D correctly simulated by H cannot possibly reach its own line 09.
>
Is it dead obvious to everyone here when examining the execution
trace of lines 14 and 06 above that D correctly simulated by H cannot
possibly terminate normally by reaching its own line 09?
>
>
Except that you fail to mention that you have admitted that you are NOT working on the Halting Problem, despite trying to use terminology similar to it, but having stipulated definition that are in conflict with computaiton theory.
>
Note, "keeps repeating (unless aborted)" is a misleading statement, as your H will ALWAYS abort this input, and thus it NEVER will "Keep repeating".
>
You don't like me pointing out the problem because you prefer to be able to LIE to people about what you are doing.
>
You work has NOTHING to do with Halting, as your H/D are not even turing equivalenet to their namesakes in the proof you like to mention.
That is the exact verbatim post and the first respondent agreed
and immediately noticed that I was referring to the halting problem.
>
So I will go with what I said, you just don't know C very
well and want to keep that hidden behind rhetoric and denigration.
>
>
And thus, to act like it is, just makes you a LIAR.
Halting is NOT about H being able to simulate it input to the final state. PERIOD.
You are just showing that you are NOT out to promote truth, but to try to infiltrate logic with your ERRORS and LIES to allow you to claim things that are just not true, just like those you try to put down, like the election denyers.And you too are sure that the Principle of Explosion of explosion is
You are WORSE than them.
Les messages affichés proviennent d'usenet.