On 10/14/2022 7:44 PM, Ben Bacarisse wrote:You seem to like this quote. Do you agree with it?
Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. Sipser has beenI don't think that is the shell game. PO really /has/ an H (it's
fooled by Olcott shell game confusion "pretending to simulate" and
"correctly simulate"]
trivial to do for this one case) that correctly determines that P(P)
*would* never stop running *unless* aborted. He knows and accepts that
P(P) actually does stop. The wrong answer is justified by what would
happen if H (and hence a different P) where not what they actually are.
It is the case that H must abort its simulation of P to prevent its own non-termination. The directly executed P(P) benefits from H alreadyMeaning that H does not simulate P correctly (if it is not the same
having aborted its simulation of P. P correctly simulated H cannot reap
this benefit proving that it is a different sequence of configurations
than the directly executed P(P).
Which one of these is accurate?In other words: "if the simulation were right the answer would beI don't think that's the right paraphrase. He is saying if P were
right".
different (built from a non-aborting H) H's answer would be the right
one.
There should be no difference whether D is simulated or not, otherwiseThus H(D,D) must abort the simulation of its input to prevent its own non-termination.But the simulation is not right. D actually halts.
What's wrong is to pronounce that answer as being correct for the DThat is a different D that is being simulated in a different memory
that does, in fact, stop.
process. The executed D(D) only halts because D correctly simulated by H
was aborted.
They are not the same instance of D.They are the same program.
void DDD()That context is identical to the one in which DDD is directly executed.
{
HHH(DDD); // creates new process context
} // thus not the same DDD as the
// one that is directly executed.
int main()
{
DDD(DDD);
}
On 7/4/2024 10:14 AM, joes wrote:
Am Thu, 04 Jul 2024 09:25:29 -0500 schrieb olcott:
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:You seem to like this quote. Do you agree with it?
Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. Sipser has >>>>> beenI don't think that is the shell game. PO really /has/ an H (it's
fooled by Olcott shell game confusion "pretending to simulate" >>>>> and
"correctly simulate"]
trivial to do for this one case) that correctly determines that P(P)
*would* never stop running *unless* aborted. He knows and accepts that >>>> P(P) actually does stop. The wrong answer is justified by what would >>>> happen if H (and hence a different P) where not what they actually are.
<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>
The first half of the quote agrees that the Sisper approved
criteria has been met, thus unless professor Sipser is wrong
H is correct to reject D as non-halting.
On 7/4/2024 11:05 AM, Richard Damon wrote:
On 7/4/24 11:40 AM, olcott wrote:
On 7/4/2024 10:14 AM, joes wrote:
Am Thu, 04 Jul 2024 09:25:29 -0500 schrieb olcott:
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:You seem to like this quote. Do you agree with it?
Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. Sipser >>>>>>> has beenI don't think that is the shell game. PO really /has/ an H (it's >>>>>> trivial to do for this one case) that correctly determines that P(P) >>>>>> *would* never stop running *unless* aborted. He knows and accepts >>>>>> that
fooled by Olcott shell game confusion "pretending to
simulate" and
"correctly simulate"]
P(P) actually does stop. The wrong answer is justified by what would >>>>>> happen if H (and hence a different P) where not what they actually >>>>>> are.
<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>
The first half of the quote agrees that the Sisper approved
criteria has been met, thus unless professor Sipser is wrong
H is correct to reject D as non-halting.
Nope. Since you LIE about what Professor Sipser means by the first
part, you are shown to be just a stupid liar.
Ben agreed that the first part has been met therefore
the second part <is> entailed.
On 7/4/2024 11:14 AM, Richard Damon wrote:
On 7/4/24 12:06 PM, olcott wrote:
On 7/4/2024 11:05 AM, Richard Damon wrote:
On 7/4/24 11:40 AM, olcott wrote:
On 7/4/2024 10:14 AM, joes wrote:
Am Thu, 04 Jul 2024 09:25:29 -0500 schrieb olcott:
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:You seem to like this quote. Do you agree with it?
Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. Sipser >>>>>>>>> has beenI don't think that is the shell game. PO really /has/ an H (it's >>>>>>>> trivial to do for this one case) that correctly determines that >>>>>>>> P(P)
fooled by Olcott shell game confusion "pretending to >>>>>>>>> simulate" and
"correctly simulate"]
*would* never stop running *unless* aborted. He knows and
accepts that
P(P) actually does stop. The wrong answer is justified by what >>>>>>>> would
happen if H (and hence a different P) where not what they
actually are.
<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> >>>>>
The first half of the quote agrees that the Sisper approved
criteria has been met, thus unless professor Sipser is wrong
H is correct to reject D as non-halting.
Nope. Since you LIE about what Professor Sipser means by the first
part, you are shown to be just a stupid liar.
Ben agreed that the first part has been met therefore
the second part <is> entailed.
No, Ben says that if you redefine the question, and are not talking
about Halting any more, you can meet your requirements.
*Ben did say that the criteria has been met*
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
I don't think that is the shell game. PO really /has/ an H (it's...
trivial to do for this one case) that correctly determines that P(P) *would* never stop running *unless* aborted.
But H determines (correctly) that D would not halt if it were not halted. That much is a truism.
*If the criteria has been met then its second half is entailed*
H can abort its simulation of D and correctly report that D
specifies a non-halting sequence of configurations.
*Ben incorrectly believes that Professor Sipser is wrong about this*
On 7/4/2024 11:53 AM, Richard Damon wrote:
On 7/4/24 12:23 PM, olcott wrote:
On 7/4/2024 11:14 AM, Richard Damon wrote:
On 7/4/24 12:06 PM, olcott wrote:
On 7/4/2024 11:05 AM, Richard Damon wrote:
On 7/4/24 11:40 AM, olcott wrote:
On 7/4/2024 10:14 AM, joes wrote:
Am Thu, 04 Jul 2024 09:25:29 -0500 schrieb olcott:
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:You seem to like this quote. Do you agree with it?
Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. >>>>>>>>>>> Sipser has beenI don't think that is the shell game. PO really /has/ an H (it's >>>>>>>>>> trivial to do for this one case) that correctly determines >>>>>>>>>> that P(P)
fooled by Olcott shell game confusion "pretending to >>>>>>>>>>> simulate" and
"correctly simulate"]
*would* never stop running *unless* aborted. He knows and >>>>>>>>>> accepts that
P(P) actually does stop. The wrong answer is justified by >>>>>>>>>> what would
happen if H (and hence a different P) where not what they
actually are.
<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>
The first half of the quote agrees that the Sisper approved
criteria has been met, thus unless professor Sipser is wrong
H is correct to reject D as non-halting.
Nope. Since you LIE about what Professor Sipser means by the first >>>>>> part, you are shown to be just a stupid liar.
Ben agreed that the first part has been met therefore
the second part <is> entailed.
No, Ben says that if you redefine the question, and are not talking
about Halting any more, you can meet your requirements.
*Ben did say that the criteria has been met*
<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>
He said your ALTERED criteria had been met.
*Ben said that this criteria has been met*
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
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
I don't think that is the shell game. PO really /has/ an H (it's...
trivial to do for this one case) that correctly determines that P(P) *would* never stop running *unless* aborted.
But H determines (correctly) that D would not halt if it were not halted. That much is a truism.
On 7/4/2024 12:32 PM, Richard Damon wrote:
On 7/4/24 1:07 PM, olcott wrote:
On 7/4/2024 11:53 AM, Richard Damon wrote:
On 7/4/24 12:23 PM, olcott wrote:
On 7/4/2024 11:14 AM, Richard Damon wrote:
On 7/4/24 12:06 PM, olcott wrote:
On 7/4/2024 11:05 AM, Richard Damon wrote:
On 7/4/24 11:40 AM, olcott wrote:
On 7/4/2024 10:14 AM, joes wrote:
Am Thu, 04 Jul 2024 09:25:29 -0500 schrieb olcott:
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:You seem to like this quote. Do you agree with it?
Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. >>>>>>>>>>>>> Sipser has beenI don't think that is the shell game. PO really /has/ an H >>>>>>>>>>>> (it's
fooled by Olcott shell game confusion "pretending to >>>>>>>>>>>>> simulate" and
"correctly simulate"]
trivial to do for this one case) that correctly determines >>>>>>>>>>>> that P(P)
*would* never stop running *unless* aborted. He knows and >>>>>>>>>>>> accepts that
P(P) actually does stop. The wrong answer is justified by >>>>>>>>>>>> what would
happen if H (and hence a different P) where not what they >>>>>>>>>>>> actually are.
<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>
The first half of the quote agrees that the Sisper approved
criteria has been met, thus unless professor Sipser is wrong >>>>>>>>> H is correct to reject D as non-halting.
Nope. Since you LIE about what Professor Sipser means by the
first part, you are shown to be just a stupid liar.
Ben agreed that the first part has been met therefore
the second part <is> entailed.
No, Ben says that if you redefine the question, and are not
talking about Halting any more, you can meet your requirements.
*Ben did say that the criteria has been met*
<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>
He said your ALTERED criteria had been met.
*Ben said that this criteria has been met*
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
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
I don't think that is the shell game. PO really /has/ an H (it's...
trivial to do for this one case) that correctly determines that P(P) >>> > *would* never stop running *unless* aborted.
But H determines (correctly) that D would not halt if it were not
halted. That much is a truism.
But Ben didn't say it was because of a "Correct Simulation".
I am not going to address your stupid lies any more.
Ben agreed that the above criteria has been met.
Anything and everything that even hints that this
is not true is a lie.
On 7/4/2024 12:45 PM, Richard Damon wrote:
On 7/4/24 1:36 PM, olcott wrote:
On 7/4/2024 12:32 PM, Richard Damon wrote:
On 7/4/24 1:07 PM, olcott wrote:
On 7/4/2024 11:53 AM, Richard Damon wrote:
On 7/4/24 12:23 PM, olcott wrote:
On 7/4/2024 11:14 AM, Richard Damon wrote:
On 7/4/24 12:06 PM, olcott wrote:
On 7/4/2024 11:05 AM, Richard Damon wrote:
On 7/4/24 11:40 AM, olcott wrote:
On 7/4/2024 10:14 AM, joes wrote:
Am Thu, 04 Jul 2024 09:25:29 -0500 schrieb olcott:
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:You seem to like this quote. Do you agree with it?
Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. >>>>>>>>>>>>>>> Sipser has beenI don't think that is the shell game. PO really /has/ an >>>>>>>>>>>>>> H (it's
fooled by Olcott shell game confusion "pretending to >>>>>>>>>>>>>>> simulate" and
"correctly simulate"]
trivial to do for this one case) that correctly determines >>>>>>>>>>>>>> that P(P)
*would* never stop running *unless* aborted. He knows and >>>>>>>>>>>>>> accepts that
P(P) actually does stop. The wrong answer is justified by >>>>>>>>>>>>>> what would
happen if H (and hence a different P) where not what they >>>>>>>>>>>>>> actually are.
<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>
The first half of the quote agrees that the Sisper approved >>>>>>>>>>> criteria has been met, thus unless professor Sipser is wrong >>>>>>>>>>> H is correct to reject D as non-halting.
Nope. Since you LIE about what Professor Sipser means by the >>>>>>>>>> first part, you are shown to be just a stupid liar.
Ben agreed that the first part has been met therefore
the second part <is> entailed.
No, Ben says that if you redefine the question, and are not
talking about Halting any more, you can meet your requirements. >>>>>>>>
*Ben did say that the criteria has been met*
<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> >>>>>
He said your ALTERED criteria had been met.
*Ben said that this criteria has been met*
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
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
I don't think that is the shell game. PO really /has/ an H (it's >>>>> > trivial to do for this one case) that correctly determines thatP(P)
*would* never stop running *unless* aborted....
But H determines (correctly) that D would not halt if it were not >>>>> > halted. That much is a truism.
But Ben didn't say it was because of a "Correct Simulation".
I am not going to address your stupid lies any more.
Ben agreed that the above criteria has been met.
Anything and everything that even hints that this
is not true is a lie.
Beleive whatever. lies you want.
It is a verified fact that Ben did agree that the criteria
have been met. That you insist upon lying about that so
that we cannot proceed to the next step that follows that
gives me no reason to continue talking to you.
On 7/4/2024 1:17 PM, Richard Damon wrote:
On 7/4/24 1:49 PM, olcott wrote:
On 7/4/2024 12:45 PM, Richard Damon wrote:
On 7/4/24 1:36 PM, olcott wrote:
On 7/4/2024 12:32 PM, Richard Damon wrote:
On 7/4/24 1:07 PM, olcott wrote:
On 7/4/2024 11:53 AM, Richard Damon wrote:
On 7/4/24 12:23 PM, olcott wrote:
On 7/4/2024 11:14 AM, Richard Damon wrote:
On 7/4/24 12:06 PM, olcott wrote:
On 7/4/2024 11:05 AM, Richard Damon wrote:
On 7/4/24 11:40 AM, olcott wrote:
On 7/4/2024 10:14 AM, joes wrote:
Am Thu, 04 Jul 2024 09:25:29 -0500 schrieb olcott: >>>>>>>>>>>>>>> On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
You seem to like this quote. Do you agree with it? >>>>>>>>>>>>>>Python <python@invalid.org> writes:
[comment: as D halts, the simulation is faulty, Pr. >>>>>>>>>>>>>>>>> Sipser has beenI don't think that is the shell game. PO really /has/ >>>>>>>>>>>>>>>> an H (it's
fooled by Olcott shell game confusion "pretending >>>>>>>>>>>>>>>>> to simulate" and
"correctly simulate"]
trivial to do for this one case) that correctly >>>>>>>>>>>>>>>> determines that P(P)
*would* never stop running *unless* aborted. He knows >>>>>>>>>>>>>>>> and accepts that
P(P) actually does stop. The wrong answer is justified >>>>>>>>>>>>>>>> by what would
happen if H (and hence a different P) where not what >>>>>>>>>>>>>>>> they actually are.
<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>
The first half of the quote agrees that the Sisper approved >>>>>>>>>>>>> criteria has been met, thus unless professor Sipser is wrong >>>>>>>>>>>>> H is correct to reject D as non-halting.
Nope. Since you LIE about what Professor Sipser means by the >>>>>>>>>>>> first part, you are shown to be just a stupid liar.
Ben agreed that the first part has been met therefore
the second part <is> entailed.
No, Ben says that if you redefine the question, and are not >>>>>>>>>> talking about Halting any more, you can meet your requirements. >>>>>>>>>>
*Ben did say that the criteria has been met*
<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>
He said your ALTERED criteria had been met.
*Ben said that this criteria has been met*
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
On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
I don't think that is the shell game. PO really /has/ an H (it's >>>>>>> > trivial to do for this one case) that correctly determinesthat P(P)
*would* never stop running *unless* aborted....
But H determines (correctly) that D would not halt if it were not >>>>>>> > halted. That much is a truism.
But Ben didn't say it was because of a "Correct Simulation".
I am not going to address your stupid lies any more.
Ben agreed that the above criteria has been met.
Anything and everything that even hints that this
is not true is a lie.
Beleive whatever. lies you want.
It is a verified fact that Ben did agree that the criteria
have been met. That you insist upon lying about that so
that we cannot proceed to the next step that follows that
gives me no reason to continue talking to you.
The problem is that Ben is adopting your definitions that professor
Sipser is not using.
Ben agrees that my criteria have been met according to their
exact words. If you want to lie about that I won't talk to
you again.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 163:27:49 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,510 |