• Re: HH(PP,PP) correctly determines that its input never halts

    From olcott@21:1/5 to Richard Damon on Tue Jan 24 18:26:22 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of
    determining, from a description of an arbitrary computer program and an
    input, whether the program will finish running, or continue to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in a non-
    pathological way, thus in the same way that ZFC (redefined set theory
    and) eliminated Russell's Paradox the previously "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the problem of defining
    a machine that correctly determines from a description of an arbitrary
    computer program and an input, whether or not its specified input pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the program
    described by the input would halt when given the input that is the rest
    of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a machine cannot
    be defined. HH(PP, PP) does correctly determine that its correctly
    simulated input cannot possibly reach the final state of PP and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the simulation
    that behaves differently than what its corresponding line of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and since you
    have been told this in the past, it just shows that you are a LIAR about
    this fact.

    "Correct Simulation" is defined as a simulation that exactly matches the actual behavior of the machine the input describes.


    It turns out that is incorrect. The ultimate measure of a correct
    simulation is whether or not the simulated input exactly matches the
    behavior specified by its machine code.

    Thus the only possible correct simulation of the machine PP given input
    PP is a simulation that shows it will halt, since that IS the behavior
    that will happen when you run PP and give it the input PP, since you
    have STIPULATED that HH(PP,PP) will return non-halting (0).


    On pages 5 and 6 the correct semantics of the x86 language conclusively
    proves that PP correctly simulated by HH cannot possibly reach the final
    state of PP and terminate normally.

    HH correctly determines that PP never halts

    Then why will PP(PP) Halt snce PP(PP) will call HH(PP,PP) which will
    return 0 and thus PP will return?

    Either HH fails to meet the requirements of being a computation (being a fixed mapping of inputs to outputs) or it gave an incorrect answer.


    void PP(ptr x)
    {
       int Halt_Status = HH(x, x);
       if (Halt_Status)HERE:
         goto HERE;
       return;
    }

    int main()
    {
       HH(PP, PP);
    }

    All of my reviewers that disagreed that the input to HH(PP, PP) was
    simulated correctly could not point to a single step of the simulation
    of PP by HH where the execution trace of PP was not the exact behavior
    that the x86 machine code of PP specified.

    These reviewers seemed to believe that the execution trace of PP need
    not have the same behavior that its machine code specifies. That is like
    saying that 2 + 3 = 17 on the basis of arbitrary whim rather than
    correct arithmetic.


    No, the execution trace of PP actually DOES need to match the behavior
    of the code, and thus the call HH must actually act as if HH was
    actually called and the behavior assumed of that call match what
    HH(PP,PP) actual does, which is return 0.


    PP correctly simulated by HH cannot possibly reach the final state of PP whether or not HH ever aborts its correct simulation of PP.

    You analysis looks at a DIFFERENT HH than actually presented, and thus
    your claim that it "Correctly" simulated the input is just a LIE.

    HH incorrectly simulates the call to HH as it presumes bhavior different
    that what actually happens, because it presume a different HH.

    --
    Copyright 2023 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 Tue Jan 24 21:03:02 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of
    determining, from a description of an arbitrary computer program and an
    input, whether the program will finish running, or continue to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in a non-
    pathological way, thus in the same way that ZFC (redefined set theory
    and) eliminated Russell's Paradox the previously "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the problem of defining
    a machine that correctly determines from a description of an arbitrary
    computer program and an input, whether or not its specified input pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the program
    described by the input would halt when given the input that is the
    rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a machine cannot
    be defined. HH(PP, PP) does correctly determine that its correctly
    simulated input cannot possibly reach the final state of PP and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the simulation
    that behaves differently than what its corresponding line of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and since
    you have been told this in the past, it just shows that you are a LIAR
    about this fact.

    "Correct Simulation" is defined as a simulation that exactly matches
    the actual behavior of the machine the input describes.


    It turns out that is incorrect. The ultimate measure of a correct
    simulation is whether or not the simulated input exactly matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.

    Prove it or you are admitting you are lying.

    Remember, even YOU said that the correct answer for the Halt Decider is
    whether THE PROGRAM (i.e. the one given as the input) would finish
    runnibng (Halt) or not.


    Thus the only possible correct simulation of the machine PP given
    input PP is a simulation that shows it will halt, since that IS the
    behavior that will happen when you run PP and give it the input PP,
    since you have STIPULATED that HH(PP,PP) will return non-halting (0).


    On pages 5 and 6 the correct semantics of the x86 language conclusively
    proves that PP correctly simulated by HH cannot possibly reach the final >>> state of PP and terminate normally.

    HH correctly determines that PP never halts

    Then why will PP(PP) Halt snce PP(PP) will call HH(PP,PP) which will
    return 0 and thus PP will return?

    Either HH fails to meet the requirements of being a computation (being
    a fixed mapping of inputs to outputs) or it gave an incorrect answer.


    void PP(ptr x)
    {
       int Halt_Status = HH(x, x);
       if (Halt_Status)HERE:
         goto HERE;
       return;
    }

    int main()
    {
       HH(PP, PP);
    }

    All of my reviewers that disagreed that the input to HH(PP, PP) was
    simulated correctly could not point to a single step of the simulation
    of PP by HH where the execution trace of PP was not the exact behavior
    that the x86 machine code of PP specified.

    These reviewers seemed to believe that the execution trace of PP need
    not have the same behavior that its machine code specifies. That is like >>> saying that 2 + 3 = 17 on the basis of arbitrary whim rather than
    correct arithmetic.


    No, the execution trace of PP actually DOES need to match the behavior
    of the code, and thus the call HH must actually act as if HH was
    actually called and the behavior assumed of that call match what
    HH(PP,PP) actual does, which is return 0.


    PP correctly simulated by HH cannot possibly reach the final state of PP whether or not HH ever aborts its correct simulation of PP.

    That makes as much sense as the logic that

    If this statement is true, then Peter Olcott is a Pathological Lyihg Idiot.

    proves that you are a Pathological Lying Idiot.

    If HH can refer to a hypothetical simulation of a DIFFERENT set of op
    codes to determine the correct answer just because that is one way to
    interpret the words, your whole logic system falls to the above rule.

    YOU FAIL.

    HH NEVER DOES a correct simulation of the input, so by that reasoning
    there is no corrct answer to the question, so HH is just always WRONG.

    We don't need the faulty logic of the above statement, by your own
    claims you are proving that you are the Pathological Lying Idiot.

    You think that HH can answer about a DIFFERENT input than it was giving, different because HH treats the HH that it calls as if it was a
    different function than it is.

    You know this, and by claiming it is correct, you show you are a LIAR.

    That you keep repeating it show the Lying is Pathological.

    That you seem to expect people to beleive it show you are an IDIOT.



    You analysis looks at a DIFFERENT HH than actually presented, and thus
    your claim that it "Correctly" simulated the input is just a LIE.

    HH incorrectly simulates the call to HH as it presumes bhavior
    different that what actually happens, because it presume a different HH.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Tue Jan 24 21:10:39 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of
    determining, from a description of an arbitrary computer program and an >>>> input, whether the program will finish running, or continue to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in a non-
    pathological way, thus in the same way that ZFC (redefined set theory
    and) eliminated Russell's Paradox the previously "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the problem of defining >>>> a machine that correctly determines from a description of an arbitrary >>>> computer program and an input, whether or not its specified input pair >>>> would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the program
    described by the input would halt when given the input that is the
    rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a machine cannot >>>> be defined. HH(PP, PP) does correctly determine that its correctly
    simulated input cannot possibly reach the final state of PP and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the simulation >>>> that behaves differently than what its corresponding line of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and since
    you have been told this in the past, it just shows that you are a
    LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly matches
    the actual behavior of the machine the input describes.


    It turns out that is incorrect. The ultimate measure of a correct
    simulation is whether or not the simulated input exactly matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not
    simulate what the machine language specifies.

    Prove it or you are admitting you are lying.

    It is dead obvious that I am correct. A simulator is only correct when
    it simulates exactly what the machine code specifies and incorrect
    otherwise.


    --
    Copyright 2023 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 Tue Jan 24 21:51:42 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of
    determining, from a description of an arbitrary computer program
    and an
    input, whether the program will finish running, or continue to run >>>>>> forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in a non- >>>>>> pathological way, thus in the same way that ZFC (redefined set theory >>>>>> and) eliminated Russell's Paradox the previously "impossible" input >>>>>> ceases to be impossible.

    In computability theory, the halting problem is the problem of
    defining
    a machine that correctly determines from a description of an
    arbitrary
    computer program and an input, whether or not its specified input
    pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the program
    described by the input would halt when given the input that is the
    rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a machine
    cannot
    be defined. HH(PP, PP) does correctly determine that its correctly >>>>>> simulated input cannot possibly reach the final state of PP and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the
    simulation
    that behaves differently than what its corresponding line of machine- >>>>>> code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and since
    you have been told this in the past, it just shows that you are a
    LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly
    matches the actual behavior of the machine the input describes.


    It turns out that is incorrect. The ultimate measure of a correct
    simulation is whether or not the simulated input exactly matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not
    simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will Halt,
    the correct simulation of it must match.


    That is merely a provably false assumption.

    Try and provide a 100% specific counter-example where you show a line of machine code such as [mov eax, 1] and the simulator simulates another
    different line instead such as [push ebx] and the simulator is correct.

    If no such counter-example exists then it is proven that the ultimate
    measure of correct simulation is that the simulator simulates line-by-
    line exactly what the machine code specifies.

    --
    Copyright 2023 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 Tue Jan 24 22:40:44 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of
    determining, from a description of an arbitrary computer program
    and an
    input, whether the program will finish running, or continue to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in a non- >>>>> pathological way, thus in the same way that ZFC (redefined set theory >>>>> and) eliminated Russell's Paradox the previously "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the problem of
    defining
    a machine that correctly determines from a description of an arbitrary >>>>> computer program and an input, whether or not its specified input pair >>>>> would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the program
    described by the input would halt when given the input that is the
    rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a machine
    cannot
    be defined. HH(PP, PP) does correctly determine that its correctly
    simulated input cannot possibly reach the final state of PP and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the
    simulation
    that behaves differently than what its corresponding line of machine- >>>>> code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and since
    you have been told this in the past, it just shows that you are a
    LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly matches
    the actual behavior of the machine the input describes.


    It turns out that is incorrect. The ultimate measure of a correct
    simulation is whether or not the simulated input exactly matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not
    simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will Halt,
    the correct simulation of it must match.

    Since HH deterines that the call HH(PP,PP) will not return, it has
    INCORRECTLY simulated that instruction,

    Perhaps by NOT actually simulating it but using faulty logic, and thus
    making an error.


    Prove it or you are admitting you are lying.

    It is dead obvious that I am correct. A simulator is only correct when
    it simulates exactly what the machine code specifies and incorrect
    otherwise.


    No, it is obviouys that you are wrong.

    BY YOUR OWN DEFINITION at the begining, the CORRECT answer for the Halt
    Decider is what the program actually does.

    Since you stipulate that HH(PP,PP) will "correctly" return 0, you have stipulated that it DOES return 0 (the correctly can be ignored, as you
    can not stipulate correctness).

    SInce H(H(PP,PP) returns 0, by trivial inspection of PP(PP) we see that
    it will return, and thus BY THE DEFINITION of a halt decider, the
    correct answer is Halting, so HH returning 0 is incorrect.

    If you want to claim that the "correct simulation" of the input to
    HH(PP,PP) and the direct execution of PP(PP) can differ, please show the
    exact assembly instruction correctly simulated and executed where they
    do differ.

    Note, you have to show where that difference occurs for an actually
    exucted and simulated instruction, of exactly the same assembly code
    difffer.

    You have a mental defect where you seem to not be able to distinguish
    when to things are different. This is one definition of Insanity.

    Your claim "eqivalent" rule is not equivalent and you insistance that
    they are even though they give different answers shows this problem.

    GET HELP.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Tue Jan 24 23:09:43 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of
    determining, from a description of an arbitrary computer program >>>>>>> and an
    input, whether the program will finish running, or continue to run >>>>>>> forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in a >>>>>>> non-
    pathological way, thus in the same way that ZFC (redefined set
    theory
    and) eliminated Russell's Paradox the previously "impossible" input >>>>>>> ceases to be impossible.

    In computability theory, the halting problem is the problem of
    defining
    a machine that correctly determines from a description of an
    arbitrary
    computer program and an input, whether or not its specified input >>>>>>> pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the
    program described by the input would halt when given the input
    that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a machine >>>>>>> cannot
    be defined. HH(PP, PP) does correctly determine that its correctly >>>>>>> simulated input cannot possibly reach the final state of PP and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the
    simulation
    that behaves differently than what its corresponding line of
    machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and
    since you have been told this in the past, it just shows that you
    are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly
    matches the actual behavior of the machine the input describes.


    It turns out that is incorrect. The ultimate measure of a correct
    simulation is whether or not the simulated input exactly matches the >>>>> behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not
    simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will Halt,
    the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), and to
    be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the
    equivalent to PP, which shows it halts.

    Are you admitting you are a liar?


    Try and provide a 100% specific counter-example where you show a line of machine code such as [mov eax, 1] and the simulator simulates another different line instead such as [push ebx] and the simulator is correct.

    You simulation of the call HH says it will not return.

    The actual execution of the program shows it does.

    QED, the simulation is WRONG.
    '


    If no such counter-example exists then it is proven that the ultimate
    measure of correct simulation is that the simulator simulates line-by-
    line exactly what the machine code specifies.


    Nope, in fact making such a claim shows you are a hypocrite, dooed to go
    to Hell (by your own quotes).

    To be true, you need to show an actual coneection to the truth maker
    axioms of the system.

    You know, thing like you DEFINIION of what a Halt decider is, that the
    correct answer is based on the actual execution.

    You are just proving that you are a DOOM PATHALOGICAL LYING IDIOT.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Tue Jan 24 23:13:25 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of >>>>>>>> determining, from a description of an arbitrary computer program >>>>>>>> and an
    input, whether the program will finish running, or continue to run >>>>>>>> forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in a >>>>>>>> non-
    pathological way, thus in the same way that ZFC (redefined set >>>>>>>> theory
    and) eliminated Russell's Paradox the previously "impossible" input >>>>>>>> ceases to be impossible.

    In computability theory, the halting problem is the problem of >>>>>>>> defining
    a machine that correctly determines from a description of an
    arbitrary
    computer program and an input, whether or not its specified
    input pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the
    program described by the input would halt when given the input
    that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a machine >>>>>>>> cannot
    be defined. HH(PP, PP) does correctly determine that its correctly >>>>>>>> simulated input cannot possibly reach the final state of PP and >>>>>>>> terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the
    simulation
    that behaves differently than what its corresponding line of
    machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and
    since you have been told this in the past, it just shows that you >>>>>>> are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly
    matches the actual behavior of the machine the input describes.


    It turns out that is incorrect. The ultimate measure of a correct
    simulation is whether or not the simulated input exactly matches the >>>>>> behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not
    simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will
    Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), and to
    be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the
    equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot
    possibly reach it own final state.

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem



    Are you admitting you are a liar?

    You should be smart enough to determine that I am not a Liar.
    A mere Liar could not stay motivated for this long.
    A mere liar would not have created an operating system.



    Try and provide a 100% specific counter-example where you show a line of
    machine code such as [mov eax, 1] and the simulator simulates another
    different line instead such as [push ebx] and the simulator is correct.

    You simulation of the call HH says it will not return.

    The actual execution of the program shows it does.
    --
    Copyright 2023 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 Tue Jan 24 23:22:19 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:

    Since the direct eecution of the machine language of PP(PP) will Halt,
    the correct simulation of it must match.


    That is merely a provably false assumption.

    Simple question for a counter.

    You seem to be saying that when PP calls HH(PP,PP) then HH will not
    return, but when main call HH(PP,PP) it will


    Please show the first assembly instruction of these two exectution paths
    that differ in operation.

    Failure to provide this shows you are just a pathological liar.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Jan 25 06:46:40 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of >>>>>>>>> determining, from a description of an arbitrary computer
    program and an
    input, whether the program will finish running, or continue to run >>>>>>>>> forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in >>>>>>>>> a non-
    pathological way, thus in the same way that ZFC (redefined set >>>>>>>>> theory
    and) eliminated Russell's Paradox the previously "impossible" >>>>>>>>> input
    ceases to be impossible.

    In computability theory, the halting problem is the problem of >>>>>>>>> defining
    a machine that correctly determines from a description of an >>>>>>>>> arbitrary
    computer program and an input, whether or not its specified
    input pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the
    program described by the input would halt when given the input >>>>>>>> that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a
    machine cannot
    be defined. HH(PP, PP) does correctly determine that its correctly >>>>>>>>> simulated input cannot possibly reach the final state of PP and >>>>>>>>> terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the >>>>>>>>> simulation
    that behaves differently than what its corresponding line of >>>>>>>>> machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and
    since you have been told this in the past, it just shows that
    you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly
    matches the actual behavior of the machine the input describes. >>>>>>>>

    It turns out that is incorrect. The ultimate measure of a correct >>>>>>> simulation is whether or not the simulated input exactly matches the >>>>>>> behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not
    simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will
    Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), and to
    be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the
    equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot
    possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's
    paradox has no answer.

    The question, as you stated at the begining is what does the execution
    of the program at the input do? (It Halts since HH(PP,PPP) is said to
    return 0)

    Which by the definition of a UTM, what does the simulation of a UTM of
    this input do? (Which Halts, since HH(PP,PP) is said to return 0).

    Since an actual Correct Simulation of this input Halts, any simulation
    done by HH, if it was "Correct" needs to say the input will Halt.

    Since HH's simulation, by your claims, says it doesn't halt, it, BY DEFINNITION, can't be correct.

    We can see the "error" in several ways:

    1) First, the idea that the fact that a partial simulation being
    "correct" by just matching the leading subset of the actual behaivor is,
    by itself, enough to tell what the final results of the behavior, is
    just an insaine idea. That is like saying you can tell how long a trail
    is by walking the first 50 feet of it.

    2) The idea that you have gathered enough information from the partial simulation of PP up to the call to HH to predict is absurd. Since you
    haven't traced into HH, you can't tell from the trace, what its behavior
    will be, so you don't can't actually tell what will happen. If you use
    the knowledge that it is matching yourself, then you need to use logic
    that says it WILL do what you will do, so if you abort, it will abort,
    so you can't just assume it will go on forevrer, unless you will do that.

    This has been explained to you many times, your failure to see shows
    your self imposed ignorance, and utter stupidity,



    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem


    Are you admitting you are a liar?

    You should be smart enough to determine that I am not a Liar.
    A mere Liar could not stay motivated for this long.
    A mere liar would not have created an operating system.

    No, you aren't a mere liar, you are a Pathological Lying Idiot.

    You admit this because you didn't answer the question I put in my other
    post.

    You have just proved you can't tell the difference between same and
    different.



    Try and provide a 100% specific counter-example where you show a line of >>> machine code such as [mov eax, 1] and the simulator simulates another
    different line instead such as [push ebx] and the simulator is correct.

    You simulation of the call HH says it will not return.

    The actual execution of the program shows it does.
    --
    Copyright 2023 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer


    And an insane person tries to hit targets that are not there.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Wed Jan 25 10:28:32 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/24/2023 10:22 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:

    Since the direct eecution of the machine language of PP(PP) will
    Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Simple question for a counter.

    You seem to be saying that when PP calls HH(PP,PP) then HH will not
    return, but when main call HH(PP,PP) it will


    Whenever a simulated P calls a simulated H, this simulated P cannot
    possibly reach its final state.

    Whenever a directly executed P calls a directly executed H, this
    directly executed P reaches its final state.


    Please show the first assembly instruction of these two exectution paths
    that differ in operation.


    https://www.researchgate.net/publication/359984584_Halting_problem_undecidability_and_infinitely_nested_simulation_V5

    On page 5 there are three calls to H(P,P) from P(P):
    (1) The first one from directly executed P(P) eventually returns to
    12f7.

    (2) The second one causes the simulated P(P) to be simulated again.

    (3) The third one from the second simulated P(P) would cause the
    simulated P(P) to be simulated a third time is aborted.

    --
    Copyright 2023 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 Wed Jan 25 10:51:53 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of >>>>>>>>>> determining, from a description of an arbitrary computer
    program and an
    input, whether the program will finish running, or continue to >>>>>>>>>> run
    forever.  https://en.wikipedia.org/wiki/Halting_problem

    This definition of the halting problem measures correctness in >>>>>>>>>> a non-
    pathological way, thus in the same way that ZFC (redefined set >>>>>>>>>> theory
    and) eliminated Russell's Paradox the previously "impossible" >>>>>>>>>> input
    ceases to be impossible.

    In computability theory, the halting problem is the problem of >>>>>>>>>> defining
    a machine that correctly determines from a description of an >>>>>>>>>> arbitrary
    computer program and an input, whether or not its specified >>>>>>>>>> input pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the
    program described by the input would halt when given the input >>>>>>>>> that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a
    machine cannot
    be defined. HH(PP, PP) does correctly determine that its
    correctly
    simulated input cannot possibly reach the final state of PP and >>>>>>>>>> terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the >>>>>>>>>> simulation
    that behaves differently than what its corresponding line of >>>>>>>>>> machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and >>>>>>>>> since you have been told this in the past, it just shows that >>>>>>>>> you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly >>>>>>>>> matches the actual behavior of the machine the input describes. >>>>>>>>>

    It turns out that is incorrect. The ultimate measure of a correct >>>>>>>> simulation is whether or not the simulated input exactly matches >>>>>>>> the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not
    simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will
    Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), and
    to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the
    equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot
    possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's
    paradox has no answer.

    That makes the Halting Problem ill-defined:

    In the study of problem solving, any problem in which the initial state
    or starting position, the allowable operations, and the goal state are
    clearly specified, *and a unique solution can be shown to exist*

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947



    Now finally Oxford agrees with me on this 8 years later:
    Feb 20, 2015, 11:38:48 AM sci.lang
    The logical law of polar questions

    When posed to a man whom has never been married,
    the question: Have you stopped beating your wife?
    Is an incorrect polar question because neither yes nor
    no is a correct answer.

    All polar questions (including incorrect polar questions)
    have exactly one answer from the following:
    1) No
    2) Yes
    3) Neither // Only applies to incorrect polar questions
    Copyright Olcott 2015 https://groups.google.com/g/sci.lang/c/AO5Vlupeelo/m/nxJy7N2vULwJ


    In the same way that ZFC eliminated Russell's Paradox by redefining set
    theory to eliminate a key element of Russell's Paradox a set as a member
    of itself, the Halting Problem is redefined eliminating its pathology.

    The halting problem is the problem of defining a machine that correctly determines from a description of an arbitrary computer program and an
    input, whether or not its specified input pair would terminate normally
    by reaching it own final state on the basis of its correct simulation of
    this input pair.

    MIT Professor Michael Sipser has agreed that the following verbatim
    paragraph is correct (he has not reviewed or agreed to anything else):
    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 2023 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 Wed Jan 25 17:29:31 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 5:15 PM, Richard Damon wrote:
    On 1/25/23 11:51 AM, olcott wrote:
    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of >>>>>>>>>>>> determining, from a description of an arbitrary computer >>>>>>>>>>>> program and an
    input, whether the program will finish running, or continue >>>>>>>>>>>> to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem >>>>>>>>>>>>
    This definition of the halting problem measures correctness >>>>>>>>>>>> in a non-
    pathological way, thus in the same way that ZFC (redefined >>>>>>>>>>>> set theory
    and) eliminated Russell's Paradox the previously
    "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the problem >>>>>>>>>>>> of defining
    a machine that correctly determines from a description of an >>>>>>>>>>>> arbitrary
    computer program and an input, whether or not its specified >>>>>>>>>>>> input pair
    would terminate normally by reaching it own final state. >>>>>>>>>>>
    Right, the Decider must decide if the actual running of the >>>>>>>>>>> program described by the input would halt when given the >>>>>>>>>>> input that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a >>>>>>>>>>>> machine cannot
    be defined. HH(PP, PP) does correctly determine that its >>>>>>>>>>>> correctly
    simulated input cannot possibly reach the final state of PP and >>>>>>>>>>>> terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the >>>>>>>>>>>> simulation
    that behaves differently than what its corresponding line of >>>>>>>>>>>> machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and >>>>>>>>>>> since you have been told this in the past, it just shows that >>>>>>>>>>> you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly >>>>>>>>>>> matches the actual behavior of the machine the input describes. >>>>>>>>>>>

    It turns out that is incorrect. The ultimate measure of a correct >>>>>>>>>> simulation is whether or not the simulated input exactly
    matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not >>>>>>>> simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will >>>>>>> Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), and
    to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the
    equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot
    possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's
    paradox has no answer.

    That makes the Halting Problem ill-defined:

    No, your RESTATEMENT is ill-defined. The behavior of P is well defined
    given a proper definition of H

    H(P,P) can do one of 4 things, and can't do anything else.

    1) H(P,P) can return 0, in which case P(P) will halt, and H is shown to
    be wrong. This is what you claim your H does when directly called.

    2) H(P,P) can retrun 1, in which case, P(P) will go into an infinite
    loop, and H is shown to be wrong.

    3) H(P,P) can just dies and halt and not return an answer, in which case
    H fails to be the needed halt decider, and P(P) will be halting.

    4) H(P,P) can get stuck in an infinte loop, and never return an answer,
    in which case H fails to be the needed halt decider, and P(P) will be non-halting. This is what you seem to claim is what H does when
    simulated inside P.


    In the study of problem solving, any problem in which the initial
    state or starting position, the allowable operations, and the goal
    state are clearly specified, *and a unique solution can be shown to
    exist*

    Right, and given an actual definition of the complete algorithm of H
    (and 'Get the right answer' is NOT an complete algorithm) there is a
    precise correct answer to the problem.

    Unfortunately of H, H can never give that answer.

    Thus making the halting problem ill-defined.


    --
    Copyright 2023 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 Wed Jan 25 18:15:30 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 11:51 AM, olcott wrote:
    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of >>>>>>>>>>> determining, from a description of an arbitrary computer >>>>>>>>>>> program and an
    input, whether the program will finish running, or continue >>>>>>>>>>> to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem >>>>>>>>>>>
    This definition of the halting problem measures correctness >>>>>>>>>>> in a non-
    pathological way, thus in the same way that ZFC (redefined >>>>>>>>>>> set theory
    and) eliminated Russell's Paradox the previously "impossible" >>>>>>>>>>> input
    ceases to be impossible.

    In computability theory, the halting problem is the problem >>>>>>>>>>> of defining
    a machine that correctly determines from a description of an >>>>>>>>>>> arbitrary
    computer program and an input, whether or not its specified >>>>>>>>>>> input pair
    would terminate normally by reaching it own final state.

    Right, the Decider must decide if the actual running of the >>>>>>>>>> program described by the input would halt when given the input >>>>>>>>>> that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a >>>>>>>>>>> machine cannot
    be defined. HH(PP, PP) does correctly determine that its >>>>>>>>>>> correctly
    simulated input cannot possibly reach the final state of PP and >>>>>>>>>>> terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of the >>>>>>>>>>> simulation
    that behaves differently than what its corresponding line of >>>>>>>>>>> machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", and >>>>>>>>>> since you have been told this in the past, it just shows that >>>>>>>>>> you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly >>>>>>>>>> matches the actual behavior of the machine the input describes. >>>>>>>>>>

    It turns out that is incorrect. The ultimate measure of a correct >>>>>>>>> simulation is whether or not the simulated input exactly
    matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does not >>>>>>> simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will
    Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), and
    to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the
    equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot
    possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's
    paradox has no answer.

    That makes the Halting Problem ill-defined:

    No, your RESTATEMENT is ill-defined. The behavior of P is well defined
    given a proper definition of H

    H(P,P) can do one of 4 things, and can't do anything else.

    1) H(P,P) can return 0, in which case P(P) will halt, and H is shown to
    be wrong. This is what you claim your H does when directly called.

    2) H(P,P) can retrun 1, in which case, P(P) will go into an infinite
    loop, and H is shown to be wrong.

    3) H(P,P) can just dies and halt and not return an answer, in which case
    H fails to be the needed halt decider, and P(P) will be halting.

    4) H(P,P) can get stuck in an infinte loop, and never return an answer,
    in which case H fails to be the needed halt decider, and P(P) will be non-halting. This is what you seem to claim is what H does when
    simulated inside P.


    In the study of problem solving, any problem in which the initial state
    or starting position, the allowable operations, and the goal state are clearly specified, *and a unique solution can be shown to exist*

    Right, and given an actual definition of the complete algorithm of H
    (and 'Get the right answer' is NOT an complete algorithm) there is a
    precise correct answer to the problem.

    Unfortunately of H, H can never give that answer.


    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947


    Now finally Oxford agrees with me on this 8 years later:
    Feb 20, 2015, 11:38:48 AM  sci.lang
    The logical law of polar questions

    When posed to a man whom has never been married,
    the question: Have you stopped beating your wife?
    Is an incorrect polar question because neither yes nor
    no is a correct answer.

    But That isn't what the halting problem is.


    All polar questions (including incorrect polar questions)
    have exactly one answer from the following:
    1) No
    2) Yes
    3) Neither // Only applies to incorrect polar questions
    Copyright Olcott 2015 https://groups.google.com/g/sci.lang/c/AO5Vlupeelo/m/nxJy7N2vULwJ


    And the correct answer to the Halting Problem is always Yes or No.

    The Polar question that yoyu are mistakenly replacing the halting
    problem questiono is what answer should H give, that is NOT the actual question.


    In the same way that ZFC eliminated Russell's Paradox by redefining set theory to eliminate a key element of Russell's Paradox a set as a member
    of itself, the Halting Problem is redefined eliminating its pathology.

    The halting problem is the problem of defining a machine that correctly determines from a description of an arbitrary computer program and an
    input, whether or not its specified input pair would terminate normally
    by reaching it own final state on the basis of its correct simulation of
    this input pair.

    Right, and given an actual definition of your program H, we can
    determine precisely the actual behavior of the program P, it will be
    halting or non-halting.


    MIT Professor Michael Sipser has agreed that the following verbatim
    paragraph is correct (he has not reviewed or agreed to anything else):
      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, if H CORRECTLY simulates its input until it CORRECTLY determining
    the answer

    H doesn't dp that. It may do a correct partial simulation, but then uses
    an INCORRECT rules, that P(P) calling H(P,P) proves non-halting
    behavior, so you can't use his answer.

    Until you can actually PROVE that statement, you are just being a
    hypocritical pathological liar stating it. You need to connect this
    statement to the ACTUAL truth makers of the logic system (not your made
    up one, those just make the system inconsistent)

    You are just proving you don't understand the meaning of the word CORRECCT.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to olcott on Wed Jan 25 17:51:27 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 5:29 PM, olcott wrote:
    On 1/25/2023 5:15 PM, Richard Damon wrote:
    On 1/25/23 11:51 AM, olcott wrote:
    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of >>>>>>>>>>>>> determining, from a description of an arbitrary computer >>>>>>>>>>>>> program and an
    input, whether the program will finish running, or continue >>>>>>>>>>>>> to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem >>>>>>>>>>>>>
    This definition of the halting problem measures correctness >>>>>>>>>>>>> in a non-
    pathological way, thus in the same way that ZFC (redefined >>>>>>>>>>>>> set theory
    and) eliminated Russell's Paradox the previously
    "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the problem >>>>>>>>>>>>> of defining
    a machine that correctly determines from a description of >>>>>>>>>>>>> an arbitrary
    computer program and an input, whether or not its specified >>>>>>>>>>>>> input pair
    would terminate normally by reaching it own final state. >>>>>>>>>>>>
    Right, the Decider must decide if the actual running of the >>>>>>>>>>>> program described by the input would halt when given the >>>>>>>>>>>> input that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a >>>>>>>>>>>>> machine cannot
    be defined. HH(PP, PP) does correctly determine that its >>>>>>>>>>>>> correctly
    simulated input cannot possibly reach the final state of PP >>>>>>>>>>>>> and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of >>>>>>>>>>>>> the simulation
    that behaves differently than what its corresponding line >>>>>>>>>>>>> of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", >>>>>>>>>>>> and since you have been told this in the past, it just shows >>>>>>>>>>>> that you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly >>>>>>>>>>>> matches the actual behavior of the machine the input describes. >>>>>>>>>>>>

    It turns out that is incorrect. The ultimate measure of a >>>>>>>>>>> correct
    simulation is whether or not the simulated input exactly >>>>>>>>>>> matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does >>>>>>>>> not simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will >>>>>>>> Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP),
    and to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the >>>>>> equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot
    possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's
    paradox has no answer.

    That makes the Halting Problem ill-defined:

    No, your RESTATEMENT is ill-defined. The behavior of P is well defined
    given a proper definition of H

    H(P,P) can do one of 4 things, and can't do anything else.

    1) H(P,P) can return 0, in which case P(P) will halt, and H is shown
    to be wrong. This is what you claim your H does when directly called.

    2) H(P,P) can retrun 1, in which case, P(P) will go into an infinite
    loop, and H is shown to be wrong.

    3) H(P,P) can just dies and halt and not return an answer, in which
    case H fails to be the needed halt decider, and P(P) will be halting.

    4) H(P,P) can get stuck in an infinte loop, and never return an
    answer, in which case H fails to be the needed halt decider, and P(P)
    will be non-halting. This is what you seem to claim is what H does
    when simulated inside P.


    In the study of problem solving, any problem in which the initial
    state or starting position, the allowable operations, and the goal
    state are clearly specified, *and a unique solution can be shown to
    exist*

    Right, and given an actual definition of the complete algorithm of H
    (and 'Get the right answer' is NOT an complete algorithm) there is a
    precise correct answer to the problem.

    Unfortunately of H, H can never give that answer.

    Thus making the halting problem ill-defined.

    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not in the same way and for the
    same reason that there is no barber that shaves all and only those that
    do not shave themselves. ZFC eliminated this problem by declaring it is erroneous.

    Every decision problem where
    *a unique solution CANNOT be shown to exist*
    is erroneous.

    --
    Copyright 2023 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 Python@21:1/5 to Peter Olcott on Thu Jan 26 01:05:41 2023
    XPost: comp.theory, sci.logic, sci.math

    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!

    All these years pretending you have written one... You should feel
    sad, right? You shouldn't, at end you've admitted the obvious
    truth.

    Note that a function that is an halt decider is perfectly well
    defined. So no, the "problem" is NOT ill-defined (whatever that
    means).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Jan 25 19:23:10 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 6:29 PM, olcott wrote:
    On 1/25/2023 5:15 PM, Richard Damon wrote:
    On 1/25/23 11:51 AM, olcott wrote:
    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the problem of >>>>>>>>>>>>> determining, from a description of an arbitrary computer >>>>>>>>>>>>> program and an
    input, whether the program will finish running, or continue >>>>>>>>>>>>> to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem >>>>>>>>>>>>>
    This definition of the halting problem measures correctness >>>>>>>>>>>>> in a non-
    pathological way, thus in the same way that ZFC (redefined >>>>>>>>>>>>> set theory
    and) eliminated Russell's Paradox the previously
    "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the problem >>>>>>>>>>>>> of defining
    a machine that correctly determines from a description of >>>>>>>>>>>>> an arbitrary
    computer program and an input, whether or not its specified >>>>>>>>>>>>> input pair
    would terminate normally by reaching it own final state. >>>>>>>>>>>>
    Right, the Decider must decide if the actual running of the >>>>>>>>>>>> program described by the input would halt when given the >>>>>>>>>>>> input that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a >>>>>>>>>>>>> machine cannot
    be defined. HH(PP, PP) does correctly determine that its >>>>>>>>>>>>> correctly
    simulated input cannot possibly reach the final state of PP >>>>>>>>>>>>> and
    terminate normally. (See pages 5-6 of this paper)

    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of >>>>>>>>>>>>> the simulation
    that behaves differently than what its corresponding line >>>>>>>>>>>>> of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", >>>>>>>>>>>> and since you have been told this in the past, it just shows >>>>>>>>>>>> that you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that exactly >>>>>>>>>>>> matches the actual behavior of the machine the input describes. >>>>>>>>>>>>

    It turns out that is incorrect. The ultimate measure of a >>>>>>>>>>> correct
    simulation is whether or not the simulated input exactly >>>>>>>>>>> matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does >>>>>>>>> not simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) will >>>>>>>> Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP),
    and to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of the >>>>>> equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot
    possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's
    paradox has no answer.

    That makes the Halting Problem ill-defined:

    No, your RESTATEMENT is ill-defined. The behavior of P is well defined
    given a proper definition of H

    H(P,P) can do one of 4 things, and can't do anything else.

    1) H(P,P) can return 0, in which case P(P) will halt, and H is shown
    to be wrong. This is what you claim your H does when directly called.

    2) H(P,P) can retrun 1, in which case, P(P) will go into an infinite
    loop, and H is shown to be wrong.

    3) H(P,P) can just dies and halt and not return an answer, in which
    case H fails to be the needed halt decider, and P(P) will be halting.

    4) H(P,P) can get stuck in an infinte loop, and never return an
    answer, in which case H fails to be the needed halt decider, and P(P)
    will be non-halting. This is what you seem to claim is what H does
    when simulated inside P.


    In the study of problem solving, any problem in which the initial
    state or starting position, the allowable operations, and the goal
    state are clearly specified, *and a unique solution can be shown to
    exist*

    Right, and given an actual definition of the complete algorithm of H
    (and 'Get the right answer' is NOT an complete algorithm) there is a
    precise correct answer to the problem.

    Unfortunately of H, H can never give that answer.

    Thus making the halting problem ill-defined.



    Why?


    The question posed always hax an answer. It just is that the answer
    can't be computed. Since it always has an answer, it is well defined.

    YOUR alternate question, "What can H return to be correct?" is
    ill-defined, not the Halting Problem.

    It is just like not all truths can be proven.

    This is a natural consequence of an expressive enough system.

    You are just showing your mind it too small to comprehend the issue.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to Richard Damon on Wed Jan 25 19:33:21 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 7:23 PM, Richard Damon wrote:
    On 1/25/23 6:51 PM, olcott wrote:
    On 1/25/2023 5:29 PM, olcott wrote:
    On 1/25/2023 5:15 PM, Richard Damon wrote:
    On 1/25/23 11:51 AM, olcott wrote:
    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the >>>>>>>>>>>>>>> problem of
    determining, from a description of an arbitrary computer >>>>>>>>>>>>>>> program and an
    input, whether the program will finish running, or >>>>>>>>>>>>>>> continue to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem >>>>>>>>>>>>>>>
    This definition of the halting problem measures
    correctness in a non-
    pathological way, thus in the same way that ZFC
    (redefined set theory
    and) eliminated Russell's Paradox the previously >>>>>>>>>>>>>>> "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the >>>>>>>>>>>>>>> problem of defining
    a machine that correctly determines from a description of >>>>>>>>>>>>>>> an arbitrary
    computer program and an input, whether or not its >>>>>>>>>>>>>>> specified input pair
    would terminate normally by reaching it own final state. >>>>>>>>>>>>>>
    Right, the Decider must decide if the actual running of >>>>>>>>>>>>>> the program described by the input would halt when given >>>>>>>>>>>>>> the input that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a >>>>>>>>>>>>>>> machine cannot
    be defined. HH(PP, PP) does correctly determine that its >>>>>>>>>>>>>>> correctly
    simulated input cannot possibly reach the final state of >>>>>>>>>>>>>>> PP and
    terminate normally. (See pages 5-6 of this paper) >>>>>>>>>>>>>>>
    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of >>>>>>>>>>>>>>> the simulation
    that behaves differently than what its corresponding line >>>>>>>>>>>>>>> of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", >>>>>>>>>>>>>> and since you have been told this in the past, it just >>>>>>>>>>>>>> shows that you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that >>>>>>>>>>>>>> exactly matches the actual behavior of the machine the >>>>>>>>>>>>>> input describes.


    It turns out that is incorrect. The ultimate measure of a >>>>>>>>>>>>> correct
    simulation is whether or not the simulated input exactly >>>>>>>>>>>>> matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does >>>>>>>>>>> not simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) >>>>>>>>>> will Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), >>>>>>>> and to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of >>>>>>>> the equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot >>>>>>> possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's >>>>>> paradox has no answer.

    That makes the Halting Problem ill-defined:

    No, your RESTATEMENT is ill-defined. The behavior of P is well
    defined given a proper definition of H

    H(P,P) can do one of 4 things, and can't do anything else.

    1) H(P,P) can return 0, in which case P(P) will halt, and H is shown
    to be wrong. This is what you claim your H does when directly called.

    2) H(P,P) can retrun 1, in which case, P(P) will go into an infinite
    loop, and H is shown to be wrong.

    3) H(P,P) can just dies and halt and not return an answer, in which
    case H fails to be the needed halt decider, and P(P) will be halting.

    4) H(P,P) can get stuck in an infinte loop, and never return an
    answer, in which case H fails to be the needed halt decider, and
    P(P) will be non-halting. This is what you seem to claim is what H
    does when simulated inside P.


    In the study of problem solving, any problem in which the initial
    state or starting position, the allowable operations, and the goal
    state are clearly specified, *and a unique solution can be shown to
    exist*

    Right, and given an actual definition of the complete algorithm of H
    (and 'Get the right answer' is NOT an complete algorithm) there is a
    precise correct answer to the problem.

    Unfortunately of H, H can never give that answer.

    Thus making the halting problem ill-defined.

    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not in the same way and for the
    same reason that there is no barber that shaves all and only those that
    do not shave themselves. ZFC eliminated this problem by declaring it is
    erroneous.


    Right, which shows that the Haltng Theorm is CORRECT, that that the
    Halting Function is not computable.

    So, you agree with the Theorem that you have been arguing against for 2 decades?

    Every decision problem where
    *a unique solution CANNOT be shown to exist*
    is erroneous.


    Nope, just shows that the problem is not computable.

    If you think uncompuatable problems are erroneous, then you can't handle
    all of mathematics.

    One simple comment that comes to mind that points out the error in your thinking:

    The number of possible computing machines is a countable infinite,
    because we can express every such machine as a finite string of a finite
    symbol set.

    The number of possible deciders that can be defined is an UNCOUNTABLE
    infinite.

    Thus, there are deciders that can not be computed, in fact, MOST
    deciders can't be computed. (Admittedly a randomly chosen decider likely
    isn't useful).

    I suspect you aren't going to understand this, as you can't seem to
    handle the actual concept of infinity.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Python on Wed Jan 25 18:40:04 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that* There is a program H that can divide all of its
    inputs into halting and non-halting on the basis of the behavior of this
    input D correctly simulated by H.

    In the study of problem solving, any problem in which the
    initial state or starting position, the allowable operations,
    and the goal state are clearly specified, and a unique
    solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947


    When a simulating halt decider H is only required to report on the the
    behavior of D correctly simulated by H, then the problem has a solution.

    All these years pretending you have written one... You should feel
    sad, right? You shouldn't, at end you've admitted the obvious
    truth.

    Note that a function that is an halt decider is perfectly well
    defined. So no, the "problem" is NOT ill-defined (whatever that
    means).



    --
    Copyright 2023 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 Wed Jan 25 18:44:20 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 6:23 PM, Richard Damon wrote:
    On 1/25/23 6:51 PM, olcott wrote:
    On 1/25/2023 5:29 PM, olcott wrote:
    On 1/25/2023 5:15 PM, Richard Damon wrote:
    On 1/25/23 11:51 AM, olcott wrote:
    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the >>>>>>>>>>>>>>> problem of
    determining, from a description of an arbitrary computer >>>>>>>>>>>>>>> program and an
    input, whether the program will finish running, or >>>>>>>>>>>>>>> continue to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem >>>>>>>>>>>>>>>
    This definition of the halting problem measures
    correctness in a non-
    pathological way, thus in the same way that ZFC
    (redefined set theory
    and) eliminated Russell's Paradox the previously >>>>>>>>>>>>>>> "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the >>>>>>>>>>>>>>> problem of defining
    a machine that correctly determines from a description of >>>>>>>>>>>>>>> an arbitrary
    computer program and an input, whether or not its >>>>>>>>>>>>>>> specified input pair
    would terminate normally by reaching it own final state. >>>>>>>>>>>>>>
    Right, the Decider must decide if the actual running of >>>>>>>>>>>>>> the program described by the input would halt when given >>>>>>>>>>>>>> the input that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a >>>>>>>>>>>>>>> machine cannot
    be defined. HH(PP, PP) does correctly determine that its >>>>>>>>>>>>>>> correctly
    simulated input cannot possibly reach the final state of >>>>>>>>>>>>>>> PP and
    terminate normally. (See pages 5-6 of this paper) >>>>>>>>>>>>>>>
    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of >>>>>>>>>>>>>>> the simulation
    that behaves differently than what its corresponding line >>>>>>>>>>>>>>> of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", >>>>>>>>>>>>>> and since you have been told this in the past, it just >>>>>>>>>>>>>> shows that you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that >>>>>>>>>>>>>> exactly matches the actual behavior of the machine the >>>>>>>>>>>>>> input describes.


    It turns out that is incorrect. The ultimate measure of a >>>>>>>>>>>>> correct
    simulation is whether or not the simulated input exactly >>>>>>>>>>>>> matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does >>>>>>>>>>> not simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) >>>>>>>>>> will Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), >>>>>>>> and to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of >>>>>>>> the equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH cannot >>>>>>> possibly reach it own final state.

    But that isn't the questipon, since that question, like the Liar's >>>>>> paradox has no answer.

    That makes the Halting Problem ill-defined:

    No, your RESTATEMENT is ill-defined. The behavior of P is well
    defined given a proper definition of H

    H(P,P) can do one of 4 things, and can't do anything else.

    1) H(P,P) can return 0, in which case P(P) will halt, and H is shown
    to be wrong. This is what you claim your H does when directly called.

    2) H(P,P) can retrun 1, in which case, P(P) will go into an infinite
    loop, and H is shown to be wrong.

    3) H(P,P) can just dies and halt and not return an answer, in which
    case H fails to be the needed halt decider, and P(P) will be halting.

    4) H(P,P) can get stuck in an infinte loop, and never return an
    answer, in which case H fails to be the needed halt decider, and
    P(P) will be non-halting. This is what you seem to claim is what H
    does when simulated inside P.


    In the study of problem solving, any problem in which the initial
    state or starting position, the allowable operations, and the goal
    state are clearly specified, *and a unique solution can be shown to
    exist*

    Right, and given an actual definition of the complete algorithm of H
    (and 'Get the right answer' is NOT an complete algorithm) there is a
    precise correct answer to the problem.

    Unfortunately of H, H can never give that answer.

    Thus making the halting problem ill-defined.

    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not in the same way and for the
    same reason that there is no barber that shaves all and only those that
    do not shave themselves. ZFC eliminated this problem by declaring it is
    erroneous.


    Right, which shows that the Haltng Theorm is CORRECT, that that the
    Halting Function is not computable.

    So, you agree with the Theorem that you have been arguing against for 2 decades?

    Every decision problem where
    *a unique solution CANNOT be shown to exist*
    is erroneous.


    Nope, just shows that the problem is not computable.

    In the study of problem solving, any problem in which the initial state
    or starting position, the allowable operations, and the goal state are
    clearly specified, and a unique solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947


    When a simulating halt decider H is only required to report on the the
    behavior of D correctly simulated by H, then this problem has a
    solution.

    An H so defined can correctly divide all of its inputs into halting and non-halting.

    --
    Copyright 2023 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 Python@21:1/5 to All on Thu Jan 26 01:47:44 2023
    XPost: comp.theory, sci.logic, sci.math

    Le 26/01/2023 à 01:33, Richard Damon a écrit :
    On 1/25/23 7:23 PM, Richard Damon wrote:
    On 1/25/23 6:51 PM, olcott wrote:
    On 1/25/2023 5:29 PM, olcott wrote:
    On 1/25/2023 5:15 PM, Richard Damon wrote:
    On 1/25/23 11:51 AM, olcott wrote:
    On 1/25/2023 5:46 AM, Richard Damon wrote:
    On 1/25/23 12:13 AM, olcott wrote:
    On 1/24/2023 10:09 PM, Richard Damon wrote:
    On 1/24/23 10:51 PM, olcott wrote:
    On 1/24/2023 9:40 PM, Richard Damon wrote:
    On 1/24/23 10:10 PM, olcott wrote:
    On 1/24/2023 8:03 PM, Richard Damon wrote:
    On 1/24/23 7:26 PM, olcott wrote:
    On 1/24/2023 5:41 PM, Richard Damon wrote:
    On 1/24/23 10:41 AM, olcott wrote:
    In computability theory, the halting problem is the >>>>>>>>>>>>>>>> problem of
    determining, from a description of an arbitrary computer >>>>>>>>>>>>>>>> program and an
    input, whether the program will finish running, or >>>>>>>>>>>>>>>> continue to run
    forever.  https://en.wikipedia.org/wiki/Halting_problem >>>>>>>>>>>>>>>>
    This definition of the halting problem measures >>>>>>>>>>>>>>>> correctness in a non-
    pathological way, thus in the same way that ZFC >>>>>>>>>>>>>>>> (redefined set theory
    and) eliminated Russell's Paradox the previously >>>>>>>>>>>>>>>> "impossible" input
    ceases to be impossible.

    In computability theory, the halting problem is the >>>>>>>>>>>>>>>> problem of defining
    a machine that correctly determines from a description >>>>>>>>>>>>>>>> of an arbitrary
    computer program and an input, whether or not its >>>>>>>>>>>>>>>> specified input pair
    would terminate normally by reaching it own final state. >>>>>>>>>>>>>>>
    Right, the Decider must decide if the actual running of >>>>>>>>>>>>>>> the program described by the input would halt when given >>>>>>>>>>>>>>> the input that is the rest of that input.

    It is NOT asking if the


    The conventional proofs do not actually show that such a >>>>>>>>>>>>>>>> machine cannot
    be defined. HH(PP, PP) does correctly determine that its >>>>>>>>>>>>>>>> correctly
    simulated input cannot possibly reach the final state of >>>>>>>>>>>>>>>> PP and
    terminate normally. (See pages 5-6 of this paper) >>>>>>>>>>>>>>>>
    https://www.researchgate.net/publication/364657019_Simulating_Halt_Decider_Applied_to_the_Halting_Theorem

    If the simulation is incorrect then there must a line of >>>>>>>>>>>>>>>> the simulation
    that behaves differently than what its corresponding >>>>>>>>>>>>>>>> line of machine-
    code specifies.

    No, it is incorrect because it is incomplete.

    You are just usong the INCORRECT definition of "Correct", >>>>>>>>>>>>>>> and since you have been told this in the past, it just >>>>>>>>>>>>>>> shows that you are a LIAR about this fact.

    "Correct Simulation" is defined as a simulation that >>>>>>>>>>>>>>> exactly matches the actual behavior of the machine the >>>>>>>>>>>>>>> input describes.


    It turns out that is incorrect. The ultimate measure of a >>>>>>>>>>>>>> correct
    simulation is whether or not the simulated input exactly >>>>>>>>>>>>>> matches the
    behavior specified by its machine code.

    Nope, Sourcd for that claim.


    Counter-examples cannot possibly exist.
    Try and show any correct simulation where the simulator does >>>>>>>>>>>> not simulate what the machine language specifies.

    This is the counter example.

    Since the direct eecution of the machine language of PP(PP) >>>>>>>>>>> will Halt, the correct simulation of it must match.


    That is merely a provably false assumption.

    Then do so.

    Remember, your HH has been admitted to return 0 from HH(PP,PP), >>>>>>>>> and to be a computation, it must do the same to EVERY call.

    YOU have posted the execution trace of the direct execution of >>>>>>>>> the equivalent to PP, which shows it halts.


    You can see on pages 5-6 that PP correctly simulated by HH
    cannot possibly reach it own final state.

    But that isn't the questipon, since that question, like the
    Liar's paradox has no answer.

    That makes the Halting Problem ill-defined:

    No, your RESTATEMENT is ill-defined. The behavior of P is well
    defined given a proper definition of H

    H(P,P) can do one of 4 things, and can't do anything else.

    1) H(P,P) can return 0, in which case P(P) will halt, and H is
    shown to be wrong. This is what you claim your H does when directly
    called.

    2) H(P,P) can retrun 1, in which case, P(P) will go into an
    infinite loop, and H is shown to be wrong.

    3) H(P,P) can just dies and halt and not return an answer, in which
    case H fails to be the needed halt decider, and P(P) will be halting. >>>>>
    4) H(P,P) can get stuck in an infinte loop, and never return an
    answer, in which case H fails to be the needed halt decider, and
    P(P) will be non-halting. This is what you seem to claim is what H
    does when simulated inside P.


    In the study of problem solving, any problem in which the initial
    state or starting position, the allowable operations, and the goal >>>>>> state are clearly specified, *and a unique solution can be shown
    to exist*

    Right, and given an actual definition of the complete algorithm of
    H (and 'Get the right answer' is NOT an complete algorithm) there
    is a precise correct answer to the problem.

    Unfortunately of H, H can never give that answer.

    Thus making the halting problem ill-defined.

    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not in the same way and for the >>> same reason that there is no barber that shaves all and only those that
    do not shave themselves. ZFC eliminated this problem by declaring it is
    erroneous.


    Right, which shows that the Haltng Theorm is CORRECT, that that the
    Halting Function is not computable.

    So, you agree with the Theorem that you have been arguing against for
    2 decades?

    Every decision problem where
    *a unique solution CANNOT be shown to exist*
    is erroneous.


    Nope, just shows that the problem is not computable.

    If you think uncompuatable problems are erroneous, then you can't
    handle all of mathematics.

    One simple comment that comes to mind that points out the error in your thinking:

    The number of possible computing machines is a countable infinite,
    because we can express every such machine as a finite string of a finite symbol set.

    The number of possible deciders that can be defined is an UNCOUNTABLE infinite.

    Thus, there are deciders that can not be computed, in fact, MOST
    deciders can't be computed. (Admittedly a randomly chosen decider likely isn't useful).

    I suspect you aren't going to understand this, as you can't seem to
    handle the actual concept of infinity.

    Exactly. This is something Ben Bacarisse pointed out several times
    here. Then the fact there is no program being an Halt Decider is
    not much a surprise. It is only the first of this kind of problem that
    has been found not to be able to be solve by a program.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Python@21:1/5 to All on Thu Jan 26 01:48:16 2023
    XPost: comp.theory, sci.logic, sci.math

    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Python on Wed Jan 25 18:54:41 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*
    In the study of problem solving, any problem in which the
    initial state or starting position, the allowable operations,
    and the goal state are clearly specified, and a unique
    solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947

    *This corrects the error with the definition of the halting problem*
    When a simulating halt decider H is only required to report on the
    behavior of D correctly simulated by H, then this problem has a
    solution.

    *ZFC eliminated Russell's Paradox by redefining the problem*

    --
    Copyright 2023 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 Wed Jan 25 20:01:17 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 7:40 PM, olcott wrote:
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that* There is a program H that can divide all of its
    inputs into halting and non-halting on the basis of the behavior of this input D correctly simulated by H.

    But that is the WRONG answer, because it doesn't match the PROBLEM.


       In the study of problem solving, any problem in which the
       initial state or starting position, the allowable operations,
       and the goal state are clearly specified, and a unique
       solution can be shown to exist.

    And the answer to the Halting Problem is the answer that no such machine
    can be built.


    *a unique solution can be shown to exist* or the problem itself is ill-defined

    And you don't understnad the nature of the Halting Problem.

    It ISN'T asking for a "Unique" solution, it is asking if a correct
    solution can possible exist.

    The answer is NO.

    The problem is well defined.

    We have a mathematical function which when given a machine and an input, determines if said machine will Halt in finite time or not.

    THis is a WELL DEFINED function, as all machines given any input will
    either Halt on that input or not.

    The question is can this mathematical function be converted into a
    computation, something computable by a finite algorithm.

    The answer is NO, because no such machine can be built.


    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947

    Which is taking about a differnt type of problem, on more commonly
    called a PUZZLE.


    When a simulating halt decider H is only required to report on the the behavior of D correctly simulated by H, then the problem has a solution.


    So you ADMIT you aren't solving the ACTUAL halting problem.

    FINE

    The fact you claim it answers the original problem

    NO, and just proves you are either a pathological liar or an idiot.


    All these years pretending you have written one... You should feel
    sad, right? You shouldn't, at end you've admitted the obvious
    truth.

    Note that a function that is an halt decider is perfectly well
    defined. So no, the "problem" is NOT ill-defined (whatever that
    means).




    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ben Bacarisse@21:1/5 to Python on Thu Jan 26 01:06:49 2023
    XPost: comp.theory, sci.logic, sci.math

    Python <python@invalid.org> writes:

    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!

    Not so fast! Remember that PO is often fractally wrong. Not only is he usually wrong about the big picture he's usually wrong about all the
    details too. In this case, he's having trouble expressing what he
    means. This is actually just another iteration of his "it's an invalid question" stance, badly phrased.

    --
    Ben.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Jan 25 20:09:12 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 7:54 PM, olcott wrote:
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input >>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*

    Not by the definition of Conputation theory

       In the study of problem solving, any problem in which the
       initial state or starting position, the allowable operations,
       and the goal state are clearly specified, and a unique
       solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947

    Which is from a different field with different definition.

    They are talking about PUZZLES as "Problems".

    You are just showing your ignorance of the topic, an ignorance you
    imposed on yourself by refusing to actually trying to learn any of the
    topic (or being unable due to mental definciencies)


    *This corrects the error with the definition of the halting problem*
    When a simulating halt decider H is only required to report on the
    behavior of D correctly simulated by H, then this problem has a
    solution.

    But you aren't allowed to do that.


    *ZFC eliminated Russell's Paradox by redefining the problem*


    Note, ZFC eliminated Russell's Paradox by creating a totally new field
    of Set Theory. It didn't "redefine the problem", but put restrictions on
    the field to keep the problem from being able to happen.

    Yes, you can do the same thing with the Halting Problem, by restricting
    the domain of the machines you can create, you can make a Turing Machine
    that can correctly decide on them.

    But, such a domain can't be asked the question that we want to be able
    to ask, so doesn't help us.

    This is just like incompleteness can be overcome by limiting the domain
    of your logic theory, it is just that such a field can't handle all the properties of the Natural Numbers. As I remember, it must only use First
    Order Logic, and there may be some other limitations (and no such system
    can prove in itself that it is consistent).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Python@21:1/5 to All on Thu Jan 26 02:18:08 2023
    XPost: comp.theory, sci.logic, sci.math

    Le 26/01/2023 à 01:54, olcott a écrit :
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input >>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*
       In the study of problem solving, any problem in which the
       initial state or starting position, the allowable operations,
       and the goal state are clearly specified, and a unique
       solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is ill-defined

    Either a program stops or not. This is not ill-defined at all.

    And you are right : no program can decide on that from its input.

    You should be happy to have been right ONCE in your entire life.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Python on Wed Jan 25 19:25:57 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 7:16 PM, Python wrote:
    Le 26/01/2023 à 02:06, Ben Bacarisse a écrit :
    Python <python@invalid.org> writes:

    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!

    Not so fast!  Remember that PO is often fractally wrong.  Not only is he >> usually wrong about the big picture he's usually wrong about all the
    details too.  In this case, he's having trouble expressing what he
    means.  This is actually just another iteration of his "it's an invalid
    question" stance, badly phrased.

    So he is right, for once, by what he actually wrote expressed
    badly a faulty claim. As far as know him, he's definitely able to to
    that. Quite a paradox in a way, of his kind... :-)

    Taken word for word the sentence of him I quoted is actually quite
    right and expressed the actual opposite of all he claimed for years.


    In the study of problem solving, any problem in which the initial
    state or starting position, the allowable operations, and the goal
    state are clearly specified, and a unique solution can be shown to
    exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947


    Proving that the halting problem as conventionally understood is [well-
    defined problem]



    --
    Copyright 2023 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 Python@21:1/5 to All on Thu Jan 26 02:29:29 2023
    XPost: comp.theory, sci.logic, sci.math

    Le 26/01/2023 à 02:25, olcott a écrit :
    On 1/25/2023 7:16 PM, Python wrote:
    Le 26/01/2023 à 02:06, Ben Bacarisse a écrit :
    Python <python@invalid.org> writes:

    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input >>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!

    Not so fast!  Remember that PO is often fractally wrong.  Not only is he >>> usually wrong about the big picture he's usually wrong about all the
    details too.  In this case, he's having trouble expressing what he
    means.  This is actually just another iteration of his "it's an invalid >>> question" stance, badly phrased.

    So he is right, for once, by what he actually wrote expressed
    badly a faulty claim. As far as know him, he's definitely able to to
    that. Quite a paradox in a way, of his kind... :-)

    Taken word for word the sentence of him I quoted is actually quite
    right and expressed the actual opposite of all he claimed for years.


       In the study of problem solving, any problem in which the initial
       state or starting position, the allowable operations, and the goal
       state are clearly specified, and a unique solution can be shown to
       exist.

    *a unique solution can be shown to exist* or the problem itself is ill-defined

    This is asinine, Peter. An equation with no solution is not ill-defined,
    it just has no solution.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Python on Wed Jan 25 19:32:14 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 7:18 PM, Python wrote:
    Le 26/01/2023 à 01:54, olcott a écrit :
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>> strings into those that represent machines would halt on their input >>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*
        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    Either a program stops or not. This is not ill-defined at all.

    The problem of defining a machine that correctly determines whether or
    not any arbitrary pair of finite strings represents a halting
    computation or not can be solved by a simulating halt decider.

    The problem of passing the correct answer through a liar that reverses
    this answer cannot be solved.

    --
    Copyright 2023 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 Python on Wed Jan 25 20:37:34 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 8:18 PM, Python wrote:
    Le 26/01/2023 à 01:54, olcott a écrit :
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>> strings into those that represent machines would halt on their input >>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*
        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    Either a program stops or not. This is not ill-defined at all.

    And you are right : no program can decide on that from its input.

    You should be happy to have been right ONCE in your entire life.




    His problem is he so misunderstands things that he found a defionition
    of a "Well Defined Problem" that releates to the field of PUZZLES.

    It specifically is talking about "Problems" like the "Tower of Hanoi"
    where the problem is to transform a system from one defined state to
    another with a defined set of moves.

    Note, even the Tower of Hanoi is technically not "well defined" as the
    answer isn't unique, as you can add arbitrary side tracks to the optimal solution and still get there. By this defiition, the Tower of Hanoi is
    only Well Defined if you include the requirement of doing so in a
    minumum number of moves.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Jan 25 20:40:04 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 8:32 PM, olcott wrote:
    On 1/25/2023 7:18 PM, Python wrote:
    Le 26/01/2023 à 01:54, olcott a écrit :
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>>> strings into those that represent machines would halt on their input >>>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions! >>>>>>

    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*
        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    Either a program stops or not. This is not ill-defined at all.

    The problem of defining a machine that correctly determines whether or
    not any arbitrary pair of finite strings represents a halting
    computation or not can be solved by a simulating halt decider.

    But it isn't a problem of the type described.

    The Halting Problem does NOT start for a specified initial state, and
    end in another specified final state, and there is not a specifically
    listed set of operations allowed (just that it must use a computation).

    Thus, the problem isn't of the domain being described, which happens to
    be what we commonly describe as PUZZLES.


    The problem of passing the correct answer through a liar that reverses
    this answer cannot be solved.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Python@21:1/5 to All on Thu Jan 26 02:40:21 2023
    XPost: comp.theory, sci.logic, sci.math

    Le 26/01/2023 à 02:32, olcott a écrit :
    On 1/25/2023 7:18 PM, Python wrote:
    Le 26/01/2023 à 01:54, olcott a écrit :
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>>> strings into those that represent machines would halt on their input >>>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions! >>>>>>

    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*
        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    Either a program stops or not. This is not ill-defined at all.

    The problem of defining a machine that correctly determines whether or
    not any arbitrary pair of finite strings represents a halting
    computation or not can be solved by a simulating halt decider.

    The problem of passing the correct answer through a liar that reverses
    this answer cannot be solved.

    There is nothing of that kind here.

    The problem is perfectly defined.

    It cannot be solved by a machine (i.e. a program) as you wrote.

    Why cannot you keep being right when you are (which happened almost
    NEVER)?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Wed Jan 25 19:44:37 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 7:32 PM, Richard Damon wrote:
    On 1/25/23 8:23 PM, olcott wrote:
    On 1/25/2023 7:06 PM, Ben Bacarisse wrote:
    Python <python@invalid.org> writes:

    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite
    strings into those that represent machines would halt on their input >>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!

    Not so fast!  Remember that PO is often fractally wrong.  Not only is he >>> usually wrong about the big picture he's usually wrong about all the
    details too.  In this case, he's having trouble expressing what he
    means.  This is actually just another iteration of his "it's an invalid >>> question" stance, badly phrased.


    *This time www.oxfordreference.com agrees*

        In the study of problem solving, any problem in which the initial
        state or starting position, the allowable operations, and the goal
        state are clearly specified, and a unique solution can be shown to
        exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947



    But using the definitions of a DIFFERENT Field.

    Their statement universally applies to all problems including decision problems. I have known this all along, finally the rest of the world is beginning to catch up.

    --
    Copyright 2023 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 Wed Jan 25 19:41:08 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 7:09 PM, Richard Damon wrote:
    On 1/25/23 7:54 PM, olcott wrote:
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>> strings into those that represent machines would halt on their input >>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!


    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*

    Not by the definition of Conputation theory

        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947

    Which is from a different field with different definition.

    They are talking about PUZZLES as "Problems".

    You are just showing your ignorance of the topic, an ignorance you
    imposed on yourself by refusing to actually trying to learn any of the
    topic (or being unable due to mental definciencies)


    They are merely saying what I have been saying all along yet applying it simultaneously to all fields.

    I have been saying the every undecidable decision problem is necessarily erroneous, thus not any sort of legitimate problem at all.

    My first key breakthrough on this was my
    *logical law of polar questions*

    When posed to a man whom has never been married,
    the question: Have you stopped beating your wife?
    Is an incorrect polar question because neither yes nor
    no is a correct answer.

    All polar questions (including incorrect polar questions)
    have exactly one answer from the following:
    1) No
    2) Yes
    3) Neither // Only applies to incorrect polar questions

    Copyright 2015 PL Olcott https://groups.google.com/g/sci.lang/c/AO5Vlupeelo/m/nxJy7N2vULwJ



    --
    Copyright 2023 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 Wed Jan 25 20:00:46 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 7:40 PM, Richard Damon wrote:
    On 1/25/23 8:32 PM, olcott wrote:
    On 1/25/2023 7:18 PM, Python wrote:
    Le 26/01/2023 à 01:54, olcott a écrit :
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>>>> strings into those that represent machines would halt on their >>>>>>>> input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions! >>>>>>>

    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement. >>>>>

    *This makes the current definition of the halting problem ill-defined* >>>>     In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    Either a program stops or not. This is not ill-defined at all.

    The problem of defining a machine that correctly determines whether or
    not any arbitrary pair of finite strings represents a halting
    computation or not can be solved by a simulating halt decider.

    But it isn't a problem of the type described.

    The Halting Problem does NOT start for a specified initial state, and
    end in another specified final state, and there is not a specifically
    listed set of operations allowed (just that it must use a computation).


    Initial state or starting position: (start state of decider)

    the allowable operations:
    H simulates an input finite string pair (D,I) until the behavior of D
    (a) Matches a non-halting behavior pattern (H aborts and rejects)
    (b) Reaches its own final state (H accepts)

    the goal state: (accept or reject state of decider)

    --
    Copyright 2023 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 Wed Jan 25 21:03:04 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 8:41 PM, olcott wrote:
    On 1/25/2023 7:09 PM, Richard Damon wrote:
    On 1/25/23 7:54 PM, olcott wrote:
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>>> strings into those that represent machines would halt on their input >>>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions! >>>>>>

    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement.


    *This makes the current definition of the halting problem ill-defined*

    Not by the definition of Conputation theory

        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947

    Which is from a different field with different definition.

    They are talking about PUZZLES as "Problems".

    You are just showing your ignorance of the topic, an ignorance you
    imposed on yourself by refusing to actually trying to learn any of the
    topic (or being unable due to mental definciencies)


    They are merely saying what I have been saying all along yet applying it simultaneously to all fields.

    Nope, it is SPECIFICALLY talking about "Problems" defined as figuring
    out what sequence of transformations from a defined list will take you
    from the specified inital state to a specified final state.

    That isn't the type of "Problem" that the Halting Problem is.


    I have been saying the every undecidable decision problem is necessarily erroneous, thus not any sort of legitimate problem at all.

    Then you are wrong. PERIOD


    My first key breakthrough on this was my
    *logical law of polar questions*

    But the Halting problem as specified isn't Polar.

    So that isn't applicable.


    When posed to a man whom has never been married,
    the question: Have you stopped beating your wife?
    Is an incorrect polar question because neither yes nor
    no is a correct answer.

    All polar questions (including incorrect polar questions)
    have exactly one answer from the following:
    1) No
    2) Yes
    3) Neither // Only applies to incorrect polar questions

    Copyright 2015 PL Olcott https://groups.google.com/g/sci.lang/c/AO5Vlupeelo/m/nxJy7N2vULwJ




    And the question "Does the Machine specified by the input Halt when
    given the input specified by the input Halt?"

    Always has a correct Yes or No answer, so, by your own definition, is
    not "incorrect".

    Only when you erronously change the question, do you get your incorrect question, so YOU are the one with the bad question.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Jan 25 21:06:24 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 8:44 PM, olcott wrote:
    On 1/25/2023 7:32 PM, Richard Damon wrote:
    On 1/25/23 8:23 PM, olcott wrote:
    On 1/25/2023 7:06 PM, Ben Bacarisse wrote:
    Python <python@invalid.org> writes:

    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>> strings into those that represent machines would halt on their input >>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions!

    Not so fast!  Remember that PO is often fractally wrong.  Not only
    is he
    usually wrong about the big picture he's usually wrong about all the
    details too.  In this case, he's having trouble expressing what he
    means.  This is actually just another iteration of his "it's an invalid >>>> question" stance, badly phrased.


    *This time www.oxfordreference.com agrees*

        In the study of problem solving, any problem in which the initial >>>     state or starting position, the allowable operations, and the goal >>>     state are clearly specified, and a unique solution can be shown to >>>     exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947



    But using the definitions of a DIFFERENT Field.

    Their statement universally applies to all problems including decision problems. I have known this all along, finally the rest of the world is beginning to catch up.


    How?

    it specificially talks about problems based on starting at a specified
    initial state and getting to a specified final state, using a sequence
    of transfomation from a defined set.

    That isn't "All Problems", and you claim it does shows you are either a Pathological Liar or a total idiot, or both.

    You are also showing that you are a Hypocrite, as you are not following
    your own rule for truth which requires a conenction to the actual
    accepted Truth Makers of the system, which you aren't doing.

    You are just proving how stupid you are.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Jan 25 21:11:55 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 9:00 PM, olcott wrote:
    On 1/25/2023 7:40 PM, Richard Damon wrote:
    On 1/25/23 8:32 PM, olcott wrote:
    On 1/25/2023 7:18 PM, Python wrote:
    Le 26/01/2023 à 01:54, olcott a écrit :
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of >>>>>>>>> finite
    strings into those that represent machines would halt on their >>>>>>>>> input
    when directly executed and those that do not

    So at least you admit that there no program can be written that >>>>>>>> is an halt decider! It took time for you to abandon your delusions! >>>>>>>>

    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement. >>>>>>

    *This makes the current definition of the halting problem ill-defined* >>>>>     In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations, >>>>>     and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    Either a program stops or not. This is not ill-defined at all.

    The problem of defining a machine that correctly determines whether or
    not any arbitrary pair of finite strings represents a halting
    computation or not can be solved by a simulating halt decider.

    But it isn't a problem of the type described.

    The Halting Problem does NOT start for a specified initial state, and
    end in another specified final state, and there is not a specifically
    listed set of operations allowed (just that it must use a computation).


    Initial state or starting position: (start state of decider)

    Which is? Note, every "problem" being posed within the Halting Problem

    So, you are transforming the Halting Problem into an INFINTE number of "Problems" one for each possible queztion to the Halt Decider.


    the allowable operations:
      H simulates an input finite string pair (D,I) until the behavior of D
      (a) Matches a non-halting behavior pattern (H aborts and rejects)
      (b) Reaches its own final state (H accepts)

    So, what is the actual list of transfomations of the state this performs?

    Seems like you don't actually understand the problem


    the goal state: (accept or reject state of decider)


    But which? Remember, the definition said a SPECIFIED final state, thus
    which state is it supposed to go to accept or reject?

    You can't do the problem you are propsing until you solve the actual
    problem of the Haltig Problem.

    yes, you could say there is a problem of the sort they are talking about
    to design such a decider, and the fact that THAT second problem is
    ill-defined just shows that the original halting problem is proved to be uncomputable.


    You are just showing that you haven't thought this through.

    You are just proving your mistakes on the subject.

    You don't actually know the meaning of what you are talking about.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Wed Jan 25 20:18:08 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 8:03 PM, Richard Damon wrote:
    On 1/25/23 8:41 PM, olcott wrote:
    On 1/25/2023 7:09 PM, Richard Damon wrote:
    On 1/25/23 7:54 PM, olcott wrote:
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>>>> strings into those that represent machines would halt on their >>>>>>>> input
    when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions! >>>>>>>

    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement. >>>>>

    *This makes the current definition of the halting problem ill-defined*

    Not by the definition of Conputation theory

        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations,
        and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947

    Which is from a different field with different definition.

    They are talking about PUZZLES as "Problems".

    You are just showing your ignorance of the topic, an ignorance you
    imposed on yourself by refusing to actually trying to learn any of
    the topic (or being unable due to mental definciencies)


    They are merely saying what I have been saying all along yet applying it
    simultaneously to all fields.

    Nope, it is SPECIFICALLY talking about "Problems" defined as figuring
    out what sequence of transformations from a defined list will take you
    from the specified inital state to a specified final state.


    Yes and you fail to see that this is exactly a decision problem? https://en.wikipedia.org/wiki/Decision_problem

    That isn't the type of "Problem" that the Halting Problem is.

    If you were correct (you are not correct) that would make the
    halting problem ill-defined for more than one reason.

    A halt decider begins at its own start state and transforms an arbitrary
    finite string pair input into a Boolean value indicated by its final
    accept or reject state on the basis of whether or not the first element
    of this pair would ever reach its own final state.

    --
    Copyright 2023 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 Wed Jan 25 21:24:52 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 9:18 PM, olcott wrote:
    On 1/25/2023 8:03 PM, Richard Damon wrote:
    On 1/25/23 8:41 PM, olcott wrote:
    On 1/25/2023 7:09 PM, Richard Damon wrote:
    On 1/25/23 7:54 PM, olcott wrote:
    On 1/25/2023 6:48 PM, Python wrote:
    Le 26/01/2023 à 01:40, olcott a écrit :
    On 1/25/2023 6:05 PM, Python wrote:
    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of >>>>>>>>> finite
    strings into those that represent machines would halt on their >>>>>>>>> input
    when directly executed and those that do not

    So at least you admit that there no program can be written that >>>>>>>> is an halt decider! It took time for you to abandon your delusions! >>>>>>>>

    *I didn't say that*

    This is exactly what you wrote. For once it was a correct statement. >>>>>>

    *This makes the current definition of the halting problem ill-defined* >>>>
    Not by the definition of Conputation theory

        In the study of problem solving, any problem in which the
        initial state or starting position, the allowable operations, >>>>>     and the goal state are clearly specified, and a unique
        solution can be shown to exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947

    Which is from a different field with different definition.

    They are talking about PUZZLES as "Problems".

    You are just showing your ignorance of the topic, an ignorance you
    imposed on yourself by refusing to actually trying to learn any of
    the topic (or being unable due to mental definciencies)


    They are merely saying what I have been saying all along yet applying it >>> simultaneously to all fields.

    Nope, it is SPECIFICALLY talking about "Problems" defined as figuring
    out what sequence of transformations from a defined list will take you
    from the specified inital state to a specified final state.


    Yes and you fail to see that this is exactly a decision problem? https://en.wikipedia.org/wiki/Decision_problem

    Nope, the descion problem is to come up with an algrorithm that
    transfers you from ANY initial input to the CORRECT answer for a question.

    The "Puzzle" problem is to figgure out the steps to do to go from a
    speciric input state to a specific output state.

    Most decision problem don't care about the path the decider took being
    'unique" just that the final state matches the right answer.


    That isn't the type of "Problem" that the Halting Problem is.

    If you were correct (you are not correct) that would make the
    halting problem ill-defined for more than one reason.

    Maybe it is a ill-defined puzzle problem, but that isn't the type of
    problem it claims to be


    A halt decider begins at its own start state and transforms an arbitrary finite string pair input into a Boolean value indicated by its final
    accept or reject state on the basis of whether or not the first element
    of this pair would ever reach its own final state.


    Which isn't the sort of thing that the Puzzle Problem definition is
    supposed to do.


    You are just continuing to bury your reputation, proving that you don't actually understand the words you are using.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to Richard Damon on Wed Jan 25 20:19:53 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/2023 8:06 PM, Richard Damon wrote:
    On 1/25/23 8:44 PM, olcott wrote:
    On 1/25/2023 7:32 PM, Richard Damon wrote:
    On 1/25/23 8:23 PM, olcott wrote:
    On 1/25/2023 7:06 PM, Ben Bacarisse wrote:
    Python <python@invalid.org> writes:

    Peter Olcott wrote:
    ...
    No machine can possibly be defined that divides all pairs of finite >>>>>>> strings into those that represent machines would halt on their input >>>>>>> when directly executed and those that do not

    So at least you admit that there no program can be written that
    is an halt decider! It took time for you to abandon your delusions! >>>>>
    Not so fast!  Remember that PO is often fractally wrong.  Not only >>>>> is he
    usually wrong about the big picture he's usually wrong about all the >>>>> details too.  In this case, he's having trouble expressing what he
    means.  This is actually just another iteration of his "it's an
    invalid
    question" stance, badly phrased.


    *This time www.oxfordreference.com agrees*

        In the study of problem solving, any problem in which the initial >>>>     state or starting position, the allowable operations, and the goal >>>>     state are clearly specified, and a unique solution can be shown to >>>>     exist.

    *a unique solution can be shown to exist* or the problem itself is
    ill-defined

    https://www.oxfordreference.com/display/10.1093/oi/authority.20110803121717729;jsessionid=DAD4AA6FA046509B2E4564A52201A947



    But using the definitions of a DIFFERENT Field.

    Their statement universally applies to all problems including decision
    problems. I have known this all along, finally the rest of the world is
    beginning to catch up.


    How?

    it specificially talks about problems based on starting at a specified initial state and getting to a specified final state, using a sequence
    of transfomation from a defined set.


    That very obviously includes decision problems https://en.wikipedia.org/wiki/Decision_problem

    --
    Copyright 2023 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 Wed Jan 25 21:25:58 2023
    XPost: comp.theory, sci.logic, sci.math

    On 1/25/23 9:19 PM, olcott wrote:
    On 1/25/2023 8:06 PM, Richard Damon wrote:
    How?

    it specificially talks about problems based on starting at a specified
    initial state and getting to a specified final state, using a sequence
    of transfomation from a defined set.


    That very obviously includes decision problems https://en.wikipedia.org/wiki/Decision_problem


    Nope, see other post.

    In a very real sense they are OPPOSITE problems.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ben Bacarisse@21:1/5 to Python on Thu Jan 26 03:54:44 2023
    XPost: comp.theory, sci.logic, sci.math

    Python <python@invalid.org> writes:

    Le 26/01/2023 à 01:33, Richard Damon a écrit :
    One simple comment that comes to mind that points out the error in your
    thinking:
    The number of possible computing machines is a countable infinite,
    because we can express every such machine as a finite string of a
    finite symbol set.
    The number of possible deciders that can be defined is an UNCOUNTABLE
    infinite.

    Ooh, I would not say that. For any reasonable meaning of "can be
    defined" the set is countable, isn't it?

    The set of subsets of N is uncountable, so most of these sets are not decidable, but only a countable subset can be defined. That's how I'd
    put anyway.

    Thus, there are deciders that can not be computed, in
    fact, MOST deciders can't be computed. (Admittedly a randomly chosen
    decider likely isn't useful).

    (I'd phrase it in terms of sets that can't be decided.)

    I suspect you aren't going to understand this, as you can't seem to
    handle the actual concept of infinity.

    Exactly. This is something Ben Bacarisse pointed out several times
    here. Then the fact there is no program being an Halt Decider is
    not much a surprise. It is only the first of this kind of problem that
    has been found not to be able to be solve by a program.

    As RD says, the counting argument does not guarantee that we care about
    any of the undecidable sets. This together with the fact that only
    countable many can be finitely defined means that we are doubly lucky
    (or unlucky, depending on how you see it) to have examples of
    well-defined sets that are both undecidable and interesting. All the undecidable ones /could/ have been boring or ones we can't finitely
    define.

    The halting deniers studiously ignore all the other well-defined
    non-computable functions because they have no basis for rejecting them
    as pathological. And they always ignore the busy beaver function
    because it's non-computability has in independent proof.

    --
    Ben.

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