Re: HHH(DDD)==0 is correct

Liste des GroupesRevenir à theory 
Sujet : Re: HHH(DDD)==0 is correct
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory
Date : 04. Jul 2025, 14:25:06
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <6ae703587628f237d675c74ede44ce2b31131824@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla Thunderbird
On 7/3/25 8:36 PM, olcott wrote:
On 7/3/2025 7:22 PM, Richard Damon wrote:
On 7/3/25 7:15 PM, olcott wrote:
On 7/3/2025 5:59 PM, Richard Damon wrote:
On 7/3/25 11:17 AM, olcott wrote:
On 7/3/2025 9:50 AM, Richard Damon wrote:
On 7/3/25 10:39 AM, olcott wrote:
On 7/3/2025 9:16 AM, Richard Damon wrote:
On 7/2/25 10:50 PM, olcott wrote:
On 7/1/2025 11:37 AM, Mr Flibble wrote:
On Mon, 30 Jun 2025 21:12:48 -0400, Richard Damon wrote:
>
On 6/30/25 2:30 PM, Mr Flibble wrote:
>
PO just works off the lie that a correct simulation of the input is
different than the direct execution, even though he can't show the
instruction actually correctly simulated where they differ, and thus
proves he is lying.
>
The closest he comes is claiming that the simulation of the "Call HHH"
must be different when simulated then when executed, as for "some
reason" it must be just because otherwise HHH can't do the simulation.
>
Sorry, not being able to do something doesn't mean you get to redefine
it,
>
You ar4e just showing you are as stupid as he is.
>
No. A simulator does not have to run a simulation to completion if it can
determine that the input, A PROGRAM, never halts.
>
/Flibble
>
The most direct way to analyze this is that
HHH(DDD)==0 and HHH1(DDD)==1 are both correct
because DDD calls HHH(DDD) in recursive simulation and
DDD does not call HHH1(DDD) in recursive simulation.
>
Nope. It seems you don't understand what the question actually IS because you have just lied to yourself so much that you lost the understanding of the queiston.
>
>
*I can't imagine how Mike does not get this*
>
I can't understand
>
>
*Context of above dialogue*
*Context of above dialogue*
*Context of above dialogue*
>
Context of your context:
>
A Halt Decider is supposed to decide if the program given to it (via some correct representation) will halt when run.
>
Thus, "the input" needs to represent a program
>
>
typedef void (*ptr)();
int HHH(ptr P);
>
void DDD()
{
   HHH(DDD);
   return;
}
>
int main()
{
   HHH(DDD);
}
>
Which, by itself, isn't a valid input, or program. as HHH is undefined.
>
Each different definition of HHH, gives a different problem.
>
Your "logic" seems to be based on trying to re-define what a program is, which just makes it a lie.
>
"Programs" must be complete and self-contained in the field of computability theory, something you don't seem to understand.
>
>
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. (HHH1 has identical code)
>
>
>
But it CAN'T simulate the above input. as it isn't valid.
>
You need to add the code of HHH to the input to let HHH simulate "the input" to get anything.
>
>
No I do not. The above paragraph has every detail that is needed.
>
Then how do you correctly simulate something you do not have.
>
Note, your "description" of HHH is just incorrect, as it is also incomplete.
>
Simulating a LIE just gives you a lie.
>
>
And at that point, you have different inputs for different HHHs, and possibly different behaviors, which you logic forgets to take into account, which just breaks it.
>
>
Wrong.
It is because the what I specified does take this
into account that HHH(DDD)==0 and HHH1(DDD)==1 are correct.
>
Nope, becausee it violates the DEFINITION of what it means to simulate something.
>
>
*You don't even know what you mean by this*
What I mean is the execution trace that is derived
within the semantics of the C programming language.
>
Right, which means that the input needs to include the code of HHH.
>
And when you do so, there is only one possible HHH for that input, as it has been specified in the input, and any other HHH trying to be defined breaks the one-definition rule.
>
>
>
HHH1 simulates DDD that calls HHH(DDD) that
simulates DDD and then simulates itself simulating DDD.
Then HHH(DDD) aborts its simulation and returns to the
DDD simulated by HHH1. Then this DDD returns to HHH1.
>
Right, it aborts it, but the CORRECT simulation of that input would be to see that
>
DDD calls HHH that simulates DDD that calls HHH and then the first HHH aborts its simulation and returns to DDD which then halts.
>
Thus, the input is HALTING, as shown by the CORRECT simulation.
>
>
*Claude (smarter than ChatGPT) figured this out on its own*
https://claude.ai/share/da9b8e3f-eb16-42ca-a9e8-913f4b88202c
>
>
Since your input includes your LIE:
>
Termination Analyzer HHH simulates its input until
it detects a non-terminating behavior pattern.
>
Since the pattern you claim to be a "non-terminating" pattern can not actually be one, as it exists in the correct simulation that halt, say your arguement is just UNSOUND.
>
As you are just proving that you yourself are (that is unsound), as you believe your own lies.
>
*I am NOT the liar here*
>
>
Sure you are. WHy isn't it a lie, since it is wrong.
>
 You cannot possibly show one single
