Liste des Groupes | Revenir à c theory |
On 9/3/2024 1:53 PM, joes wrote:Exactly, so it should not report on halting behaviour if its stops the simulation before the simulation could halt.Am Tue, 03 Sep 2024 08:17:56 -0500 schrieb olcott:The pathological relationship between DDD and HHH reallyOn 9/3/2024 3:44 AM, Mikko wrote:What would those assumptions be?On 2024-09-02 16:06:11 +0000, olcott said:That is why I made the isomorphic x86utm system.
>A correct halt decider is a Turing machine T with one accept state andYour "definition" fails to specify "encoding". There is no standard
one reject state such that:
If T is executed with initial tape contents equal to an encoding of
Turing machine X and its initial tape contents Y, and execution of a
real machine X with initial tape contents Y eventually halts, the
execution of T eventually ends up in the accept state and then stops.
If T is executed with initial tape contents equal to an encoding of
Turing machine X and its initial tape contents Y, and execution of a
real machine X with initial tape contents Y does not eventually halt,
the execution of T eventually ends up in the reject state and then
stops.
encoding of Turing machines and tape contents.
>
By failing to have such a concrete system all kinds of false assumptions
cannot be refuted.
>The behavior of DDD emulated by HHH** <is> different than the behaviorHow can the same code have different semantics?
of the directly executed DDD** **according to the semantics of the x86
language
>
cannot be simply ignored as if it does not exist.
> The input specifies an aborting HHH - which you don’t simulate.>HHH is required to report on the behavior tat its finite string input
specifies even when this requires HHH to emulate itself emulating DDD.
void DDD()
{
HHH(DDD);
OutputString("This code is unreachable by DDD emulated by HHH");
}
int sum(int x, int y);DDD never halts unless it reaches its own final halt state. The factOther than that DDD calls HHH?
that the executed HHH halts has nothing to do with this.
>HHH is not allowed to report on the computation that itself is containedThen it is only partial, and doesn’t even solve the case it was built for.
within.
>
sum(3,4) is not allowed to report on the sum of 5 + 6
for the same reason. HHH(DDD) cannot report on behavior
that it cannot see.
HHH cannot correctly report on the AFTER-THE-FACTOlcott seems to forget that the action to abort was programmed already BEFORE the abort took place. So, the simulated HHH was programmed to see the 'special condition' and abort, BEFORE the simulating HHH aborted it.
behavior that it has aborted its simulation BEFORE-THE-FACT.
No, it has always shown that the abort was too soon, one cycle before the simulated HHH would reach the code to see the 'special condition', after which it would abort and return.Except for the case of pathological self-reference the behavior of the
directly executed machine M is always the same as the correctly
simulated finite string ⟨M⟩.That sure sounds like a mistake to me.THE EXECUTION TRACE HAS ALWAYS PROVED THAT I AM CORRECT
>
FOR THREE FREAKING YEARS all the way back when it was
P correctly emulated by D.
IT REMAINS A VERIFIED FACT THAT DDD EMULATED BY HHH CANNOTExactly, I have repeated this many times, because it proves that the simulation is incorrect.
POSSIBLY REACH ITS OWN FINAL HALT STATE,
Les messages affichés proviennent d'usenet.