On 11/3/24 9:39 AM, olcott wrote:
The finite string input to HHH specifies that HHH
MUST EMULATE ITSELF emulating DDD.
Right, and it must CORRECTLY determine what an unbounded
emulation of that input would do, even if its own programming
only lets it emulate a part of that.
[This bounded HHH] must CORRECTLY determine what
an unbounded emulation of that input would do...
*The best selling author of theory of computation textbooks*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Correct simulation is defined as D is emulated by H according to
the semantics of the x86 language thus includes H emulating itself
emulating D.
I made D simpler so that the key essence of recursive simulation
could be analyzed separately. ChatGPT totally understood this.
void DDD()
{
HHH(DDD);
return;
}
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the recursion. In the simulation, DDD() is seen as endlessly recursive, so
HHH concludes that it would not halt without external intervention.
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong.
On 11/3/2024 12:20 PM, Richard Damon wrote:
On 11/3/24 9:39 AM, olcott wrote:
The finite string input to HHH specifies that HHH
MUST EMULATE ITSELF emulating DDD.
Right, and it must CORRECTLY determine what an unbounded
emulation of that input would do, even if its own programming
only lets it emulate a part of that.
*Breaking that down into its key element*
[This bounded HHH] must CORRECTLY determine what
an unbounded emulation of that input would do...
When that input is unbounded that means it is never
aborted at any level, otherwise it is bounded at some
level thus not unbounded.
On 11/10/24 2:28 PM, olcott wrote:
*The best selling author of theory of computation textbooks*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
Right, if the correct (and thus complete) emulation of this precise
input would not halt.
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Which your H doesn't do.
Correct simulation is defined as D is emulated by H according to
the semantics of the x86 language thus includes H emulating itself
emulating D.
And also means that it can not be aborted, as "stopping" in the middle
is not to the semantics of the x86 language.
An thus, your H fails to determine that the CORRECT emulation by H will
not terminate, since it doesn't do one.
I made D simpler so that the key essence of recursive simulation
could be analyzed separately. ChatGPT totally understood this.
Nope, your broke the rules of the field, and thus invalidates your proof.
Either by passing the address of DDD to HHH implies passing the FULL
MEMORY that DDD is in (or at least every part accessed in the emulation
of DDD) and thus changed in your
void DDD()
{
HHH(DDD);
return;
}
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the
recursion. In the simulation, DDD() is seen as endlessly recursive, so
HHH concludes that it would not halt without external intervention.
But DDD doesn't call an "ideaized" verision of HHH,
it calls the exact
function defined as HHH, s0 your arguemet is based on false premises,
and thus is just a :OE/
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong.
On 11/3/2024 12:20 PM, Richard Damon wrote:
On 11/3/24 9:39 AM, olcott wrote:
;;
The finite string input to HHH specifies that HHH
MUST EMULATE ITSELF emulating DDD.
Right, and it must CORRECTLY determine what an unbounded
emulation of that input would do, even if its own programming
only lets it emulate a part of that.
;
*Breaking that down into its key element*
[This bounded HHH] must CORRECTLY determine what
an unbounded emulation of that input would do...
When that input is unbounded that means it is never
aborted at any level, otherwise it is bounded at some
level thus not unbounded.
No, because there aren't "levels" of emulation under consideration here.
Only does the emulation that the top level HHH is doing, since
everything else is just fixed by the problem.
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D until HRight, if the correct (and thus complete) emulation of this precise
correctly determines that its simulated D would never stop running
unless aborted then
input would not halt.
And then it returns to the D that called it, which then halts anyway.It is a matter of objective fact H does abort its emulation and it does reject its input D as non-halting.H can abort its simulation of D and correctly report that D specifiesWhich your H doesn't do.
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
No, it aborts.Every H, HH, HHH, H1, HH1, and HHH1 (a) Predicts that its input wouldCorrect simulation is defined as D is emulated by H according to theAnd also means that it can not be aborted, as "stopping" in the middle
semantics of the x86 language thus includes H emulating itself
emulating D.
is not to the semantics of the x86 language.
not stop running unless aborted.
(b) Lets its input continue to run until completion.
Ah no, that is not the counterexample. No disagreement with that.But DDD doesn't call an "ideaized" version of HHH,*simulated D would never stop running unless aborted*
has ALWAYS been this idealized input.
Problem is, the input under scrutiny changes along with HHH.*Breaking that down into its key element*
[This bounded HHH] must CORRECTLY determine what an unbounded
emulation of that input would do...
Apparently D doesn’t call (or H doesn’t simulate) H, which aborts,*simulated D would never stop running unless aborted*When that input is unbounded that means it is never aborted at anyNo, because there aren't "levels" of emulation under consideration
level, otherwise it is bounded at some level thus not unbounded.
here.
Has always involved levels of simulation when H emulates itself
emulating D
On 11/10/2024 3:02 PM, Richard Damon wrote:
On 11/10/24 2:28 PM, olcott wrote:
*The best selling author of theory of computation textbooks*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
Right, if the correct (and thus complete) emulation of this precise
input would not halt.
That is what I have been saying for years.
(even though there cannot be such a thing
as the complete emulation of a non-terminating input).
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Which your H doesn't do.
It is a matter of objective fact H does abort its
emulation and it does reject its input D as non-halting.
I just ran the code and it does do this. https://github.com/plolcott/x86utm/blob/master/Halt7.c
Correct simulation is defined as D is emulated by H according to
the semantics of the x86 language thus includes H emulating itself
emulating D.
And also means that it can not be aborted, as "stopping" in the middle
is not to the semantics of the x86 language.
Every H, HH, HHH, H1, HH1, and HHH1
(a) Predicts that its input would not stop running unless aborted.
(b) Lets its input continue to run until completion.
An thus, your H fails to determine that the CORRECT emulation by H
will not terminate, since it doesn't do one.
I made D simpler so that the key essence of recursive simulation
could be analyzed separately. ChatGPT totally understood this.
Nope, your broke the rules of the field, and thus invalidates your proof.
Either by passing the address of DDD to HHH implies passing the FULL
MEMORY that DDD is in (or at least every part accessed in the
emulation of DDD) and thus changed in your
void DDD()
{
HHH(DDD);
return;
}
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the
recursion. In the simulation, DDD() is seen as endlessly recursive, so
HHH concludes that it would not halt without external intervention.
But DDD doesn't call an "ideaized" verision of HHH,
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
*simulated D would never stop running unless aborted*
has ALWAYS been this idealized input.
it calls the exact function defined as HHH, s0 your arguemet is based
on false premises, and thus is just a :OE/
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong.
On 11/3/2024 12:20 PM, Richard Damon wrote:
On 11/3/24 9:39 AM, olcott wrote:
;;
The finite string input to HHH specifies that HHH
MUST EMULATE ITSELF emulating DDD.
Right, and it must CORRECTLY determine what an unbounded
emulation of that input would do, even if its own programming
only lets it emulate a part of that.
;
*Breaking that down into its key element*
[This bounded HHH] must CORRECTLY determine what
an unbounded emulation of that input would do...
When that input is unbounded that means it is never
aborted at any level, otherwise it is bounded at some
level thus not unbounded.
No, because there aren't "levels" of emulation under consideration here.
There sure the Hell are.
*simulated D would never stop running unless aborted*
*simulated D would never stop running unless aborted*
*simulated D would never stop running unless aborted*
Has always involved levels of simulation when
H emulates itself emulating D
Only does the emulation that the top level HHH is doing, since
everything else is just fixed by the problem.
*simulated D would never stop running unless aborted*
*simulated D would never stop running unless aborted*
*simulated D would never stop running unless aborted*
has always meant reject D
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:
On 11/10/24 2:28 PM, olcott wrote:
If.That is what I have been saying for years.If simulating halt decider H correctly simulates its input D until HRight, if the correct (and thus complete) emulation of this precise
correctly determines that its simulated D would never stop running
unless aborted then
input would not halt.
It is a matter of objective fact H does abort its emulation and it doesH can abort its simulation of D and correctly report that D specifiesWhich your H doesn't do.
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
reject its input D as non-halting.
And then it returns to the D that called it, which then halts anyway.
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D until H >>>>> correctly determines that its simulated D would never stop runningRight, if the correct (and thus complete) emulation of this precise
unless aborted then
input would not halt.
It is a matter of objective fact H does abort its emulation and it doesH can abort its simulation of D and correctly report that D specifies >>>>> a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>> Which your H doesn't do.
reject its input D as non-halting.
And then it returns to the D that called it, which then halts anyway.
Maybe you are not as smart as ChatGPT.
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the recursion. In the simulation, DDD() is seen as endlessly recursive, so
HHH concludes that it would not halt without external intervention.
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong.
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D until H >>>>>> correctly determines that its simulated D would never stop running >>>>>> unless aborted thenRight, if the correct (and thus complete) emulation of this precise
input would not halt.
It is a matter of objective fact H does abort its emulation and it does >>>> reject its input D as non-halting.H can abort its simulation of D and correctly report that D specifies >>>>>> a non-halting sequence of configurations.Which your H doesn't do.
</MIT Professor Sipser agreed to ONLY these verbatim words
10/13/2022>
And then it returns to the D that called it, which then halts anyway.
Maybe you are not as smart as ChatGPT.
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of the
problem, it admits that your criteria for HHH is incorrect, and DDD does halt and HHH should have reported Halting.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the
recursion. In the simulation, DDD() is seen as endlessly recursive, so
HHH concludes that it would not halt without external intervention.
Which has several lies in it, so makes your proof invalid.
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong.
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no matter what emulator looks at it.
On 11/10/2024 6:06 PM, Richard Damon wrote:
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D until H >>>>>>> correctly determines that its simulated D would never stop running >>>>>>> unless aborted thenRight, if the correct (and thus complete) emulation of this precise >>>>>> input would not halt.
It is a matter of objective fact H does abort its emulation and itH can abort its simulation of D and correctly report that DWhich your H doesn't do.
specifies
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words
10/13/2022>
does
reject its input D as non-halting.
And then it returns to the D that called it, which then halts anyway.
Maybe you are not as smart as ChatGPT.
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of the
problem, it admits that your criteria for HHH is incorrect, and DDD
does halt and HHH should have reported Halting.
When you try to argue that HHH does not correctly determine
that halt status of DDD within the succinct basis that I
provided you fail because my reasoning is inherently correct
within this basis.
You can't even convince it that my basis is based on false
assumptions it knows better.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the
recursion. In the simulation, DDD() is seen as endlessly recursive, so
HHH concludes that it would not halt without external intervention.
Which has several lies in it, so makes your proof invalid.
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong.
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no matter what
emulator looks at it.
No stupid this is not true.
You are stupid to disagree with the x86 language that
does proves that HHH emulates itself emulating DDD and
HHH1 does not emulate itself emulation DDD.
Are you going for a prize of maximum stupidity?
On 11/10/24 7:27 PM, olcott wrote:
On 11/10/2024 6:06 PM, Richard Damon wrote:
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:Maybe you are not as smart as ChatGPT.
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input DRight, if the correct (and thus complete) emulation of this precise >>>>>>> input would not halt.
until H
correctly determines that its simulated D would never stop running >>>>>>>> unless aborted then
It is a matter of objective fact H does abort its emulation and it >>>>>> doesH can abort its simulation of D and correctly report that DWhich your H doesn't do.
specifies
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words
10/13/2022>
reject its input D as non-halting.
And then it returns to the D that called it, which then halts anyway. >>>>
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of the
problem, it admits that your criteria for HHH is incorrect, and DDD
does halt and HHH should have reported Halting.
When you try to argue that HHH does not correctly determine
that halt status of DDD within the succinct basis that I
provided you fail because my reasoning is inherently correct
within this basis.
You can't even convince it that my basis is based on false
assumptions it knows better.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the >>>> recursion. In the simulation, DDD() is seen as endlessly recursive, so >>>> HHH concludes that it would not halt without external intervention.
Which has several lies in it, so makes your proof invalid.
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong.
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no matter
what emulator looks at it.
No stupid this is not true.
You are stupid to disagree with the x86 language that
does proves that HHH emulates itself emulating DDD and
HHH1 does not emulate itself emulation DDD.
Are you going for a prize of maximum stupidity?
The problem is that you "basis" is just a lie, and doesn't meet the requirements for a property to be decided by a decider.
On 11/10/2024 7:20 PM, Richard Damon wrote:
On 11/10/24 7:27 PM, olcott wrote:
On 11/10/2024 6:06 PM, Richard Damon wrote:
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:Maybe you are not as smart as ChatGPT.
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D >>>>>>>>> until HRight, if the correct (and thus complete) emulation of this precise >>>>>>>> input would not halt.
correctly determines that its simulated D would never stop running >>>>>>>>> unless aborted then
It is a matter of objective fact H does abort its emulation and >>>>>>> it doesH can abort its simulation of D and correctly report that D >>>>>>>>> specifiesWhich your H doesn't do.
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words
10/13/2022>
reject its input D as non-halting.
And then it returns to the D that called it, which then halts anyway. >>>>>
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of the
problem, it admits that your criteria for HHH is incorrect, and DDD
does halt and HHH should have reported Halting.
When you try to argue that HHH does not correctly determine
that halt status of DDD within the succinct basis that I
provided you fail because my reasoning is inherently correct
within this basis.
You can't even convince it that my basis is based on false
assumptions it knows better.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops the >>>>> recursion. In the simulation, DDD() is seen as endlessly recursive, so >>>>> HHH concludes that it would not halt without external intervention.
Which has several lies in it, so makes your proof invalid.
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong. >>>>>
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no matter
what emulator looks at it.
No stupid this is not true.
You are stupid to disagree with the x86 language that
does proves that HHH emulates itself emulating DDD and
HHH1 does not emulate itself emulation DDD.
Are you going for a prize of maximum stupidity?
The problem is that you "basis" is just a lie, and doesn't meet the
requirements for a property to be decided by a decider.
That you think that you can get away with disagreeing with the
semantics of the x86 language for termination analyzer HHH
seems a little too stupid, thus we seem to be only left with
dishonestly.
The semantics of the x86 language proves that HHH emulates itself
emulating DDD and HHH1 does not emulate itself emulating DDD.
On 11/10/24 9:14 PM, olcott wrote:
On 11/10/2024 7:20 PM, Richard Damon wrote:
On 11/10/24 7:27 PM, olcott wrote:
On 11/10/2024 6:06 PM, Richard Damon wrote:
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D >>>>>>>>>> until HRight, if the correct (and thus complete) emulation of this >>>>>>>>> precise
correctly determines that its simulated D would never stop >>>>>>>>>> running
unless aborted then
input would not halt.
It is a matter of objective fact H does abort its emulation and >>>>>>>> it doesH can abort its simulation of D and correctly report that D >>>>>>>>>> specifiesWhich your H doesn't do.
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words >>>>>>>>>> 10/13/2022>
reject its input D as non-halting.
And then it returns to the D that called it, which then halts
anyway.
Maybe you are not as smart as ChatGPT.
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of the
problem, it admits that your criteria for HHH is incorrect, and DDD >>>>> does halt and HHH should have reported Halting.
When you try to argue that HHH does not correctly determine
that halt status of DDD within the succinct basis that I
provided you fail because my reasoning is inherently correct
within this basis.
You can't even convince it that my basis is based on false
assumptions it knows better.
Which has several lies in it, so makes your proof invalid.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution
to stop DDD() from running forever. But when HHH simulates DDD(),
it's analyzing an "idealized" version of DDD() where nothing stops >>>>>> the
recursion. In the simulation, DDD() is seen as endlessly
recursive, so
HHH concludes that it would not halt without external intervention. >>>>>
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong. >>>>>>
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no matter
what emulator looks at it.
No stupid this is not true.
You are stupid to disagree with the x86 language that
does proves that HHH emulates itself emulating DDD and
HHH1 does not emulate itself emulation DDD.
Are you going for a prize of maximum stupidity?
The problem is that you "basis" is just a lie, and doesn't meet the
requirements for a property to be decided by a decider.
That you think that you can get away with disagreeing with the
semantics of the x86 language for termination analyzer HHH
seems a little too stupid, thus we seem to be only left with
dishonestly.
WHERE did I disagree with the semantics of the x86 language?
You are just up to your old lies again.
The best judge of the x86 language is running the program described by
the input on a real CPU.
DDD() halts, so NOTHING in the x86 semantics can say otherwise, just
your LIES where you don't undetstand how computers actually work.
On 11/10/2024 9:09 PM, Richard Damon wrote:
On 11/10/24 9:14 PM, olcott wrote:
On 11/10/2024 7:20 PM, Richard Damon wrote:
On 11/10/24 7:27 PM, olcott wrote:
On 11/10/2024 6:06 PM, Richard Damon wrote:
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D >>>>>>>>>>> until HRight, if the correct (and thus complete) emulation of this >>>>>>>>>> precise
correctly determines that its simulated D would never stop >>>>>>>>>>> running
unless aborted then
input would not halt.
It is a matter of objective fact H does abort its emulation and >>>>>>>>> it doesH can abort its simulation of D and correctly report that D >>>>>>>>>>> specifiesWhich your H doesn't do.
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words >>>>>>>>>>> 10/13/2022>
reject its input D as non-halting.
And then it returns to the D that called it, which then halts >>>>>>>> anyway.
Maybe you are not as smart as ChatGPT.
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of the >>>>>> problem, it admits that your criteria for HHH is incorrect, and
DDD does halt and HHH should have reported Halting.
When you try to argue that HHH does not correctly determine
that halt status of DDD within the succinct basis that I
provided you fail because my reasoning is inherently correct
within this basis.
You can't even convince it that my basis is based on false
assumptions it knows better.
Which has several lies in it, so makes your proof invalid.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution >>>>>>> to stop DDD() from running forever. But when HHH simulates DDD(), >>>>>>> it's analyzing an "idealized" version of DDD() where nothing
stops the
recursion. In the simulation, DDD() is seen as endlessly
recursive, so
HHH concludes that it would not halt without external intervention. >>>>>>
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2
This link is live so you can try to convince ChatGPT that its wrong. >>>>>>>
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no matter >>>>>> what emulator looks at it.
No stupid this is not true.
You are stupid to disagree with the x86 language that
does proves that HHH emulates itself emulating DDD and
HHH1 does not emulate itself emulation DDD.
Are you going for a prize of maximum stupidity?
The problem is that you "basis" is just a lie, and doesn't meet the
requirements for a property to be decided by a decider.
That you think that you can get away with disagreeing with the
semantics of the x86 language for termination analyzer HHH
seems a little too stupid, thus we seem to be only left with
dishonestly.
WHERE did I disagree with the semantics of the x86 language?
You are just up to your old lies again.
The best judge of the x86 language is running the program described by
the input on a real CPU.
DDD() halts, so NOTHING in the x86 semantics can say otherwise, just
your LIES where you don't undetstand how computers actually work.
Saying that DDD() halts when you know damn well that
DDD emulated by HHH does not halt is a damned lie that
could get you condemned to actual Hell.
On 11/10/24 10:18 PM, olcott wrote:
On 11/10/2024 9:09 PM, Richard Damon wrote:
On 11/10/24 9:14 PM, olcott wrote:
On 11/10/2024 7:20 PM, Richard Damon wrote:
On 11/10/24 7:27 PM, olcott wrote:
On 11/10/2024 6:06 PM, Richard Damon wrote:
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input D >>>>>>>>>>>> until HRight, if the correct (and thus complete) emulation of this >>>>>>>>>>> precise
correctly determines that its simulated D would never stop >>>>>>>>>>>> running
unless aborted then
input would not halt.
It is a matter of objective fact H does abort its emulation >>>>>>>>>> and it doesH can abort its simulation of D and correctly report that D >>>>>>>>>>>> specifiesWhich your H doesn't do.
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words >>>>>>>>>>>> 10/13/2022>
reject its input D as non-halting.
And then it returns to the D that called it, which then halts >>>>>>>>> anyway.
Maybe you are not as smart as ChatGPT.
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of
the problem, it admits that your criteria for HHH is incorrect, >>>>>>> and DDD does halt and HHH should have reported Halting.
When you try to argue that HHH does not correctly determine
that halt status of DDD within the succinct basis that I
provided you fail because my reasoning is inherently correct
within this basis.
You can't even convince it that my basis is based on false
assumptions it knows better.
Which has several lies in it, so makes your proof invalid.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution >>>>>>>> to stop DDD() from running forever. But when HHH simulates DDD(), >>>>>>>> it's analyzing an "idealized" version of DDD() where nothing
stops the
recursion. In the simulation, DDD() is seen as endlessly
recursive, so
HHH concludes that it would not halt without external intervention. >>>>>>>
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2 >>>>>>>> This link is live so you can try to convince ChatGPT that its >>>>>>>> wrong.
DDD emulated by HHH has different behavior than DDD emulated
by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no matter >>>>>>> what emulator looks at it.
No stupid this is not true.
You are stupid to disagree with the x86 language that
does proves that HHH emulates itself emulating DDD and
HHH1 does not emulate itself emulation DDD.
Are you going for a prize of maximum stupidity?
The problem is that you "basis" is just a lie, and doesn't meet the >>>>> requirements for a property to be decided by a decider.
That you think that you can get away with disagreeing with the
semantics of the x86 language for termination analyzer HHH
seems a little too stupid, thus we seem to be only left with
dishonestly.
WHERE did I disagree with the semantics of the x86 language?
You are just up to your old lies again.
The best judge of the x86 language is running the program described
by the input on a real CPU.
DDD() halts, so NOTHING in the x86 semantics can say otherwise, just
your LIES where you don't undetstand how computers actually work.
Saying that DDD() halts when you know damn well that
DDD emulated by HHH does not halt is a damned lie that
could get you condemned to actual Hell.
But DDD emulated by HHH doesn't say what the correct emulation per the
x86 language defines,
*The best selling author of theory of computation textbooks*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Correct simulation is defined as D is emulated by H according to
the semantics of the x86 language thus includes H emulating itself
emulating D.
OP says nothing aobut how emulationg termination analyzers are supposed to work. I think that is OK. Philosophers may have opinions about that butFirstly, the HP is about the H that (If stated in C-function form, instead of TM) that:
the question is not really relevant for theorieticsl or practical purposes.
Anyone who wants to present or sell an emulating termination analyzer should tell what that particular analyzer actually does.That's right.
On Mon, 2024-11-11 at 13:33 +0200, Mikko wrote:
OP says nothing aobut how emulationg termination analyzers are supposed to work. I think that is OK. Philosophers may have opinions about that but
the question is not really relevant for theorieticsl or practical purposes.
Firstly, the HP is about the H that (If stated in C-function form, instead of TM) that:
H(P,P)=1 iff P(P) halts.
H(P,P)=0 iff P(P) does not halts.
Astray from this, it is not about the Halting Problem. HP is (almost) about a real machine, whatever logic,formal proof,philosophy,... is not decisive.
olcott is a psychotic liar. he reads lots of technical terms and would post whatever he searched for you to head-ache (that is one of his trick), and pretending he is a learned genius. He simply knows nothing.
E.g 'halt' --> no precise meaning
'Godel's theorem' --> no (significant) contents
'completeness' --> no (significant) contents
utm386 --> He can't construct TM for "1+2=3". He think his 'utm386' is an OS. C-language --> He needs debugger to understand, and took the complied assembly
as 'totology' of his proof.
.... too many to list
Most of all, olcott does not even understand the logical-IF !!!
So, don't bother. olcott is a psychotic liar.
Anyone who wants to present or sell an emulating termination analyzer should
tell what that particular analyzer actually does.
That's right.
But, in POO logic, olcott is always correct... just not interesting. No need
to argue (I though you and others engaged him for reasons).
The HP simply does not exist. POOH cannot perform the function as stated above.
On Mon, 2024-11-11 at 21:09 +0800, wij wrote:
On Mon, 2024-11-11 at 13:33 +0200, Mikko wrote:
OP says nothing aobut how emulationg termination analyzers are supposed to
work. I think that is OK. Philosophers may have opinions about that but the question is not really relevant for theorieticsl or practical purposes.
Firstly, the HP is about the H that (If stated in C-function form, instead of
TM) that:
H(P,P)=1 iff P(P) halts.
H(P,P)=0 iff P(P) does not halts.
Astray from this, it is not about the Halting Problem. HP is (almost) about a
real machine, whatever logic,formal proof,philosophy,... is not decisive.
olcott is a psychotic liar. he reads lots of technical terms and would post whatever he searched for you to head-ache (that is one of his trick), and pretending he is a learned genius. He simply knows nothing.
E.g 'halt' --> no precise meaning
'Godel's theorem' --> no (significant) contents
'completeness' --> no (significant) contents
utm386 --> He can't construct TM for "1+2=3". He think his 'utm386' is an OS.
C-language --> He needs debugger to understand, and took the complied assembly
as 'totology' of his proof.
.... too many to list
Most of all, olcott does not even understand the logical-IF !!!
So, don't bother. olcott is a psychotic liar.
Anyone who wants to present or sell an emulating termination analyzer should
tell what that particular analyzer actually does.
That's right.
But, in POO logic, olcott is always correct... just not interesting. No need
to argue (I though you and others engaged him for reasons).
The HP simply does not exist. POOH cannot perform the function as stated above.
I just think about what I said about olcott, all symptoms might also applicable
to average people, so, 'idiot' (too stupid) may be more truthful.
On 2024-11-10 19:28:28 +0000, olcott said:
*The best selling author of theory of computation textbooks*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Correct simulation is defined as D is emulated by H according to
the semantics of the x86 language thus includes H emulating itself
emulating D.
No, that definition does not apply to Sipser's words. There a "correct simulation" measn a simulation that Sipser regards as correct, which
probably is the same as what "coreect simulation" means in Common
Language.
On 11/10/2024 9:55 PM, Richard Damon wrote:
On 11/10/24 10:18 PM, olcott wrote:
On 11/10/2024 9:09 PM, Richard Damon wrote:
On 11/10/24 9:14 PM, olcott wrote:
On 11/10/2024 7:20 PM, Richard Damon wrote:
On 11/10/24 7:27 PM, olcott wrote:
On 11/10/2024 6:06 PM, Richard Damon wrote:
On 11/10/24 6:19 PM, olcott wrote:
On 11/10/2024 4:53 PM, joes wrote:
Am Sun, 10 Nov 2024 15:45:37 -0600 schrieb olcott:
On 11/10/2024 3:02 PM, Richard Damon wrote:If.
On 11/10/24 2:28 PM, olcott wrote:
That is what I have been saying for years.If simulating halt decider H correctly simulates its input >>>>>>>>>>>>> D until HRight, if the correct (and thus complete) emulation of this >>>>>>>>>>>> precise
correctly determines that its simulated D would never stop >>>>>>>>>>>>> running
unless aborted then
input would not halt.
It is a matter of objective fact H does abort its emulation >>>>>>>>>>> and it doesH can abort its simulation of D and correctly report that D >>>>>>>>>>>>> specifiesWhich your H doesn't do.
a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words >>>>>>>>>>>>> 10/13/2022>
reject its input D as non-halting.
And then it returns to the D that called it, which then halts >>>>>>>>>> anyway.
Maybe you are not as smart as ChatGPT.
ChatGPT cannot be convinced that HHH was not correct
to reject DDD as non-halting and explains in its own
words why the fact that DDD halts does not change this.
Sure it can. I did it, when I gave it a CORRECT description of >>>>>>>> the problem, it admits that your criteria for HHH is incorrect, >>>>>>>> and DDD does halt and HHH should have reported Halting.
When you try to argue that HHH does not correctly determine
that halt status of DDD within the succinct basis that I
provided you fail because my reasoning is inherently correct
within this basis.
You can't even convince it that my basis is based on false
assumptions it knows better.
ChatGPT
Simplified Analogy:
Think of HHH as a "watchdog" that steps in during real execution >>>>>>>>> to stop DDD() from running forever. But when HHH simulates DDD(), >>>>>>>>> it's analyzing an "idealized" version of DDD() where nothing >>>>>>>>> stops the
recursion. In the simulation, DDD() is seen as endlessly
recursive, so
HHH concludes that it would not halt without external
intervention.
Which has several lies in it, so makes your proof invalid.
https://chatgpt.com/share/67158ec6-3398-8011-98d1-41198baa29f2 >>>>>>>>> This link is live so you can try to convince ChatGPT that its >>>>>>>>> wrong.
DDD emulated by HHH has different behavior than DDD emulated >>>>>>>>> by HHH1 and it is becoming psychotic to keep ignoring this.
No, a correct emulation of ANY program will be the same no
matter what emulator looks at it.
No stupid this is not true.
You are stupid to disagree with the x86 language that
does proves that HHH emulates itself emulating DDD and
HHH1 does not emulate itself emulation DDD.
Are you going for a prize of maximum stupidity?
The problem is that you "basis" is just a lie, and doesn't meet
the requirements for a property to be decided by a decider.
That you think that you can get away with disagreeing with the
semantics of the x86 language for termination analyzer HHH
seems a little too stupid, thus we seem to be only left with
dishonestly.
WHERE did I disagree with the semantics of the x86 language?
You are just up to your old lies again.
The best judge of the x86 language is running the program described
by the input on a real CPU.
DDD() halts, so NOTHING in the x86 semantics can say otherwise, just
your LIES where you don't undetstand how computers actually work.
Saying that DDD() halts when you know damn well that
DDD emulated by HHH does not halt is a damned lie that
could get you condemned to actual Hell.
But DDD emulated by HHH doesn't say what the correct emulation per the
x86 language defines,
Yes it is and you are a liar for saying otherwise. Unless
you repent you many be a literally (condemned to actual Hell)
damned liar.
On 11/11/2024 3:42 AM, Mikko wrote:
On 2024-11-10 19:28:28 +0000, olcott said:
*The best selling author of theory of computation textbooks*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Correct simulation is defined as D is emulated by H according to
the semantics of the x86 language thus includes H emulating itself
emulating D.
No, that definition does not apply to Sipser's words. There a "correct
simulation" measn a simulation that Sipser regards as correct, which
probably is the same as what "coreect simulation" means in Common
Language.
How could disagreeing with the semantics of the x86 language
possibly be correct?
OP says nothing aobut how emulationg termination analyzers are supposed to work.
I think that is OK. Philosophers may have opinions about that but
the question is not really relevant for theorieticsl or practical purposes.
Anyone who wants to present or sell an emulating termination analyzer
should
tell what that particular analyzer actually does.
On 11/11/2024 5:33 AM, Mikko wrote:
OP says nothing aobut how emulationg termination analyzers are
supposed to
work.
When I provide direct access to fully operational code https://github.com/plolcott/x86utm/blob/master/Halt7.c
your statement becomes a bald faced lie.
I think that is OK. Philosophers may have opinions about that but
the question is not really relevant for theorieticsl or practical
purposes.
Anyone who wants to present or sell an emulating termination analyzer
should
tell what that particular analyzer actually does.
On 11/11/2024 3:42 AM, Mikko wrote:
On 2024-11-10 19:28:28 +0000, olcott said:
*The best selling author of theory of computation textbooks*
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
If simulating halt decider H correctly simulates its input D
until H correctly determines that its simulated D would never
stop running unless aborted then
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
Correct simulation is defined as D is emulated by H according to
the semantics of the x86 language thus includes H emulating itself
emulating D.
No, that definition does not apply to Sipser's words. There a "correct
simulation" measn a simulation that Sipser regards as correct, which
probably is the same as what "coreect simulation" means in Common
Language.
How could disagreeing with the semantics of the x86 language
possibly be correct?
On Mon, 2024-11-11 at 21:09 +0800, wij wrote:
On Mon, 2024-11-11 at 13:33 +0200, Mikko wrote:
OP says nothing aobut how emulationg termination analyzers are supposed to >>> work. I think that is OK. Philosophers may have opinions about that butFirstly, the HP is about the H that (If stated in C-function form, instead of
the question is not really relevant for theorieticsl or practical purposes. >>
TM) that:
H(P,P)=1 iff P(P) halts.
H(P,P)=0 iff P(P) does not halts.
> Astray from this, it is not about the Halting Problem. HP is
(almost) about a
real machine, whatever logic,formal proof,philosophy,... is not decisive.
olcott is a psychotic liar. he reads lots of technical terms and would post >> whatever he searched for you to head-ache (that is one of his trick), and >> pretending he is a learned genius. He simply knows nothing.
E.g 'halt' --> no precise meaning
'Godel's theorem' --> no (significant) contents
'completeness' --> no (significant) contents
utm386 --> He can't construct TM for "1+2=3". He think his 'utm386' is an OS.
C-language --> He needs debugger to understand, and took the complied
assembly> as 'totology' of his proof.
.... too many to list
Most of all, olcott does not even understand the logical-IF !!!
So, don't bother. olcott is a psychotic liar.
Anyone who wants to present or sell an emulating termination analyzer should
tell what that particular analyzer actually does.
That's right.
But, in POO logic, olcott is always correct... just not interesting. No need
to argue (I though you and others engaged him for reasons).
The HP simply does not exist. POOH cannot perform the function as stated above.
I just think about what I said about olcott, all symptoms might also applicable
to average people, so, 'idiot' (too stupid) may be more truthful.
On 11/11/2024 5:33 AM, Mikko wrote:
OP says nothing aobut how emulationg termination analyzers are supposed to >> work.
When I provide direct access to fully operational code https://github.com/plolcott/x86utm/blob/master/Halt7.c
your statement becomes a bald faced lie.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,007 |
Nodes: | 10 (0 / 10) |
Uptime: | 62:57:16 |
Calls: | 13,153 |
Calls today: | 3 |
Files: | 186,574 |
D/L today: |
1,833 files (813M bytes) |
Messages: | 3,313,020 |