Liste des Groupes | Revenir à theory |
Op 31.aug.2024 om 18:10 schreef olcott:It doesn't really matter whether what Olcott sees. What matters is thatOn 8/31/2024 10:40 AM, Fred. Zwarts wrote:When Carol is programmed to say 'yes', then 'no' is the correct answer, but Carol can only respond with the incorrect 'yes'.Op 31.aug.2024 om 15:07 schreef olcott:both YES and NO are the wrong answer when posedOn 8/30/2024 3:21 AM, Fred. Zwarts wrote:Op 29.aug.2024 om 23:00 schreef olcott:For Turing machine deciders it is true:On 8/29/2024 12:39 PM, Fred. Zwarts wrote:For some languages this is true, but not for the x86 language.Op 29.aug.2024 om 15:44 schreef olcott:It is well understood in linguistics that the context of anOn 8/29/2024 2:46 AM, Mikko wrote:It looks more that you are the only person that does not understand these details, but who thinks that his dreams are a nice substitute for facts.On 2024-08-28 11:51:51 +0000, olcott said:When a specific reviewer makes a specific mistake in
On 8/28/2024 2:37 AM, Mikko wrote:Nice to see that you don't disagree.This group is for discussions about the theory of computation and relatedTry to point to the tiniest lack of clarity in this fully
topics. Discussion about people is off-topic.
specified concrete example.
void DDD()
{
HHH(DDD);
return;
}
_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]
HHH computes the mapping from DDD to behavior that never reaches
its "return" statement on the basis of the x86 emulation of DDD
by HHH according to the semantics of the x86 language.
For all the years people said that this simulation is incorrect
never realizing that they were disagreeing with the semantics
of the x86 language.
Now that I point this out all that I get for "rebuttal" is bluster
and double talk.
The same thing applies to this more complex example that
is simply over-the-head of most reviewers:
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
But you should not use subject lines that are off-topic for the group.
reviewing my work related to this group I must refer
to that specific reviewer's mistake to clear my name.
I could generalize it. No one person here besides myself
sufficiently understands the details of how a simulating
halt decider computes the mapping from an input finite
string to the behavior that this finite sting specifies.
I specifically referred to Ben because he got everythingOlcott does not even understand what the semantics of the x86 language is. He thinks that a finite string can have different behaviours according to the semantics of the x86 language, depending on whether it is directly executed, or simulated by different simulators, where the semantics could be different for each simulator.
else correctly. Most everyone else cannot even understand
that correct simulation is defined by HHH emulating DDD
according to the semantics of the x86 language.
expression DOES CHANGE THE MEANING OF THE EXPRESSION.
The specification of the semantics of the x86 language nowhere allows a different interpretation depending on the context.
WST Workshop on Termination, Oxford, 2018 0
Objective and Subjective Specifications
Eric C.R. Hehner
Department of Computer Science, University of Toronto
https://www.cs.toronto.edu/~hehner/OSS.pdf
"Can Carol correctly answer “no” to this (yes/no) question?"
This is an incorrect YES/NO question when posed to Carol>> becauseWhen posed to Carol both YES and NO are the wrong answerto Carol.There is no reason why we can't ask the question to Carol.
If Carol is a machine that can only say "yes", then there is a correct answer to the question: "no", but Carol cannot give that answer.
thus proving that the question is incorrect when the
context of who is asked is not ignored.
Similarly, when HHH is programmed to abort and say 'non-halting', then the correct answer would be 'halting', but HHH can only respond with the incorrect 'non-halting'.
But I am afraid that it is over your head to see this.
Les messages affichés proviennent d'usenet.