Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique

Liste des GroupesRevenir à c theory 
Sujet : Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic comp.ai.philosophy sci.math
Date : 23. Jun 2025, 17:37:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <103bvt3$1cjeg$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
On 6/23/2025 10:26 AM, Mike Terry wrote:
On 23/06/2025 16:01, olcott wrote:
On 6/23/2025 2:20 AM, Mikko wrote:
On 2025-06-22 14:42:13 +0000, olcott said:
>
On 6/22/2025 4:32 AM, Mikko wrote:
On 2025-06-21 22:48:01 +0000, olcott said:
>
int DD()
{
   int Halt_Status = HHH(DD);
   if (Halt_Status)
     HERE: goto HERE;
   return Halt_Status;
}
>
https://chatgpt.com/s/t_6857335b37a08191a077d57039fa4a76
ChatGPT agrees that I have correctly refuted every
halting problem proof technique that relies on the above
pattern.
>
If you like to play with ChatGPT you should ask it for
a solution to the halting problem.
>
I gave you the link showing exactly what ChatGPT agreed to.
https://chatgpt.com/s/t_6857335b37a08191a077d57039fa4a76
>
What an artificial idiot agrees to is not interesting.
A solution to the halting problem would be.
>
>
On 6/21/2025 6:21 PM, Mike Terry wrote:
 > Is that the ChatGPT that does the peer reviewing for submissions
 > for Proceedings of the London Mathematical Society?
 >
 > Seems like you're nearly there at last!
 >
 > Mike.
 I have no idea why you quoted me on that, but just for the avoidance of doubt...
 ChatGPT is a chatbot, and /obviously/ does not peer review submissions for any respectable journal - because it's a chatbot with no actual
https://chatgpt.com/g/g-xn69svxsw-scientific-paper-reviewer

understanding of its subject matter, only recognition of patterns enabling it to produce plausible sounding responses to requests.  I was probably being too subtle for you.
 
I always interpret expressions of language according
to the literal base meaning of their words. For example
a Turing machine that ignores its inputs is not any kind
of actual decider at all. The notion of Turing machine
computable functions seems to agree.
https://en.wikipedia.org/wiki/Computable_function

 Mike.
ps. and of course, you're /not/ nearly there, even remotely.
 
Actually just based on this review of my work there is
only one more step before I am all the way there with you.
On 5/14/2025 7:36 PM, Mike Terry wrote:
https://al.howardknight.net/?STYPE=msgid&MSGI=%3C1003cu5%242p3g1%241%40dont-email.me%3E void Infinite_Recursion()
{
   Infinite_Recursion();
   return;
}
Thus you probably also know that HHH could correctly
determine the halt status of Infinite_Recursion().
This only requires you to understand this one more detail
that the input to simulating termination analyzer HHH(DDD)
correctly simulated by HHH cannot possibly reach its own
"return" statement final halt state. This means that this
input does specify a non-halting sequence of configurations.
void DDD()
{
   HHH(DDD);
   return;
}
Once you understand that then the input to
HHH(DD) is this exact same thing.
int DD()
{
   int Halt_Status = HHH(DD);
   if (Halt_Status)
     HERE: goto HERE;
   return Halt_Status;
}

>
You said:
Which version of ChatGPT are you?
>
ChatGPT said:
You're currently chatting with ChatGPT using the GPT-4-turbo model (often referred to as GPT-4o, the "omni" model). This is the most advanced model available as of June 2025 and is designed for high performance across text, vision, and audio tasks.
>
>
--
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
21 Jun 25 * ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique58olcott
22 Jun 25 +* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique3Keith Thompson
22 Jun 25 i`* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique2olcott
22 Jun 25 i `- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1Richard Damon
22 Jun 25 +* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique2Mike Terry
22 Jun 25 i`- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1olcott
22 Jun 25 +* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique10Alan Mackenzie
22 Jun 25 i`* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique9olcott
22 Jun 25 i +- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1Richard Damon
23 Jun 25 i `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique7Mikko
23 Jun 25 i  `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique6olcott
24 Jun 25 i   `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique5Mikko
24 Jun 25 i    `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique4olcott
25 Jun 25 i     `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique3Mikko
25 Jun 25 i      `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique2olcott
26 Jun 25 i       `- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1Mikko
22 Jun 25 +* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique37Mikko
22 Jun 25 i`* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique36olcott
22 Jun 25 i +- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1Richard Damon
23 Jun 25 i `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique34Mikko
23 Jun 25 i  `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique33olcott
23 Jun 25 i   `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique32Mike Terry
23 Jun 25 i    `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique31olcott
24 Jun 25 i     `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique30Mikko
24 Jun 25 i      `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique29olcott
24 Jun 25 i       +* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique2wij
24 Jun 25 i       i`- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1olcott
24 Jun 25 i       +* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique25Alan Mackenzie
24 Jun 25 i       i`* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique24olcott
24 Jun 25 i       i `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique23Alan Mackenzie
24 Jun 25 i       i  `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique22olcott
24 Jun 25 i       i   +* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique16joes
24 Jun 25 i       i   i`* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique15olcott
24 Jun 25 i       i   i `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique14joes
24 Jun 25 i       i   i  `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique13olcott
25 Jun 25 i       i   i   `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique12Mikko
25 Jun 25 i       i   i    `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique11olcott
26 Jun 25 i       i   i     `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique10Mikko
27 Jun 25 i       i   i      `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique9olcott
28 Jun 25 i       i   i       `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique8Mikko
28 Jun 25 i       i   i        `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique7olcott
29 Jun 25 i       i   i         `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique6Mikko
29 Jun 25 i       i   i          `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique5olcott
30 Jun 25 i       i   i           `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique4Mikko
30 Jun 25 i       i   i            `* Turing machine HHH is not allowed to report on the behavior of the directly executed DDD()3olcott
1 Jul 25 i       i   i             `* Re: Turing machine HHH is not allowed to report on the behavior of the directly executed DDD()2Mikko
1 Jul 25 i       i   i              `- Re: Turing machine HHH is not allowed to report on the behavior of the directly executed DDD()1olcott
24 Jun 25 i       i   `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique5Alan Mackenzie
24 Jun 25 i       i    `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique4olcott
24 Jun 25 i       i     `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique3Alan Mackenzie
24 Jun 25 i       i      `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique2olcott
24 Jun 25 i       i       `- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1Chris M. Thomasson
25 Jun 25 i       `- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1Mikko
22 Jun 25 `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique5Richard Damon
22 Jun 25  `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique4olcott
22 Jun 25   `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique3Richard Damon
22 Jun 25    `* Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique2olcott
23 Jun 25     `- Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique1Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal