Liste des Groupes | Revenir à theory |
On 7/1/2024 10:57 AM, joes wrote:Nope, it is the TRUTH.Am Mon, 01 Jul 2024 07:49:54 -0500 schrieb olcott:*The title of this post is a lie*On 7/1/2024 6:08 AM, Richard Damon wrote:>On 6/30/24 10:27 PM, olcott wrote:On 6/30/2024 9:16 PM, Richard Damon wrote:On 6/30/24 9:38 PM, olcott wrote:On 6/30/2024 8:24 PM, Richard Damon wrote:On 6/30/24 9:03 PM, olcott wrote: >> On 6/30/2024 7:44 PM, Richard
Damon wrote:>The call from DDD to HHH(DDD) when N steps of DDD are correctlyBut that is NOT the "behavior of the input", and CAN NOT BE SO
emulated by any pure function x86 emulator HHH at machine address
0000217a cannot possibly return.
DEFINED.Right.DDD is emulated by HHH which calls an emulated HHH(DDD) toAnd, since the HHH that DDD calls will abort is emulation, it WILL
repeat the process until aborted.
return to DDD and it will return also.
>Again: emulating does not change what the input does of its own. AbortingThe emulation stops, and the emulating behavor of HHH stops, but notWhen DDD is no longer being emulated all of its behavior stops. DDD is
the behavior of the input.
the input.
an emulation is premature, as the input does not contain an abort.
>
*The title of this post is a lie*
*The title of this post is a lie*
void Infinite_Loop()Right. and since the definition of a "Correct Simulation" that Professor Sipser would use (as with most of the world) is one that recreates the full behavior of the program represented by the input, which means it NEVER stops until it reaches an end state, and your H doesn't do that, or correctly predicts what such a simulation of the input would do, you can't use the second paragraph, so when it aborts, it can get the answer wrong, which it does.
{
HERE: goto HERE;
}
void Infinite_Recursion()
{
Infinite_Recursion();
}
void DDD()
{
HHH(DDD);
}
int main()
{
HHH(Infinite_Loop);
HHH(Infinite_Recursion);
HHH(DDD);
}
*Each one of these cases meets this criteria*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Les messages affichés proviennent d'usenet.