On 8/7/2025 6:27 PM, Richard Heathfield wrote:^^^^^^^^^^^^^^^^^^^^^^^^^
Let's see how [ChatGPT] copes with olcott's code:
I am testing the assumption that simulating termination
analyzer HHH correctly simulates its input until it:
(a) Detects a non-terminating behavior pattern: abort
simulation and return 0.
(b) Simulated input reaches its simulated "return" statement:
return 1.
typedef int (*ptr)();
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
Yet the real DD() is not an input to HHH
*Then it completely validates my whole proof*
Would DD correctly simulated by HHH reach its own simulated
"return" statement final halt state?
On 8/8/2025 12:51 AM, Richard Heathfield wrote:
On 08/08/2025 01:05, olcott wrote:
On 8/7/2025 6:27 PM, Richard Heathfield wrote:^^^^^^^^^^^^^^^^^^^^^^^^^
Let's see how [ChatGPT] copes with olcott's code:
I am testing the assumption that simulating termination
analyzer HHH correctly simulates its input until it:
(a) Detects a non-terminating behavior pattern: abort
simulation and return 0.
(b) Simulated input reaches its simulated "return" statement:
return 1.
typedef int (*ptr)();
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
<snip>
Yet the real DD() is not an input to HHH
Yeah it is. See quoted code.
<snip>
*Then it completely validates my whole proof*
You clearly skipped over the part where it said you were
talking complete bollocks:
So if HHH predicts “halts”, the actual execution of DD will
loop forever. That means HHH’s prediction was wrong — it said
“halts”, but it doesn’t. So if HHH predicts “loops forever”,
DD() actually terminates (returns 0 immediately). Again,
prediction is wrong — it said “nonterminates”, but it halts. In
both cases, whatever HHH returns is falsified by the actual
behaviour of DD():
*You have to examine its final analysis*
https://chatgpt.com/share/68953d9e-6efc-8011-b266-502025818430
Its final analysis agrees with my whole proof.
When I tell it to make sure to test DD correctly
simulated by HHH then ChatGPT 5.0 gets my same answer:
On 8/8/2025 1:26 PM, Richard Heathfield wrote:
On 08/08/2025 17:35, olcott wrote:
When I tell it to make sure to test DD correctly
simulated by HHH then ChatGPT 5.0 gets my same answer:
And when I tell it (neutrally) to check that assumption, it
says the assumption is bollocks... which it is.
Until you tell it to examine the behavior of DD
correctly simulated by HHH as the only basis for
a correct return value.
DD emulated by HHH according to the semantics
of the x86 language cannot possibly reach its
own "ret" instruction final halt state.
On 8/8/2025 5:31 PM, Richard Heathfield wrote:
if(Halt_Status)
*is unreachable from DD correctly simulated by HHH*
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 154:10:16 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,843 |