Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met

Liste des GroupesRevenir à theory 
Sujet : Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic
Date : 27. Jun 2024, 14:35:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5jpq8$2o58l$2@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
User-Agent : Mozilla Thunderbird
On 6/27/2024 6:34 AM, Richard Damon wrote:
On 6/26/24 11:34 PM, olcott wrote:
On 6/26/2024 10:16 PM, Richard Damon wrote:
On 6/26/24 10:51 PM, olcott wrote:
>
Is disabled. It is commented out.
It was only ever used so that humans could see the depth.
>
But, if it can measure the fact that this is the top level decider, that means that it sees something that it can't know.
>
>
The top level decider simply reaches its infinite
recursion behavior pattern first. It need not know
that it is first.
>
 But it if abortts, then the pattern ISN'T infinite recursion,
void Infinite_Recursion()
{
   Infinite_Recursion();
}
It is the exact same code that recognizes this as non-halting
SO IT IS THE INFINITE RECURSION BEHAVIOR PATTERN AS A MATTER OF FACT.

 as a correct emulation of the code it was emulating will have finite behaivior.
 
void Infinite_Loop()
{
   HERE: goto HERE;
}
Only in the same way and for the same reason that Infinite_Loop()
and Infinite_Recursion() have finite behavior. H0 stops simulating
them because it correctly determines that they would not otherwise
stop.

You can't have an infinite level of recursion in a finite number of steps.
 Your problem is your emulator doesn't look at the program it is actually given, but thinks of it as something different.
 
Liar.

Remember, either it can't look past the call instruction as there is nothing there to look at, or the code after the call instruction is part of the input, and thus you can't think about changing it and still having the same input.
 
Unless the outermost H0(DDD) aborts none of them do. The
outermost one reaches its abort criteria one recursive
emulation before the next one.

 
EVERY level of dicider should think that it is, or at least could be, the top level, as it can't know any differently.
>
That Is how they work.
 Then why isn't that what your traces show?
 
The traces do show that, they are simply above your degree
of technical competence.

A why does the comment ask about at the global top, since any one decider doesn't know where it
 
SO THAT HUMANS CAN SEE THIS AS I HAVE ALREADY TOLD YOU MANY TIMES
SO THAT HUMANS CAN SEE THIS AS I HAVE ALREADY TOLD YOU MANY TIMES
SO THAT HUMANS CAN SEE THIS AS I HAVE ALREADY TOLD YOU MANY TIMES
SO THAT HUMANS CAN SEE THIS AS I HAVE ALREADY TOLD YOU MANY TIMES
IT IS FREAKING DISABLED AS I HAVE TOLD YOU MANY TIMES
IT IS FREAKING DISABLED AS I HAVE TOLD YOU MANY TIMES
IT IS FREAKING DISABLED AS I HAVE TOLD YOU MANY TIMES
IT IS FREAKING DISABLED AS I HAVE TOLD YOU MANY TIMES

>
>
a decider shouldn't be
able to know that it isn't the top level decider.
>
This doesn't have any effect on its computation thus irrelevant.
>
>
It does if it knows that it isn't being simulated, which is knowledge that no simulated machine is allowed to have, as that means the simulation isn't correct. BY DEFINITION.
>
It only knows this to decide whether to call Allocate
or not. It never uses this for anything else.
>
 Why does that make a difference? Each level needs to allocate the buffer in its own memory space for it to use.
 If they share a buffer, that is improper state sharing.
That is the way that ALL UTMs work knucklehead.
UTMs cannot possibly operate in any other way.
Message-ID: <rLmcnQQ3-N_tvH_4nZ2dnZfqnPGdnZ2d@brightview.co.uk>
On 3/1/2024 12:41 PM, Mike Terry wrote:
 >
 > Obviously a simulator has access to the
 > internal state (tape contents etc.) of the
 > simulated machine. No problem there.
 >
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
22 Jun 24 * Re: H(D,D) cannot even be asked about the behavior of D(D)79Fred. Zwarts
22 Jun 24 `* DDD correctly emulated by H078olcott
22 Jun 24  +* Re: DDD correctly emulated by H03Fred. Zwarts
22 Jun 24  i`* Re: DDD correctly emulated by H02olcott
22 Jun 24  i `- Re: DDD correctly emulated by H01Richard Damon
25 Jun 24  `* Re: DDD correctly emulated by H074joes
25 Jun 24   `* Re: DDD correctly emulated by H073olcott
25 Jun 24    `* Re: DDD correctly emulated by H072Alan Mackenzie
25 Jun 24     +* Re: DDD correctly emulated by H05olcott
25 Jun 24     i+- Re: DDD correctly emulated by H01Alan Mackenzie
25 Jun 24     i`* Re: DDD correctly emulated by H03joes
25 Jun 24     i `* Re: DDD correctly emulated by H02olcott
25 Jun 24     i  `- Re: DDD correctly emulated by H01joes
25 Jun 24     +* Re: DDD correctly emulated by H064Ben Bacarisse
25 Jun 24     i+* Re: DDD correctly emulated by H0 --- Ben fails to understand computable functions2olcott
26 Jun 24     ii`- Re: DDD correctly emulated by H0 --- Ben fails to understand computable functions1Richard Damon
25 Jun 24     i`* Re: DDD correctly emulated by H061Alan Mackenzie
25 Jun 24     i `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met60olcott
26 Jun 24     i  `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met59Richard Damon
26 Jun 24     i   `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met58olcott
26 Jun 24     i    `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met57Richard Damon
26 Jun 24     i     `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met56olcott
26 Jun 24     i      +* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met36Richard Damon
26 Jun 24     i      i`* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met35olcott
26 Jun 24     i      i `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met34Richard Damon
26 Jun 24     i      i  `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met33olcott
26 Jun 24     i      i   `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met32Richard Damon
26 Jun 24     i      i    `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met31olcott
27 Jun 24     i      i     `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met30Richard Damon
27 Jun 24     i      i      `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met29olcott
27 Jun 24     i      i       `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met28Richard Damon
27 Jun 24     i      i        `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met27olcott
27 Jun 24     i      i         `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met26Richard Damon
27 Jun 24     i      i          `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met25Mike Terry
27 Jun 24     i      i           +* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met23Mike Terry
27 Jun 24     i      i           i+* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met19Richard Damon
27 Jun 24     i      i           ii+* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met10Mike Terry
27 Jun 24     i      i           iii+* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met2olcott
27 Jun 24     i      i           iiii`- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Richard Damon
27 Jun 24     i      i           iii`* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met7Richard Damon
27 Jun 24     i      i           iii `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met6olcott
27 Jun 24     i      i           iii  `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met5Richard Damon
27 Jun 24     i      i           iii   `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met4olcott
27 Jun 24     i      i           iii    `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met3Richard Damon
27 Jun 24     i      i           iii     `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met2olcott
28 Jun 24     i      i           iii      `- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Richard Damon
27 Jun 24     i      i           ii`* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met8olcott
27 Jun 24     i      i           ii `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met7Richard Damon
27 Jun 24     i      i           ii  `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met6olcott
27 Jun 24     i      i           ii   `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met5Richard Damon
27 Jun 24     i      i           ii    `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met4olcott
27 Jun 24     i      i           ii     `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met3Richard Damon
27 Jun 24     i      i           ii      `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met2olcott
28 Jun 24     i      i           ii       `- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Richard Damon
27 Jun 24     i      i           i`* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met3olcott
27 Jun 24     i      i           i `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met2Mike Terry
27 Jun 24     i      i           i  `- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1olcott
27 Jun 24     i      i           `- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1olcott
26 Jun 24     i      `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met19Mikko
26 Jun 24     i       `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met18olcott
27 Jun 24     i        +- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Richard Damon
27 Jun 24     i        `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met16Mikko
27 Jun 24     i         `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met15olcott
27 Jun 24     i          `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met14Mikko
27 Jun 24     i           `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met13olcott
27 Jun 24     i            +* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met6joes
27 Jun 24     i            i`* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met5olcott
28 Jun 24     i            i `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met4Mikko
28 Jun 24     i            i  `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met3olcott
28 Jun 24     i            i   +- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1joes
29 Jun 24     i            i   `- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Mikko
28 Jun 24     i            +- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Richard Damon
28 Jun 24     i            `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met5Mikko
28 Jun 24     i             `* Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met4olcott
28 Jun 24     i              +- Re: Ben agrees that Sipser approved criteria is met1joes
29 Jun 24     i              +- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Richard Damon
29 Jun 24     i              `- Re: DDD correctly emulated by H0 -- Ben agrees that Sipser approved criteria is met1Mikko
25 Jun 24     `* Re: DDD correctly emulated by H02Mike Terry
25 Jun 24      `- Re: DDD correctly emulated by H01olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal