Re: The halting problem as defined is a category error

Liste des GroupesRevenir à s logic 
Sujet : Re: The halting problem as defined is a category error
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic comp.ai.philosophy
Date : 24. Jul 2025, 15:11:44
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <105tev0$1fr8n$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Mozilla Thunderbird
On 7/24/2025 5:07 AM, joes wrote:
Am Wed, 23 Jul 2025 16:08:51 -0500 schrieb olcott:
On 7/23/2025 3:56 PM, joes wrote:
Am Wed, 23 Jul 2025 15:14:35 -0500 schrieb olcott:
On 7/23/2025 2:06 PM, joes wrote:
Am Wed, 23 Jul 2025 09:24:15 -0500 schrieb olcott:
On 7/23/2025 8:31 AM, joes wrote:
Am Wed, 23 Jul 2025 07:22:55 -0500 schrieb olcott:
 
The actual behavior that is actually specified must include that in
both of these cases recursive simulation is specified. We can't just
close our eyes and pretend otherwise.
That is what HHH does: close its eyes and pretend that DDD called a
pure simulator instead of recursing. See below.
>
That you don't understand my code is ot a rebuttal. HHH simulate DDD
that calls HHH(DDD) that causes the directly executed HHH to simulate
itself simulating DDD until this simulated simulated DDD calls a
simulated simulated HHH(DDD).
>
Of course, and then it incorrectly assumes that an unaborted simulation
*of this HHH*, which does in fact abort, wouldn't abort.
>
If HHH(DDD) never aborts its simulation then this HHH never stops
running.

If HHH (which aborts) was given to a UTM/pure simulator, it would
stop running.
 
typedef void (*ptr)();
int HHH(ptr P);
void DDD()
{
   HHH(DDD);
   return;
}
int Simulate(ptr x)
{
   x();
   return 1;
}
It is the behavior of the input to HHH(DDD) that
HHH is supposed to measure.
It is not the behavior of the input to Simulate(DDD)
that HHH is supposed to measure.
It is also not the behavior of the directly executed
DDD() that HHH is supposed to measure.
HHH(DDD) is only supposed to measure the behavior
of its own input.
It has been three years and still not one person
has understood that the behavior of an input that
calls its own simulator is not the same as the behavior
of an input that does not call its own simulator.
--
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
17 Jul 25 * The halting problem as defined is a category error74olcott
21 Jul13:30 +* Re: The halting problem as defined is a category error2Mild Shock
21 Jul13:59 i`- Re: The halting problem as defined is a category error1olcott
18 Jul 25 +* Re: The halting problem as defined is a category error --- Flibble is correct47olcott
19 Jul15:42 i+* Re: The halting problem as defined is a category error --- Flibble is correct19olcott
19 Jul18:02 ii`* Re: The halting problem as defined is a category error --- Flibble is correct18Richard Damon
19 Jul20:19 ii `* Four Chatbots figure out on their own without prompting that HHH(DDD)==017olcott
20 Jul08:57 ii  +* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==06Fred. Zwarts
20 Jul16:18 ii  i`* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==05olcott
20 Jul23:50 ii  i +- Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==01Richard Damon
21 Jul09:38 ii  i `* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==03Fred. Zwarts
21 Jul15:25 ii  i  `* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==02olcott
22 Jul10:12 ii  i   `- Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==01Fred. Zwarts
19 Jul20:47 ii  `* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==010olcott
19 Jul21:01 ii   +* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==08olcott
19 Jul21:41 ii   i+* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==06olcott
19 Jul22:05 ii   ii`* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==05olcott
20 Jul15:33 ii   ii `* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==04olcott
20 Jul23:11 ii   ii  `* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==03Richard Damon
20 Jul23:57 ii   ii   `* Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==02olcott
21 Jul01:24 ii   ii    `- Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==01Richard Damon
20 Jul03:23 ii   i`- Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==01Richard Damon
20 Jul03:23 ii   `- Re: Four Chatbots figure out on their own without prompting that HHH(DDD)==01Richard Damon
19 Jul22:18 i+* Re: Respect [was: The halting problem as defined is a category error]25olcott
20 Jul03:12 ii+* Re: Respect [was: The halting problem as defined is a category error]19Richard Damon
20 Jul04:20 iii+* Re: Respect [was: The halting problem as defined is a category error]16olcott
20 Jul12:13 iiii+* Re: Respect [was: The halting problem as defined is a category error]3Richard Damon
20 Jul15:30 iiiii`* Re: Respect [was: The halting problem as defined is a category error]2olcott
21 Jul00:28 iiiii `- Re: Respect [was: The halting problem as defined is a category error]1Richard Damon
20 Jul08:38 iiii`* Re: Respect [was: The halting problem as defined is a category error]12Fred. Zwarts
20 Jul15:08 iiii `* Re: Respect [was: The halting problem as defined is a category error]11olcott
21 Jul09:24 iiii  +- Re: Respect [was: The halting problem as defined is a category error]1Fred. Zwarts
21 Jul00:13 iiii  `* Re: Respect [was: The halting problem as defined is a category error]9Richard Damon
21 Jul00:54 iiii   `* Re: Respect [was: The halting problem as defined is a category error]8olcott
21 Jul01:29 iiii    `* Re: Respect [was: The halting problem as defined is a category error]7Richard Damon
21 Jul01:45 iiii     +* Re: Respect [was: The halting problem as defined is a category error]4olcott
21 Jul02:58 iiii     i`* Re: Respect [was: The halting problem as defined is a category error]3Richard Damon
21 Jul03:05 iiii     i `* Re: Respect [was: The halting problem as defined is a category error]2olcott
21 Jul14:26 iiii     i  `- Re: Respect [was: The halting problem as defined is a category error]1olcott
21 Jul01:48 iiii     `* Re: Respect [was: The halting problem as defined is a category error]2olcott
21 Jul02:58 iiii      `- Re: Respect [was: The halting problem as defined is a category error]1Richard Damon
20 Jul04:21 iii`* Re: Respect [was: The halting problem as defined is a category error]2olcott
20 Jul12:18 iii `- Re: Respect [was: The halting problem as defined is a category error]1Richard Damon
20 Jul08:44 ii`* Re: Respect [was: The halting problem as defined is a category error]5Fred. Zwarts
20 Jul16:07 ii `* Re: Respect [was: The halting problem as defined is a category error]4olcott
21 Jul07:39 ii  `* Re: Respect [was: The halting problem as defined is a category error]3Fred. Zwarts
21 Jul14:03 ii   `* Re: Respect [was: The halting problem as defined is a category error]2olcott
22 Jul10:01 ii    `- Re: Respect [was: The halting problem as defined is a category error]1Fred. Zwarts
21 Jul15:19 i`* Re: The halting problem as defined is a category error --- Flibble is correct2olcott
22 Jul10:08 i `- Re: The halting problem as defined is a category error --- Flibble is correct1Fred. Zwarts
17 Jul 25 +* Re: The halting problem as defined is a category error9olcott
18 Jul 25 i+* Re: The halting problem as defined is a category error5Richard Damon
18 Jul 25 ii`* Re: The halting problem as defined is a category error -- Flibble is correct4olcott
18 Jul 25 ii `* Re: The halting problem as defined is a category error -- Flibble is correct3Richard Damon
18 Jul 25 ii  `* Re: The halting problem as defined is a category error -- Flibble is correct2olcott
18 Jul 25 ii   `- Re: The halting problem as defined is a category error -- Flibble is correct1Richard Damon
19 Jul03:15 i+- Re: The halting problem as defined is a category error1Richard Damon
18 Jul23:52 i`* Re: The halting problem as defined is a category error2olcott
19 Jul03:19 i `- Re: The halting problem as defined is a category error1Richard Damon
18 Jul 25 +- Re: The halting problem as defined is a category error1Richard Damon
19 Jul03:25 +* Re: The halting problem as defined is a category error6Richard Damon
19 Jul04:39 i`* Re: The halting problem as defined is a category error5olcott
19 Jul13:50 i `* Re: The halting problem as defined is a category error4Richard Damon
19 Jul15:15 i  +* Re: The halting problem as defined is a category error2olcott
19 Jul18:17 i  i`- Re: The halting problem as defined is a category error1Richard Damon
19 Jul18:15 i  `- Re: The halting problem as defined is a category error1Richard Damon
18 Jul23:54 +- Re: The halting problem as defined is a category error1olcott
21 Jul15:07 `* Re: The halting problem as defined is a category error7olcott
22 Jul10:16  +- Re: The halting problem as defined is a category error1Fred. Zwarts
22 Jul14:56  `* Re: The halting problem as defined is a category error5olcott
23 Jul04:13   +- Re: The halting problem as defined is a category error1olcott
23 Jul04:50   +* Re: The halting problem as defined is a category error2olcott
23 Jul09:55   i`- Re: The halting problem as defined is a category error1Fred. Zwarts
24 Jul15:11   `- Re: The halting problem as defined is a category error1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal