Re: DDD specifies recursive emulation to HHH and halting to HHH1

Liste des GroupesRevenir à c theory 
Sujet : Re: DDD specifies recursive emulation to HHH and halting to HHH1
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 29. Mar 2025, 19:47:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vs9f8v$1v2n9$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
User-Agent : Mozilla Thunderbird
On 3/29/2025 4:14 AM, joes wrote:
Am Fri, 28 Mar 2025 22:45:58 -0500 schrieb olcott:
On 3/28/2025 9:36 PM, Richard Damon wrote:
On 3/28/25 10:13 PM, olcott wrote:
On 3/28/2025 8:08 PM, Richard Damon wrote:
On 3/28/25 6:38 PM, olcott wrote:
On 3/28/2025 5:30 PM, dbush wrote:
On 3/28/2025 6:09 PM, olcott wrote:
On 3/28/2025 3:38 PM, dbush wrote:
On 3/28/2025 4:30 PM, olcott wrote:
On 3/28/2025 2:24 PM, dbush wrote:
On 3/28/2025 3:21 PM, olcott wrote:
On 3/28/2025 4:43 AM, Fred. Zwarts wrote:
Op 28.mrt.2025 om 03:13 schreef olcott:
On 3/27/2025 9:04 PM, Richard Damon wrote:
On 3/27/25 9:07 PM, olcott wrote:
On 3/27/2025 7:38 PM, dbush wrote:
On 3/27/2025 8:34 PM, olcott wrote:
On 3/27/2025 7:12 PM, dbush wrote:
On 3/27/2025 8:11 PM, olcott wrote:
On 3/27/2025 7:02 PM, dbush wrote:
 
I corrected your error dozens of times and you ignore
these corrections and mindlessly repeat your error like
a bot
>
Which is what you've been doing for the last three years.
Projection, as always.  I'll add the above to the list.
>
TM's cannot possibly ever report on the behavior of the
direct execution of another TM. I proved this many times
in may ways. Ignoring these proofs IT NOT ANY FORM OF
REBUTTAL.
They can report *about* it, by deriving from the description.
 
Sure they can.
WHere is your proof? And what actual accepted principles is
is based on?
>
No TM can take another directly executed TM as an input and
Turing computable functions only compute the mapping from
inputs to outputs.
Nobody said otherwise.
 
If A TM can only compute the mapping from *its* input to
*its* output, it cannot be wrong.
>
Taking a wild guess does not count as computing the mapping.
Not if the guess is always right.
 
False.  The only requirement is to map a member of the input
domain to a member of the output domain as per the
requirements.
If it does so in all cases, the mapping is computed.  It
doesn't matter how it's done.
>
Unless an input is transformed into an output on the basis of a
syntactic or semantic property of this input it is not a Turing
computable function.
int StringLength(char *S)
{
    return 5;
}
Does not compute the string length of any string.
>
False.  It computes the length of all strings of length 5.
It does not compute (a sequence of steps of an algorithm that
derive an output on the basis of an input) jack shit it makes a
guess.
There is no notion of relevance here, even if you don't like it. A
computation is purely mechanical. This function is definitely computable,
you even gave an implementation!
 
Doesn't matter. If the requirement is to return 5 for strings that
have a length of 5, it meets the requirement.
>
The actual requirement is to compute the mapping from a finite
string to its length using a sequence of algorithmic steps.
Likewise for halting. Compute the mapping from a finite string of
machine code to the behavior that this finite string specifies.
You seem to think the same string could specify many things.
 
With that specifcation DEFINED as the behavior of the machine
described when it is actually run.
>
In other words the halting problem is defined to not be allowed to use
computable functions and it is this screwball definition that prevents
the halting function from being Turing computable.
wtf no. What functions are you talking about? The successive states (incl.
tape) of a TM are entirely computable.
 
The Halting Problem DEFINES THE FUNCTION.
>
It defines that it must compute the mapping from the direct execution of
a Turing Machine contradicting the fact that the direct execution of a
TM cannot possibly be an input to a TM.
 Jesus, can't y'all shorten your replies a little, this is not a forum.
 The function does not define anything about how the "mapping" is done;
Except that it must figure out something that the
input finite string actually specifies.
int sum(int x, int y)
{
   return 5;
}
Is not computable function even for sum(2,3).

there need not be any recognisable derivation. The impossible halting
decider should only give the correct result, how it does so is irrelevant.
The mapping is *obviously* not from a TM in execution (whatever is that?)
but from its description (which is one-to-one). That's a really silly
strawman. The mapping must be *to* the direct execution, nothing easier
than that.
 
--
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
20 Mar 25 * DDD correctly emulated by HHH --- Correct Emulation Defined524olcott
20 Mar 25 +* Re: DDD correctly emulated by HHH --- Correct Emulation Defined485Mikko
20 Mar 25 i`* Re: DDD correctly emulated by HHH --- Correct Emulation Defined484olcott
21 Mar 25 i +* Re: DDD correctly emulated by HHH --- Correct Emulation Defined476Richard Damon
21 Mar 25 i i`* Re: DDD correctly emulated by HHH --- Correct Emulation Defined475olcott
21 Mar 25 i i +* Re: DDD correctly emulated by HHH --- Correct Emulation Defined471Mikko
21 Mar 25 i i i`* Re: DDD correctly emulated by HHH --- Correct Emulation Defined470olcott
22 Mar 25 i i i +* Re: DDD correctly emulated by HHH --- Correct Emulation Defined468Richard Damon
22 Mar 25 i i i i`* DDD correctly emulated by HHH --- Correct Emulation Defined 2467olcott
22 Mar 25 i i i i +* Re: DDD correctly emulated by HHH --- Correct Emulation Defined 2462Richard Damon
22 Mar 25 i i i i i+* Re: DDD correctly emulated by HHH --- Correct Emulation Defined 25olcott
22 Mar 25 i i i i ii+* Re: DDD correctly emulated by HHH --- Correct Emulation Defined 23Richard Damon
22 Mar 25 i i i i iii`* Re: DDD correctly emulated by HHH --- Correct Emulation Defined 22olcott
22 Mar 25 i i i i iii `- Re: DDD correctly emulated by HHH --- Correct Emulation Defined 21Richard Damon
22 Mar 25 i i i i ii`- Re: DDD correctly emulated by HHH --- Correct Emulation Defined 21Mikko
22 Mar 25 i i i i i`* Re: DDD correctly emulated by HHH --- Correct Emulation Defined 2 addendum456olcott
22 Mar 25 i i i i i +* Re: DDD correctly emulated by HHH --- Correct Emulation Defined 2 addendum454joes
22 Mar 25 i i i i i i`* III correctly emulated by EEE ---453olcott
22 Mar 25 i i i i i i +* Re: III correctly emulated by EEE ---451Richard Damon
22 Mar 25 i i i i i i i`* Re: III correctly emulated by EEE ---450olcott
23 Mar 25 i i i i i i i +* Re: III correctly emulated by EEE ---448Richard Damon
23 Mar 25 i i i i i i i i`* Re: III correctly emulated by EEE ---447olcott
23 Mar 25 i i i i i i i i `* Re: III correctly emulated by EEE ---446Richard Damon
23 Mar 25 i i i i i i i i  `* Re: III correctly emulated by EEE ---445olcott
23 Mar 25 i i i i i i i i   `* Re: III correctly emulated by EEE ---444Richard Damon
23 Mar 25 i i i i i i i i    `* Re: III correctly emulated by EEE ---443olcott
24 Mar 25 i i i i i i i i     `* Re: III correctly emulated by EEE ---442Richard Damon
24 Mar 25 i i i i i i i i      `* Re: III correctly emulated by EEE ---441olcott
24 Mar 25 i i i i i i i i       `* Re: III correctly emulated by EEE ---440Richard Damon
24 Mar 25 i i i i i i i i        `* Re: III correctly emulated by EEE ---439olcott
25 Mar 25 i i i i i i i i         `* Re: III correctly emulated by EEE ---438Richard Damon
25 Mar 25 i i i i i i i i          +* Re: III correctly emulated by EEE ---424olcott
25 Mar 25 i i i i i i i i          i+* Re: III correctly emulated by EEE ---422joes
25 Mar 25 i i i i i i i i          ii`* Re: III correctly emulated by EEE ---421olcott
25 Mar 25 i i i i i i i i          ii `* Re: III correctly emulated by EEE ---420joes
25 Mar 25 i i i i i i i i          ii  `* Re: III correctly emulated by EEE ---419olcott
26 Mar 25 i i i i i i i i          ii   +* Re: III correctly emulated by EEE ---417Richard Damon
26 Mar 25 i i i i i i i i          ii   i`* Re: III correctly emulated by EEE ---416olcott
26 Mar 25 i i i i i i i i          ii   i `* Re: III correctly emulated by EEE ---415Richard Damon
26 Mar 25 i i i i i i i i          ii   i  `* Re: III correctly emulated by EEE ---414olcott
27 Mar 25 i i i i i i i i          ii   i   `* Re: III correctly emulated by EEE ---413Richard Damon
27 Mar 25 i i i i i i i i          ii   i    `* DDD specifies recursive emulation to HHH and halting to HHH1412olcott
27 Mar 25 i i i i i i i i          ii   i     +* Re: DDD specifies recursive emulation to HHH and halting to HHH139Richard Damon
27 Mar 25 i i i i i i i i          ii   i     i`* Re: DDD specifies recursive emulation to HHH and halting to HHH138olcott
27 Mar 25 i i i i i i i i          ii   i     i +- Re: DDD specifies recursive emulation to HHH and halting to HHH11Fred. Zwarts
27 Mar 25 i i i i i i i i          ii   i     i `* Re: DDD specifies recursive emulation to HHH and halting to HHH136Richard Damon
27 Mar 25 i i i i i i i i          ii   i     i  +* Re: DDD specifies recursive emulation to HHH and halting to HHH12olcott
28 Mar 25 i i i i i i i i          ii   i     i  i`- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
27 Mar 25 i i i i i i i i          ii   i     i  `* Re: DDD specifies recursive emulation to HHH and halting to HHH133olcott
27 Mar 25 i i i i i i i i          ii   i     i   +* Re: DDD specifies recursive emulation to HHH and halting to HHH131joes
28 Mar 25 i i i i i i i i          ii   i     i   i+* Re: DDD specifies recursive emulation to HHH and halting to HHH12olcott
28 Mar 25 i i i i i i i i          ii   i     i   ii`- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
28 Mar 25 i i i i i i i i          ii   i     i   i`* Re: DDD specifies recursive emulation to HHH and halting to HHH128olcott
28 Mar 25 i i i i i i i i          ii   i     i   i `* Re: DDD specifies recursive emulation to HHH and halting to HHH127Richard Damon
28 Mar 25 i i i i i i i i          ii   i     i   i  `* Re: DDD specifies recursive emulation to HHH and halting to HHH126olcott
28 Mar 25 i i i i i i i i          ii   i     i   i   +* Re: DDD specifies recursive emulation to HHH and halting to HHH122Richard Damon
28 Mar 25 i i i i i i i i          ii   i     i   i   i`* Re: DDD specifies recursive emulation to HHH and halting to HHH121olcott
28 Mar 25 i i i i i i i i          ii   i     i   i   i `* Re: DDD specifies recursive emulation to HHH and halting to HHH120Richard Damon
28 Mar 25 i i i i i i i i          ii   i     i   i   i  `* Re: DDD specifies recursive emulation to HHH and halting to HHH119olcott
28 Mar 25 i i i i i i i i          ii   i     i   i   i   `* Re: DDD specifies recursive emulation to HHH and halting to HHH118Richard Damon
28 Mar 25 i i i i i i i i          ii   i     i   i   i    `* Re: DDD specifies recursive emulation to HHH and halting to HHH117olcott
29 Mar 25 i i i i i i i i          ii   i     i   i   i     +* Re: DDD specifies recursive emulation to HHH and halting to HHH18Richard Damon
29 Mar 25 i i i i i i i i          ii   i     i   i   i     i`* Re: DDD specifies recursive emulation to HHH and halting to HHH17olcott
29 Mar 25 i i i i i i i i          ii   i     i   i   i     i `* Re: DDD specifies recursive emulation to HHH and halting to HHH16Richard Damon
29 Mar 25 i i i i i i i i          ii   i     i   i   i     i  `* Re: DDD specifies recursive emulation to HHH and halting to HHH15olcott
29 Mar 25 i i i i i i i i          ii   i     i   i   i     i   `* Re: DDD specifies recursive emulation to HHH and halting to HHH14Richard Damon
29 Mar 25 i i i i i i i i          ii   i     i   i   i     i    `* Re: DDD specifies recursive emulation to HHH and halting to HHH13olcott
29 Mar 25 i i i i i i i i          ii   i     i   i   i     i     `* Re: DDD specifies recursive emulation to HHH and halting to HHH12Richard Damon
29 Mar 25 i i i i i i i i          ii   i     i   i   i     i      `- Re: DDD specifies recursive emulation to HHH and halting to HHH11Fred. Zwarts
29 Mar 25 i i i i i i i i          ii   i     i   i   i     `* Re: DDD specifies recursive emulation to HHH and halting to HHH18Mikko
29 Mar 25 i i i i i i i i          ii   i     i   i   i      `* Re: DDD specifies recursive emulation to HHH and halting to HHH17olcott
29 Mar 25 i i i i i i i i          ii   i     i   i   i       +- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
29 Mar 25 i i i i i i i i          ii   i     i   i   i       +* Re: DDD specifies recursive emulation to HHH and halting to HHH14joes
29 Mar 25 i i i i i i i i          ii   i     i   i   i       i`* Re: DDD specifies recursive emulation to HHH and halting to HHH13olcott
29 Mar 25 i i i i i i i i          ii   i     i   i   i       i +- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
30 Mar 25 i i i i i i i i          ii   i     i   i   i       i `- Re: DDD specifies recursive emulation to HHH and halting to HHH11joes
30 Mar 25 i i i i i i i i          ii   i     i   i   i       `- Re: DDD specifies recursive emulation to HHH and halting to HHH11Mikko
28 Mar 25 i i i i i i i i          ii   i     i   i   `* Re: DDD specifies recursive emulation to HHH and halting to HHH13joes
28 Mar 25 i i i i i i i i          ii   i     i   i    `* Re: DDD specifies recursive emulation to HHH and halting to HHH12olcott
29 Mar 25 i i i i i i i i          ii   i     i   i     `- Re: DDD specifies recursive emulation to HHH and halting to HHH11joes
28 Mar 25 i i i i i i i i          ii   i     i   `- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
27 Mar 25 i i i i i i i i          ii   i     `* Re: DDD specifies recursive emulation to HHH and halting to HHH1372Fred. Zwarts
27 Mar 25 i i i i i i i i          ii   i      `* Re: DDD specifies recursive emulation to HHH and halting to HHH1371olcott
27 Mar 25 i i i i i i i i          ii   i       +* Re: DDD specifies recursive emulation to HHH and halting to HHH1354dbush
28 Mar 25 i i i i i i i i          ii   i       i`* Re: DDD specifies recursive emulation to HHH and halting to HHH1353olcott
28 Mar 25 i i i i i i i i          ii   i       i `* Re: DDD specifies recursive emulation to HHH and halting to HHH1352dbush
28 Mar 25 i i i i i i i i          ii   i       i  `* Re: DDD specifies recursive emulation to HHH and halting to HHH1351olcott
28 Mar 25 i i i i i i i i          ii   i       i   `* Re: DDD specifies recursive emulation to HHH and halting to HHH1350dbush
28 Mar 25 i i i i i i i i          ii   i       i    `* Re: DDD specifies recursive emulation to HHH and halting to HHH1349olcott
28 Mar 25 i i i i i i i i          ii   i       i     `* Re: DDD specifies recursive emulation to HHH and halting to HHH1348dbush
28 Mar 25 i i i i i i i i          ii   i       i      `* Re: DDD specifies recursive emulation to HHH and halting to HHH1347olcott
28 Mar 25 i i i i i i i i          ii   i       i       +* Re: DDD specifies recursive emulation to HHH and halting to HHH160dbush
28 Mar 25 i i i i i i i i          ii   i       i       i`* Re: DDD specifies recursive emulation to HHH and halting to HHH159olcott
28 Mar 25 i i i i i i i i          ii   i       i       i +* Re: DDD specifies recursive emulation to HHH and halting to HHH142dbush
28 Mar 25 i i i i i i i i          ii   i       i       i i`* Re: DDD specifies recursive emulation to HHH and halting to HHH141olcott
28 Mar 25 i i i i i i i i          ii   i       i       i i +* Re: DDD specifies recursive emulation to HHH and halting to HHH137dbush
28 Mar 25 i i i i i i i i          ii   i       i       i i i`* Re: DDD specifies recursive emulation to HHH and halting to HHH136olcott
28 Mar 25 i i i i i i i i          ii   i       i       i i i +* Re: DDD specifies recursive emulation to HHH and halting to HHH111joes
28 Mar 25 i i i i i i i i          ii   i       i       i i i i`* Re: DDD specifies recursive emulation to HHH and halting to HHH110olcott
28 Mar 25 i i i i i i i i          ii   i       i       i i i i +* Re: DDD specifies recursive emulation to HHH and halting to HHH13dbush
28 Mar 25 i i i i i i i i          ii   i       i       i i i i i`* Re: DDD specifies recursive emulation to HHH and halting to HHH12olcott
28 Mar 25 i i i i i i i i          ii   i       i       i i i i +- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
29 Mar 25 i i i i i i i i          ii   i       i       i i i i `* Re: DDD specifies recursive emulation to HHH and halting to HHH15Fred. Zwarts
28 Mar 25 i i i i i i i i          ii   i       i       i i i +- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
28 Mar 25 i i i i i i i i          ii   i       i       i i i `* Re: DDD specifies recursive emulation to HHH and halting to HHH123dbush
28 Mar 25 i i i i i i i i          ii   i       i       i i `* Re: DDD specifies recursive emulation to HHH and halting to HHH13Richard Damon
28 Mar 25 i i i i i i i i          ii   i       i       i +* Re: DDD specifies recursive emulation to HHH and halting to HHH111Fred. Zwarts
28 Mar 25 i i i i i i i i          ii   i       i       i `* Re: DDD specifies recursive emulation to HHH and halting to HHH15Fred. Zwarts
28 Mar 25 i i i i i i i i          ii   i       i       `* Re: DDD specifies recursive emulation to HHH and halting to HHH1286Richard Damon
27 Mar 25 i i i i i i i i          ii   i       +* Re: DDD specifies recursive emulation to HHH and halting to HHH17Fred. Zwarts
27 Mar 25 i i i i i i i i          ii   i       +* Re: DDD specifies recursive emulation to HHH and halting to HHH18joes
28 Mar 25 i i i i i i i i          ii   i       `- Re: DDD specifies recursive emulation to HHH and halting to HHH11Richard Damon
26 Mar 25 i i i i i i i i          ii   `- Re: III correctly emulated by EEE ---1joes
25 Mar 25 i i i i i i i i          i`- Re: III correctly emulated by EEE ---1Richard Damon
25 Mar 25 i i i i i i i i          `* Re: III correctly emulated by EEE ---13olcott
23 Mar 25 i i i i i i i `- Re: III correctly emulated by EEE ---1Mikko
23 Mar 25 i i i i i i `- Re: III correctly emulated by EEE ---1Mikko
22 Mar 25 i i i i i `- Re: DDD correctly emulated by HHH --- Correct Emulation Defined 2 addendum1Richard Damon
22 Mar 25 i i i i `* Re: DDD correctly emulated by HHH --- Correct Emulation Defined 24Mikko
22 Mar 25 i i i `- Re: DDD correctly emulated by HHH --- Correct Emulation Defined1Mikko
21 Mar 25 i i `* Re: DDD correctly emulated by HHH --- Correct Emulation Defined3Richard Damon
21 Mar 25 i `* Re: DDD correctly emulated by HHH --- Correct Emulation Defined7Mikko
20 Mar 25 +* Re: DDD correctly emulated by HHH --- Correct Emulation Defined3Richard Damon
22 Mar 25 `* DDD correctly emulated by EEE --- Correct Emulation Defined35olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal