• Re: Michael Sipser of MIT validates the notion of a simulating halt dec

    From olcott@21:1/5 to Paul N on Mon Oct 17 09:20:03 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 6:59 AM, Paul N wrote:
    On Monday, October 17, 2022 at 5:58:35 AM UTC+1, olcott wrote:
    On 10/12/2022 11:46 AM, Ben Bacarisse wrote:
    "Fred. Zwarts" <F.Zw...@KVI.nl> writes:

    Op 12.okt..2022 om 17:08 schreef olcott:
    Professor Michael Sipser of MIT said that this verbatim paragraph looks correct:
    If H does correctly determine that its correct simulation
    of D would never stop running unless aborted, would it be
    correct for H to abort this simulation and report that D
    specifies a non-halting sequence of configurations?
    This validates the idea of a simulating halt decider referenced in this >>>>> paper.
    *Rebutting the Sipser Halting Problem Proof*
    https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof
    Professor Sipser has not had the time to carefully review this paper >>>>> presented to him.
    *The exact words posted above have been approved by Michael Sipser*


    And what does he say about:

    Oh please don't draw the good professor into this any further!

    If H does incorrectly determine that its incorrect simulation
    of D would never stop running unless aborted, would it be
    correct for H to abort this simulation and report that D
    specifies a non-halting sequence of configurations?

    You need to remove the deceptive subjunctive "would ... unless" to get
    something not open to PO's dishonest re-interpretation. Whatever H
    "would" do "unless" it does what it actually does is irrelevant. H(P,P)
    returns 0 and P(P) halts. 0 is the wrong answer for a halting
    computation.


    Would the correctly simulated input ever stop running if not aborted?
    This is another legitimate way of asking: Does this input halt?

    Exactly. Since you are claiming that the answer to "Would the correctly simulated input ever stop running if not aborted?" is "No" and the answer to "Does this input halt?" is "Yes", it's clear you are making a mistake somewhere.

    Would D correctly simulated by H ever stop running if not aborted?
    Is proven on page 3 of this paper to be "no" thus perfectly meeting the
    Sipser approved criteria shown below.

    *Rebutting the Sipser Halting Problem Proof* https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof

    Would D directly executed by main ever stop running?
    is proven to be a different question as the execution trace of the code
    below shown in Halt7_Sipser.txt linked below proves.

    int Sipser_D(int (*M)())
    {
    if ( Sipser_H(M, M) )
    return 0;
    return 1;
    }

    int main()
    {
    Output((char*)"Input_Halts = ", Sipser_D(Sipser_D));
    }

    *Complete halt deciding system (Visual Studio Project)* Sipser version.
    (a) x86utm operating system
    (b) x86 emulator adapted from libx86emu to compile under Windows
    (c) Several halt deciders and their sample inputs contained within Halt7.c
    (d) The execution trace of Sipser_H applied to Sipser_D is shown in Halt7_Sipser.txt
    https://liarparadox.org/2022_10_08.zip

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Paul N on Mon Oct 17 09:31:36 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 6:59 AM, Paul N wrote:
    On Monday, October 17, 2022 at 5:58:35 AM UTC+1, olcott wrote:
    On 10/12/2022 11:46 AM, Ben Bacarisse wrote:
    "Fred. Zwarts" <F.Zw...@KVI.nl> writes:

    Op 12.okt..2022 om 17:08 schreef olcott:
    Professor Michael Sipser of MIT said that this verbatim paragraph looks correct:
    If H does correctly determine that its correct simulation
    of D would never stop running unless aborted, would it be
    correct for H to abort this simulation and report that D
    specifies a non-halting sequence of configurations?
    This validates the idea of a simulating halt decider referenced in this >>>>> paper.
    *Rebutting the Sipser Halting Problem Proof*
    https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof
    Professor Sipser has not had the time to carefully review this paper >>>>> presented to him.
    *The exact words posted above have been approved by Michael Sipser*


    And what does he say about:

    Oh please don't draw the good professor into this any further!

    If H does incorrectly determine that its incorrect simulation
    of D would never stop running unless aborted, would it be
    correct for H to abort this simulation and report that D
    specifies a non-halting sequence of configurations?

    You need to remove the deceptive subjunctive "would ... unless" to get
    something not open to PO's dishonest re-interpretation. Whatever H
    "would" do "unless" it does what it actually does is irrelevant. H(P,P)
    returns 0 and P(P) halts. 0 is the wrong answer for a halting
    computation.


    Would the correctly simulated input ever stop running if not aborted?
    This is another legitimate way of asking: Does this input halt?

    Exactly. Since you are claiming that the answer to "Would the correctly simulated input ever stop running if not aborted?" is "No" and the answer to "Does this input halt?" is "Yes", it's clear you are making a mistake somewhere.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    An alternative definition for a halt decider approved by MIT Professor
    Michael Sipser (author of the best selling book on the theory of
    computation) https://www.amazon.com/Introduction-Theory-Computation-Sipser/dp/8131525295
    is shown above and paraphrased below:

    Would D correctly simulated by H ever stop running if not aborted?
    Is proven on page 3 of this paper to be "no" thus perfectly meeting the
    Sipser approved criteria shown above.

    *Rebutting the Sipser Halting Problem Proof* https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof


    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Ben Bacarisse on Mon Oct 17 10:40:14 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    Richard Damon <Richard@Damon-Family.org> writes:

    On 10/17/22 1:11 AM, olcott wrote:
    On 10/13/2022 1:53 PM, Ben Bacarisse wrote:
    Jeff Barnett <jbb@notatt.com> writes:

    Isn't the "brushoff with implied agreement" a method to decrank one's >>>>> mailbox that was mentioned in Dudley's "The Trisectors"? Can't find my >>>>> copy to check it out.

    No, I think Dudley explicitly says not to do that.  His two
    recommendations are to be flattering while plainly pointing out the
    error in the end result without engaging with the argument in any way. >>>> For PO that would be "I see you have thought long and hard about this
    problem and you have come up with some ingenious ideas.  However, H(P,P) >>>> == 0 is not the correct answer if P(P) is a halting computation."

    If H(D,D) meets the criteria then H(D,D)==0  No-Matter-What

    But it does'nt meet the criteria, sincd it never correctly determines
    that the correct simulation of its input is non-halting.

    Are you dancing round the fact that PO tricked the professor?

    H(D,D) /does/ meet the criterion for PO's Other Halting problem

    Professor Sipser has agreed that a simulating halt decider would be
    correct to base its halt status definition on the behavior of D
    correctly simulated by H.

    -- the
    one no one cares about. D(D) halts (so H is not halt decider), but D(D) would not halt unless H stops the simulation. H /can/ correctly
    determine this silly criterion (in this one case) so H is a POOH decider

    Professor Sipser has agreed that a simulating halt decider would be
    correct to base its halt status definition on the behavior of D
    correctly simulated by H.

    (again, for this one case -- PO is not interested in the fact the POOH
    is also undecidable in general).

    I am only showing that a simulating halt decider defeats all of the conventional halting problem proofs. I am not showing that is solves the halting problem.

    The correct simulation is the correct simulation who ever does it, and
    since D will halt when run, the correct simulation of D will halt.

    Right, but that's not the criterion that PO is using, is it? I don't
    get what the problem is. Ever since the "line 15 commented out"
    debacle, PO has been pulling the same trick: "D(D) only halts
    because..." was one way he used to put it before finding a more tricky wording. For years, the project has simply been to find words he can
    dupe people with.


    Professor Sipser has agreed that a simulating halt decider would be
    correct to base its halt status definition on the behavior of D
    correctly simulated by H.

    This would mean that a simulating halt decider does apply to the actual
    halting problem proofs.

    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Mon Oct 17 18:36:23 2022
    XPost: comp.theory, sci.logic

    On 10/17/22 11:40 AM, olcott wrote:
    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    Richard Damon <Richard@Damon-Family.org> writes:

    On 10/17/22 1:11 AM, olcott wrote:
    On 10/13/2022 1:53 PM, Ben Bacarisse wrote:
    Jeff Barnett <jbb@notatt.com> writes:

    Isn't the "brushoff with implied agreement" a method to decrank one's >>>>>> mailbox that was mentioned in Dudley's "The Trisectors"? Can't
    find my
    copy to check it out.

    No, I think Dudley explicitly says not to do that.  His two
    recommendations are to be flattering while plainly pointing out the
    error in the end result without engaging with the argument in any way. >>>>> For PO that would be "I see you have thought long and hard about this >>>>> problem and you have come up with some ingenious ideas.  However,
    H(P,P)
    == 0 is not the correct answer if P(P) is a halting computation."

    If H(D,D) meets the criteria then H(D,D)==0  No-Matter-What

    But it does'nt meet the criteria, sincd it never correctly determines
    that the correct simulation of its input is non-halting.

    Are you dancing round the fact that PO tricked the professor?

    H(D,D) /does/ meet the criterion for PO's Other Halting problem

    Professor Sipser has agreed that a simulating halt decider would be
    correct to base its halt status definition on the behavior of D
    correctly simulated by H.

    -- the
    one no one cares about.  D(D) halts (so H is not halt decider), but D(D)
    would not halt unless H stops the simulation.  H /can/ correctly
    determine this silly criterion (in this one case) so H is a POOH decider

    Professor Sipser has agreed that a simulating halt decider would be
    correct to base its halt status definition on the behavior of D
    correctly simulated by H.

    Right, and that correct simulation, to BE correct, needs to duplicte the behavior of D(), which for this H is to return 1.

    So, you don't have a correct simulation to use,


    (again, for this one case -- PO is not interested in the fact the POOH
    is also undecidable in general).

    I am only showing that a simulating halt decider defeats all of the conventional halting problem proofs. I am not showing that is solves the halting problem.

    No, you are showing that you don't understand what you are saying.


    The correct simulation is the correct simulation who ever does it, and
    since D will halt when run, the correct simulation of D will halt.

    Right, but that's not the criterion that PO is using, is it?  I don't
    get what the problem is.  Ever since the "line 15 commented out"
    debacle, PO has been pulling the same trick: "D(D) only halts
    because..." was one way he used to put it before finding a more tricky
    wording.  For years, the project has simply been to find words he can
    dupe people with.


    Professor Sipser has agreed that a simulating halt decider would be
    correct to base its halt status definition on the behavior of D
    correctly simulated by H.

    This would mean that a simulating halt decider does apply to the actual halting problem proofs.


    Yes, but STILL Need to answer based on the ACTUAL behavior of the
    machine, since that is what a CORRECT simulation will show.

    Since you H doesn't do that, it isn't correct.

    FAIL.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Mon Oct 17 17:47:14 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 5:33 PM, Richard Damon wrote:
    On 10/17/22 10:43 AM, olcott wrote:
    On 10/17/2022 5:51 AM, Richard Damon wrote:
    On 10/17/22 12:58 AM, olcott wrote:
    On 10/12/2022 11:46 AM, Ben Bacarisse wrote:
    "Fred. Zwarts" <F.Zwarts@KVI.nl> writes:

    Op 12.okt..2022 om 17:08 schreef olcott:
    Professor Michael Sipser of MIT said that this verbatim paragraph >>>>>>> looks correct:
         If H does correctly determine that its correct simulation >>>>>>>      of D would never stop running unless aborted, would it be >>>>>>>      correct for H to abort this simulation and report that D >>>>>>>      specifies a non-halting sequence of configurations?
    This validates the idea of a simulating halt decider referenced
    in this
    paper.
    *Rebutting the Sipser Halting Problem Proof*
    https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof
    Professor Sipser has not had the time to carefully review this paper >>>>>>> presented to him.
    *The exact words posted above have been approved by Michael Sipser* >>>>>>>

    And what does he say about:

    Oh please don't draw the good professor into this any further!

          If H does incorrectly determine that its incorrect simulation >>>>>>       of D would never stop running unless aborted, would it be >>>>>>       correct for H to abort this simulation and report that D >>>>>>       specifies a non-halting sequence of configurations?

    You need to remove the deceptive subjunctive "would ... unless" to get >>>>> something not open to PO's dishonest re-interpretation.  Whatever H >>>>> "would" do "unless" it does what it actually does is irrelevant.
    H(P,P)
    returns 0 and P(P) halts.  0 is the wrong answer for a halting
    computation.


    Would the correctly simulated input ever stop running if not aborted?
    This is another legitimate way of asking: Does this input halt?


    Right, and the CORRECTLY SIMULATED input to H(D) will reach a final
    state if it were not a fact that H aborted its simulation, given that
    H(D) Does abort and return and answer.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    Right, so unless THIS H can correct simulate the input and CORRECTLY
    predict that it will not halt, it doesn't apply.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    ...D(D) would not halt unless H stops the simulation.
    H /can/ correctly determine this silly criterion
    (in this one case)...

    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Mon Oct 17 19:04:03 2022
    XPost: comp.theory, sci.logic

    On 10/17/22 6:47 PM, olcott wrote:
    On 10/17/2022 5:33 PM, Richard Damon wrote:
    On 10/17/22 10:43 AM, olcott wrote:
    On 10/17/2022 5:51 AM, Richard Damon wrote:
    On 10/17/22 12:58 AM, olcott wrote:
    On 10/12/2022 11:46 AM, Ben Bacarisse wrote:
    "Fred. Zwarts" <F.Zwarts@KVI.nl> writes:

    Op 12.okt..2022 om 17:08 schreef olcott:
    Professor Michael Sipser of MIT said that this verbatim
    paragraph looks correct:
         If H does correctly determine that its correct simulation >>>>>>>>      of D would never stop running unless aborted, would it be >>>>>>>>      correct for H to abort this simulation and report that D >>>>>>>>      specifies a non-halting sequence of configurations?
    This validates the idea of a simulating halt decider referenced >>>>>>>> in this
    paper.
    *Rebutting the Sipser Halting Problem Proof*
    https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof
    Professor Sipser has not had the time to carefully review this >>>>>>>> paper
    presented to him.
    *The exact words posted above have been approved by Michael Sipser* >>>>>>>>

    And what does he say about:

    Oh please don't draw the good professor into this any further!

          If H does incorrectly determine that its incorrect simulation
          of D would never stop running unless aborted, would it be >>>>>>>       correct for H to abort this simulation and report that D >>>>>>>       specifies a non-halting sequence of configurations?

    You need to remove the deceptive subjunctive "would ... unless" to >>>>>> get
    something not open to PO's dishonest re-interpretation.  Whatever H >>>>>> "would" do "unless" it does what it actually does is irrelevant.
    H(P,P)
    returns 0 and P(P) halts.  0 is the wrong answer for a halting
    computation.


    Would the correctly simulated input ever stop running if not aborted? >>>>> This is another legitimate way of asking: Does this input halt?


    Right, and the CORRECTLY SIMULATED input to H(D) will reach a final
    state if it were not a fact that H aborted its simulation, given
    that H(D) Does abort and return and answer.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    Right, so unless THIS H can correct simulate the input and CORRECTLY
    predict that it will not halt, it doesn't apply.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    ...D(D) would not halt unless H stops the simulation.
    H /can/ correctly determine this silly criterion
    (in this one case)...


    Right, he agreed that if THIS H does a correct simulation and correctly determines that THIS simulation if done correctly would not halt.

    A correct simulation demonstrates the behavior of direct execution, so
    the fact that the D based on the H that you are talking about (the one
    that "correctly" returns 0) will return a 1, showing that H was actually incoorect, says that H never had a correct determination that any
    correct simulation (its or otherwise) would never halt.

    Note, Since H DOES abort its simulation, a condition based on it NEVER
    aborting doesn't apply.

    Yes, people agree that if H NEVER aborts, then the D built on it will be non-halting.

    This DOESN'T mean that a D built on an H that aborts because it
    INCORRECT thinks that the input is non-halting because it incorrectly
    uses that rule is non-halting, because once H does abort, the premise it
    used no longer holds.

    It is If H doesn't abort until it proves something, it is if H NEVER aborts.

    H can not use behavior based on that to decide it is ok to abort.

    THAT is you logical fallicy.

    You are just proving your stupidity.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Mon Oct 17 19:06:59 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 6:04 PM, Richard Damon wrote:
    On 10/17/22 6:47 PM, olcott wrote:
    On 10/17/2022 5:33 PM, Richard Damon wrote:
    On 10/17/22 10:43 AM, olcott wrote:
    On 10/17/2022 5:51 AM, Richard Damon wrote:
    On 10/17/22 12:58 AM, olcott wrote:
    On 10/12/2022 11:46 AM, Ben Bacarisse wrote:
    "Fred. Zwarts" <F.Zwarts@KVI.nl> writes:

    Op 12.okt..2022 om 17:08 schreef olcott:
    Professor Michael Sipser of MIT said that this verbatim
    paragraph looks correct:
         If H does correctly determine that its correct simulation >>>>>>>>>      of D would never stop running unless aborted, would it be >>>>>>>>>      correct for H to abort this simulation and report that D >>>>>>>>>      specifies a non-halting sequence of configurations?
    This validates the idea of a simulating halt decider referenced >>>>>>>>> in this
    paper.
    *Rebutting the Sipser Halting Problem Proof*
    https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof
    Professor Sipser has not had the time to carefully review this >>>>>>>>> paper
    presented to him.
    *The exact words posted above have been approved by Michael
    Sipser*


    And what does he say about:

    Oh please don't draw the good professor into this any further!

          If H does incorrectly determine that its incorrect simulation
          of D would never stop running unless aborted, would it be >>>>>>>>       correct for H to abort this simulation and report that D >>>>>>>>       specifies a non-halting sequence of configurations?

    You need to remove the deceptive subjunctive "would ... unless"
    to get
    something not open to PO's dishonest re-interpretation.  Whatever H >>>>>>> "would" do "unless" it does what it actually does is irrelevant. >>>>>>> H(P,P)
    returns 0 and P(P) halts.  0 is the wrong answer for a halting
    computation.


    Would the correctly simulated input ever stop running if not aborted? >>>>>> This is another legitimate way of asking: Does this input halt?


    Right, and the CORRECTLY SIMULATED input to H(D) will reach a final
    state if it were not a fact that H aborted its simulation, given
    that H(D) Does abort and return and answer.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    Right, so unless THIS H can correct simulate the input and CORRECTLY
    predict that it will not halt, it doesn't apply.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    ...D(D) would not halt unless H stops the simulation.
    H /can/ correctly determine this silly criterion
    (in this one case)...


    Right, he agreed that if THIS H does a correct simulation and correctly determines that THIS simulation if done correctly would not halt.

    No his agreement is stronger than that, you are not paying close enough attention or you don't care about the truth.

    --
    Copyright 2022 Pete Olcott "Talent hits a target no one else can hit;
    Genius hits a target no one else can see." Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Ben Bacarisse on Mon Oct 17 19:41:38 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    Richard Damon <Richard@Damon-Family.org> writes:

    On 10/17/22 1:11 AM, olcott wrote:
    On 10/13/2022 1:53 PM, Ben Bacarisse wrote:
    Jeff Barnett <jbb@notatt.com> writes:

    Isn't the "brushoff with implied agreement" a method to decrank one's >>>>> mailbox that was mentioned in Dudley's "The Trisectors"? Can't find my >>>>> copy to check it out.

    No, I think Dudley explicitly says not to do that.  His two
    recommendations are to be flattering while plainly pointing out the
    error in the end result without engaging with the argument in any way. >>>> For PO that would be "I see you have thought long and hard about this
    problem and you have come up with some ingenious ideas.  However, H(P,P) >>>> == 0 is not the correct answer if P(P) is a halting computation."

    If H(D,D) meets the criteria then H(D,D)==0  No-Matter-What

    But it does'nt meet the criteria, sincd it never correctly determines
    that the correct simulation of its input is non-halting.

    Are you dancing round the fact that PO tricked the professor?

    H(D,D) /does/ meet the criterion for PO's Other Halting problem -- the
    one no one cares about. D(D) halts (so H is not halt decider), but
    *D(D) would not halt unless H stops the simulation. H /can/ correctly* *determine this silly criterion (in this one case)* so H is a POOH decider (again, for this one case -- PO is not interested in the fact the POOH
    is also undecidable in general).


    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.


    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Mon Oct 17 20:52:05 2022
    XPost: comp.theory, sci.logic

    On 10/17/22 8:06 PM, olcott wrote:
    On 10/17/2022 6:04 PM, Richard Damon wrote:
    On 10/17/22 6:47 PM, olcott wrote:
    On 10/17/2022 5:33 PM, Richard Damon wrote:
    On 10/17/22 10:43 AM, olcott wrote:
    On 10/17/2022 5:51 AM, Richard Damon wrote:
    On 10/17/22 12:58 AM, olcott wrote:
    On 10/12/2022 11:46 AM, Ben Bacarisse wrote:
    "Fred. Zwarts" <F.Zwarts@KVI.nl> writes:

    Op 12.okt..2022 om 17:08 schreef olcott:
    Professor Michael Sipser of MIT said that this verbatim
    paragraph looks correct:
         If H does correctly determine that its correct simulation >>>>>>>>>>      of D would never stop running unless aborted, would it be >>>>>>>>>>      correct for H to abort this simulation and report that D >>>>>>>>>>      specifies a non-halting sequence of configurations? >>>>>>>>>> This validates the idea of a simulating halt decider
    referenced in this
    paper.
    *Rebutting the Sipser Halting Problem Proof*
    https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof
    Professor Sipser has not had the time to carefully review this >>>>>>>>>> paper
    presented to him.
    *The exact words posted above have been approved by Michael >>>>>>>>>> Sipser*


    And what does he say about:

    Oh please don't draw the good professor into this any further! >>>>>>>>
          If H does incorrectly determine that its incorrect >>>>>>>>> simulation
          of D would never stop running unless aborted, would it be >>>>>>>>>       correct for H to abort this simulation and report that D >>>>>>>>>       specifies a non-halting sequence of configurations? >>>>>>>>
    You need to remove the deceptive subjunctive "would ... unless" >>>>>>>> to get
    something not open to PO's dishonest re-interpretation.  Whatever H >>>>>>>> "would" do "unless" it does what it actually does is irrelevant. >>>>>>>> H(P,P)
    returns 0 and P(P) halts.  0 is the wrong answer for a halting >>>>>>>> computation.


    Would the correctly simulated input ever stop running if not
    aborted?
    This is another legitimate way of asking: Does this input halt?


    Right, and the CORRECTLY SIMULATED input to H(D) will reach a
    final state if it were not a fact that H aborted its simulation,
    given that H(D) Does abort and return and answer.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    Right, so unless THIS H can correct simulate the input and CORRECTLY
    predict that it will not halt, it doesn't apply.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    ...D(D) would not halt unless H stops the simulation.
    H /can/ correctly determine this silly criterion
    (in this one case)...


    Right, he agreed that if THIS H does a correct simulation and
    correctly determines that THIS simulation if done correctly would not
    halt.

    No his agreement is stronger than that, you are not paying close enough attention or you don't care about the truth.


    No, he agreed to the exact words you gave to him, and you need to
    interpret according to what HE defines the words to be.

    You are the one that doesn't care about the truth.

    You are the one that doesn't seem to know what "Correct" means.

    You are just proving you are a pathological liar who has buried their reputation under the pile of falssehood they have been telling over the
    past years.

    You are just too stupid to realize it. I think you have gaslighted yourself.

    YOU FAIL.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Ben Bacarisse on Mon Oct 17 19:53:24 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    Richard Damon <Richard@Damon-Family.org> writes:

    On 10/17/22 1:11 AM, olcott wrote:
    On 10/13/2022 1:53 PM, Ben Bacarisse wrote:
    Jeff Barnett <jbb@notatt.com> writes:

    Isn't the "brushoff with implied agreement" a method to decrank one's >>>>> mailbox that was mentioned in Dudley's "The Trisectors"? Can't find my >>>>> copy to check it out.

    No, I think Dudley explicitly says not to do that.  His two
    recommendations are to be flattering while plainly pointing out the
    error in the end result without engaging with the argument in any way. >>>> For PO that would be "I see you have thought long and hard about this
    problem and you have come up with some ingenious ideas.  However, H(P,P) >>>> == 0 is not the correct answer if P(P) is a halting computation."

    If H(D,D) meets the criteria then H(D,D)==0  No-Matter-What

    But it does'nt meet the criteria, sincd it never correctly determines
    that the correct simulation of its input is non-halting.

    Are you dancing round the fact that PO tricked the professor?

    H(D,D) /does/ meet the criterion for PO's Other Halting problem -- the
    one no one cares about. D(D) halts (so H is not halt decider), but
    *D(D) would not halt unless H stops the simulation. H /can/ correctly* *determine this silly criterion* (*in this one case*) so H is a POOH decider (again, for this one case -- PO is not interested in the fact the POOH
    is also undecidable in general).


    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.


    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to olcott on Mon Oct 17 19:54:41 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 7:53 PM, olcott wrote:
    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    Richard Damon <Richard@Damon-Family.org> writes:

    On 10/17/22 1:11 AM, olcott wrote:
    On 10/13/2022 1:53 PM, Ben Bacarisse wrote:
    Jeff Barnett <jbb@notatt.com> writes:

    Isn't the "brushoff with implied agreement" a method to decrank one's >>>>>> mailbox that was mentioned in Dudley's "The Trisectors"? Can't
    find my
    copy to check it out.

    No, I think Dudley explicitly says not to do that.  His two
    recommendations are to be flattering while plainly pointing out the
    error in the end result without engaging with the argument in any way. >>>>> For PO that would be "I see you have thought long and hard about this >>>>> problem and you have come up with some ingenious ideas.  However,
    H(P,P)
    == 0 is not the correct answer if P(P) is a halting computation."

    If H(D,D) meets the criteria then H(D,D)==0  No-Matter-What

    But it does'nt meet the criteria, sincd it never correctly determines
    that the correct simulation of its input is non-halting.

    Are you dancing round the fact that PO tricked the professor?

    H(D,D) /does/ meet the criterion for PO's Other Halting problem -- the
    one no one cares about.  D(D) halts (so H is not halt decider), but
    *D(D) would not halt unless H stops the simulation. H /can/ correctly*
    *determine this silly criterion* (*in this one case*) so H is a POOH
    decider
    (again, for this one case -- PO is not interested in the fact the POOH
    is also undecidable in general).


    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.


    I can't get Ben's comment to line wrap correctly.



    --
    Copyright 2022 Pete Olcott "Talent hits a target no one else can hit;
    Genius hits a target no one else can see." Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Mon Oct 17 20:03:57 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 7:52 PM, Richard Damon wrote:
    On 10/17/22 8:06 PM, olcott wrote:
    On 10/17/2022 6:04 PM, Richard Damon wrote:
    On 10/17/22 6:47 PM, olcott wrote:
    On 10/17/2022 5:33 PM, Richard Damon wrote:
    On 10/17/22 10:43 AM, olcott wrote:
    On 10/17/2022 5:51 AM, Richard Damon wrote:
    On 10/17/22 12:58 AM, olcott wrote:
    On 10/12/2022 11:46 AM, Ben Bacarisse wrote:
    "Fred. Zwarts" <F.Zwarts@KVI.nl> writes:

    Op 12.okt..2022 om 17:08 schreef olcott:
    Professor Michael Sipser of MIT said that this verbatim
    paragraph looks correct:
         If H does correctly determine that its correct simulation >>>>>>>>>>>      of D would never stop running unless aborted, would it be >>>>>>>>>>>      correct for H to abort this simulation and report that D >>>>>>>>>>>      specifies a non-halting sequence of configurations? >>>>>>>>>>> This validates the idea of a simulating halt decider
    referenced in this
    paper.
    *Rebutting the Sipser Halting Problem Proof*
    https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof
    Professor Sipser has not had the time to carefully review >>>>>>>>>>> this paper
    presented to him.
    *The exact words posted above have been approved by Michael >>>>>>>>>>> Sipser*


    And what does he say about:

    Oh please don't draw the good professor into this any further! >>>>>>>>>
          If H does incorrectly determine that its incorrect >>>>>>>>>> simulation
          of D would never stop running unless aborted, would it be >>>>>>>>>>       correct for H to abort this simulation and report that D >>>>>>>>>>       specifies a non-halting sequence of configurations? >>>>>>>>>
    You need to remove the deceptive subjunctive "would ... unless" >>>>>>>>> to get
    something not open to PO's dishonest re-interpretation.
    Whatever H
    "would" do "unless" it does what it actually does is
    irrelevant. H(P,P)
    returns 0 and P(P) halts.  0 is the wrong answer for a halting >>>>>>>>> computation.


    Would the correctly simulated input ever stop running if not
    aborted?
    This is another legitimate way of asking: Does this input halt? >>>>>>>>

    Right, and the CORRECTLY SIMULATED input to H(D) will reach a
    final state if it were not a fact that H aborted its simulation, >>>>>>> given that H(D) Does abort and return and answer.

    *Professor Sipser has agreed to these verbatim words* (and no more) >>>>>> 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.

    Right, so unless THIS H can correct simulate the input and
    CORRECTLY predict that it will not halt, it doesn't apply.

    *Professor Sipser has agreed to these verbatim words* (and no more)
    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.

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    ...D(D) would not halt unless H stops the simulation.
    H /can/ correctly determine this silly criterion
    (in this one case)...


    Right, he agreed that if THIS H does a correct simulation and
    correctly determines that THIS simulation if done correctly would not
    halt.

    No his agreement is stronger than that, you are not paying close
    enough attention or you don't care about the truth.


    No, he agreed to the exact words you gave to him, and you need to
    interpret according to what HE defines the words to be.

    H /can/ correctly determine this silly criterion (in this one case)...

    Meaning that Sipser_H can correctly determine that Sipser_D does specify
    a non-halting sequence of configurations when Sipser_H applies the
    Sipser approved criterion.



    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Ben Bacarisse on Wed Oct 19 16:59:11 2022
    XPost: comp.theory, sci.logic

    On 10/17/2022 10:23 AM, Ben Bacarisse wrote:
    Richard Damon <Richard@Damon-Family.org> writes:

    On 10/17/22 1:11 AM, olcott wrote:
    On 10/13/2022 1:53 PM, Ben Bacarisse wrote:
    Jeff Barnett <jbb@notatt.com> writes:

    Isn't the "brushoff with implied agreement" a method to decrank one's >>>>> mailbox that was mentioned in Dudley's "The Trisectors"? Can't find my >>>>> copy to check it out.

    No, I think Dudley explicitly says not to do that.  His two
    recommendations are to be flattering while plainly pointing out the
    error in the end result without engaging with the argument in any way. >>>> For PO that would be "I see you have thought long and hard about this
    problem and you have come up with some ingenious ideas.  However, H(P,P) >>>> == 0 is not the correct answer if P(P) is a halting computation."

    If H(D,D) meets the criteria then H(D,D)==0  No-Matter-What

    But it does'nt meet the criteria, sincd it never correctly determines
    that the correct simulation of its input is non-halting.

    Are you dancing round the fact that PO tricked the professor?


    Because Professor Sipser specifically approved this verbatim abstract:

    <Sipser approved abstract>
    MIT Professor Michael Sipser has agreed that the following verbatim
    paragraph is correct (he has not agreed to anything else in this paper):

    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.
    </Sipser approved abstract>

    for use in this paper:

    *Rebutting the Sipser Halting Problem Proof* https://www.researchgate.net/publication/364302709_Rebutting_the_Sipser_Halting_Problem_Proof


    It seems implausible that I tricked professor Sipser.

    H(D,D) /does/ meet the criterion for PO's Other Halting problem -- the
    one no one cares about. D(D) halts (so H is not halt decider), but D(D) would not halt unless H stops the simulation. H /can/ correctly
    determine this silly criterion (in this one case) so H is a POOH decider (again, for this one case -- PO is not interested in the fact the POOH
    is also undecidable in general).


    We can see in the above paragraph that Ben agrees that
    H /can/ correctly determine this silly criterion (in this one case)





    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)