Sujet : Re: HHH(DDD)==0 is correct
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theoryDate : 06. Jul 2025, 10:35:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <104dg0k$nn2r$2@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 23 24
User-Agent : Mozilla Thunderbird
Op 05.jul.2025 om 17:53 schreef olcott:
On 7/5/2025 3:44 AM, Mikko wrote:
On 2025-07-04 12:57:47 +0000, olcott said:
>
On 7/4/2025 2:42 AM, Mikko wrote:
On 2025-07-03 15:17:53 +0000, olcott said:
>
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.
>
C lanbuage definition does not specifiy the senatics of the non- standard
lanugage extension that your HHH and HHH1 use.
>
*This is the ONLY specification of HHH that chatbots see*
>
That is irrelevant. What is relevant is the specification or lack of
that readers of comp.theory see.
>
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.
But is incorrect when there is no non-termination pattern and it still claims there is.
The input of HHH is a pointer to code that includes DDD and all code used by it directly and indirectly, including the abort code. A correct analysis by HHH should have detected that, but HHH has been programmed in such a way that it is blind for that part of the specification.
That HHH has bugs that makes it blind for part of the specification, does not change the specification. It only shows the failure of HHH.
Date | Sujet | # | | Auteur |
26 Jun 25 | Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 102 | | Alan Mackenzie |
26 Jun 25 |  Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 101 | | olcott |
27 Jun 25 |   Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 80 | | olcott |
29 Jun 25 |    Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 79 | | Mikko |
29 Jun 25 |     Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 77 | | olcott |
29 Jun20:26 |      Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 13 | | olcott |
30 Jun03:46 |       Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 11 | | Richard Damon |
30 Jun04:05 |        Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 10 | | olcott |
30 Jun12:28 |         Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 9 | | Richard Damon |
30 Jun18:00 |          Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 8 | | olcott |
1 Jul02:10 |           Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 7 | | Richard Damon |
1 Jul02:26 |            Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 5 | | olcott |
1 Jul12:28 |             Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 4 | | Richard Damon |
1 Jul13:07 |              Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 3 | | olcott |
2 Jul02:25 |               Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Richard Damon |
2 Jul21:40 |               Logic proves that Peter Olcott is just a liar. | 1 | | Richard Damon |
2 Jul11:12 |            Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Richard Heathfield |
30 Jun09:47 |       Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Mikko |
30 Jun03:39 |      Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 62 | | Richard Damon |
1 Jul02:12 |       Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 61 | | Richard Damon |
1 Jul02:34 |        Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 8 | | olcott |
1 Jul09:28 |         Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 4 | | Fred. Zwarts |
1 Jul12:52 |          Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 3 | | olcott |
2 Jul02:28 |           Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Richard Damon |
2 Jul09:37 |           Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Fred. Zwarts |
1 Jul12:32 |         Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 3 | | Richard Damon |
1 Jul12:55 |          Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 2 | | olcott |
2 Jul02:31 |           Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Richard Damon |
3 Jul03:50 |        HHH(DDD)==0 is correct | 52 | | olcott |
3 Jul09:57 |         Re: HHH(DDD)==0 is correct | 34 | | Mikko |
3 Jul13:56 |          Re: HHH(DDD)==0 is correct | 33 | | olcott |
3 Jul15:24 |           Re: HHH(DDD)==0 is correct | 1 | | Richard Damon |
4 Jul08:35 |           Re: HHH(DDD)==0 is correct | 31 | | Mikko |
4 Jul13:50 |            Re: HHH(DDD)==0 is correct | 30 | | olcott |
4 Jul14:22 |             Re: HHH(DDD)==0 is correct | 11 | | joes |
4 Jul14:32 |              Re: HHH(DDD)==0 is correct | 10 | | olcott |
4 Jul18:48 |               Re: HHH(DDD)==0 is correct | 9 | | Richard Damon |
4 Jul19:24 |                Re: HHH(DDD)==0 is correct | 8 | | olcott |
4 Jul21:33 |                 Re: HHH(DDD)==0 is correct | 7 | | Richard Damon |
4 Jul23:17 |                  Re: HHH(DDD)==0 is correct | 6 | | olcott |
5 Jul08:36 |                   Re: HHH(DDD)==0 is correct | 2 | | Fred. Zwarts |
5 Jul17:07 |                    Re: HHH(DDD)==0 is correct | 1 | | olcott |
5 Jul14:01 |                   Re: HHH(DDD)==0 is correct | 3 | | Richard Damon |
5 Jul17:16 |                    Re: HHH(DDD)==0 is correct | 2 | | olcott |
6 Jul01:25 |                     Re: HHH(DDD)==0 is correct | 1 | | Richard Damon |
4 Jul14:23 |             Re: HHH(DDD)==0 is correct | 17 | | Richard Damon |
4 Jul15:43 |              Re: HHH(DDD)==0 is correct | 16 | | olcott |
4 Jul19:14 |               Re: HHH(DDD)==0 is correct | 15 | | Richard Damon |
4 Jul19:25 |                Re: HHH(DDD)==0 is correct | 14 | | olcott |
4 Jul21:40 |                 Re: HHH(DDD)==0 is correct | 13 | | Richard Damon |
4 Jul23:24 |                  Re: HHH(DDD)==0 is correct | 12 | | olcott |
5 Jul08:33 |                   Re: HHH(DDD)==0 is correct | 3 | | Fred. Zwarts |
5 Jul17:03 |                    Re: HHH(DDD)==0 is correct | 2 | | olcott |
6 Jul10:45 |                     Re: HHH(DDD)==0 is correct | 1 | | Fred. Zwarts |
5 Jul14:07 |                   Re: HHH(DDD)==0 is correct | 8 | | Richard Damon |
5 Jul17:21 |                    Re: HHH(DDD)==0 is correct | 7 | | olcott |
6 Jul01:36 |                     Re: HHH(DDD)==0 is correct | 6 | | Richard Damon |
6 Jul03:23 |                      Re: HHH(DDD)==0 is correct | 5 | | olcott |
6 Jul03:59 |                       Re: HHH(DDD)==0 is correct | 4 | | Richard Damon |
6 Jul05:06 |                        Re: HHH(DDD)==0 is correct | 3 | | olcott |
6 Jul10:40 |                         Re: HHH(DDD)==0 is correct | 1 | | Fred. Zwarts |
6 Jul12:48 |                         Re: HHH(DDD)==0 is correct | 1 | | Richard Damon |
5 Jul09:42 |             Re: HHH(DDD)==0 is correct | 1 | | Mikko |
3 Jul15:16 |         Re: HHH(DDD)==0 is correct | 17 | | Richard Damon |
3 Jul15:39 |          Re: HHH(DDD)==0 is correct | 16 | | olcott |
3 Jul15:50 |           Re: HHH(DDD)==0 is correct | 15 | | Richard Damon |
3 Jul16:17 |            Re: HHH(DDD)==0 is correct | 14 | | olcott |
3 Jul23:59 |             Re: HHH(DDD)==0 is correct | 5 | | Richard Damon |
4 Jul00:15 |              Re: HHH(DDD)==0 is correct | 4 | | olcott |
4 Jul01:22 |               Re: HHH(DDD)==0 is correct | 3 | | Richard Damon |
4 Jul01:36 |                Re: HHH(DDD)==0 is correct | 2 | | olcott |
4 Jul14:25 |                 Re: HHH(DDD)==0 is correct | 1 | | Richard Damon |
4 Jul08:42 |             Re: HHH(DDD)==0 is correct | 8 | | Mikko |
4 Jul13:57 |              Re: HHH(DDD)==0 is correct | 7 | | olcott |
5 Jul08:30 |               Re: HHH(DDD)==0 is correct | 3 | | Fred. Zwarts |
5 Jul16:59 |                Re: HHH(DDD)==0 is correct | 2 | | olcott |
6 Jul10:19 |                 Re: HHH(DDD)==0 is correct | 1 | | Mikko |
5 Jul09:44 |               Re: HHH(DDD)==0 is correct | 3 | | Mikko |
5 Jul16:53 |                Re: HHH(DDD)==0 is correct | 2 | | olcott |
6 Jul10:35 |                 Re: HHH(DDD)==0 is correct | 1 | | Fred. Zwarts |
30 Jun09:39 |      Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Mikko |
30 Jun09:28 |     Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Mikko |
27 Jun 25 |   Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 20 | | Richard Damon |
27 Jun 25 |    Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 19 | | olcott |
27 Jun 25 |     Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 18 | | Richard Damon |
27 Jun 25 |      Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 12 | | olcott |
27 Jun 25 |       Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 11 | | Richard Damon |
27 Jun 25 |        Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 10 | | olcott |
27 Jun 25 |         Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 9 | | Richard Damon |
27 Jun 25 |          Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 8 | | olcott |
27 Jun 25 |           Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 7 | | Richard Damon |
27 Jun 25 |            ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior | 6 | | olcott |
27 Jun 25 |             Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior | 1 | | Richard Damon |
28 Jun 25 |             Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior | 4 | | Richard Damon |
28 Jun 25 |              Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior | 3 | | olcott |
28 Jun 25 |               Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior | 2 | | Richard Damon |
28 Jun 25 |                Re: ChatGPT, Gemini, Grok and Claude all agree the input to HHH(DDD) specifies non-terminating behavior | 1 | | Richard Damon |
27 Jun 25 |      Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 5 | | olcott |
27 Jun 25 |       Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 3 | | Alan Mackenzie |
27 Jun 25 |        Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 2 | | olcott |
27 Jun 25 |         Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Richard Damon |
27 Jun 25 |       Re: ChatGPT agrees that HHH refutes the standard halting problem proof method | 1 | | Richard Damon |