On 8/16/2024 3:11 PM, Mike Terry wrote:
On 16/08/2024 07:57, Fred. Zwarts wrote:
Op 15.aug.2024 om 21:39 schreef olcott:
On 8/15/2024 1:35 PM, Mike Terry wrote:
On 15/08/2024 17:30, olcott wrote:
On 8/15/2024 10:40 AM, Fred. Zwarts wrote:
Op 15.aug.2024 om 14:12 schreef olcott:
On 8/15/2024 2:00 AM, joes wrote:Exactly. And when it aborts, it aborts too soon, one cycle before >>>>>>> the simulated HHH would abort and halt.
Am Wed, 14 Aug 2024 16:07:43 +0100 schrieb Mike Terry:
On 14/08/2024 08:43, joes wrote:DDD
Am Tue, 13 Aug 2024 21:38:07 -0500 schrieb olcott:
On 8/13/2024 9:29 PM, Richard Damon wrote:You were trying to label an incomplete/partial/aborted
On 8/13/24 8:52 PM, olcott wrote:
That is what I said dufuss.A simulation of N instructions of DDD by HHH according to the >>>>>>>>>>>>>> semantics of the x86 language is necessarily correct. >>>>>>>>>>>>> Nope, it is just the correct PARTIAL emulation of the first N >>>>>>>>>>>>> instructions of DDD, and not of all of DDD,
simulation as
correct.
how *HHH* returns*Try to show exactly how DDD emulated by HHH returns to its >>>>>>>>>>>> caller*A correct simulation of N instructions of DDD by HHH is >>>>>>>>>>>>>> sufficient
to correctly predict the behavior of an unlimited simulation. >>>>>>>>>>>>> Nope, if a HHH returns to its caller,
HHH simulates DDD enter the matrix
DDD calls HHH(DDD) Fred: could be eliminated HHH >>>>>>>>>>> simulates
second level
DDD calls HHH(DDD) recursion detected
HHH aborts, returns outside interference DDD halts >>>>>>>>> voila
HHH halts
You're misunderstanding the scenario? If your simulated HHH >>>>>>>>>> aborts its
simulation [line 5 above],
then the outer level H would have aborted its identical
simulation
earlier. You know that, right?
Of course. I made it only to illustrate one step in the
paradoxical
reasoning, as long as we're calling programs that do or don't >>>>>>>>> abort
the same.
It is like I always pointed out. The outer HHH cannot
wait for the inner ones to abort because it would be
waiting forever.
Mike corrected you on this. You are wrong.
For the record, I did no such thing and Fred is correct.
*Fred has the same incorrect views as joes*
*Here is where you agreed that Fred is wrong*
*when replying to joes*
On 8/14/2024 10:07 AM, Mike Terry wrote:
On 14/08/2024 08:43, joes wrote:
Am Tue, 13 Aug 2024 21:38:07 -0500 schrieb olcott:;
*Try to show exactly how DDD emulated by HHHHHH simulates DDD enter the matrix
; returns to its caller*>>
(the first one doesn't even have a caller)
Use the above machine language instructions to show this.
; DDD calls HHH(DDD) Fred: could be eliminated
; HHH simulates DDD second level
; DDD calls HHH(DDD) recursion detected
; HHH aborts, returns outside interference
; DDD halts voila
HHH halts
You're misunderstanding the scenario? If your
simulated HHH aborts its simulation [line 5 above],
then the outer level H would have aborted its
identical simulation earlier. You know that, right?
[It's what people have been discussing here endlessly
for the last few months! :) ]
;
So your trace is impossible...
;
It is clear that olcott does not really read what I write. (Or is
very short of memory.)
I never said such a thing.
I repeatedly told that the simulating HHH aborted when the simulated
HHH had only one cycle to go. I never said that the simulated HHH
reached it abort and halted.
In fact, I said that the fact that the simulation fails to reach the
abort and halt of the simulated HHH proves that the simulation is
incomplete and incorrect, because a complete simulation (such as by
HHH1) shows that the simulated HHH would abort and halt.
It now becomes clear that you either never understood what I said, or
your memory is indeed very short.
Give it some time to think about what I say, try to escape from
rebuttal mode, instead of ignoring it immediately.
That's all correct. Going further I'll suggest that PO really doesn't
"understand" /anything/ with an abstract / logical / mathematical
content. He can't understand definitions or their role in proofs, or
the role of proofs in establishing knowledge. I'm not kidding or
being rude or anything like that - it's simply the way his brain
works. *Of course* PO does not "really read what you write". Surely
you must have at least suspected this for a long time?! [I don't
notice any problem with PO's memory.]
I break my points down to the basic facts of the semantics
of the x86 language and the basic facts of the semantics
of the C programming.
I can't ever get to the point of the computer science
because reviewers disagree with these basic facts.
void DDD()
{
HHH(DDD);
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
<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>
*It is a basic fact that DDD emulated by HHH according to*
*the semantics of the x86 language cannot possibly stop*
*running unless aborted*
Mike might try to change the subject but I doubt if he
would disagree with this basic fact.
*It took me two years to find a way to define correct*
*simulation such that all disagreement looks foolish*
There are more steps to my proof in addition to this
yet the above portion of my proof is a necessary
prerequisite. If people disagree with arithmetic how
are we ever going to get to the subject of algebra?
On 8/16/2024 4:37 PM, Richard Damon wrote:
On 8/16/24 5:08 PM, olcott wrote:
On 8/16/2024 3:54 PM, Richard Damon wrote:
On 8/16/24 4:36 PM, olcott wrote:
I break my points down to the basic facts of the semantics
of the x86 language and the basic facts of the semantics
of the C programming.
I can't ever get to the point of the computer science
because reviewers disagree with these basic facts.
No, the problem is that your "facts" just disagree with the
computere science you claim to be doing.
We never get anywhere near the computer science because
people disagree with 100% concrete fully specified semantics.
If they disagree with arithmetic we can never get to algebra.
If you aren't talking about computer science, then you are using a lot
of words FROM computer science, which bring in their implications.
I get to the computer science only after people
agree to basic facts. When they refuse to agree
with these basis facts I write them off as dishonest
or insufficiently competent.
On 8/16/2024 3:54 PM, Richard Damon wrote:
On 8/16/24 4:36 PM, olcott wrote:
I break my points down to the basic facts of the semantics
of the x86 language and the basic facts of the semantics
of the C programming.
I can't ever get to the point of the computer science
because reviewers disagree with these basic facts.
No, the problem is that your "facts" just disagree with the computere
science you claim to be doing.
We never get anywhere near the computer science because
people disagree with 100% concrete fully specified semantics.
If they disagree with arithmetic we can never get to algebra.
void DDD()
{
HHH(DDD);
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
Which is NOT a program
I am talking above the behavior of the C function it is
dishonest to change the subject as any basis of rebuttal.
and can not be the complete input to HHH, in fact, HHH takes the whole
of memory being uses as its "finite string" input, or your problem is
just falsely stated.
The question is can DDD emulated by HHH according to the
semantics of the x86 language even stop running without
being aborted?
Ben is the only one that did not attempt some kind of
dishonesty on this question.
<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, and to statisfy this, since the only simulation that is
"Correct" for the determining of the behavior of a program is a
COMPLETE behaivior
UNTIL MEANS LIMITED.
IT DOES NOT MEAN YOUR MISCONCEPTION OF "COMPLETE"
YOU DON'T EVEN UNDERSTAND THAT AN INFINITE
EXECUTION CANNOT BE COMPLETE. YOU AND OTHERS
ALWAYS USE THE TERM "COMPLETE" INCORRECTLY
THIS IS NO ORDINARY MISTAKE IT IS A STUPID MISTAKE.
On 8/16/2024 5:11 PM, Richard Damon wrote:
On 8/16/24 5:58 PM, olcott wrote:
On 8/16/2024 4:37 PM, Richard Damon wrote:
On 8/16/24 5:08 PM, olcott wrote:
On 8/16/2024 3:54 PM, Richard Damon wrote:
On 8/16/24 4:36 PM, olcott wrote:
I break my points down to the basic facts of the semantics
of the x86 language and the basic facts of the semantics
of the C programming.
I can't ever get to the point of the computer science
because reviewers disagree with these basic facts.
No, the problem is that your "facts" just disagree with the
computere science you claim to be doing.
We never get anywhere near the computer science because
people disagree with 100% concrete fully specified semantics.
If they disagree with arithmetic we can never get to algebra.
If you aren't talking about computer science, then you are using a
lot of words FROM computer science, which bring in their implications. >>>>
I get to the computer science only after people
agree to basic facts. When they refuse to agree
with these basis facts I write them off as dishonest
or insufficiently competent.
Since your "Basic facts" include terms from Computer Science,
If you insist on disagreeing with the x86
language that proves you are dishonest.
On 8/16/2024 5:50 PM, Richard Damon wrote:
On 8/16/24 6:20 PM, olcott wrote:
On 8/16/2024 5:11 PM, Richard Damon wrote:
On 8/16/24 5:58 PM, olcott wrote:
On 8/16/2024 4:37 PM, Richard Damon wrote:
On 8/16/24 5:08 PM, olcott wrote:
On 8/16/2024 3:54 PM, Richard Damon wrote:
On 8/16/24 4:36 PM, olcott wrote:
I break my points down to the basic facts of the semantics
of the x86 language and the basic facts of the semantics
of the C programming.
I can't ever get to the point of the computer science
because reviewers disagree with these basic facts.
No, the problem is that your "facts" just disagree with the
computere science you claim to be doing.
We never get anywhere near the computer science because
people disagree with 100% concrete fully specified semantics.
If they disagree with arithmetic we can never get to algebra.
If you aren't talking about computer science, then you are using a >>>>>> lot of words FROM computer science, which bring in their
implications.
I get to the computer science only after people
agree to basic facts. When they refuse to agree
with these basis facts I write them off as dishonest
or insufficiently competent.
Since your "Basic facts" include terms from Computer Science,
If you insist on disagreeing with the x86
language that proves you are dishonest.
Where do I disagree with the x86 language?
*Until you agree with this I will consider you as a liar*
*Until you agree with this I will consider you as a liar*
*Until you agree with this I will consider you as a liar*
void DDD()
{
HHH(DDD);
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
*It is a basic fact that DDD emulated by HHH according to*
*the semantics of the x86 language cannot possibly stop*
*running unless aborted*
On 8/16/2024 3:54 PM, Richard Damon wrote:
On 8/16/24 4:36 PM, olcott wrote:
I break my points down to the basic facts of the semantics
of the x86 language and the basic facts of the semantics
of the C programming.
I can't ever get to the point of the computer science
because reviewers disagree with these basic facts.
No, the problem is that your "facts" just disagree with the computere
science you claim to be doing.
We never get anywhere near the computer science because
people disagree with 100% concrete fully specified semantics.
On 8/16/2024 3:11 PM, Mike Terry wrote:
On 16/08/2024 07:57, Fred. Zwarts wrote:
Op 15.aug.2024 om 21:39 schreef olcott:
On 8/15/2024 1:35 PM, Mike Terry wrote:
On 15/08/2024 17:30, olcott wrote:
On 8/15/2024 10:40 AM, Fred. Zwarts wrote:
Op 15.aug.2024 om 14:12 schreef olcott:
On 8/15/2024 2:00 AM, joes wrote:Exactly. And when it aborts, it aborts too soon, one cycle before >>>>>>> the simulated HHH would abort and halt.
Am Wed, 14 Aug 2024 16:07:43 +0100 schrieb Mike Terry:
On 14/08/2024 08:43, joes wrote:DDD
Am Tue, 13 Aug 2024 21:38:07 -0500 schrieb olcott:
On 8/13/2024 9:29 PM, Richard Damon wrote:You were trying to label an incomplete/partial/aborted
On 8/13/24 8:52 PM, olcott wrote:
That is what I said dufuss.A simulation of N instructions of DDD by HHH according to the >>>>>>>>>>>>>> semantics of the x86 language is necessarily correct. >>>>>>>>>>>>> Nope, it is just the correct PARTIAL emulation of the first N >>>>>>>>>>>>> instructions of DDD, and not of all of DDD,
simulation as
correct.
how *HHH* returns*Try to show exactly how DDD emulated by HHH returns to its >>>>>>>>>>>> caller*A correct simulation of N instructions of DDD by HHH is >>>>>>>>>>>>>> sufficient
to correctly predict the behavior of an unlimited simulation. >>>>>>>>>>>>> Nope, if a HHH returns to its caller,
HHH simulates DDD enter the matrix
DDD calls HHH(DDD) Fred: could be eliminated HHH >>>>>>>>>>> simulates
second level
DDD calls HHH(DDD) recursion detected
HHH aborts, returns outside interference DDD halts >>>>>>>>> voila
HHH halts
You're misunderstanding the scenario? If your simulated HHH >>>>>>>>>> aborts its
simulation [line 5 above],
then the outer level H would have aborted its identical
simulation
earlier. You know that, right?
Of course. I made it only to illustrate one step in the
paradoxical
reasoning, as long as we're calling programs that do or don't >>>>>>>>> abort
the same.
It is like I always pointed out. The outer HHH cannot
wait for the inner ones to abort because it would be
waiting forever.
Mike corrected you on this. You are wrong.
For the record, I did no such thing and Fred is correct.
*Fred has the same incorrect views as joes*
*Here is where you agreed that Fred is wrong*
*when replying to joes*
On 8/14/2024 10:07 AM, Mike Terry wrote:
On 14/08/2024 08:43, joes wrote:
Am Tue, 13 Aug 2024 21:38:07 -0500 schrieb olcott:;
*Try to show exactly how DDD emulated by HHHHHH simulates DDD enter the matrix
; returns to its caller*>>
(the first one doesn't even have a caller)
Use the above machine language instructions to show this.
; DDD calls HHH(DDD) Fred: could be eliminated
; HHH simulates DDD second level
; DDD calls HHH(DDD) recursion detected
; HHH aborts, returns outside interference
; DDD halts voila
HHH halts
You're misunderstanding the scenario? If your
simulated HHH aborts its simulation [line 5 above],
then the outer level H would have aborted its
identical simulation earlier. You know that, right?
[It's what people have been discussing here endlessly
for the last few months! :) ]
;
So your trace is impossible...
;
It is clear that olcott does not really read what I write. (Or is
very short of memory.)
I never said such a thing.
I repeatedly told that the simulating HHH aborted when the simulated
HHH had only one cycle to go. I never said that the simulated HHH
reached it abort and halted.
In fact, I said that the fact that the simulation fails to reach the
abort and halt of the simulated HHH proves that the simulation is
incomplete and incorrect, because a complete simulation (such as by
HHH1) shows that the simulated HHH would abort and halt.
It now becomes clear that you either never understood what I said, or
your memory is indeed very short.
Give it some time to think about what I say, try to escape from
rebuttal mode, instead of ignoring it immediately.
That's all correct. Going further I'll suggest that PO really doesn't
"understand" /anything/ with an abstract / logical / mathematical
content. He can't understand definitions or their role in proofs, or
the role of proofs in establishing knowledge. I'm not kidding or
being rude or anything like that - it's simply the way his brain
works. *Of course* PO does not "really read what you write". Surely
you must have at least suspected this for a long time?! [I don't
notice any problem with PO's memory.]
I break my points down to the basic facts of the semantics
of the x86 language and the basic facts of the semantics
of the C programming.
I can't ever get to the point of the computer science
because reviewers disagree with these basic facts.
void DDD()
{
HHH(DDD);
}
_DDD()
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
<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>
*It is a basic fact that DDD emulated by HHH according to*
*the semantics of the x86 language cannot possibly stop*
*running unless aborted*
On 8/16/2024 3:54 PM, Richard Damon wrote:WITH WHAT
On 8/16/24 4:36 PM, olcott wrote:We never get anywhere near the computer science because people disagree
No, the problem is that your "facts" just disagree with the computere
I can't ever get to the point of the computer science because
reviewers disagree with these basic facts.
science you claim to be doing.
with 100% concrete fully specified semantics.
This is on topic. That function doesn't compile, since it's missing theI am talking above the behavior of the C function it is dishonest tovoid DDD()Which is NOT a program
{
HHH(DDD);
}
change the subject as any basis of rebuttal.
A complete simulation of something infinite doesn't halt, duh.<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>Right, and to statisfy this, since the only simulation that is
"Correct"
for the determining of the behavior of a program is a COMPLETE
behaivior
UNTIL MEANS LIMITED.
IT DOES NOT MEAN YOUR MISCONCEPTION OF "COMPLETE"
YOU DON'T EVEN UNDERSTAND THAT AN INFINITE EXECUTION CANNOT BE COMPLETE.
YOU AND OTHERS ALWAYS USE THE TERM "COMPLETE" INCORRECTLY
On 8/17/2024 7:11 AM, joes wrote:
Am Fri, 16 Aug 2024 16:08:05 -0500 schrieb olcott:
On 8/16/2024 3:54 PM, Richard Damon wrote:WITH WHAT
On 8/16/24 4:36 PM, olcott wrote:We never get anywhere near the computer science because people disagree
No, the problem is that your "facts" just disagree with the computere
I can't ever get to the point of the computer science because
reviewers disagree with these basic facts.
science you claim to be doing.
with 100% concrete fully specified semantics.
This is on topic. That function doesn't compile, since it's missing theI am talking above the behavior of the C function it is dishonest tovoid DDD()Which is NOT a program
{
HHH(DDD);
}
change the subject as any basis of rebuttal.
code of HHH.
x86utm takes the compiled Halt7.obj file of this c program https://github.com/plolcott/x86utm/blob/master/Halt7.c
Thus making all of the code of HHH directly available to DDD.
*I am now only talking about this thread*
[Anyone that disagrees with this is not telling the truth ---V2]
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 156:39:48 |
Calls: | 10,384 |
Calls today: | 1 |
Files: | 14,056 |
Messages: | 6,416,471 |