Understanding that DDD correctly simulated by HHH cannot possibly reachThere is nothing to discuss after agreeing with your conclusion.
its own "return" instruction is a mandatory prerequisite to further discussion.
Everyone remains convinced that HHH must report on the behavior of the computation that itself is contained within and not the behavior thatThe construction is not recursive if the description does not describe
its finite string input specifies.
Am Tue, 06 Aug 2024 09:43:30 -0500 schrieb olcott:
Understanding that DDD correctly simulated by HHH cannot possibly reach
its own "return" instruction is a mandatory prerequisite to further
discussion.
There is nothing to discuss after agreeing with your conclusion.
Everyone remains convinced that HHH must report on the behavior of the
computation that itself is contained within and not the behavior that
its finite string input specifies.
The construction is not recursive if the description does not describe
the surrounding computation. And that behaviour cannot depend on the
decider, as they should all give the same answer.
On 8/6/2024 12:02 PM, joes wrote:
Am Tue, 06 Aug 2024 09:43:30 -0500 schrieb olcott:
Understanding that DDD correctly simulated by HHH cannot possibly reach
its own "return" instruction is a mandatory prerequisite to further
discussion.
There is nothing to discuss after agreeing with your conclusion.
Everyone remains convinced that HHH must report on the behavior of the
computation that itself is contained within and not the behavior that
its finite string input specifies.
The construction is not recursive if the description does not describe
the surrounding computation. And that behaviour cannot depend on the
decider, as they should all give the same answer.
That is far too vague.
DDD correctly emulated by HHH according to the semantics
of the x86 programming language specifies a single exact
sequence of state changes. None of these state changes
ends up at the x86 machine language address of the "ret"
instruction of DDD.
On 8/6/24 1:16 PM, olcott wrote:
On 8/6/2024 12:02 PM, joes wrote:
Am Tue, 06 Aug 2024 09:43:30 -0500 schrieb olcott:
Understanding that DDD correctly simulated by HHH cannot possibly reach >>>> its own "return" instruction is a mandatory prerequisite to further
discussion.
There is nothing to discuss after agreeing with your conclusion.
Everyone remains convinced that HHH must report on the behavior of the >>>> computation that itself is contained within and not the behavior that
its finite string input specifies.
The construction is not recursive if the description does not describe
the surrounding computation. And that behaviour cannot depend on the
decider, as they should all give the same answer.
That is far too vague.
DDD correctly emulated by HHH according to the semantics
of the x86 programming language specifies a single exact
sequence of state changes. None of these state changes
ends up at the x86 machine language address of the "ret"
instruction of DDD.
Which would be meaningful if HHH actual did a correct emulation of the
void DDD()
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
Understanding that DDD correctly simulated by HHH cannot
possibly reach its own "return" instruction is a mandatory
prerequisite to further discussion.
I can't imagine that anyone having sufficient understanding
of C would not agree that DDD correctly simulated by HHH
cannot possibly reach its own "return" instruction. Several
C experts already agreed to this two of them having masters
in computer science: MSCS.
People are either disagreeing for trollish pleasure or have
woefully insufficient expertise in the C programming language.
*Either one of these is a deal killer*
Once they understand this we need to add one more point
that the "return" instruction of DDD is its halt state.
=== *Here is the last actual sticking point*
Computable functions are the formalized analogue of the intuitive
notion of algorithms, in the sense that a function is computable
if there exists an algorithm that can do the job of the function, i.e.
given an input of the function domain it can return the corresponding
output. https://en.wikipedia.org/wiki/Computable_function
A halt decider computes the mapping from an input finite string
to the behavior that this finite string specifies. No halt decider
ever reports on the actual behavior of the computation that itself
is contained within. This has been a very persistent false assumption.
For the three years that my work has been extensively reviewed
this has been the most difficult point for people to understand.
Everyone remains convinced that HHH must report on the behavior
of the computation that itself is contained within and not the
behavior that its finite string input specifies.
Simulating Termination Analyzer H is Not Fooled by Pathological Input D https://www.researchgate.net/publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D
On 8/6/2024 8:38 PM, Richard Damon wrote:
On 8/6/24 1:16 PM, olcott wrote:
On 8/6/2024 12:02 PM, joes wrote:
Am Tue, 06 Aug 2024 09:43:30 -0500 schrieb olcott:
Understanding that DDD correctly simulated by HHH cannot possibly
reach
its own "return" instruction is a mandatory prerequisite to further
discussion.
There is nothing to discuss after agreeing with your conclusion.
Everyone remains convinced that HHH must report on the behavior of the >>>>> computation that itself is contained within and not the behavior that >>>>> its finite string input specifies.
The construction is not recursive if the description does not describe >>>> the surrounding computation. And that behaviour cannot depend on the
decider, as they should all give the same answer.
That is far too vague.
DDD correctly emulated by HHH according to the semantics
of the x86 programming language specifies a single exact
sequence of state changes. None of these state changes
ends up at the x86 machine language address of the "ret"
instruction of DDD.
Which would be meaningful if HHH actual did a correct emulation of the
HHH does emulate the exact sequence that the machine code
of DDD specifies. This has been conclusively proven by
the execution traces that the two instances of HHH provide.
Since everyone here besides me doesn't know Jack shit about
the x86 language they think that they can get away with a
fake rebuttal based on pure bluster. Even Mike is trying to
get away with this crap now. I thought that I could trust him.
On 8/6/24 9:48 PM, olcott wrote:
On 8/6/2024 8:38 PM, Richard Damon wrote:
On 8/6/24 1:16 PM, olcott wrote:
On 8/6/2024 12:02 PM, joes wrote:
Am Tue, 06 Aug 2024 09:43:30 -0500 schrieb olcott:
Understanding that DDD correctly simulated by HHH cannot possibly
reach
its own "return" instruction is a mandatory prerequisite to further >>>>>> discussion.
There is nothing to discuss after agreeing with your conclusion.
Everyone remains convinced that HHH must report on the behavior of >>>>>> the
computation that itself is contained within and not the behavior that >>>>>> its finite string input specifies.
The construction is not recursive if the description does not describe >>>>> the surrounding computation. And that behaviour cannot depend on the >>>>> decider, as they should all give the same answer.
That is far too vague.
DDD correctly emulated by HHH according to the semantics
of the x86 programming language specifies a single exact
sequence of state changes. None of these state changes
ends up at the x86 machine language address of the "ret"
instruction of DDD.
Which would be meaningful if HHH actual did a correct emulation of the
HHH does emulate the exact sequence that the machine code
of DDD specifies. This has been conclusively proven by
the execution traces that the two instances of HHH provide.
Nope, because it didn't emulate the call instruction properly.
On 8/6/24 9:48 PM, olcott wrote:
On 8/6/2024 8:38 PM, Richard Damon wrote:
On 8/6/24 1:16 PM, olcott wrote:
On 8/6/2024 12:02 PM, joes wrote:
Am Tue, 06 Aug 2024 09:43:30 -0500 schrieb olcott:
Understanding that DDD correctly simulated by HHH cannot possibly
reach
its own "return" instruction is a mandatory prerequisite to further >>>>>> discussion.
There is nothing to discuss after agreeing with your conclusion.
Everyone remains convinced that HHH must report on the behavior of >>>>>> the
computation that itself is contained within and not the behavior that >>>>>> its finite string input specifies.
The construction is not recursive if the description does not describe >>>>> the surrounding computation. And that behaviour cannot depend on the >>>>> decider, as they should all give the same answer.
That is far too vague.
DDD correctly emulated by HHH according to the semantics
of the x86 programming language specifies a single exact
sequence of state changes. None of these state changes
ends up at the x86 machine language address of the "ret"
instruction of DDD.
Which would be meaningful if HHH actual did a correct emulation of the
HHH does emulate the exact sequence that the machine code
of DDD specifies. This has been conclusively proven by
the execution traces that the two instances of HHH provide.
Nope, because it didn't emulate the call instruction properly.
YOu are just proving your ignorance of what you talk about.
You don't even seem to understand what the program DDD is.
Since everyone here besides me doesn't know Jack shit about
the x86 language they think that they can get away with a
fake rebuttal based on pure bluster. Even Mike is trying to
get away with this crap now. I thought that I could trust him.
Nope, YOU don't seem to know jack shit about it since you don't
understand that by that definition, the ONLY possible emulation of the
call HHH is to show, and ONLY SHOW, after the call HHH would be the instructions of HHH.
On 8/6/2024 9:27 PM, Richard Damon wrote:
On 8/6/24 9:48 PM, olcott wrote:
On 8/6/2024 8:38 PM, Richard Damon wrote:
On 8/6/24 1:16 PM, olcott wrote:
On 8/6/2024 12:02 PM, joes wrote:
Am Tue, 06 Aug 2024 09:43:30 -0500 schrieb olcott:
Understanding that DDD correctly simulated by HHH cannot possibly >>>>>>> reach
its own "return" instruction is a mandatory prerequisite to further >>>>>>> discussion.
There is nothing to discuss after agreeing with your conclusion.
Everyone remains convinced that HHH must report on the behavior
of the
computation that itself is contained within and not the behavior >>>>>>> that
its finite string input specifies.
The construction is not recursive if the description does not
describe
the surrounding computation. And that behaviour cannot depend on the >>>>>> decider, as they should all give the same answer.
That is far too vague.
DDD correctly emulated by HHH according to the semantics
of the x86 programming language specifies a single exact
sequence of state changes. None of these state changes
ends up at the x86 machine language address of the "ret"
instruction of DDD.
Which would be meaningful if HHH actual did a correct emulation of the
HHH does emulate the exact sequence that the machine code
of DDD specifies. This has been conclusively proven by
the execution traces that the two instances of HHH provide.
Nope, because it didn't emulate the call instruction properly.
It is proved that it does emulate the call instruction
properly by the correct execution trace of the second
DDD derived by the second HHH.
*This has been proven this way for three freaking years*
https://www.researchgate.net/publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D
void DDD()A correct understanding that HHH cannot possibly simulate itself
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
Understanding that DDD correctly simulated by HHH cannot
possibly reach its own "return" instruction is a mandatory
prerequisite to further discussion.
On 2024-08-06 14:43:30 +0000, olcott said:
https://www.researchgate.net/
publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D
The date on that page says "April 2023". After that date many defects have been identified.
Op 06.aug.2024 om 16:43 schreef olcott:
void DDD()A correct understanding that HHH cannot possibly simulate itself
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
Understanding that DDD correctly simulated by HHH cannot
possibly reach its own "return" instruction is a mandatory
prerequisite to further discussion.
correctly is therefore enough to stop the discussion.
On 8/7/2024 2:36 AM, Mikko wrote:
On 2024-08-06 14:43:30 +0000, olcott said:
https://www.researchgate.net/
publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D
The date on that page says "April 2023". After that date many defects have >> been identified.
That is the date that I first submitted it.
I completely rewrote the first half June 2024
and made major modifications yesterday.
On 8/7/2024 3:21 AM, Fred. Zwarts wrote:
Op 06.aug.2024 om 16:43 schreef olcott:
void DDD()A correct understanding that HHH cannot possibly simulate itself
{
HHH(DDD);
return;
}
int main()
{
HHH(DDD);
}
Understanding that DDD correctly simulated by HHH cannot
possibly reach its own "return" instruction is a mandatory
prerequisite to further discussion.
correctly is therefore enough to stop the discussion.
That you insist and disagreeing with the semantics of the x86
language seems that you really want to avoid any honest dialogue
and only want to play head games.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 145:50:06 |
| Calls: | 12,089 |
| Calls today: | 2 |
| Files: | 15,000 |
| Messages: | 6,517,500 |