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 : 28. Jun 2024, 13:40:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5mb0p$3b1p0$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 32
User-Agent : Mozilla Thunderbird
On 6/28/2024 3:30 AM, Mikko wrote:
On 2024-06-27 16:56:56 +0000, olcott said:
 
On 6/27/2024 10:35 AM, Mikko wrote:
On 2024-06-27 14:10:02 +0000, olcott said:
>
In computability theory and computational complexity theory, a
decision problem is a computational problem that can be posed as
a yes–no question of the input values.
https://en.wikipedia.org/wiki/Decision_problem
>
That's right. But that question cannot be presented to the decider.
Only the input values can.
>
In other words you are saying that Turing machines do not
typically understand English.
 I didn't mean it that generally, only about deciders, but yes, typical
Turing machines do not understand any English. More specifically, the
specification of a halt decider (or any typical decider) prevents it
from being asked in any language.
 
// The question: Is x > y ?
bool GreaterThan(int x, int y) { return (x > y); }
Deciders are always asked a yes/no question of their
inputs in their own native language.

None-the-less no-one here understands that every halt decider
is only required to report on the behavior that its actual
input actually maps to.
 As far as I have seen, most of them do. And not just maps but maps
in the way specified by the problem statement.
 
_DDD()
[00002172] 55               push ebp      ; housekeeping
[00002173] 8bec             mov ebp,esp   ; housekeeping
[00002175] 6872210000       push 00002172 ; push DDD
[0000217a] e853f4ffff       call 000015d2 ; call H0(DDD)
[0000217f] 83c404           add esp,+04
[00002182] 5d               pop ebp
[00002183] c3               ret
Size in bytes:(0018) [00002183]
The call from DDD to H0(DDD) when N steps of DDD are correctly
emulated by any pure function x86 emulator H0 cannot possibly return.
The behavior of the directly executed DDD() is irrelevant
because that is not the behavior of the input. Deciders
compute the mapping from their actual finite string input
to an output by a sequence of finite string transformations.
In this case the sequence is the line-by-line execution
trace of the behavior of DDD correctly emulated by H0.
The behavior of this input must include and cannot ignore
the recursive emulation specified by the fact that DDD is
calling its own emulator. That people think they can just
pretend that this is not happening is ridiculous.

Instead everyone here expects that the halt decider must map
to the English description of what the authors of textbooks
expect it to map to.
 Your "everyone" is a lie. As far as I have seen, nobody has expressed
that expectation, and several have said otherwise.
 
Everyone that states an opinion says that the decider
must go by the textbook definitions of the problem thus
not the problem instance actually encoded by the input.

We already agreed that Turing machines do not typically
understand English, so this assumption is stupid.
 You may have agreed but you failed to keep that agreement.
 
*DDD correctly simulated by H0 DOES NOT HALT*
 The message where DDD was introduced specifies that DDD halts
if and only if H0 halts.
 
That is simply ignorance of the details of software engineering.

Everyone here stupidly ignores that the pathological
relationship that DDD calls H0(DDD) changes the behavior
of DDD.
 If and only if it changes the behaviour of H0, which is possible if
and only if H0 is not a pure function.
 
The directly executed H0 always uses this criteria and returns a
correct halt status for every input in its domain.
<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>
--
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