actual mistake in the execution trace.
Sure I can, and have.
The simulation of the Call HHH must be followed by the instructions of HHH, which only occur in your great big giant trace, which you can't use to prove your point, as it shows that DDD will halt.

 This is just like Trump denying that there
are any cuts to Medicaid in his bill.
 
Nope, YOU are like Trump.
Sorry, Mr. Trump, he is worse than you,

Date Sujet#  Auteur
26 Jun 25 * Re: ChatGPT agrees that HHH refutes the standard halting problem proof method84Alan Mackenzie
26 Jun 25 `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method83olcott
27 Jun 25  +* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method62olcott
29 Jun10:18  i`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method61Mikko
29 Jun15:09  i +* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method59olcott
29 Jun20:26  i i+* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method13olcott
30 Jun03:46  i ii+* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method11Richard Damon
30 Jun04:05  i iii`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method10olcott
30 Jun12:28  i iii `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method9Richard Damon
30 Jun18:00  i iii  `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method8olcott
1 Jul02:10  i iii   `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method7Richard Damon
1 Jul02:26  i iii    +* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method5olcott
1 Jul12:28  i iii    i`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method4Richard Damon
1 Jul13:07  i iii    i `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method3olcott
2 Jul02:25  i iii    i  +- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Richard Damon
2 Jul21:40  i iii    i  `- Logic proves that Peter Olcott is just a liar.1Richard Damon
2 Jul11:12  i iii    `- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Richard Heathfield
30 Jun09:47  i ii`- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Mikko
30 Jun03:39  i i+* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method44Richard Damon
1 Jul02:12  i ii`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method43Richard Damon
1 Jul02:34  i ii +* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method8olcott
1 Jul09:28  i ii i+* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method4Fred. Zwarts
1 Jul12:52  i ii ii`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method3olcott
2 Jul02:28  i ii ii +- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Richard Damon
2 Jul09:37  i ii ii `- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Fred. Zwarts
1 Jul12:32  i ii i`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method3Richard Damon
1 Jul12:55  i ii i `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method2olcott
2 Jul02:31  i ii i  `- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Richard Damon
3 Jul03:50  i ii `* HHH(DDD)==0 is correct34olcott
3 Jul09:57  i ii  +* Re: HHH(DDD)==0 is correct20Mikko
3 Jul13:56  i ii  i`* Re: HHH(DDD)==0 is correct19olcott
3 Jul15:24  i ii  i +- Re: HHH(DDD)==0 is correct1Richard Damon
4 Jul08:35  i ii  i `* Re: HHH(DDD)==0 is correct17Mikko
4 Jul13:50  i ii  i  `* Re: HHH(DDD)==0 is correct16olcott
4 Jul14:22  i ii  i   +* Re: HHH(DDD)==0 is correct7joes
4 Jul14:32  i ii  i   i`* Re: HHH(DDD)==0 is correct6olcott
4 Jul18:48  i ii  i   i `* Re: HHH(DDD)==0 is correct5Richard Damon
4 Jul19:24  i ii  i   i  `* Re: HHH(DDD)==0 is correct4olcott
4 Jul21:33  i ii  i   i   `* Re: HHH(DDD)==0 is correct3Richard Damon
4 Jul23:17  i ii  i   i    `* Re: HHH(DDD)==0 is correct2olcott
5 Jul08:36  i ii  i   i     `- Re: HHH(DDD)==0 is correct1Fred. Zwarts
4 Jul14:23  i ii  i   +* Re: HHH(DDD)==0 is correct7Richard Damon
4 Jul15:43  i ii  i   i`* Re: HHH(DDD)==0 is correct6olcott
4 Jul19:14  i ii  i   i `* Re: HHH(DDD)==0 is correct5Richard Damon
4 Jul19:25  i ii  i   i  `* Re: HHH(DDD)==0 is correct4olcott
4 Jul21:40  i ii  i   i   `* Re: HHH(DDD)==0 is correct3Richard Damon
4 Jul23:24  i ii  i   i    `* Re: HHH(DDD)==0 is correct2olcott
5 Jul08:33  i ii  i   i     `- Re: HHH(DDD)==0 is correct1Fred. Zwarts
5 Jul09:42  i ii  i   `- Re: HHH(DDD)==0 is correct1Mikko
3 Jul15:16  i ii  `* Re: HHH(DDD)==0 is correct13Richard Damon
3 Jul15:39  i ii   `* Re: HHH(DDD)==0 is correct12olcott
3 Jul15:50  i ii    `* Re: HHH(DDD)==0 is correct11Richard Damon
3 Jul16:17  i ii     `* Re: HHH(DDD)==0 is correct10olcott
3 Jul23:59  i ii      +* Re: HHH(DDD)==0 is correct5Richard Damon
4 Jul00:15  i ii      i`* Re: HHH(DDD)==0 is correct4olcott
4 Jul01:22  i ii      i `* Re: HHH(DDD)==0 is correct3Richard Damon
4 Jul01:36  i ii      i  `* Re: HHH(DDD)==0 is correct2olcott
4 Jul14:25  i ii      i   `- Re: HHH(DDD)==0 is correct1Richard Damon
4 Jul08:42  i ii      `* Re: HHH(DDD)==0 is correct4Mikko
4 Jul13:57  i ii       `* Re: HHH(DDD)==0 is correct3olcott
5 Jul08:30  i ii        +- Re: HHH(DDD)==0 is correct1Fred. Zwarts
5 Jul09:44  i ii        `- Re: HHH(DDD)==0 is correct1Mikko
30 Jun09:39  i i`- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Mikko
30 Jun09:28  i `- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Mikko
27 Jun 25  `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method20Richard Damon
27 Jun 25   `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method19olcott
27 Jun 25    `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method18Richard Damon
27 Jun 25     +* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method12olcott
27 Jun 25     i`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method11Richard Damon
27 Jun 25     i `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method10olcott
27 Jun 25     i  `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method9Richard Damon
27 Jun 25     i   `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method8olcott
27 Jun 25     i    `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method7Richard Damon
27 Jun 25     i     `* ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior6olcott
27 Jun 25     i      +- Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior1Richard Damon
28 Jun 25     i      `* Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior4Richard Damon
28 Jun 25     i       `* Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior3olcott
28 Jun 25     i        `* Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior2Richard Damon
28 Jun 25     i         `- Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior1Richard Damon
27 Jun 25     `* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method5olcott
27 Jun 25      +* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method3Alan Mackenzie
27 Jun 25      i`* Re: ChatGPT agrees that HHH refutes the standard halting problem proof method2olcott
27 Jun 25      i `- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Richard Damon
27 Jun 25      `- Re: ChatGPT agrees that HHH refutes the standard halting problem proof method1Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal