Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---

Liste des GroupesRevenir à theory 
Sujet : Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 01. Jul 2025, 12:38:50
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1040hca$2ql69$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Mozilla Thunderbird
On 7/1/2025 3:56 AM, joes wrote:
Am Mon, 30 Jun 2025 16:50:11 -0500 schrieb olcott:
On 6/30/2025 3:40 PM, joes wrote:
Am Mon, 30 Jun 2025 11:33:40 -0500 schrieb olcott:
 
The conditional branch instructions in HHH cannot possibly have any
effect whatsoever on whether or not the simulated DDD reaches its own
"return" instruction final halt state.
But of course they do. Once as part of the outermost simulator, deter-
mining whether to abort, and once as part of DDD, determining whether
to return.
 
HHH simply simulates DDD with a pure simulator until it conclusively
proves that its outermost simulated DDD cannot possibly reach its own
simulated "return" statement final halt state. When it aborts this DDD
all recursive emulations immediately stop.
Right, HHH is not a pure simulator.
The simulations would have halted if *only* the outermost HHH was pure
and did not abort.
Since you know that is impossible because every instance of HHH has the
exact same machine code at the same machine address why bring it up?

Read below.
*There is not good reason to begin reasoning with a lie*

 
  *That* is what
what Sipser's twisted-by-you words meant, not simulating a different
DDD that calls a pure simulator. The code of DDD, including HHH, is
fixed and "describes" a partial simulator; you can't in a program
magically refer to "itself", you have to arrange for the explicit
mention to fall together with its name (except in Lisp maybe).
<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>
DDD correctly simulated by HHH
(a) Will never stop running unless aborted
(b) Never reach its own simulated return" statement final halt state
*That is a verified fact thus disagreement is an error*
typedef void (*ptr)();
int HHH(ptr P);
void DDD()
{
   HHH(DDD);
   return;
}
int main()
{
   HHH(DDD);
}
Termination Analyzer HHH simulates its input until
it detects a non-terminating behavior pattern. When
HHH detects such a pattern it aborts its simulation
and returns 0.
Four different chatbots all agree that DDD correctly
simulated by HHH specifies the non terminating behavior
pattern of recursive simulation.
--
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
23 Jun 25 * ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis90olcott
23 Jun 25 `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis89Richard Damon
23 Jun 25  +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis21olcott
23 Jun 25  i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis20Richard Damon
23 Jun 25  i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis19olcott
23 Jun 25  i  +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis17joes
23 Jun 25  i  i+* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis8olcott
24 Jun 25  i  ii`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis7Richard Damon
24 Jun 25  i  ii `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis6olcott
24 Jun 25  i  ii  `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis5Richard Damon
24 Jun 25  i  ii   `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis4olcott
25 Jun 25  i  ii    `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis3Richard Damon
25 Jun 25  i  ii     `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2olcott
26 Jun 25  i  ii      `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Richard Damon
23 Jun 25  i  i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis8olcott
23 Jun 25  i  i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis7joes
23 Jun 25  i  i  `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis6olcott
24 Jun 25  i  i   `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis5joes
24 Jun 25  i  i    `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis4olcott
25 Jun 25  i  i     `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis3Mikko
25 Jun 25  i  i      `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2olcott
26 Jun 25  i  i       `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Mikko
24 Jun 25  i  `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Richard Damon
24 Jun 25  `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis67olcott
24 Jun 25   `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis66Richard Damon
24 Jun 25    `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis65olcott
24 Jun 25     +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis3Chris M. Thomasson
24 Jun 25     i+- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1olcott
25 Jun 25     i`- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Mikko
25 Jun 25     +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis9Richard Damon
25 Jun 25     i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis8olcott
25 Jun 25     i +- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1olcott
26 Jun 25     i +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis5Richard Damon
26 Jun 25     i i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis4olcott
26 Jun 25     i i +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2olcott
26 Jun 25     i i i`- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Richard Damon
26 Jun 25     i i `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Richard Damon
26 Jun 25     i `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Richard Damon
25 Jun 25     +- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Richard Damon
25 Jun 25     `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis51Mikko
25 Jun 25      `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis50olcott
26 Jun 25       +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis18Fred. Zwarts
27 Jun 25       i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis17olcott
27 Jun 25       i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis16Fred. Zwarts
27 Jun 25       i  `* ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---15olcott
28 Jun09:57       i   `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---14Fred. Zwarts
28 Jun14:08       i    `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---13olcott
28 Jun18:39       i     +- Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---1Richard Damon
29 Jun11:34       i     `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---11Fred. Zwarts
29 Jun14:29       i      `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---10olcott
29 Jun20:05       i       +- Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---1Richard Damon
30 Jun08:38       i       `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---8Fred. Zwarts
30 Jun17:33       i        `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---7olcott
30 Jun21:40       i         `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---6joes
30 Jun22:50       i          `* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---5olcott
1 Jul09:56       i           +* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---3joes
1 Jul12:38       i           i`* Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---2olcott
1 Jul15:42       i           i `- Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---1joes
1 Jul10:06       i           `- Re: ChatGPT and claude.ai agree that I have refuted the conventional Halting Problem proof technique ---1Fred. Zwarts
26 Jun 25       `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis31Mikko
27 Jun 25        `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis30olcott
27 Jun 25         `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis29Mikko
27 Jun 25          `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis28olcott
28 Jun13:04           `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis27Mikko
28 Jun14:54            `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis26olcott
28 Jun18:41             +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis20Richard Damon
28 Jun22:52             i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis19olcott
29 Jun00:10             i +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis16Richard Damon
29 Jun00:19             i i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis15olcott
29 Jun02:14             i i +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis4Richard Damon
29 Jun04:36             i i i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis3olcott
29 Jun12:09             i i i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2Richard Damon
29 Jun14:23             i i i  `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1olcott
29 Jun15:47             i i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis10olcott
30 Jun08:35             i i  +* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis8Fred. Zwarts
30 Jun17:20             i i  i+* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2olcott
1 Jul09:40             i i  ii`- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Fred. Zwarts
30 Jun17:42             i i  i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis5Mike Terry
30 Jun23:00             i i  i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis4olcott
1 Jul09:36             i i  i  `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis3Fred. Zwarts
1 Jul13:09             i i  i   `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2olcott
2 Jul09:26             i i  i    `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Fred. Zwarts
30 Jun10:09             i i  `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Mikko
29 Jun15:39             i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2olcott
30 Jun10:19             i  `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Mikko
29 Jun10:27             `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis5Mikko
29 Jun15:38              `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis4olcott
30 Jun10:21               `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis3Mikko
1 Jul15:14                `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis2olcott
2 Jul08:14                 `- Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis1Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal