• Re: Title: A Structural Analysis of the Standard Halting Problem Proof

    From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Thu Jul 24 07:45:44 2025
    From Newsgroup: sci.logic

    On 7/23/25 9:35 AM, olcott wrote:
    On 7/23/2025 6:14 AM, Richard Damon wrote:
    On 7/23/25 12:11 AM, olcott wrote:
    On 7/22/2025 9:24 PM, Richard Damon wrote:
    On 7/22/25 11:39 AM, olcott wrote:
    On 7/22/2025 6:29 AM, Richard Damon wrote:
    On 7/21/25 11:46 PM, olcott wrote:
    On 7/21/2025 5:56 PM, Richard Damon wrote:
    On 7/21/25 5:49 PM, olcott wrote:
    On 7/21/2025 3:58 PM, Alan Mackenzie wrote:
    [ Followup-To: set ]

    In comp.theory olcott <polcott333@gmail.com> wrote:
    On 7/21/2025 10:52 AM, Alan Mackenzie wrote:
    olcott <polcott333@gmail.com> wrote:
    On 7/21/2025 9:40 AM, Alan Mackenzie wrote:
    olcott <polcott333@gmail.com> wrote:
    On 7/21/2025 4:06 AM, Mikko wrote:
    On 2025-07-20 11:48:37 +0000, Mr Flibble said:

    On Sun, 20 Jul 2025 07:13:43 -0400, Richard Damon wrote: >>>>>>>>>>
    [ .... ]

    Your problem is you don't understand the meaning of >>>>>>>>>>>>>>>>>> the words you are
    using.

    This is an ad hominem attack, not argumentation.

    It is also honest and truthful, which is not as common >>>>>>>>>>>>>>>> as it should.


    It is also honest and truthful that people
    that deny verified facts are either liars
    or lack sufficient technical competence.

    What you call "verified facts" are generally nothing of >>>>>>>>>>>>>> the kind. They
    are merely things, often false, you would like to be true. >>>>>>>>>>


    *One key example of a denied verified fact is when Joes said* >>>>>>>>>>
    On 7/18/2025 3:49 AM, joes wrote:
    very obvious that HHH cannot simulate
    DDD past the call to HHH.

    Joes is quite right, here, as has been said to you many >>>>>>>>>>>> times over by
    several people.

    HHH(DDD) does emulate itself emulating DDD

    You will have a get out clause from the vagueness of your >>>>>>>>>>>> language, which
    could be construed to mean practically anything.

    typedef void (*ptr)();
    int HHH(ptr P);

    void DDD()
    {
    -a-a HHH(DDD);
    -a-a return;
    }

    int main()
    {
    -a-a HHH(DDD);
    }

    Not at all. HHH does emulate the x86 machine code
    of DDD pointed to by P. That is does this according
    to the semantics of the x86 language conclusively
    proves that this emulation is correct.

    That's nauseatingly overstretching things into another lie. >>>>>>>>>> Whatever HHH
    might do is far short of sufficient "conclusively to prove" >>>>>>>>>> that the
    emulation is correct.-a To prove that is likely impossible in >>>>>>>>>> principle,
    that's even assuming you could define "correct" coherently. >>>>>>>>>>

    [00002192] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002193] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002195] 6892210000-a-a-a-a push 00002192
    [0000219a] e833f4ffff-a-a-a-a call 000015d2-a // call HHH
    [0000219f] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [000021a2] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [000021a3] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0018) [000021a3]

    Which isn't a program, you need to include the code for HHH.


    *Yet again your attention deficit disorder*
    I have told you countless times that all of
    the machine code for every function is in
    the same global memory space of halt7.obj.

    Doesn't matter what "is in the memory space", what matters is what >>>>>> is considedred part of the program, and thus part of the input.


    Neither HHH nor DDD would ever stop running unless
    HHH aborts its emulation of DDD.

    But your HHH DOES stop running.


    HHH would not stop running unless HHH aborts its
    simulation this proves that the input specifies
    non-halting behavior.

    So? since it does, it does, and thus DDD does.


    *This is a truism*
    Every input that must have its simulation aborted to
    prevent its infinite execution is a non-terminating
    input.

    And HHH1 shows that the simulation of the input DDD doesn't need to be aborted.

    Of course, you must actually be looking at the actual DDD, which calls
    the actual HHH which returns what you claim (as a lie) the correct answer.


    Alternatively any input D simulated by termination
    analyzer H that cannot possibly reach its own final
    halt state no matter what H does specifies non-halting
    behavior.



    Nope, not equivalent, as the given termination analyzer H can only do
    one thing with its input, and thus "no matter what H does" is an
    illogical statement.

    It seems you think A Program can be multiple different programs which
    make THE input into an infinite set of input that you think are all the
    same though they are different, and thus your "proof" is just one big error.

    All you are doing is proving that you have no idea what you are talking
    about and are incapable of learning the basic meaning of the words
    and/or you just don't care.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Thu Jul 24 22:55:19 2025
    From Newsgroup: sci.logic

    On 7/23/25 12:02 PM, olcott wrote:
    On 7/23/2025 3:40 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 05:15 schreef olcott:
    On 7/22/2025 9:24 PM, Richard Damon wrote:
    On 7/22/25 11:39 AM, olcott wrote:
    On 7/22/2025 6:29 AM, Richard Damon wrote:
    On 7/21/25 11:46 PM, olcott wrote:
    On 7/21/2025 5:56 PM, Richard Damon wrote:
    On 7/21/25 5:49 PM, olcott wrote:
    On 7/21/2025 3:58 PM, Alan Mackenzie wrote:
    [ Followup-To: set ]

    In comp.theory olcott <polcott333@gmail.com> wrote:
    On 7/21/2025 10:52 AM, Alan Mackenzie wrote:
    olcott <polcott333@gmail.com> wrote:
    On 7/21/2025 9:40 AM, Alan Mackenzie wrote:
    olcott <polcott333@gmail.com> wrote:
    On 7/21/2025 4:06 AM, Mikko wrote:
    On 2025-07-20 11:48:37 +0000, Mr Flibble said:

    On Sun, 20 Jul 2025 07:13:43 -0400, Richard Damon wrote: >>>>>>>>>>
    [ .... ]

    Your problem is you don't understand the meaning of >>>>>>>>>>>>>>>>>> the words you are
    using.

    This is an ad hominem attack, not argumentation.

    It is also honest and truthful, which is not as common >>>>>>>>>>>>>>>> as it should.


    It is also honest and truthful that people
    that deny verified facts are either liars
    or lack sufficient technical competence.

    What you call "verified facts" are generally nothing of >>>>>>>>>>>>>> the kind. They
    are merely things, often false, you would like to be true. >>>>>>>>>>


    *One key example of a denied verified fact is when Joes said* >>>>>>>>>>
    On 7/18/2025 3:49 AM, joes wrote:
    very obvious that HHH cannot simulate
    DDD past the call to HHH.

    Joes is quite right, here, as has been said to you many >>>>>>>>>>>> times over by
    several people.

    HHH(DDD) does emulate itself emulating DDD

    You will have a get out clause from the vagueness of your >>>>>>>>>>>> language, which
    could be construed to mean practically anything.

    typedef void (*ptr)();
    int HHH(ptr P);

    void DDD()
    {
    -a-a HHH(DDD);
    -a-a return;
    }

    int main()
    {
    -a-a HHH(DDD);
    }

    Not at all. HHH does emulate the x86 machine code
    of DDD pointed to by P. That is does this according
    to the semantics of the x86 language conclusively
    proves that this emulation is correct.

    That's nauseatingly overstretching things into another lie. >>>>>>>>>> Whatever HHH
    might do is far short of sufficient "conclusively to prove" >>>>>>>>>> that the
    emulation is correct.-a To prove that is likely impossible in >>>>>>>>>> principle,
    that's even assuming you could define "correct" coherently. >>>>>>>>>>

    [00002192] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002193] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002195] 6892210000-a-a-a-a push 00002192
    [0000219a] e833f4ffff-a-a-a-a call 000015d2-a // call HHH
    [0000219f] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [000021a2] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [000021a3] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0018) [000021a3]

    Which isn't a program, you need to include the code for HHH.


    *Yet again your attention deficit disorder*
    I have told you countless times that all of
    the machine code for every function is in
    the same global memory space of halt7.obj.

    Doesn't matter what "is in the memory space", what matters is what >>>>>> is considedred part of the program, and thus part of the input.


    Neither HHH nor DDD would ever stop running unless
    HHH aborts its emulation of DDD.

    But your HHH DOES stop running.


    Yet you know that you changed the question to a different question.


    As usual counter-factual claims without evidence.

    *Correctly emulated is defined as*
    Emulated according to the rules of the x86 language.
    This includes DDD emulated by HHH and HHH emulating
    itself emulating DDD one or more times.

    Which means that to correctly simulate an instruction, you also must
    simulate the next instruction, as that is part of the x86 language specification, except for terminal instructions.

    Also, it means that since you are defining correct simulaiton of the
    input, that you can only look at the input, and thus to simulate HHH,
    you need to have that code in the input, which you admitted elsewhere by saying it could see it as it was in the same memory space, and thus
    defined that ALL of memory was the input to the funciton.


    *The question is*
    Can DDD correctly emulated by HHH possibly reach
    its own emulated "ret" instruction?


    No, that isn't the question, unless you first stipulate the HHH DOES do
    a correct simulation, at which point it isn't ALLOWED to abort.

    The quesiton is does a correct simulaiton of the EXACT DDD that HHH is simulating, which must include ALL of the code of HHH or it can be done,
    will reach a final state.

    Since you HHH has been shown to abort its simulate of DDD, and return 0,
    so will that correct simulation of the HHH called by DDD will do this
    too (but this will occure AFTER your HHH has aborted its simulation) and
    thus the correct simulation of DDD WILL return, at least if you didn't
    totally lie when you said that HHH returned the "correct" answer of 0,
    instead of just the lie that it was correct.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Thu Jul 24 22:58:34 2025
    From Newsgroup: sci.logic

    On 7/23/25 9:19 AM, olcott wrote:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:
    On 7/22/25 11:49 AM, olcott wrote:
    On 7/22/2025 6:33 AM, Richard Damon wrote:
    On 7/21/25 11:50 PM, olcott wrote:
    On 7/21/2025 9:20 PM, Richard Damon wrote:
    On 7/21/25 9:45 AM, olcott wrote:
    On 7/21/2025 4:06 AM, Mikko wrote:
    On 2025-07-20 11:48:37 +0000, Mr Flibble said:

    On Sun, 20 Jul 2025 07:13:43 -0400, Richard Damon wrote: >>>>>>>>>>>
    On 7/20/25 12:58 AM, olcott wrote:
    Title: A Structural Analysis of the Standard Halting >>>>>>>>>>>>> Problem Proof

    Author: PL Olcott

    Abstract:
    This paper presents a formal critique of the standard proof >>>>>>>>>>>>> of the
    undecidability of the Halting Problem. While we do not >>>>>>>>>>>>> dispute the
    conclusion that the Halting Problem is undecidable, we >>>>>>>>>>>>> argue that the
    conventional proof fails to establish this conclusion due to a >>>>>>>>>>>>> fundamental misapplication of Turing machine semantics. >>>>>>>>>>>>> Specifically,
    we show that the contradiction used in the proof arises >>>>>>>>>>>>> from conflating
    the behavior of encoded simulations with direct execution, >>>>>>>>>>>>> and from
    making assumptions about a decider's domain that do not >>>>>>>>>>>>> hold under a
    rigorous model of computation.

    Your problem is you don't understand the meaning of the >>>>>>>>>>>> words you are
    using.

    This is an ad hominem attack, not argumentation.

    It is also honest and truthful, which is not as common as it >>>>>>>>>> should.


    It is also honest and truthful that people
    that deny verified facts are either liars
    or lack sufficient technical competence.


    Right, so YOU are the liar.

    It is a verified fact that the PROGRAM DDD halts since your
    HHH(DDD) returns 0.


    When I say that DDD simulated by HHH does not
    halt you dishonestly change the subject.


    Because you are just showing you don't know English.


    Not at all. You dishonestly change the subject to
    something besides DDD simulated by HHH.

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of what
    HHH sees.


    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D
    -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>



    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion is
    irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]


    Counter-factual.
    That you do not understand the semantics of the
    x86 language well enough to understand that this
    is true is less than no rebuttal at all.

    No, you don't as the above is NOT sufficient to be emulated,


    In the several years that I have presenting this
    not one person has come up with a single correct
    rebuttal to the statement that DD emulated by HHH
    (according to the semantics of the x86 language)
    would ever stop running of not aborted.

    No, you have just been too stupid to see your error and to morally
    corrupt to admit it.


    All of the rebuttals either used the strawman
    deception to change the subject or were merely
    a statement that my statement was really really
    disbelieved. No one ever pointed out any actual error.

    Nope, that is your method.

    The problem is you STARTED with a strawman, that you presume HHH does a correcdt simulation, when it doesn't

    ANd make a category error about the nature of HHH and DDD.


    D halts even when not aborted,

    Neither DD simulated by HHH, HHH nor DD()
    halts unless HHH aborts its simulation of DD.
    Disagreement is merely a failure to understand.

    Sure it doesn, as HHH1 shows, the fact that the HHH that DDD calls
    aborts, as is required by your specification that Halt7.c is part of the memory defining DDD, just means your claim that it might not is just a lie.


    because it calls a function H that aborts and halts. The simulation of
    an aborting H has no need to be aborted.
    Unless you change the input, but that is cheating.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Thu Jul 24 23:00:33 2025
    From Newsgroup: sci.logic

    On 7/23/25 9:24 AM, olcott wrote:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:
    On 7/22/25 11:49 AM, olcott wrote:
    On 7/22/2025 6:33 AM, Richard Damon wrote:
    On 7/21/25 11:50 PM, olcott wrote:
    On 7/21/2025 9:20 PM, Richard Damon wrote:
    On 7/21/25 9:45 AM, olcott wrote:
    On 7/21/2025 4:06 AM, Mikko wrote:
    On 2025-07-20 11:48:37 +0000, Mr Flibble said:

    On Sun, 20 Jul 2025 07:13:43 -0400, Richard Damon wrote: >>>>>>>>>>>
    On 7/20/25 12:58 AM, olcott wrote:
    Title: A Structural Analysis of the Standard Halting >>>>>>>>>>>>> Problem Proof

    Author: PL Olcott

    Abstract:
    This paper presents a formal critique of the standard proof >>>>>>>>>>>>> of the
    undecidability of the Halting Problem. While we do not >>>>>>>>>>>>> dispute the
    conclusion that the Halting Problem is undecidable, we >>>>>>>>>>>>> argue that the
    conventional proof fails to establish this conclusion due to a >>>>>>>>>>>>> fundamental misapplication of Turing machine semantics. >>>>>>>>>>>>> Specifically,
    we show that the contradiction used in the proof arises >>>>>>>>>>>>> from conflating
    the behavior of encoded simulations with direct execution, >>>>>>>>>>>>> and from
    making assumptions about a decider's domain that do not >>>>>>>>>>>>> hold under a
    rigorous model of computation.

    Your problem is you don't understand the meaning of the >>>>>>>>>>>> words you are
    using.

    This is an ad hominem attack, not argumentation.

    It is also honest and truthful, which is not as common as it >>>>>>>>>> should.


    It is also honest and truthful that people
    that deny verified facts are either liars
    or lack sufficient technical competence.


    Right, so YOU are the liar.

    It is a verified fact that the PROGRAM DDD halts since your
    HHH(DDD) returns 0.


    When I say that DDD simulated by HHH does not
    halt you dishonestly change the subject.


    Because you are just showing you don't know English.


    Not at all. You dishonestly change the subject to
    something besides DDD simulated by HHH.

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of what
    HHH sees.


    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D
    -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>



    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion is
    irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]

    Counter-factual.
    That you do not understand the semantics of the
    x86 language well enough to understand that this
    is true is less than no rebuttal at all.

    No, you don't


    In the several years that I have presenting this
    not one person has come up with a single correct
    rebuttal to the statement that DD emulated by HHH
    (according to the semantics of the x86 language)
    would ever stop running of not aborted.

    All of the rebuttals either used the strawman
    deception to change the subject or were merely
    a statement that my statement was really really
    disbelieved. No one ever pointed out any actual error.

    D halts even when not aborted,

    Neither DD simulated by HHH, HHH nor DD()
    halts unless HHH aborts its simulation of DD.
    Disagreement is merely a failure to understand.

    But since HHH *DOES* abort as you have defined it so by the code in Halt7.c

    Without that code, your argument is just a category error as neither
    your input or the decider are programs.


    because it calls a function H that aborts and halts. The simulation of
    an aborting H has no need to be aborted.
    Unless you change the input, but that is cheating.

    Alternatively DD emulated by HHH cannot possibly
    reach its own "ret" instruction and halt no matter
    what HHH does.


    Only because HHH gives up before it gets there.

    Note, changing HHH to not abort change the input and makes your
    arguement just a lie.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Fred. Zwarts@F.Zwarts@HetNet.nl to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 10:49:41 2025
    From Newsgroup: sci.logic

    Op 23.jul.2025 om 15:31 schreef olcott:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of what
    HHH sees.


    It is always the case that every halt decider is
    only accountable for the behavior that its actual
    input specifies and not accountable for the behavior
    of any non-inputs. The textbooks don't do it this
    way proves that textbooks are wrong.

    As usual irrelevant claim without evidence
    Up to now you could not point to any textbook that is wrong.


    Textbooks incorrectly assume that the behavior specified
    by the finite string machine description of rf?Mrf- is always
    the same as the behavior of machine M. That is not the
    case when M calls its own termination analyzer.

    As usual repeated claims without any evidence.
    The behaviour specified in the description of the input does not depend
    on who analyses it. When some analysers are unable to see the whole specification, that is an error in the analyser, it does not change the specification.


    Turing machine halt deciders compute the mapping from
    their input finite strings to the behavior that these
    finite strings specify.

    Exactly.
    And when a halting behaviour is specified, but the analyser is unable to
    see that, the analyser is wrong. It should not compute the behaviour of
    a hypothetical non-halting non-input.



    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D
    -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>



    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion is
    irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]


    You have been told many times that these 35 bytes are not the complete
    input. In fact they are the least interesting part of the input. DD is completely irrelevant. What is relevant is that HHH must simulate itself.

    int main() {
    return HHH(main);
    }

    Here is no DD, and your own words are that HHH returns and reports that
    it does not halt.
    This clearly shows that HHH is unable to analyse its own behaviour and produces false negative when it tries to do so.


    Counter-factual.
    That you do not understand the semantics of the
    x86 language well enough to understand that this
    is true is less than no rebuttal at all.

    As usual counter-factual claims.
    We have pointed out that world class simulators (and direct execution)
    are very well able to follow the x86 language up to the final halt
    state. HHH fails to follow the same semantics of the x86 language up to
    the end if it cannot reproduce that for exactly the same input.


    In the several years that I have presenting this
    not one person has come up with a single correct
    rebuttal to the statement that DD emulated by HHH
    (according to the semantics of the x86 language)
    would ever stop running of not aborted.

    We all see that the simulating HHH does not need to erroneously abort,
    because the simulated HHH already erroneously aborts.


    All of the rebuttals either used the strawman
    deception to change the subject or were merely
    a statement that my statement was really really
    disbelieved. No one ever pointed out any actual error.

    As usual counter factual claims.
    Closing your eyes for all errors pointed out to you, does not make them disappear. That is childish. But it seems to belong to your logic. If
    HHH does not see the final halt state, you think it is a proof that that
    final halt state does not exists. Same logic.


    D halts even when not aborted,

    Neither DD simulated by HHH, HHH nor DD()
    halts unless HHH aborts its simulation of DD.

    As usual irrelevant claim.
    The point is: HHH does abort. What happens in your dream with another
    HHH is irrelevant. World class simulators show that DD halts when not
    aborted according to the semantics of the x86 language, because the
    simulated HHH aborts. So indeed:

    Disagreement is merely a failure to understand.


    because it calls a function H that aborts and halts. The simulation of
    an aborting H has no need to be aborted.
    Unless you change the input, but that is cheating.

    Alternatively DD emulated by HHH cannot possibly
    reach its own "ret" instruction and halt no matter
    what HHH does.


    Reaching the final halt state is a proof of halting.
    The opposite is not true. Failing to reach the final halt state is not a
    proof of non-halting. If it were, any simulator aborting after one
    instruction could proof non-halting for most program, with the incorrect reasoning that non-halting was specified for *this* simulator.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Fred. Zwarts@F.Zwarts@HetNet.nl to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 10:57:38 2025
    From Newsgroup: sci.logic

    Op 23.jul.2025 om 15:24 schreef olcott:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:
    On 7/22/25 11:49 AM, olcott wrote:
    On 7/22/2025 6:33 AM, Richard Damon wrote:
    On 7/21/25 11:50 PM, olcott wrote:
    On 7/21/2025 9:20 PM, Richard Damon wrote:
    On 7/21/25 9:45 AM, olcott wrote:
    On 7/21/2025 4:06 AM, Mikko wrote:
    On 2025-07-20 11:48:37 +0000, Mr Flibble said:

    On Sun, 20 Jul 2025 07:13:43 -0400, Richard Damon wrote: >>>>>>>>>>>
    On 7/20/25 12:58 AM, olcott wrote:
    Title: A Structural Analysis of the Standard Halting >>>>>>>>>>>>> Problem Proof

    Author: PL Olcott

    Abstract:
    This paper presents a formal critique of the standard proof >>>>>>>>>>>>> of the
    undecidability of the Halting Problem. While we do not >>>>>>>>>>>>> dispute the
    conclusion that the Halting Problem is undecidable, we >>>>>>>>>>>>> argue that the
    conventional proof fails to establish this conclusion due to a >>>>>>>>>>>>> fundamental misapplication of Turing machine semantics. >>>>>>>>>>>>> Specifically,
    we show that the contradiction used in the proof arises >>>>>>>>>>>>> from conflating
    the behavior of encoded simulations with direct execution, >>>>>>>>>>>>> and from
    making assumptions about a decider's domain that do not >>>>>>>>>>>>> hold under a
    rigorous model of computation.

    Your problem is you don't understand the meaning of the >>>>>>>>>>>> words you are
    using.

    This is an ad hominem attack, not argumentation.

    It is also honest and truthful, which is not as common as it >>>>>>>>>> should.


    It is also honest and truthful that people
    that deny verified facts are either liars
    or lack sufficient technical competence.


    Right, so YOU are the liar.

    It is a verified fact that the PROGRAM DDD halts since your
    HHH(DDD) returns 0.


    When I say that DDD simulated by HHH does not
    halt you dishonestly change the subject.


    Because you are just showing you don't know English.


    Not at all. You dishonestly change the subject to
    something besides DDD simulated by HHH.

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of what
    HHH sees.


    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D
    -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>



    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion is
    irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]

    As usual irrelevant and counter-factual claims without evidence.
    Repeating irrelvant code does not help you.
    Those 35 bytes are the least interesting part of the input. What is interesting is that HEH mus simulate itself, which it cannot do
    correctly up to the end.

    int main() {
    return HEH(main);
    }

    Here is no DD and your own words are that it halts and HEH reports that
    it does not halt. HEH is unable to analyse its own behaviour and
    produces false negative in this case.


    Counter-factual.
    That you do not understand the semantics of the
    x86 language well enough to understand that this
    is true is less than no rebuttal at all.

    As usual irrelevant conter-factual claims without evidence.


    In the several years that I have presenting this
    not one person has come up with a single correct
    rebuttal to the statement that DD emulated by HHH
    (according to the semantics of the x86 language)
    would ever stop running of not aborted.>
    All of the rebuttals either used the strawman
    deception to change the subject or were merely
    a statement that my statement was really really
    disbelieved. No one ever pointed out any actual error.

    Many errors were shown. But you close your eyes and pretend that they do
    not exists. The same method is used in HEH. It does not see the final
    halt state and pretends it does not exist. Very childish.


    D halts even when not aborted,

    Neither DD simulated by HHH, HHH nor DD()
    halts unless HHH aborts its simulation of DD.

    As usual irrelevant claim. HEH does abort, so dreaming of a HEH that
    does not, is irrelevant. So, indeed:

    Disagreement is merely a failure to understand.

    because it calls a function H that aborts and halts. The simulation of
    an aborting H has no need to be aborted.
    Unless you change the input, but that is cheating.

    Alternatively DD emulated by HHH cannot possibly
    reach its own "ret" instruction and halt no matter
    what HHH does.


    Proving that HEH fails to reach the final halt state, when better
    simulators have no problem with exactly the same input.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Fred. Zwarts@F.Zwarts@HetNet.nl to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 11:04:37 2025
    From Newsgroup: sci.logic

    Op 23.jul.2025 om 15:19 schreef olcott:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:
    On 7/22/25 11:49 AM, olcott wrote:
    On 7/22/2025 6:33 AM, Richard Damon wrote:
    On 7/21/25 11:50 PM, olcott wrote:
    On 7/21/2025 9:20 PM, Richard Damon wrote:
    On 7/21/25 9:45 AM, olcott wrote:
    On 7/21/2025 4:06 AM, Mikko wrote:
    On 2025-07-20 11:48:37 +0000, Mr Flibble said:

    On Sun, 20 Jul 2025 07:13:43 -0400, Richard Damon wrote: >>>>>>>>>>>
    On 7/20/25 12:58 AM, olcott wrote:
    Title: A Structural Analysis of the Standard Halting >>>>>>>>>>>>> Problem Proof

    Author: PL Olcott

    Abstract:
    This paper presents a formal critique of the standard proof >>>>>>>>>>>>> of the
    undecidability of the Halting Problem. While we do not >>>>>>>>>>>>> dispute the
    conclusion that the Halting Problem is undecidable, we >>>>>>>>>>>>> argue that the
    conventional proof fails to establish this conclusion due to a >>>>>>>>>>>>> fundamental misapplication of Turing machine semantics. >>>>>>>>>>>>> Specifically,
    we show that the contradiction used in the proof arises >>>>>>>>>>>>> from conflating
    the behavior of encoded simulations with direct execution, >>>>>>>>>>>>> and from
    making assumptions about a decider's domain that do not >>>>>>>>>>>>> hold under a
    rigorous model of computation.

    Your problem is you don't understand the meaning of the >>>>>>>>>>>> words you are
    using.

    This is an ad hominem attack, not argumentation.

    It is also honest and truthful, which is not as common as it >>>>>>>>>> should.


    It is also honest and truthful that people
    that deny verified facts are either liars
    or lack sufficient technical competence.


    Right, so YOU are the liar.

    It is a verified fact that the PROGRAM DDD halts since your
    HHH(DDD) returns 0.


    When I say that DDD simulated by HHH does not
    halt you dishonestly change the subject.


    Because you are just showing you don't know English.


    Not at all. You dishonestly change the subject to
    something besides DDD simulated by HHH.

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of what
    HHH sees.


    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D
    -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>



    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion is
    irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]

    Why repeating irrelevant code? Those 35 bytes are the least interesting
    part of the input. It is HHH that must simulate itself that is interesting.

    int main() {
    return HHH(main);
    }

    Even without DD we see the same problem. Your own words are that it
    halts but reports that it does not halt. HHH is unable to analyse its
    own behaviour. It produces false negative in such cases.



    Counter-factual.
    That you do not understand the semantics of the
    x86 language well enough to understand that this
    is true is less than no rebuttal at all.

    As usual irrelevant and counter factual claim.
    Even if I did not understand it, you cannot find an error in the logic.


    In the several years that I have presenting this
    not one person has come up with a single correct
    rebuttal to the statement that DD emulated by HHH
    (according to the semantics of the x86 language)
    would ever stop running of not aborted.

    All of the rebuttals either used the strawman
    deception to change the subject or were merely
    a statement that my statement was really really
    disbelieved. No one ever pointed out any actual error.

    Irrelevant and counter-factual claim. Closing your eyes for those
    errors does not make them disappear. But seems to belong to your logic.
    HHH uses the same logic: it does not see the final halt state and
    pretends that it does not exist. Very childish.>
    D halts even when not aborted,

    Neither DD simulated by HHH, HHH nor DD()
    halts unless HHH aborts its simulation of DD.

    As usual irrelevant claims.
    What is relevant is that HHH does abort. This aborting HHH is presented
    in the input. That makes DD a halting program. Dreaming of a
    hypothetical non-aborting HHH is irrelevant.

    Disagreement is merely a failure to understand.

    because it calls a function H that aborts and halts. The simulation of
    an aborting H has no need to be aborted.
    Unless you change the input, but that is cheating.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mr Flibble@flibble@red-dwarf.jmc.corp to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 13:56:44 2025
    From Newsgroup: sci.logic

    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are you Damon?

    /Flibble
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 09:43:03 2025
    From Newsgroup: sci.logic

    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 11:44:23 2025
    From Newsgroup: sci.logic

    On 7/25/2025 3:49 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 15:31 schreef olcott:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of
    what HHH sees.


    It is always the case that every halt decider is
    only accountable for the behavior that its actual
    input specifies and not accountable for the behavior
    of any non-inputs. The textbooks don't do it this
    way proves that textbooks are wrong.

    As usual irrelevant claim without evidence
    Up to now you could not point to any textbook that is wrong.


    Textbooks incorrectly assume that the behavior specified
    by the finite string machine description of rf?Mrf- is always
    the same as the behavior of machine M. That is not the
    case when M calls its own termination analyzer.

    As usual repeated claims without any evidence.
    The behaviour specified in the description of the input does not depend
    on who analyses it. When some analysers are unable to see the whole specification, that is an error in the analyser, it does not change the specification.


    Turing machine halt deciders compute the mapping from
    their input finite strings to the behavior that these
    finite strings specify.

    Exactly.
    And when a halting behaviour is specified, but the analyser is unable to
    see that, the analyser is wrong. It should not compute the behaviour of
    a hypothetical non-halting non-input.



    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D
    -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>


    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion
    is irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]


    You have been told many times that these 35 bytes are not the complete input. In fact they are the least interesting part of the input. DD is completely irrelevant. What is relevant is that HHH must simulate itself.

    -a-a-a-a-a-a int main() {
    -a-a-a-a-a-a-a-a return HHH(main);
    -a-a-a-a-a-a }

    Here is no DD, and your own words are that HHH returns and reports that
    it does not halt.
    This clearly shows that HHH is unable to analyse its own behaviour and produces false negative when it tries to do so.


    When-so-ever the input to a simulating termination
    analyzer calls its actual self as (your example above)
    or when the HHH(DDD) input calls HHH(DDD) this does
    specify recursive emulation that must be aborted to
    prevent the non-termination of the directly executed HHH.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 13:23:22 2025
    From Newsgroup: sci.logic

    On 7/25/25 9:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are you Damon?

    /Flibble


    Nope, since the error was pointed out without the need to refer to your stupidity, it just shows that you are so stupid you don't know what a ad hominem attack is.

    And, by taing things out of context, you demonstrate that you are just
    an intentional deciever.

    Sorry, you have put yourself into the same category as Olcott.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 13:25:42 2025
    From Newsgroup: sci.logic

    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are you
    Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your lies.


    I point out your stupidity to help people understand where you are
    coming from so they don't try to find the logic in your illogical
    statements.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 13:30:08 2025
    From Newsgroup: sci.logic

    On 7/25/25 12:44 PM, olcott wrote:
    On 7/25/2025 3:49 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 15:31 schreef olcott:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of
    what HHH sees.


    It is always the case that every halt decider is
    only accountable for the behavior that its actual
    input specifies and not accountable for the behavior
    of any non-inputs. The textbooks don't do it this
    way proves that textbooks are wrong.

    As usual irrelevant claim without evidence
    Up to now you could not point to any textbook that is wrong.


    Textbooks incorrectly assume that the behavior specified
    by the finite string machine description of rf?Mrf- is always
    the same as the behavior of machine M. That is not the
    case when M calls its own termination analyzer.

    As usual repeated claims without any evidence.
    The behaviour specified in the description of the input does not
    depend on who analyses it. When some analysers are unable to see the
    whole specification, that is an error in the analyser, it does not
    change the specification.


    Turing machine halt deciders compute the mapping from
    their input finite strings to the behavior that these
    finite strings specify.

    Exactly.
    And when a halting behaviour is specified, but the analyser is unable
    to see that, the analyser is wrong. It should not compute the
    behaviour of a hypothetical non-halting non-input.



    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>> -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D >>>>> -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>


    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion
    is irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]


    You have been told many times that these 35 bytes are not the complete
    input. In fact they are the least interesting part of the input. DD is
    completely irrelevant. What is relevant is that HHH must simulate itself.

    -a-a-a-a-a-a-a int main() {
    -a-a-a-a-a-a-a-a-a return HHH(main);
    -a-a-a-a-a-a-a }

    Here is no DD, and your own words are that HHH returns and reports
    that it does not halt.
    This clearly shows that HHH is unable to analyse its own behaviour and
    produces false negative when it tries to do so.


    When-so-ever the input to a simulating termination
    analyzer calls its actual self as (your example above)
    or when the HHH(DDD) input calls HHH(DDD) this does
    specify recursive emulation that must be aborted to
    prevent the non-termination of the directly executed HHH.


    Where do you get this claim from?

    REMEMBER the problem order, HHH existed first, and can't change to avoid problems, THEN we create the input DDD, which uses that SPECIFIC HHH.

    The template DDD might have existed first, but not the program DDD, and
    the input is of the PROGRAM.

    Either it aborted in this condition, at which the program that calls it
    can use that fact to establish that it will halt,

    or it doesn't abort, and then fails in the way you describe.

    HHH can't treat the input that calls this HHH (that aborts) as calling
    some other code (a version that does).

    All you are doing is showing that your "logic" is based on lying.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 12:31:02 2025
    From Newsgroup: sci.logic

    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are you
    Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your lies.


    I point out your stupidity to help people understand where you are
    coming from so they don't try to find the logic in your illogical statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 12:49:19 2025
    From Newsgroup: sci.logic

    On 7/25/2025 12:30 PM, Richard Damon wrote:
    On 7/25/25 12:44 PM, olcott wrote:
    On 7/25/2025 3:49 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 15:31 schreef olcott:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:

    No, YOU changed the subject of the problem from the OBJECTIVE
    behavior of the execution of DDD, to the SUBJECTIVE criteria of >>>>>>> what HHH sees.


    It is always the case that every halt decider is
    only accountable for the behavior that its actual
    input specifies and not accountable for the behavior
    of any non-inputs. The textbooks don't do it this
    way proves that textbooks are wrong.

    As usual irrelevant claim without evidence
    Up to now you could not point to any textbook that is wrong.


    Textbooks incorrectly assume that the behavior specified
    by the finite string machine description of rf?Mrf- is always
    the same as the behavior of machine M. That is not the
    case when M calls its own termination analyzer.

    As usual repeated claims without any evidence.
    The behaviour specified in the description of the input does not
    depend on who analyses it. When some analysers are unable to see the
    whole specification, that is an error in the analyser, it does not
    change the specification.


    Turing machine halt deciders compute the mapping from
    their input finite strings to the behavior that these
    finite strings specify.

    Exactly.
    And when a halting behaviour is specified, but the analyser is unable
    to see that, the analyser is wrong. It should not compute the
    behaviour of a hypothetical non-halting non-input.



    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>> -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D >>>>>> -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D >>>>>> -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>



    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly
    detects that its D would never stop unless aborted', the conclusion >>>>> is irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]


    You have been told many times that these 35 bytes are not the
    complete input. In fact they are the least interesting part of the
    input. DD is completely irrelevant. What is relevant is that HHH must
    simulate itself.

    -a-a-a-a-a-a-a int main() {
    -a-a-a-a-a-a-a-a-a return HHH(main);
    -a-a-a-a-a-a-a }

    Here is no DD, and your own words are that HHH returns and reports
    that it does not halt.
    This clearly shows that HHH is unable to analyse its own behaviour
    and produces false negative when it tries to do so.


    When-so-ever the input to a simulating termination
    analyzer calls its actual self as (your example above)
    or when the HHH(DDD) input calls HHH(DDD) this does
    specify recursive emulation that must be aborted to
    prevent the non-termination of the directly executed HHH.


    Where do you get this claim from?


    If you understood recursion well enough you
    could have figured this out on your own
    as four different chatbots did figure this
    out on their own.

    REMEMBER the problem order, HHH existed first, and can't change to avoid problems, THEN we create the input DDD, which uses that SPECIFIC HHH.

    The template DDD might have existed first, but not the program DDD, and
    the input is of the PROGRAM.

    Either it aborted in this condition, at which the program that calls it
    can use that fact to establish that it will halt,

    or it doesn't abort, and then fails in the way you describe.

    HHH can't treat the input that calls this HHH (that aborts) as calling
    some other code (a version that does).

    All you are doing is showing that your "logic" is based on lying.

    All that the above shows is that you don't understand
    recursion well enough. If you did understand recursion
    well enough you would understand that the input to HHH(DDD)
    does specify the recursive emulation non-halting behavior
    pattern.

    _DDD()
    [00002192] 55 push ebp
    [00002193] 8bec mov ebp,esp
    [00002195] 6892210000 push 00002192 // push DDD
    [0000219a] e833f4ffff call 000015d2 // call HHH
    [0000219f] 83c404 add esp,+04
    [000021a2] 5d pop ebp
    [000021a3] c3 ret
    Size in bytes:(0018) [000021a3]

    The conclusive proof that I am right and you are
    wrong is provided by the correct execution trace
    of DDD emulated by HHH.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 14:07:01 2025
    From Newsgroup: sci.logic

    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are you
    Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your lies.


    I point out your stupidity to help people understand where you are
    coming from so they don't try to find the logic in your illogical
    statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire.

    You will need to get Fibber to agree to, or I will continue on him.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 14:12:00 2025
    From Newsgroup: sci.logic

    On 7/25/25 1:49 PM, olcott wrote:
    On 7/25/2025 12:30 PM, Richard Damon wrote:
    On 7/25/25 12:44 PM, olcott wrote:
    On 7/25/2025 3:49 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 15:31 schreef olcott:
    On 7/23/2025 3:24 AM, Fred. Zwarts wrote:
    Op 23.jul.2025 om 06:05 schreef olcott:
    On 7/22/2025 9:32 PM, Richard Damon wrote:

    No, YOU changed the subject of the problem from the OBJECTIVE >>>>>>>> behavior of the execution of DDD, to the SUBJECTIVE criteria of >>>>>>>> what HHH sees.


    It is always the case that every halt decider is
    only accountable for the behavior that its actual
    input specifies and not accountable for the behavior
    of any non-inputs. The textbooks don't do it this
    way proves that textbooks are wrong.

    As usual irrelevant claim without evidence
    Up to now you could not point to any textbook that is wrong.


    Textbooks incorrectly assume that the behavior specified
    by the finite string machine description of rf?Mrf- is always
    the same as the behavior of machine M. That is not the
    case when M calls its own termination analyzer.

    As usual repeated claims without any evidence.
    The behaviour specified in the description of the input does not
    depend on who analyses it. When some analysers are unable to see the
    whole specification, that is an error in the analyser, it does not
    change the specification.


    Turing machine halt deciders compute the mapping from
    their input finite strings to the behavior that these
    finite strings specify.

    Exactly.
    And when a halting behaviour is specified, but the analyser is
    unable to see that, the analyser is wrong. It should not compute the
    behaviour of a hypothetical non-halting non-input.



    *Its been three years now and you can't remember*
    <MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D >>>>>>> -a-a-a-a would never stop running unless aborted then

    -a-a-a-a H can abort its simulation of D and correctly report that D >>>>>>> -a-a-a-a specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>



    Repeating the agreement with a vacuous statement is no rebuttal.
    Since there is no H that correctly simulates D until it correctly >>>>>> detects that its D would never stop unless aborted', the
    conclusion is irrelevant.


    _DD()
    [00002162] 55-a-a-a-a-a-a-a-a-a-a-a-a push ebp
    [00002163] 8bec-a-a-a-a-a-a-a-a-a-a mov ebp,esp
    [00002165] 51-a-a-a-a-a-a-a-a-a-a-a-a push ecx
    [00002166] 6862210000-a-a-a-a push 00002162 // push DD
    [0000216b] e862f4ffff-a-a-a-a call 000015d2 // call HHH
    [00002170] 83c404-a-a-a-a-a-a-a-a add esp,+04
    [00002173] 8945fc-a-a-a-a-a-a-a-a mov [ebp-04],eax
    [00002176] 837dfc00-a-a-a-a-a-a cmp dword [ebp-04],+00
    [0000217a] 7402-a-a-a-a-a-a-a-a-a-a jz 0000217e
    [0000217c] ebfe-a-a-a-a-a-a-a-a-a-a jmp 0000217c
    [0000217e] 8b45fc-a-a-a-a-a-a-a-a mov eax,[ebp-04]
    [00002181] 8be5-a-a-a-a-a-a-a-a-a-a mov esp,ebp
    [00002183] 5d-a-a-a-a-a-a-a-a-a-a-a-a pop ebp
    [00002184] c3-a-a-a-a-a-a-a-a-a-a-a-a ret
    Size in bytes:(0035) [00002184]


    You have been told many times that these 35 bytes are not the
    complete input. In fact they are the least interesting part of the
    input. DD is completely irrelevant. What is relevant is that HHH
    must simulate itself.

    -a-a-a-a-a-a-a int main() {
    -a-a-a-a-a-a-a-a-a return HHH(main);
    -a-a-a-a-a-a-a }

    Here is no DD, and your own words are that HHH returns and reports
    that it does not halt.
    This clearly shows that HHH is unable to analyse its own behaviour
    and produces false negative when it tries to do so.


    When-so-ever the input to a simulating termination
    analyzer calls its actual self as (your example above)
    or when the HHH(DDD) input calls HHH(DDD) this does
    specify recursive emulation that must be aborted to
    prevent the non-termination of the directly executed HHH.


    Where do you get this claim from?


    If you understood recursion well enough you
    could have figured this out on your own
    as four different chatbots did figure this
    out on their own.

    REMEMBER the problem order, HHH existed first, and can't change to
    avoid problems, THEN we create the input DDD, which uses that SPECIFIC
    HHH.

    The template DDD might have existed first, but not the program DDD,
    and the input is of the PROGRAM.

    Either it aborted in this condition, at which the program that calls
    it can use that fact to establish that it will halt,

    or it doesn't abort, and then fails in the way you describe.

    HHH can't treat the input that calls this HHH (that aborts) as calling
    some other code (a version that does).

    All you are doing is showing that your "logic" is based on lying.

    All that the above shows is that you don't understand
    recursion well enough. If you did understand recursion
    well enough you would understand that the input to HHH(DDD)
    does specify the recursive emulation non-halting behavior
    pattern.

    No, you don't understand the definition of a PROGRAM.


    _DDD()
    [00002192] 55-a-a-a-a-a-a-a-a push ebp
    [00002193] 8bec-a-a-a-a-a-a mov ebp,esp
    [00002195] 6892210000 push 00002192-a // push DDD
    [0000219a] e833f4ffff call 000015d2-a // call HHH
    [0000219f] 83c404-a-a-a-a add esp,+04
    [000021a2] 5d-a-a-a-a-a-a-a-a pop ebp
    [000021a3] c3-a-a-a-a-a-a-a-a ret
    Size in bytes:(0018) [000021a3]

    This is NOT a program, and con not be simulated past the call instruction.

    if you specify that we can access the rest of memory including the
    contents of Halt7.c, then that is part of the input, and the program,
    and thus only THAT version of HHH is allowed.

    You can't talk about "changing" it, as you have stipulated what it is,

    Since that version aborts, the "recursive simulition" is finite in depth.

    Your problem is your logic is based on assuming contradictory definitions.


    The conclusive proof that I am right and you are
    wrong is provided by the correct execution trace
    of DDD emulated by HHH.



    But that isn't correct.

    The correct execution trace of DDD shows that it halts.

    And thus you LIE when you say that HHH is correct in its decision from a PARTIAL simulation.

    Sorry, your logic is just based on contradicitions, because you CHOSE to
    not learn the meaning of the words.

    Every time you use the wrong definition, after the correct definition
    has been given, is just another DELIBERATE LIE from you.

    Sorry, but that is the truth.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 14:50:25 2025
    From Newsgroup: sci.logic

    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally >>>>>> corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are
    you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your lies.


    I point out your stupidity to help people understand where you are
    coming from so they don't try to find the logic in your illogical
    statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire.

    You will need to get Fibber to agree to, or I will continue on him.

    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    If you change the subject to anything else then this
    change of subject makes you a liar.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 16:04:15 2025
    From Newsgroup: sci.logic

    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally >>>>>>> corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are
    you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your lies.


    I point out your stupidity to help people understand where you are
    coming from so they don't try to find the logic in your illogical
    statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire.

    You will need to get Fibber to agree to, or I will continue on him.

    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest that
    doesn't count.

    I won't call you a liar unless you say a lie.


    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the statement
    is just a LIE.

    You don't get to use wrong meanings without being called out as being a
    liar.


    If you change the subject to anything else then this
    change of subject makes you a liar.


    No, and again, you show that you are just a liar as you don't know what
    you words actually mean.

    Chnging the subject is NOT "Lying" so you statement is just a flat out
    lie, making you a LIAR.

    Since *ALL* of your posts have been a change of subject from what you
    claim to be talking, since you clearly don't understand the basics of
    the Halting Problem, all you are doing is showing that you are just also
    a Hypocrite.

    Sorry, to get people to stop insulting your intelegence, you need to
    stop doing the same to others, and that means you can't call people
    liars where there statemeents are in fact correct, and usng the words as
    the term-of-art, when you are the one trying to LIE by using in
    inappropriate meaning.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 15:34:50 2025
    From Newsgroup: sci.logic

    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally >>>>>>>> corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are >>>>>>> you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your lies. >>>>>

    I point out your stupidity to help people understand where you are
    coming from so they don't try to find the logic in your illogical
    statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire.

    You will need to get Fibber to agree to, or I will continue on him.

    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest that
    doesn't count.


    Disagreeing doesn't count as dishonesty.
    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.


    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the statement
    is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    You cannot possibly refute that with any kind of correct
    reasoning. That the emulation must be infinite to be
    correct is fucking nuts.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 17:26:39 2025
    From Newsgroup: sci.logic

    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to morally >>>>>>>>> corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this are >>>>>>>> you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your lies. >>>>>>

    I point out your stupidity to help people understand where you are >>>>>> coming from so they don't try to find the logic in your illogical >>>>>> statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire.

    You will need to get Fibber to agree to, or I will continue on him.

    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest that
    doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.



    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No, insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of halting.

    The only simulation that can be used as a replacement for the direct
    execution is the CORRECT (which means complete with no aborting)
    SIMULATION of the exact input, which must include in it ALL the code used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that are
    just blantently incorrect.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue to the
    final state, as that is also part of the x86 language.

    Partial simulations are NOT "correct" when talking about non-halting.


    You cannot possibly refute that with any kind of correct
    reasoning. That the emulation must be infinite to be
    correct is fucking nuts.



    Its the definition, do refuse to accept the definition is just stupid.

    Your problem is you forget that the definition doesn't require HHH to do
    that simulation, just show that the simulation by the UTM, of the actual
    input (including the code of the original HHH) will not halt.

    This is just your incorrect confusion between Knowledge and Truth.

    The Truth of the halting is established by the UTM, but HHH can't "wait"
    for the UTM, so needs to use proper logic to determine what it will do.

    The problem is that there is no proper logic to allow HHH to determine a correct answer for D/DD (there is for DDD), because which ever answer
    HHH ends up giving the correct answer will be the other.

    For DDD, HHH just needs to return 1 to be correct, but your rules can't justify that answer, so it can't do it and follow your rules.

    That the correct answer is not computable isn't actually a problem, as
    it was reaslized after Turing showned this one question wasn't
    conputable, as the mathemeatics of infinity was discovered, it became
    clear that there MUST have been MANY uncomputable problems by a simple counting argument,but that seems to be beyond your understanding, as I
    don't think you understand even simple infinities.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 16:51:25 2025
    From Newsgroup: sci.logic

    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to >>>>>>>>>> morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this >>>>>>>>> are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your >>>>>>> lies.


    I point out your stupidity to help people understand where you
    are coming from so they don't try to find the logic in your
    illogical statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire.

    You will need to get Fibber to agree to, or I will continue on him.

    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest that
    doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.


    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of halting.


    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the direct execution is the CORRECT (which means complete with no aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the code used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that are
    just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue to the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting.


    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    If simulating halt decider H correctly simulates its
    input D until H correctly determines that its simulated D
    would never stop running unless aborted then

    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines
    until H correctly determines


    You cannot possibly refute that with any kind of correct
    reasoning. That the emulation must be infinite to be
    correct is fucking nuts.



    Its the definition, do refuse to accept the definition is just stupid.

    Your problem is you forget that the definition doesn't require HHH to do that simulation, just show that the simulation by the UTM, of the actual input (including the code of the original HHH) will not halt.

    This is just your incorrect confusion between Knowledge and Truth.

    The Truth of the halting is established by the UTM, but HHH can't "wait"
    for the UTM, so needs to use proper logic to determine what it will do.

    The problem is that there is no proper logic to allow HHH to determine a correct answer for D/DD (there is for DDD), because which ever answer
    HHH ends up giving the correct answer will be the other.

    For DDD, HHH just needs to return 1 to be correct, but your rules can't justify that answer, so it can't do it and follow your rules.

    That the correct answer is not computable isn't actually a problem, as
    it was reaslized after Turing showned this one question wasn't
    conputable, as the mathemeatics of infinity was discovered, it became
    clear that there MUST have been MANY uncomputable problems by a simple counting argument,but that seems to be beyond your understanding, as I
    don't think you understand even simple infinities.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 18:45:45 2025
    From Newsgroup: sci.logic

    On 7/25/25 5:51 PM, olcott wrote:
    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote:

    No, you have just been too stupid to see your error and to >>>>>>>>>>> morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this >>>>>>>>>> are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance.


    No, it is just the method that you both use to try to mask your >>>>>>>> lies.


    I point out your stupidity to help people understand where you >>>>>>>> are coming from so they don't try to find the logic in your
    illogical statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire.

    You will need to get Fibber to agree to, or I will continue on him. >>>>>
    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest that
    doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.


    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the dishonest
    claim, since it is a violation of the definition of halting.


    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the direct
    execution is the CORRECT (which means complete with no aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the code
    used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that are
    just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue to
    the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting.


    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a If simulating halt decider H correctly simulates its
    -a-a-a input D until H correctly determines that its simulated D
    -a-a-a would never stop running unless aborted then

    until H correctly determines
    until H correctly determines

    [[ Two year old style rant trimed ]]

    But H can't "Correctly Determine" that, since it isn't true.

    The CORRECT SIMULATION of D WILL HALT, BECAUSE you H ultimate has been
    assumed to detect some pattern and stopped.

    Thus, H can't correctly determine that its, or any correct simulation
    won't halt.

    Your problem is you have injected a contradiction into you logic so you
    can show that both halting and non-halting are "correct" behaivor.


    This is the problem with not knowing the meaning of the words.

    And you can't even use that statement in the first place, until you
    retract you claim that your H isn't "A Program" as required, and neither
    is your D, as that statement relates to a field that only talks about programs.

    This means that the PROGRAM that is the input is based on and includes
    in its code the SPECFIC (and thus singular) decider it is built on, and
    it is only that decider that matters for the proof.

    That means that you argument of the infinite set of deciders simulating
    DDD for all number from 1 to infinity is FALSE, as they each simulate a DIFFERENT DDD, and calling all of them the same is just a LIE.


    You cannot possibly refute that with any kind of correct
    reasoning. That the emulation must be infinite to be
    correct is fucking nuts.



    Its the definition, do refuse to accept the definition is just stupid.

    Your problem is you forget that the definition doesn't require HHH to
    do that simulation, just show that the simulation by the UTM, of the
    actual input (including the code of the original HHH) will not halt.

    This is just your incorrect confusion between Knowledge and Truth.

    The Truth of the halting is established by the UTM, but HHH can't
    "wait" for the UTM, so needs to use proper logic to determine what it
    will do.

    The problem is that there is no proper logic to allow HHH to determine
    a correct answer for D/DD (there is for DDD), because which ever
    answer HHH ends up giving the correct answer will be the other.

    For DDD, HHH just needs to return 1 to be correct, but your rules
    can't justify that answer, so it can't do it and follow your rules.

    That the correct answer is not computable isn't actually a problem, as
    it was reaslized after Turing showned this one question wasn't
    conputable, as the mathemeatics of infinity was discovered, it became
    clear that there MUST have been MANY uncomputable problems by a simple
    counting argument,but that seems to be beyond your understanding, as I
    don't think you understand even simple infinities.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 17:49:10 2025
    From Newsgroup: sci.logic

    On 7/25/2025 5:45 PM, Richard Damon wrote:
    On 7/25/25 5:51 PM, olcott wrote:
    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote: >>>>>>>>>>>
    No, you have just been too stupid to see your error and to >>>>>>>>>>>> morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this >>>>>>>>>>> are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance. >>>>>>>>>>

    No, it is just the method that you both use to try to mask your >>>>>>>>> lies.


    I point out your stupidity to help people understand where you >>>>>>>>> are coming from so they don't try to find the logic in your >>>>>>>>> illogical statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire. >>>>>>>
    You will need to get Fibber to agree to, or I will continue on him. >>>>>>
    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest that >>>>> doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.


    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of halting.


    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the direct
    execution is the CORRECT (which means complete with no aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the code
    used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that are
    just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue to
    the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting.


    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    until H correctly determines
    until H correctly determines

    [[ Two year old style rant trimed ]]

    But H can't "Correctly Determine" that, since it isn't true.


    I have told you that 500 times and you keep contradicting it.
    That is either dishonestly or brain damage.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 18:42:34 2025
    From Newsgroup: sci.logic

    On 7/25/2025 5:45 PM, Richard Damon wrote:
    On 7/25/25 5:51 PM, olcott wrote:
    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote: >>>>>>>>>>>
    No, you have just been too stupid to see your error and to >>>>>>>>>>>> morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this >>>>>>>>>>> are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance. >>>>>>>>>>

    No, it is just the method that you both use to try to mask your >>>>>>>>> lies.


    I point out your stupidity to help people understand where you >>>>>>>>> are coming from so they don't try to find the logic in your >>>>>>>>> illogical statements.

    Try not using any insults and only rely on correct reasoning.
    When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire. >>>>>>>
    You will need to get Fibber to agree to, or I will continue on him. >>>>>>
    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest that >>>>> doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.


    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of halting.


    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the direct
    execution is the CORRECT (which means complete with no aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the code
    used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that are
    just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue to
    the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting.


    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    until H correctly determines
    until H correctly determines

    [[ Two year old style rant trimed ]]

    But H can't "Correctly Determine" that, since it isn't true.

    The CORRECT SIMULATION of D WILL HALT, BECAUSE you H ultimate has been assumed to detect some pattern and stopped.


    _DDD()
    [00002192] 55 push ebp
    [00002193] 8bec mov ebp,esp
    [00002195] 6892210000 push 00002192 // push DDD
    [0000219a] e833f4ffff call 000015d2 // call HHH
    [0000219f] 83c404 add esp,+04
    [000021a2] 5d pop ebp
    [000021a3] c3 ret
    Size in bytes:(0018) [000021a3]

    Until you provide the execution trace of DDD emulated
    by HHH (according to the rules of the x86 language)
    such that this emulated DDD reaches its own emulated
    "ret" instruction final halt state
    *you will be considered a fucking liar*
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 21:19:08 2025
    From Newsgroup: sci.logic

    On 7/25/25 6:49 PM, olcott wrote:
    On 7/25/2025 5:45 PM, Richard Damon wrote:
    On 7/25/25 5:51 PM, olcott wrote:
    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote: >>>>>>>>>>>>
    No, you have just been too stupid to see your error and to >>>>>>>>>>>>> morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this >>>>>>>>>>>> are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance. >>>>>>>>>>>

    No, it is just the method that you both use to try to mask >>>>>>>>>> your lies.


    I point out your stupidity to help people understand where you >>>>>>>>>> are coming from so they don't try to find the logic in your >>>>>>>>>> illogical statements.

    Try not using any insults and only rely on correct reasoning. >>>>>>>>> When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire. >>>>>>>>
    You will need to get Fibber to agree to, or I will continue on him. >>>>>>>
    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest
    that doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.


    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of halting. >>>>

    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the direct
    execution is the CORRECT (which means complete with no aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the code
    used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that
    are just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue to
    the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting.


    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    until H correctly determines
    until H correctly determines

    [[ Two year old style rant trimed ]]

    But H can't "Correctly Determine" that, since it isn't true.


    I have told you that 500 times and you keep contradicting it.
    That is either dishonestly or brain damage.


    In other words, you have told your LIE 500 times.

    The problem is that H *CAN'T* correctly determine something that doesn't happen.

    "Its simulated D" refera to a correct simulation of the D that it was
    given, not its simulation of D to refer to the simulation that it does,
    as with that meaning, H could just abort immediately and claim that its simulation just can't reach the final state (maybe simulate one step if
    you want to be pedantic).

    SInce the correct simulation of D will see the application of H to the
    input and will eventually see its reaching the point it decides to abort (which is after the simulation by H has been aborted, so H can't know
    this) and return non-halting to D so it halts.

    Since you can't correctly dettermine a property happend that doesn't
    happen, H can't have correctly determined that the simulation in
    question can't reach a final state.

    Your logic is just based on lying about what simulation was being talked about, becuase you just don't know the rules of the system.

    All you are doing is proving your utter ignorance of the meaning of the
    words by misusing them, and that you just don't care, by not correcting
    your self when errors are pointed out to you.

    Sorry, but that is what you are actually proving.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 21:22:52 2025
    From Newsgroup: sci.logic

    On 7/25/25 7:42 PM, olcott wrote:
    On 7/25/2025 5:45 PM, Richard Damon wrote:
    On 7/25/25 5:51 PM, olcott wrote:
    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote: >>>>>>>>>>>>
    No, you have just been too stupid to see your error and to >>>>>>>>>>>>> morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at this >>>>>>>>>>>> are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance. >>>>>>>>>>>

    No, it is just the method that you both use to try to mask >>>>>>>>>> your lies.


    I point out your stupidity to help people understand where you >>>>>>>>>> are coming from so they don't try to find the logic in your >>>>>>>>>> illogical statements.

    Try not using any insults and only rely on correct reasoning. >>>>>>>>> When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars.

    Remember, YOU started it, and refused the offer of a cease-fire. >>>>>>>>
    You will need to get Fibber to agree to, or I will continue on him. >>>>>>>
    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest
    that doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.


    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of halting. >>>>

    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the direct
    execution is the CORRECT (which means complete with no aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the code
    used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that
    are just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue to
    the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting.


    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    until H correctly determines
    until H correctly determines

    [[ Two year old style rant trimed ]]

    But H can't "Correctly Determine" that, since it isn't true.

    The CORRECT SIMULATION of D WILL HALT, BECAUSE you H ultimate has been
    assumed to detect some pattern and stopped.


    _DDD()
    [00002192] 55-a-a-a-a-a-a-a-a push ebp
    [00002193] 8bec-a-a-a-a-a-a mov ebp,esp
    [00002195] 6892210000 push 00002192-a // push DDD
    [0000219a] e833f4ffff call 000015d2-a // call HHH
    [0000219f] 83c404-a-a-a-a add esp,+04
    [000021a2] 5d-a-a-a-a-a-a-a-a pop ebp
    [000021a3] c3-a-a-a-a-a-a-a-a ret
    Size in bytes:(0018) [000021a3]

    Until you provide the execution trace of DDD emulated
    by HHH (according to the rules of the x86 language)
    such that this emulated DDD reaches its own emulated
    "ret" instruction final halt state
    *you will be considered a fucking liar*


    That is just a lIE.

    Until you realize that HHH just doesn't do a correct simulation, and
    that Non-halting is defined by the behaivor of the program the input represents, YOU are just proving you are a DAMNED FUCKING LIAR.

    It doesn't matter what YOU consider, since you have proved how stupid
    you are and how defective your logic is.

    I am really getting tempted to report you to your local athorities and
    provide samples of your deranged statements and logic to see if you
    should be consider a danger to yourself or society, since you show an
    abaolute disdain for following the rules, that can be a dangerous mental condition.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.ai.philosophy on Fri Jul 25 20:29:16 2025
    From Newsgroup: sci.logic

    On 7/25/2025 8:22 PM, Richard Damon wrote:
    On 7/25/25 7:42 PM, olcott wrote:
    On 7/25/2025 5:45 PM, Richard Damon wrote:
    On 7/25/25 5:51 PM, olcott wrote:
    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote: >>>>>>>>>>>>>
    No, you have just been too stupid to see your error and to >>>>>>>>>>>>>> morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at >>>>>>>>>>>>> this are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance. >>>>>>>>>>>>

    No, it is just the method that you both use to try to mask >>>>>>>>>>> your lies.


    I point out your stupidity to help people understand where >>>>>>>>>>> you are coming from so they don't try to find the logic in >>>>>>>>>>> your illogical statements.

    Try not using any insults and only rely on correct reasoning. >>>>>>>>>> When you do this your reasoning errors will be laid bare.


    Only if you first promise to also stop calling people liars. >>>>>>>>>
    Remember, YOU started it, and refused the offer of a cease-fire. >>>>>>>>>
    You will need to get Fibber to agree to, or I will continue on >>>>>>>>> him.

    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest
    that doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest.


    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of halting. >>>>>

    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the
    direct execution is the CORRECT (which means complete with no
    aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the
    code used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that
    are just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the
    statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue
    to the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting. >>>>>

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
    -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    until H correctly determines
    until H correctly determines

    [[ Two year old style rant trimed ]]

    But H can't "Correctly Determine" that, since it isn't true.

    The CORRECT SIMULATION of D WILL HALT, BECAUSE you H ultimate has
    been assumed to detect some pattern and stopped.


    _DDD()
    [00002192] 55-a-a-a-a-a-a-a-a push ebp
    [00002193] 8bec-a-a-a-a-a-a mov ebp,esp
    [00002195] 6892210000 push 00002192-a // push DDD
    [0000219a] e833f4ffff call 000015d2-a // call HHH
    [0000219f] 83c404-a-a-a-a add esp,+04
    [000021a2] 5d-a-a-a-a-a-a-a-a pop ebp
    [000021a3] c3-a-a-a-a-a-a-a-a ret
    Size in bytes:(0018) [000021a3]

    Until you provide the execution trace of DDD emulated
    by HHH (according to the rules of the x86 language)
    such that this emulated DDD reaches its own emulated
    "ret" instruction final halt state
    *you will be considered a fucking liar*


    That is just a lIE.

    Until you realize that HHH just doesn't do a correct simulation,
    *You dishonestly changed the words that I said, as you always do*
    *Here are the words that I actually said*
    (according to the rules of the x86 language)
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory,sci.logic,comp.ai.philosophy on Sat Jul 26 07:14:26 2025
    From Newsgroup: sci.logic

    On 7/25/25 9:29 PM, olcott wrote:
    On 7/25/2025 8:22 PM, Richard Damon wrote:
    On 7/25/25 7:42 PM, olcott wrote:
    On 7/25/2025 5:45 PM, Richard Damon wrote:
    On 7/25/25 5:51 PM, olcott wrote:
    On 7/25/2025 4:26 PM, Richard Damon wrote:
    On 7/25/25 4:34 PM, olcott wrote:
    On 7/25/2025 3:04 PM, Richard Damon wrote:
    On 7/25/25 3:50 PM, olcott wrote:
    On 7/25/2025 1:07 PM, Richard Damon wrote:
    On 7/25/25 1:31 PM, olcott wrote:
    On 7/25/2025 12:25 PM, Richard Damon wrote:
    On 7/25/25 10:43 AM, olcott wrote:
    On 7/25/2025 8:56 AM, Mr Flibble wrote:
    On Thu, 24 Jul 2025 22:58:34 -0400, Richard Damon wrote: >>>>>>>>>>>>>>
    No, you have just been too stupid to see your error and >>>>>>>>>>>>>>> to morally
    corrupt to admit it.

    Yet another ad hominem attack, you are not very good at >>>>>>>>>>>>>> this are you Damon?

    /Flibble

    I think that he does this to attempt to mask his ignorance. >>>>>>>>>>>>>

    No, it is just the method that you both use to try to mask >>>>>>>>>>>> your lies.


    I point out your stupidity to help people understand where >>>>>>>>>>>> you are coming from so they don't try to find the logic in >>>>>>>>>>>> your illogical statements.

    Try not using any insults and only rely on correct reasoning. >>>>>>>>>>> When you do this your reasoning errors will be laid bare. >>>>>>>>>>>

    Only if you first promise to also stop calling people liars. >>>>>>>>>>
    Remember, YOU started it, and refused the offer of a cease-fire. >>>>>>>>>>
    You will need to get Fibber to agree to, or I will continue on >>>>>>>>>> him.

    OK I will refrain from calling anyone a liar while
    I see that this is mutually respected and there is
    no evidence that the reply is in any way dishonest.

    Since you see anyone who disagrees with you as being dishonest >>>>>>>> that doesn't count.


    Disagreeing doesn't count as dishonesty.

    Yes, but you call anyone who disagrees with you as being dishonest. >>>>>>

    I didn't call them a liar just because they disagreed.
    I called them a liar when they changed the words that
    I said and then used these changed words as the basis
    of their rebuttal.


    Changing the subject away from DDD simulated by
    HHH to anything else counts as dishonesty.

    No,

    Yes you are a liar otherwise.

    insisting that the criteria *IS* DDD simulated by HHH is the
    dishonest claim, since it is a violation of the definition of
    halting.


    If you want to insist on lying I will not stop calling you a liar.

    The only simulation that can be used as a replacement for the
    direct execution is the CORRECT (which means complete with no
    aborting)

    That you expect a correct simulation of a non-terminating
    input to be infinite is fucking nuts. When one instruction
    of a non-terminating input is correctly emulated then it
    is dishonest to conclude that zero instructions were emulated
    correctly.

    SIMULATION of the exact input, which must include in it ALL the
    code used.


    I won't call you a liar unless you say a lie.


    The we must also agree that an actual lie only
    includes an INTENTIONALLY false statement.

    Except it doesn't, as, as shown, it also includes statements that >>>>>> are just blantently incorrect.


    Since that is not the way that most people take
    the meaning of the word your use of this term
    in that way is libelous.



    For example when I refer to DDD correctly emulated
    by HHH I mean that one or more instructions of DDD
    have been emulated by HHH according to the rules
    of the x86 language. This does include HHH emulating
    itself when the emulated DDD calls HHH(DDD).

    But that ISN'T the definition of a correct simulation, so the >>>>>>>> statement is just a LIE.


    That HHH emulates the exact sequence of machine code bytes
    that it is presented with according to the rules of the x86
    language *IS THE DEFINITION OF CORRECT EMULATION*

    No, you miss the requirement that to be correct, it must continue >>>>>> to the final state, as that is also part of the x86 language.


    That is fucking nuts. Non-terminating inputs cannot
    reach any final state.

    Partial simulations are NOT "correct" when talking about non-halting. >>>>>>

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>> -a-a-a-a If simulating halt decider H correctly simulates its
    -a-a-a-a input D until H correctly determines that its simulated D
    -a-a-a-a would never stop running unless aborted then

    until H correctly determines
    until H correctly determines

    [[ Two year old style rant trimed ]]

    But H can't "Correctly Determine" that, since it isn't true.

    The CORRECT SIMULATION of D WILL HALT, BECAUSE you H ultimate has
    been assumed to detect some pattern and stopped.


    _DDD()
    [00002192] 55-a-a-a-a-a-a-a-a push ebp
    [00002193] 8bec-a-a-a-a-a-a mov ebp,esp
    [00002195] 6892210000 push 00002192-a // push DDD
    [0000219a] e833f4ffff call 000015d2-a // call HHH
    [0000219f] 83c404-a-a-a-a add esp,+04
    [000021a2] 5d-a-a-a-a-a-a-a-a pop ebp
    [000021a3] c3-a-a-a-a-a-a-a-a ret
    Size in bytes:(0018) [000021a3]

    Until you provide the execution trace of DDD emulated
    by HHH (according to the rules of the x86 language)
    such that this emulated DDD reaches its own emulated
    "ret" instruction final halt state
    *you will be considered a fucking liar*


    That is just a lIE.

    Until you realize that HHH just doesn't do a correct simulation,
    *You dishonestly changed the words that I said, as you always do*
    *Here are the words that I actually said*
    (according to the rules of the x86 language)


    Because your HHH ignores the last step of the last instruction it
    processes, that of execute the next instruction.

    One error means not correct.

    Sorry, YOU are the dishonest one.

    And remember, Simulation/Emulation was never allowed by definition, it
    can only be allowed by equivalence, and partial simulation fails the equivalence test.

    All you are doing is showing how poorly you understand anything you are supposed to be doing.
    --- Synchronet 3.21a-Linux NewsLink 1.2