Sujet : Re: ChatGPT totally understands exactly how I refuted the conventional halting problem proof technique
De : mikko.levanto (at) *nospam* iki.fi (Mikko)
Groupes : comp.theoryDate : 22. Jun 2025, 10:32:05
Autres entêtes
Organisation : -
Message-ID : <1038iil$enlc$1@dont-email.me>
References : 1
User-Agent : Unison/2.2
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.
-- Mikko