Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis

Liste des GroupesRevenir à theory 
Sujet : Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory
Date : 01. Jul 2025, 09:36:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <10406m5$7a1e$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 21 22
User-Agent : Mozilla Thunderbird
Op 01.jul.2025 om 00:00 schreef olcott:
On 6/30/2025 11:42 AM, Mike Terry wrote:
On 30/06/2025 08:35, Fred. Zwarts wrote:
Op 29.jun.2025 om 16:47 schreef olcott:
On 6/29/2025 4:31 AM, Mikko wrote:
On 2025-06-28 23:19:11 +0000, olcott said:
>
On 6/28/2025 6:10 PM, Richard Damon wrote:
On 6/28/25 5:52 PM, olcott wrote:
On 6/28/2025 12:41 PM, Richard Damon wrote:
On 6/28/25 9:54 AM, olcott wrote:
On 6/28/2025 7:04 AM, Mikko wrote:
On 2025-06-27 14:19:28 +0000, olcott said:
>
On 6/27/2025 1:55 AM, Mikko wrote:
On 2025-06-27 02:58:47 +0000, olcott said:
>
On 6/26/2025 5:16 AM, Mikko wrote:
On 2025-06-25 15:42:36 +0000, olcott said:
>
On 6/25/2025 2:38 AM, Mikko wrote:
On 2025-06-24 14:39:52 +0000, olcott said:
>
*ChatGPT and I agree that*
The directly executed DDD() is merely the first step of
otherwise infinitely recursive emulation that is terminated
at its second step.
>
No matter who agrees, the directly executed DDD is mote than
merely the first step of otherwise infinitely recursive
emulation that is terminated at its second step. Not much
more but anyway. After the return of HHH(DDD) there is the
return from DDD which is the last thing DDD does before its
termination.
>
*HHH(DDD) the input to HHH specifies non-terminating behavior*
The fact that DDD() itself halts does not contradict that
because the directly executing DDD() cannot possibly be an
input to HHH in the Turing machine model of computation,
thus is outside of the domain of HHH.
>
The input in HHH(DDD) is the same DDD that is executed in DDD()
so the behaviour specified by the input is the behavour of
directly executed DDD, a part of which is the behaour of the
HHH that DDD calls.
>
If HHH does not report about DDD but instead reports about itself
or its own actions it is not a partial halt decideer nor a partial
termination analyzer, as those are not allowed to report on their
own behavour more than "cannot determine".
>
Functions computed by Turing Machines are required to compute
the mapping from their inputs and not allowed to take other
executing Turing machines as inputs.
>
There is no restriction on the functions.
>
counter factual.
>
That is not a magic spell to create a restriction on functions.
>
A Turing machine is required
to compute the function identified in its specification and no other
function. For the halting problem the specification is that a halting
decider must compute the mapping that maps to "yes" if the computation
described by the input halts when directly executed.
>
No one ever bothered to notice that because directly
executed Turing machines cannot possibly be inputs to
other Turing machines that these directly executed
Turing machines have never been in the domain of any
Turing machine.
>
Irrelevant. They are the domain of the halting problem.
>
That they are in the domain of the halting problem
and not in the domain of any Turing machine proves
that the requirement of the halting problem is incorrect.
>
No, it just says that you don't understand the concept of representation.
>
>
There exists no finite number of steps where N steps of
DDD are correctly simulated by HHH and this simulated DDD
reaches its simulated "return" statement final halts state.
>
>
>
But there is no HHH that correctly simulates the DDD that the HHH that answers,
Proven to be counter-factual and over your head.
>
void Infinite_Recursion()
{
   Infinite_Recursion();
   return;
}
>
The exact same code that correctly recognizes infinite
recursion sees this non-terminating pattern after one
single recursive emulation.
>
Recursive simulation is not the same as recorsive call. Consequently
what is correct about recursive calls may be incorrect about
recursive simulation.
>
>
Actually from the POV of HHH it is exactly the same
as if DDD() called HHH(DDD) that simply calls DDD().
HHH has no idea that DDD is calling itself.
>
It sees DDD call the same function twice in sequence
with no conditional branch instructions inbetween the
beginning of DDD and its called to HHH(DDD).
>
There are conditional branch instructions in HHH
that HHH does ignore. These are irrelevant. They
cannot possibly cause the simulated DDD to reach
its own simulated final halt state, the correct
measure of halting.
>
>
Exactly these conditional branch instruction are the cause for the abort done by HHH, which then returns to DDD, which then halts.
This is shown by world class smulators and also by HHH1, which does count these conditional branch instructions and, therefore, is able to reach the end of the simulation.
>
HHH1 does not count the conditional branch instructions.  The explanation for it reaching the end of the simulation is that
 HHH1(DDD)'s input does not call itself in recursive simulation
like the input to HHH(DDD) does call itself in recursive simulation.
Indeed, the failure of the programmer is that he thinks that a simulator can simulate itself correctly in recursive simulation. Therefore, HHH must fail, where HHH1 shows a correct simulation of exactly the same input, specifying exactly the same behaviour.

 All the chatbots (even the stupid one) knows that the input
to HHH(DDD) calls HHH(DDD) in recursive simulation preventing
DDD correctly simulated by HHH from reaching its own simulated
"return" instruction final halt state.
 So it is either the case that everyone here is more stupid than
a stupid chatbot or these chatbots make a detectable error that
can be actually proven to be an error.
 I say that DDD correctly simulated by HHH specifies behavior that
cannot possibly reach its "return" instruction final halt state.
 *There has been no actual rebuttal to this*
Rebuttals that rely on counter-factual assumptions
do not count as actual rebuttals.
 
As usual the claim is repeated without evidence.
There is no need for a rebuttal that HHH fails to reach the end of the simulation with its premature abort.
This is, however, not specified in the input. The input includes the code to abort and halt and therefore, it specifies a halting program. That HHH is coded to abort before it can see this part of the specification and in this way is made blind for this specification, does not change the specification.

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 Jun05:26       i`* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis17olcott
27 Jun08:59       i `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis16Fred. Zwarts
27 Jun15:08       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 Jun07:55         `* Re: ChatGPT agrees that I have refuted the conventional Halting Problem proof technique --- Full 38 page analysis29Mikko
27 Jun15:19          `* 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