• Re: DDD specifies recursive emulation to HHH and halting to HHH1 --- ST

    From Richard Damon@21:1/5 to olcott on Mon Mar 31 18:32:06 2025
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote:
    On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote:
    Op 30.mrt.2025 om 04:35 schreef olcott:
    On 3/29/2025 8:12 PM, Richard Damon wrote:
    On 3/29/25 6:44 PM, olcott wrote:
    On 3/29/2025 5:08 PM, dbush wrote:
    On 3/29/2025 5:46 PM, olcott wrote:
    On 3/29/2025 3:14 PM, dbush wrote:
    On 3/29/2025 4:01 PM, olcott wrote:
    On 3/29/2025 2:26 PM, dbush wrote:
    On 3/29/2025 3:22 PM, olcott wrote:
    On 3/29/2025 2:06 PM, dbush wrote:
    On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the mapping from >>>>>>>>>>>>>>>>>>>>>>>>>>> the direct execution of a Turing Machine >>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an actual >>>>>>>>>>>>>>>>>>>>>>>>>> running TM, only mapping properties of the TM >>>>>>>>>>>>>>>>>>>>>>>>>> described.

    The key fact that you continue to dishonestly >>>>>>>>>>>>>>>>>>>>>>>>> ignore
    is the concrete counter-example that I provided >>>>>>>>>>>>>>>>>>>>>>>>> that
    conclusively proves that the finite string of >>>>>>>>>>>>>>>>>>>>>>>>> machine
    code input is not always a valid proxy for the >>>>>>>>>>>>>>>>>>>>>>>>> behavior
    of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept of a UTM, >>>>>>>>>>>>>>>>>>>>>>>> which can take a description of any Turing >>>>>>>>>>>>>>>>>>>>>>>> machine and exactly reproduce the behavior of >>>>>>>>>>>>>>>>>>>>>>>> the direct execution.

    I deny that a pathological relationship between a >>>>>>>>>>>>>>>>>>>>>>> UTM and
    its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, and neither >>>>>>>>>>>>>>>>>>>>>> will the input when executed directly. >>>>>>>>>>>>>>>>>>>>>
    It is not impossible to adapt a UTM such that it >>>>>>>>>>>>>>>>>>>>> correctly simulates a finite number of steps of an >>>>>>>>>>>>>>>>>>>>> input.


    1) then you no longer have a UTM, so statements >>>>>>>>>>>>>>>>>>>> about a UTM don't apply

    We can know that when this adapted UTM simulates a >>>>>>>>>>>>>>>>>>> finite number of steps of its input that this finite >>>>>>>>>>>>>>>>>>> number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM simulation >>>>>>>>>>>>>>>>>> that matches the behavior of the direct execution as >>>>>>>>>>>>>>>>>> it is incomplete.


    It is dishonest to expect non-terminating inputs to >>>>>>>>>>>>>>>>> complete.

    An input that halts when executed directly is not non- >>>>>>>>>>>>>>>> terminating



    2) changing the input is not allowed

    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>> indication that the input was in any way changed. >>>>>>>>>>>>>>>>>>>

    False, if the starting function calls UTM and UTM >>>>>>>>>>>>>>>>>> changes, you're changing the input.


    When UTM1 is a UTM that has been adapted to only simulate >>>>>>>>>>>>>>>>> a finite number of steps

    And is therefore no longer a UTM that does a correct and >>>>>>>>>>>>>>>> complete simulation

    and input D calls UTM1 then the
    behavior of D simulated by UTM1


    Is not what I asked about.  I asked about the behavior >>>>>>>>>>>>>>>> of D when executed directly.


    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases.


    No it isn't, not if it is the definition of a PROGRAM. >>>>>>>>>>>>>>

    _DDD()
    [00002172] 55         push ebp      ; housekeeping >>>>>>>>>>>>> [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify:
    558bec6872210000e853f4ffff83c4045dc3
    as an input to HHH is different than these
    same bytes as input to HHH1 as a verified fact.

    Or, are you admitting you don't understand the meaning of >>>>>>>>>>>>>> a program?


    It seems that you "just don't believe in" verified facts. >>>>>>>>>>>>>
    That completely depends on who has verified it.

    No it does not. That is a stupid thing to say.
    Every verified fact IS TRUE BY DEFINITION.

    No, if the verifiers lies, then his "verification" isn't valid. >>>>>>>>>>

    That is not the way semantic tautology works.
    If the father of lies says that cats are animals
    then cats are still animals.

    Or, do you accept the verification by the election deniers >>>>>>>>>> that show that there was the possibility of the fraud,


    There is a possibility that five minutes ago never existed.
    Claiming that there was fraud when you know there was no
    evidence of fraud might get you eternally incinerated.

    A guess you have to or you are admitting yourself to be a
    hypocrite.


    If everyone can see that the way in which Olcott verifies >>>>>>>>>>>> his 'facts' is only a baseless claim, I do not believe in >>>>>>>>>>>> the verification. In particular when he does not fix the >>>>>>>>>>>> errors in the verification that were pointed out to him. >>>>>>>>>>>
    My claims are verified as true entirely on the basis
    of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning of the
    words you use, but then you LIE to yourself about what those >>>>>>>>>> words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping >>>>>>>>> [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT
    CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE.

    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES
    IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction

    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data emulated >>>>>> to be part of the input.


    It is part of the input in the sense that HHH must
    emulate itself emulating DDD. HHH it the test program
    thus not the program-under-test. HHH is not asking does
    itself halt? It was encoded to always halt for such
    inputs. HHH is asking does this input specify that it
    reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as part of
    it, and thus needs to be part of the input.


    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, so there is
    no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.

    Note, to BE correctly emulated, it needs to include all of its code, an
    thus need to include the HHH that is claimed to be giving the correct
    answer.

    That HHH doesn't do a correct emulation, as it stops early, but another
    correct emulator, looking at that identical code (including the HHH that aborted as part of it) will see that DDD will halt.

    Of course, the correct emulator can't be put at the same address as HHH,
    as that memory is already in use, but it could be your HHH1.

    Your problem is you aren't working with the right meaning of so many
    terms that you are just lying to yourself and believing your lies.

    This error is clear to anyone with a bit of a brain and knowledge of the
    field you are talking about, which is how you are proving your ignorance
    and stupidity to the world.

    Sorry, but those ARE the facts, that you just refuse to look at because
    you are afraid that the truth might brainwash your alread brainwashed brain.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Mon Mar 31 20:26:46 2025
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote:
    On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote:
    Op 30.mrt.2025 om 04:35 schreef olcott:
    On 3/29/2025 8:12 PM, Richard Damon wrote:
    On 3/29/25 6:44 PM, olcott wrote:
    On 3/29/2025 5:08 PM, dbush wrote:
    On 3/29/2025 5:46 PM, olcott wrote:
    On 3/29/2025 3:14 PM, dbush wrote:
    On 3/29/2025 4:01 PM, olcott wrote:
    On 3/29/2025 2:26 PM, dbush wrote:
    On 3/29/2025 3:22 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:06 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the mapping >>>>>>>>>>>>>>>>>>>>>>>>>>>>> from
    the direct execution of a Turing Machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an actual >>>>>>>>>>>>>>>>>>>>>>>>>>>> running TM, only mapping properties of the >>>>>>>>>>>>>>>>>>>>>>>>>>>> TM described.

    The key fact that you continue to dishonestly >>>>>>>>>>>>>>>>>>>>>>>>>>> ignore
    is the concrete counter-example that I >>>>>>>>>>>>>>>>>>>>>>>>>>> provided that
    conclusively proves that the finite string of >>>>>>>>>>>>>>>>>>>>>>>>>>> machine
    code input is not always a valid proxy for >>>>>>>>>>>>>>>>>>>>>>>>>>> the behavior
    of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept of a UTM, >>>>>>>>>>>>>>>>>>>>>>>>>> which can take a description of any Turing >>>>>>>>>>>>>>>>>>>>>>>>>> machine and exactly reproduce the behavior of >>>>>>>>>>>>>>>>>>>>>>>>>> the direct execution.

    I deny that a pathological relationship between >>>>>>>>>>>>>>>>>>>>>>>>> a UTM and
    its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, and >>>>>>>>>>>>>>>>>>>>>>>> neither will the input when executed directly. >>>>>>>>>>>>>>>>>>>>>>>
    It is not impossible to adapt a UTM such that it >>>>>>>>>>>>>>>>>>>>>>> correctly simulates a finite number of steps of an >>>>>>>>>>>>>>>>>>>>>>> input.


    1) then you no longer have a UTM, so statements >>>>>>>>>>>>>>>>>>>>>> about a UTM don't apply

    We can know that when this adapted UTM simulates a >>>>>>>>>>>>>>>>>>>>> finite number of steps of its input that this finite >>>>>>>>>>>>>>>>>>>>> number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM simulation >>>>>>>>>>>>>>>>>>>> that matches the behavior of the direct execution as >>>>>>>>>>>>>>>>>>>> it is incomplete.


    It is dishonest to expect non-terminating inputs to >>>>>>>>>>>>>>>>>>> complete.

    An input that halts when executed directly is not non- >>>>>>>>>>>>>>>>>> terminating



    2) changing the input is not allowed >>>>>>>>>>>>>>>>>>>>>
    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>>>> indication that the input was in any way changed. >>>>>>>>>>>>>>>>>>>>>

    False, if the starting function calls UTM and UTM >>>>>>>>>>>>>>>>>>>> changes, you're changing the input.


    When UTM1 is a UTM that has been adapted to only >>>>>>>>>>>>>>>>>>> simulate
    a finite number of steps

    And is therefore no longer a UTM that does a correct >>>>>>>>>>>>>>>>>> and complete simulation

    and input D calls UTM1 then the
    behavior of D simulated by UTM1


    Is not what I asked about.  I asked about the behavior >>>>>>>>>>>>>>>>>> of D when executed directly.


    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases.


    No it isn't, not if it is the definition of a PROGRAM. >>>>>>>>>>>>>>>>

    _DDD()
    [00002172] 55         push ebp      ; housekeeping >>>>>>>>>>>>>>> [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify: >>>>>>>>>>>>>>> 558bec6872210000e853f4ffff83c4045dc3
    as an input to HHH is different than these
    same bytes as input to HHH1 as a verified fact.

    Or, are you admitting you don't understand the meaning >>>>>>>>>>>>>>>> of a program?


    It seems that you "just don't believe in" verified facts. >>>>>>>>>>>>>>>
    That completely depends on who has verified it.

    No it does not. That is a stupid thing to say.
    Every verified fact IS TRUE BY DEFINITION.

    No, if the verifiers lies, then his "verification" isn't valid. >>>>>>>>>>>>

    That is not the way semantic tautology works.
    If the father of lies says that cats are animals
    then cats are still animals.

    Or, do you accept the verification by the election deniers >>>>>>>>>>>> that show that there was the possibility of the fraud, >>>>>>>>>>>>

    There is a possibility that five minutes ago never existed. >>>>>>>>>>> Claiming that there was fraud when you know there was no >>>>>>>>>>> evidence of fraud might get you eternally incinerated.

    A guess you have to or you are admitting yourself to be a >>>>>>>>>>>> hypocrite.


    If everyone can see that the way in which Olcott verifies >>>>>>>>>>>>>> his 'facts' is only a baseless claim, I do not believe in >>>>>>>>>>>>>> the verification. In particular when he does not fix the >>>>>>>>>>>>>> errors in the verification that were pointed out to him. >>>>>>>>>>>>>
    My claims are verified as true entirely on the basis >>>>>>>>>>>>> of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning of the >>>>>>>>>>>> words you use, but then you LIE to yourself about what those >>>>>>>>>>>> words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping >>>>>>>>>>> [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT
    CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE.

    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES
    IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction

    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data
    emulated to be part of the input.


    It is part of the input in the sense that HHH must
    emulate itself emulating DDD. HHH it the test program
    thus not the program-under-test. HHH is not asking does
    itself halt? It was encoded to always halt for such
    inputs. HHH is asking does this input specify that it
    reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as part of >>>>>> it, and thus needs to be part of the input.


    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, so there
    is no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.


    Where "correct" is defined to disagree with the x86 language.



    WHERE?


    HHH1 correctly emualated EVERY instruction it came to, and continued to
    the end.

    Where is it "incorrect" per the definition of the x86 instruction set?

    Your problem is you don't understand what your words mean!!

    If you think HHH also correctly emulated the exact same input but got a different result, what was the first instruction that it emulated per
    the x86 language, as defined by the INTEL processor documentation that
    differed in behavior.

    Your failure to answer this over the years is just your admission that
    you KNOW your statement is just a lie.

    Sorry, all you are doing is proving that you are nothing but an ignorant
    liar that doesn't care about truth, but only want to make up a
    make-believe system to try to prove his point, and just succeeds in
    proving he is just out of touch with reality.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Mon Mar 31 21:27:02 2025
    On 3/31/25 8:59 PM, olcott wrote:
    On 3/31/2025 7:26 PM, Richard Damon wrote:
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote:
    On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote:
    Op 30.mrt.2025 om 04:35 schreef olcott:
    On 3/29/2025 8:12 PM, Richard Damon wrote:
    On 3/29/25 6:44 PM, olcott wrote:
    On 3/29/2025 5:08 PM, dbush wrote:
    On 3/29/2025 5:46 PM, olcott wrote:
    On 3/29/2025 3:14 PM, dbush wrote:
    On 3/29/2025 4:01 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:26 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:22 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:06 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mapping from
    the direct execution of a Turing Machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an actual >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> running TM, only mapping properties of the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TM described.

    The key fact that you continue to >>>>>>>>>>>>>>>>>>>>>>>>>>>>> dishonestly ignore
    is the concrete counter-example that I >>>>>>>>>>>>>>>>>>>>>>>>>>>>> provided that
    conclusively proves that the finite string >>>>>>>>>>>>>>>>>>>>>>>>>>>>> of machine
    code input is not always a valid proxy for >>>>>>>>>>>>>>>>>>>>>>>>>>>>> the behavior
    of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept of a >>>>>>>>>>>>>>>>>>>>>>>>>>>> UTM, which can take a description of any >>>>>>>>>>>>>>>>>>>>>>>>>>>> Turing machine and exactly reproduce the >>>>>>>>>>>>>>>>>>>>>>>>>>>> behavior of the direct execution. >>>>>>>>>>>>>>>>>>>>>>>>>>>
    I deny that a pathological relationship >>>>>>>>>>>>>>>>>>>>>>>>>>> between a UTM and
    its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, and >>>>>>>>>>>>>>>>>>>>>>>>>> neither will the input when executed directly. >>>>>>>>>>>>>>>>>>>>>>>>>
    It is not impossible to adapt a UTM such that it >>>>>>>>>>>>>>>>>>>>>>>>> correctly simulates a finite number of steps of an >>>>>>>>>>>>>>>>>>>>>>>>> input.


    1) then you no longer have a UTM, so statements >>>>>>>>>>>>>>>>>>>>>>>> about a UTM don't apply

    We can know that when this adapted UTM simulates a >>>>>>>>>>>>>>>>>>>>>>> finite number of steps of its input that this finite >>>>>>>>>>>>>>>>>>>>>>> number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM simulation >>>>>>>>>>>>>>>>>>>>>> that matches the behavior of the direct execution >>>>>>>>>>>>>>>>>>>>>> as it is incomplete.


    It is dishonest to expect non-terminating inputs to >>>>>>>>>>>>>>>>>>>>> complete.

    An input that halts when executed directly is not >>>>>>>>>>>>>>>>>>>> non- terminating



    2) changing the input is not allowed >>>>>>>>>>>>>>>>>>>>>>>
    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>>>>>> indication that the input was in any way changed. >>>>>>>>>>>>>>>>>>>>>>>

    False, if the starting function calls UTM and UTM >>>>>>>>>>>>>>>>>>>>>> changes, you're changing the input. >>>>>>>>>>>>>>>>>>>>>>

    When UTM1 is a UTM that has been adapted to only >>>>>>>>>>>>>>>>>>>>> simulate
    a finite number of steps

    And is therefore no longer a UTM that does a correct >>>>>>>>>>>>>>>>>>>> and complete simulation

    and input D calls UTM1 then the
    behavior of D simulated by UTM1


    Is not what I asked about.  I asked about the >>>>>>>>>>>>>>>>>>>> behavior of D when executed directly.


    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases. >>>>>>>>>>>>>>>>>>>

    No it isn't, not if it is the definition of a PROGRAM. >>>>>>>>>>>>>>>>>>

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify: >>>>>>>>>>>>>>>>> 558bec6872210000e853f4ffff83c4045dc3
    as an input to HHH is different than these
    same bytes as input to HHH1 as a verified fact. >>>>>>>>>>>>>>>>>
    Or, are you admitting you don't understand the meaning >>>>>>>>>>>>>>>>>> of a program?


    It seems that you "just don't believe in" verified facts. >>>>>>>>>>>>>>>>>
    That completely depends on who has verified it. >>>>>>>>>>>>>>>
    No it does not. That is a stupid thing to say.
    Every verified fact IS TRUE BY DEFINITION.

    No, if the verifiers lies, then his "verification" isn't >>>>>>>>>>>>>> valid.


    That is not the way semantic tautology works.
    If the father of lies says that cats are animals
    then cats are still animals.

    Or, do you accept the verification by the election deniers >>>>>>>>>>>>>> that show that there was the possibility of the fraud, >>>>>>>>>>>>>>

    There is a possibility that five minutes ago never existed. >>>>>>>>>>>>> Claiming that there was fraud when you know there was no >>>>>>>>>>>>> evidence of fraud might get you eternally incinerated. >>>>>>>>>>>>>
    A guess you have to or you are admitting yourself to be a >>>>>>>>>>>>>> hypocrite.


    If everyone can see that the way in which Olcott >>>>>>>>>>>>>>>> verifies his 'facts' is only a baseless claim, I do not >>>>>>>>>>>>>>>> believe in the verification. In particular when he does >>>>>>>>>>>>>>>> not fix the errors in the verification that were pointed >>>>>>>>>>>>>>>> out to him.

    My claims are verified as true entirely on the basis >>>>>>>>>>>>>>> of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning of the >>>>>>>>>>>>>> words you use, but then you LIE to yourself about what >>>>>>>>>>>>>> those words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping >>>>>>>>>>>>> [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT
    CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE.

    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES
    IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction

    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data
    emulated to be part of the input.


    It is part of the input in the sense that HHH must
    emulate itself emulating DDD. HHH it the test program
    thus not the program-under-test. HHH is not asking does
    itself halt? It was encoded to always halt for such
    inputs. HHH is asking does this input specify that it
    reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as part >>>>>>>> of it, and thus needs to be part of the input.


    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, so
    there is no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.


    Where "correct" is defined to disagree with the x86 language.



    WHERE?


    HHH1 correctly emualated EVERY instruction it came to, and continued
    to the end.


    And HHH emulated every instruction is came to including
    emulating itself emulating DDD.

    Then how did it return an answer if it did this and never came to an end?

    Prevously you have said that it will abort its emulation and return. It
    can't do that and also keep on emulating.

    It seems you don't understand the rules of reality.


    HHH1 can't possibly emulate itself emulating DDD because
    DDD does not call HHH1 in recursive emulation.


    WHo said it needed to emulate itself, it emulated the input.

    The exact same input that you say HHH is emulating, as it will come
    across the exact same instructions with the exact same register
    contents, so gets the exact same behaivor.

    HHH1 got to the end, because it sees HHH abort and return as you claimed
    it did.

    Your logic just keeps on tripping over your contradictory claims.

    Sorry, all you are doing it proving you are a liar.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Tue Apr 1 12:09:38 2025
    Op 01.apr.2025 om 04:19 schreef olcott:
    On 3/31/2025 8:27 PM, Richard Damon wrote:
    On 3/31/25 8:59 PM, olcott wrote:
    On 3/31/2025 7:26 PM, Richard Damon wrote:
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote:
    On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote:
    Op 30.mrt.2025 om 04:35 schreef olcott:
    On 3/29/2025 8:12 PM, Richard Damon wrote: >>>>>>>>>>>>>>>>>>>> On 3/29/25 6:44 PM, olcott wrote:
    On 3/29/2025 5:08 PM, dbush wrote:
    On 3/29/2025 5:46 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:14 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 4:01 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:26 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:22 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:06 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mapping from >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the direct execution of a Turing Machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an actual >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> running TM, only mapping properties of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the TM described. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The key fact that you continue to >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dishonestly ignore >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> is the concrete counter-example that I >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> provided that
    conclusively proves that the finite >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> string of machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> code input is not always a valid proxy >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> for the behavior >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept of a >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> UTM, which can take a description of any >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Turing machine and exactly reproduce the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> behavior of the direct execution. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    I deny that a pathological relationship >>>>>>>>>>>>>>>>>>>>>>>>>>>>> between a UTM and
    its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, and >>>>>>>>>>>>>>>>>>>>>>>>>>>> neither will the input when executed directly. >>>>>>>>>>>>>>>>>>>>>>>>>>>
    It is not impossible to adapt a UTM such that it >>>>>>>>>>>>>>>>>>>>>>>>>>> correctly simulates a finite number of steps >>>>>>>>>>>>>>>>>>>>>>>>>>> of an
    input.


    1) then you no longer have a UTM, so >>>>>>>>>>>>>>>>>>>>>>>>>> statements about a UTM don't apply >>>>>>>>>>>>>>>>>>>>>>>>>
    We can know that when this adapted UTM simulates a >>>>>>>>>>>>>>>>>>>>>>>>> finite number of steps of its input that this >>>>>>>>>>>>>>>>>>>>>>>>> finite
    number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM >>>>>>>>>>>>>>>>>>>>>>>> simulation that matches the behavior of the >>>>>>>>>>>>>>>>>>>>>>>> direct execution as it is incomplete. >>>>>>>>>>>>>>>>>>>>>>>>

    It is dishonest to expect non-terminating inputs >>>>>>>>>>>>>>>>>>>>>>> to complete.

    An input that halts when executed directly is not >>>>>>>>>>>>>>>>>>>>>> non- terminating



    2) changing the input is not allowed >>>>>>>>>>>>>>>>>>>>>>>>>
    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>>>>>>>> indication that the input was in any way changed. >>>>>>>>>>>>>>>>>>>>>>>>>

    False, if the starting function calls UTM and >>>>>>>>>>>>>>>>>>>>>>>> UTM changes, you're changing the input. >>>>>>>>>>>>>>>>>>>>>>>>

    When UTM1 is a UTM that has been adapted to only >>>>>>>>>>>>>>>>>>>>>>> simulate
    a finite number of steps

    And is therefore no longer a UTM that does a >>>>>>>>>>>>>>>>>>>>>> correct and complete simulation

    and input D calls UTM1 then the
    behavior of D simulated by UTM1


    Is not what I asked about.  I asked about the >>>>>>>>>>>>>>>>>>>>>> behavior of D when executed directly. >>>>>>>>>>>>>>>>>>>>>>

    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases. >>>>>>>>>>>>>>>>>>>>>

    No it isn't, not if it is the definition of a PROGRAM. >>>>>>>>>>>>>>>>>>>>

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify: >>>>>>>>>>>>>>>>>>> 558bec6872210000e853f4ffff83c4045dc3
    as an input to HHH is different than these >>>>>>>>>>>>>>>>>>> same bytes as input to HHH1 as a verified fact. >>>>>>>>>>>>>>>>>>>
    Or, are you admitting you don't understand the >>>>>>>>>>>>>>>>>>>> meaning of a program?


    It seems that you "just don't believe in" verified >>>>>>>>>>>>>>>>>>> facts.

    That completely depends on who has verified it. >>>>>>>>>>>>>>>>>
    No it does not. That is a stupid thing to say. >>>>>>>>>>>>>>>>> Every verified fact IS TRUE BY DEFINITION.

    No, if the verifiers lies, then his "verification" isn't >>>>>>>>>>>>>>>> valid.


    That is not the way semantic tautology works.
    If the father of lies says that cats are animals >>>>>>>>>>>>>>> then cats are still animals.

    Or, do you accept the verification by the election >>>>>>>>>>>>>>>> deniers that show that there was the possibility of the >>>>>>>>>>>>>>>> fraud,


    There is a possibility that five minutes ago never existed. >>>>>>>>>>>>>>> Claiming that there was fraud when you know there was no >>>>>>>>>>>>>>> evidence of fraud might get you eternally incinerated. >>>>>>>>>>>>>>>
    A guess you have to or you are admitting yourself to be >>>>>>>>>>>>>>>> a hypocrite.


    If everyone can see that the way in which Olcott >>>>>>>>>>>>>>>>>> verifies his 'facts' is only a baseless claim, I do >>>>>>>>>>>>>>>>>> not believe in the verification. In particular when he >>>>>>>>>>>>>>>>>> does not fix the errors in the verification that were >>>>>>>>>>>>>>>>>> pointed out to him.

    My claims are verified as true entirely on the basis >>>>>>>>>>>>>>>>> of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning of >>>>>>>>>>>>>>>> the words you use, but then you LIE to yourself about >>>>>>>>>>>>>>>> what those words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping >>>>>>>>>>>>>>> [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT
    CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE.

    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES
    IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction

    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data >>>>>>>>>>>> emulated to be part of the input.


    It is part of the input in the sense that HHH must
    emulate itself emulating DDD. HHH it the test program
    thus not the program-under-test. HHH is not asking does
    itself halt? It was encoded to always halt for such
    inputs. HHH is asking does this input specify that it
    reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as >>>>>>>>>> part of it, and thus needs to be part of the input.


    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, so
    there is no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.


    Where "correct" is defined to disagree with the x86 language.



    WHERE?


    HHH1 correctly emualated EVERY instruction it came to, and continued
    to the end.


    And HHH emulated every instruction is came to including
    emulating itself emulating DDD.

    Then how did it return an answer if it did this and never came to an end?


    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.

    But for a DDD that halts, as proven by direct execution, there is
    nothing that prevents its own termination. So, no need to stop the
    simulation.
    Your error is that you have constructed the problem such that if you
    modify HHH to not stop, you also modify the input. Then a stop is indeed needed. But that modified HHH that does not stop is only a dream. Dreams
    do not change the input.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Tue Apr 1 06:36:18 2025
    On 3/31/25 10:19 PM, olcott wrote:
    On 3/31/2025 8:27 PM, Richard Damon wrote:
    On 3/31/25 8:59 PM, olcott wrote:
    On 3/31/2025 7:26 PM, Richard Damon wrote:
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote:
    On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote:
    Op 30.mrt.2025 om 04:35 schreef olcott:
    On 3/29/2025 8:12 PM, Richard Damon wrote: >>>>>>>>>>>>>>>>>>>> On 3/29/25 6:44 PM, olcott wrote:
    On 3/29/2025 5:08 PM, dbush wrote:
    On 3/29/2025 5:46 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:14 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 4:01 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:26 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:22 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:06 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mapping from >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the direct execution of a Turing Machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an actual >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> running TM, only mapping properties of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the TM described. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The key fact that you continue to >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dishonestly ignore >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> is the concrete counter-example that I >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> provided that
    conclusively proves that the finite >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> string of machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> code input is not always a valid proxy >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> for the behavior >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept of a >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> UTM, which can take a description of any >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Turing machine and exactly reproduce the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> behavior of the direct execution. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    I deny that a pathological relationship >>>>>>>>>>>>>>>>>>>>>>>>>>>>> between a UTM and
    its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, and >>>>>>>>>>>>>>>>>>>>>>>>>>>> neither will the input when executed directly. >>>>>>>>>>>>>>>>>>>>>>>>>>>
    It is not impossible to adapt a UTM such that it >>>>>>>>>>>>>>>>>>>>>>>>>>> correctly simulates a finite number of steps >>>>>>>>>>>>>>>>>>>>>>>>>>> of an
    input.


    1) then you no longer have a UTM, so >>>>>>>>>>>>>>>>>>>>>>>>>> statements about a UTM don't apply >>>>>>>>>>>>>>>>>>>>>>>>>
    We can know that when this adapted UTM simulates a >>>>>>>>>>>>>>>>>>>>>>>>> finite number of steps of its input that this >>>>>>>>>>>>>>>>>>>>>>>>> finite
    number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM >>>>>>>>>>>>>>>>>>>>>>>> simulation that matches the behavior of the >>>>>>>>>>>>>>>>>>>>>>>> direct execution as it is incomplete. >>>>>>>>>>>>>>>>>>>>>>>>

    It is dishonest to expect non-terminating inputs >>>>>>>>>>>>>>>>>>>>>>> to complete.

    An input that halts when executed directly is not >>>>>>>>>>>>>>>>>>>>>> non- terminating



    2) changing the input is not allowed >>>>>>>>>>>>>>>>>>>>>>>>>
    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>>>>>>>> indication that the input was in any way changed. >>>>>>>>>>>>>>>>>>>>>>>>>

    False, if the starting function calls UTM and >>>>>>>>>>>>>>>>>>>>>>>> UTM changes, you're changing the input. >>>>>>>>>>>>>>>>>>>>>>>>

    When UTM1 is a UTM that has been adapted to only >>>>>>>>>>>>>>>>>>>>>>> simulate
    a finite number of steps

    And is therefore no longer a UTM that does a >>>>>>>>>>>>>>>>>>>>>> correct and complete simulation

    and input D calls UTM1 then the
    behavior of D simulated by UTM1


    Is not what I asked about.  I asked about the >>>>>>>>>>>>>>>>>>>>>> behavior of D when executed directly. >>>>>>>>>>>>>>>>>>>>>>

    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases. >>>>>>>>>>>>>>>>>>>>>

    No it isn't, not if it is the definition of a PROGRAM. >>>>>>>>>>>>>>>>>>>>

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify: >>>>>>>>>>>>>>>>>>> 558bec6872210000e853f4ffff83c4045dc3
    as an input to HHH is different than these >>>>>>>>>>>>>>>>>>> same bytes as input to HHH1 as a verified fact. >>>>>>>>>>>>>>>>>>>
    Or, are you admitting you don't understand the >>>>>>>>>>>>>>>>>>>> meaning of a program?


    It seems that you "just don't believe in" verified >>>>>>>>>>>>>>>>>>> facts.

    That completely depends on who has verified it. >>>>>>>>>>>>>>>>>
    No it does not. That is a stupid thing to say. >>>>>>>>>>>>>>>>> Every verified fact IS TRUE BY DEFINITION.

    No, if the verifiers lies, then his "verification" isn't >>>>>>>>>>>>>>>> valid.


    That is not the way semantic tautology works.
    If the father of lies says that cats are animals >>>>>>>>>>>>>>> then cats are still animals.

    Or, do you accept the verification by the election >>>>>>>>>>>>>>>> deniers that show that there was the possibility of the >>>>>>>>>>>>>>>> fraud,


    There is a possibility that five minutes ago never existed. >>>>>>>>>>>>>>> Claiming that there was fraud when you know there was no >>>>>>>>>>>>>>> evidence of fraud might get you eternally incinerated. >>>>>>>>>>>>>>>
    A guess you have to or you are admitting yourself to be >>>>>>>>>>>>>>>> a hypocrite.


    If everyone can see that the way in which Olcott >>>>>>>>>>>>>>>>>> verifies his 'facts' is only a baseless claim, I do >>>>>>>>>>>>>>>>>> not believe in the verification. In particular when he >>>>>>>>>>>>>>>>>> does not fix the errors in the verification that were >>>>>>>>>>>>>>>>>> pointed out to him.

    My claims are verified as true entirely on the basis >>>>>>>>>>>>>>>>> of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning of >>>>>>>>>>>>>>>> the words you use, but then you LIE to yourself about >>>>>>>>>>>>>>>> what those words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping >>>>>>>>>>>>>>> [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT
    CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE.

    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES
    IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction

    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data >>>>>>>>>>>> emulated to be part of the input.


    It is part of the input in the sense that HHH must
    emulate itself emulating DDD. HHH it the test program
    thus not the program-under-test. HHH is not asking does
    itself halt? It was encoded to always halt for such
    inputs. HHH is asking does this input specify that it
    reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as >>>>>>>>>> part of it, and thus needs to be part of the input.


    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, so
    there is no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.


    Where "correct" is defined to disagree with the x86 language.



    WHERE?


    HHH1 correctly emualated EVERY instruction it came to, and continued
    to the end.


    And HHH emulated every instruction is came to including
    emulating itself emulating DDD.

    Then how did it return an answer if it did this and never came to an end?


    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.


    But DDD doesn't prevent its own terminatation, as it calls an HHH that
    WILL abort its emulation and return and answer.

    The only rebuttal to this is rejecting the notion
    that deciders must always halt.


    No, that is WHY DDD is halting. *ANY* HHH that it calls, that IS a
    decider, will cause DDD to be halting.

    What YOU don't understand is that you can only be talking about complete programs, which include ALL their code (down to the OS to use your
    langugage) and thus DDD includes the HHH that it calls, and the behavior
    of that HHH is credited to DDD itself, and thus HHH can't "ignore" it.

    Sorry, one big part of your problem is you don't know the meaning of the
    words you use, like "program", or "behavior", or even "computation", and
    thus you have made up lies for the meaning of these words that you have believed in, which has just turned you into a pathological liar, who has
    no understanding of the meaning of truth.

    You live in a world of MAKE BELEIVE, a world filled with contrtadictions
    and lies, and that seems to be where you want to live, and thus will be
    the way you will die, having no idea about the reality of the world.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Tue Apr 1 21:13:07 2025
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.


    But DDD doesn't prevent its own terminatation, as it calls an HHH that
    WILL abort its emulation and return and answer.


    You know that DDD stopping running and DDD reaching its
    final halt state are not the same thing you damned liar.


    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.

    Only the COMPLETE emulation of the input, which will see that it halts, determines whether it halts or not.

    Your problem is you think the finite number of steps that HHH emulated
    is the unbounded number of steps needed for non-halting (because correct emulation doesn't stop in a finite number of steps unless it reaches a
    final state).

    Sorry, you are just proving you are just a pathological liar that
    doesn't understand what he is talking about.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Tue Apr 1 21:10:04 2025
    On 4/1/25 7:33 PM, olcott wrote:
    On 4/1/2025 5:09 AM, Fred. Zwarts wrote:
    Op 01.apr.2025 om 04:19 schreef olcott:
    On 3/31/2025 8:27 PM, Richard Damon wrote:
    On 3/31/25 8:59 PM, olcott wrote:
    On 3/31/2025 7:26 PM, Richard Damon wrote:
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote:
    On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote: >>>>>>>>>>>>>>>>>>>> Op 30.mrt.2025 om 04:35 schreef olcott: >>>>>>>>>>>>>>>>>>>>> On 3/29/2025 8:12 PM, Richard Damon wrote: >>>>>>>>>>>>>>>>>>>>>> On 3/29/25 6:44 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 5:08 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 5:46 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:14 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 4:01 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:26 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:22 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:06 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mapping from >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the direct execution of a Turing Machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> actual running TM, only mapping >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> properties of the TM described. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The key fact that you continue to >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dishonestly ignore >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> is the concrete counter-example that I >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> provided that >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> conclusively proves that the finite >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> string of machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> code input is not always a valid proxy >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> for the behavior >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> a UTM, which can take a description of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> any Turing machine and exactly reproduce >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the behavior of the direct execution. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    I deny that a pathological relationship >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> between a UTM and >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, and >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> neither will the input when executed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> directly.

    It is not impossible to adapt a UTM such >>>>>>>>>>>>>>>>>>>>>>>>>>>>> that it
    correctly simulates a finite number of >>>>>>>>>>>>>>>>>>>>>>>>>>>>> steps of an
    input.


    1) then you no longer have a UTM, so >>>>>>>>>>>>>>>>>>>>>>>>>>>> statements about a UTM don't apply >>>>>>>>>>>>>>>>>>>>>>>>>>>
    We can know that when this adapted UTM >>>>>>>>>>>>>>>>>>>>>>>>>>> simulates a
    finite number of steps of its input that this >>>>>>>>>>>>>>>>>>>>>>>>>>> finite
    number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM >>>>>>>>>>>>>>>>>>>>>>>>>> simulation that matches the behavior of the >>>>>>>>>>>>>>>>>>>>>>>>>> direct execution as it is incomplete. >>>>>>>>>>>>>>>>>>>>>>>>>>

    It is dishonest to expect non-terminating >>>>>>>>>>>>>>>>>>>>>>>>> inputs to complete.

    An input that halts when executed directly is >>>>>>>>>>>>>>>>>>>>>>>> not non- terminating



    2) changing the input is not allowed >>>>>>>>>>>>>>>>>>>>>>>>>>>
    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>>>>>>>>>> indication that the input was in any way >>>>>>>>>>>>>>>>>>>>>>>>>>> changed.


    False, if the starting function calls UTM and >>>>>>>>>>>>>>>>>>>>>>>>>> UTM changes, you're changing the input. >>>>>>>>>>>>>>>>>>>>>>>>>>

    When UTM1 is a UTM that has been adapted to >>>>>>>>>>>>>>>>>>>>>>>>> only simulate
    a finite number of steps

    And is therefore no longer a UTM that does a >>>>>>>>>>>>>>>>>>>>>>>> correct and complete simulation >>>>>>>>>>>>>>>>>>>>>>>>
    and input D calls UTM1 then the >>>>>>>>>>>>>>>>>>>>>>>>> behavior of D simulated by UTM1 >>>>>>>>>>>>>>>>>>>>>>>>

    Is not what I asked about.  I asked about the >>>>>>>>>>>>>>>>>>>>>>>> behavior of D when executed directly. >>>>>>>>>>>>>>>>>>>>>>>>

    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases. >>>>>>>>>>>>>>>>>>>>>>>

    No it isn't, not if it is the definition of a >>>>>>>>>>>>>>>>>>>>>> PROGRAM.


    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04 >>>>>>>>>>>>>>>>>>>>> [00002182] 5d         pop  ebp >>>>>>>>>>>>>>>>>>>>> [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify: >>>>>>>>>>>>>>>>>>>>> 558bec6872210000e853f4ffff83c4045dc3 >>>>>>>>>>>>>>>>>>>>> as an input to HHH is different than these >>>>>>>>>>>>>>>>>>>>> same bytes as input to HHH1 as a verified fact. >>>>>>>>>>>>>>>>>>>>>
    Or, are you admitting you don't understand the >>>>>>>>>>>>>>>>>>>>>> meaning of a program?


    It seems that you "just don't believe in" verified >>>>>>>>>>>>>>>>>>>>> facts.

    That completely depends on who has verified it. >>>>>>>>>>>>>>>>>>>
    No it does not. That is a stupid thing to say. >>>>>>>>>>>>>>>>>>> Every verified fact IS TRUE BY DEFINITION. >>>>>>>>>>>>>>>>>>
    No, if the verifiers lies, then his "verification" >>>>>>>>>>>>>>>>>> isn't valid.


    That is not the way semantic tautology works. >>>>>>>>>>>>>>>>> If the father of lies says that cats are animals >>>>>>>>>>>>>>>>> then cats are still animals.

    Or, do you accept the verification by the election >>>>>>>>>>>>>>>>>> deniers that show that there was the possibility of >>>>>>>>>>>>>>>>>> the fraud,


    There is a possibility that five minutes ago never >>>>>>>>>>>>>>>>> existed.
    Claiming that there was fraud when you know there was no >>>>>>>>>>>>>>>>> evidence of fraud might get you eternally incinerated. >>>>>>>>>>>>>>>>>
    A guess you have to or you are admitting yourself to >>>>>>>>>>>>>>>>>> be a hypocrite.


    If everyone can see that the way in which Olcott >>>>>>>>>>>>>>>>>>>> verifies his 'facts' is only a baseless claim, I do >>>>>>>>>>>>>>>>>>>> not believe in the verification. In particular when >>>>>>>>>>>>>>>>>>>> he does not fix the errors in the verification that >>>>>>>>>>>>>>>>>>>> were pointed out to him.

    My claims are verified as true entirely on the basis >>>>>>>>>>>>>>>>>>> of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning of >>>>>>>>>>>>>>>>>> the words you use, but then you LIE to yourself about >>>>>>>>>>>>>>>>>> what those words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT
    CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE. >>>>>>>>>>>>>>>>>
    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES >>>>>>>>>>>>>>>>> IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction >>>>>>>>>>>>>>>
    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data >>>>>>>>>>>>>> emulated to be part of the input.


    It is part of the input in the sense that HHH must
    emulate itself emulating DDD. HHH it the test program >>>>>>>>>>>>> thus not the program-under-test. HHH is not asking does >>>>>>>>>>>>> itself halt? It was encoded to always halt for such
    inputs. HHH is asking does this input specify that it >>>>>>>>>>>>> reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as >>>>>>>>>>>> part of it, and thus needs to be part of the input.


    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, so >>>>>>>>>> there is no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.


    Where "correct" is defined to disagree with the x86 language.



    WHERE?


    HHH1 correctly emualated EVERY instruction it came to, and
    continued to the end.


    And HHH emulated every instruction is came to including
    emulating itself emulating DDD.

    Then how did it return an answer if it did this and never came to an
    end?


    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.

    But for a DDD that halts,

    on the basis of dishonestly changing the subject to
    a different instance of DDD, then the one proposing
    change of subject is committing the straw-man deception.



    But all identical instances of DDD behave the same, at least in any real
    system of computation,

    It seems Olcott-Computation theory is pretty much worthless as you can't
    deduce from one instance of a program what another does, because you
    whole universe is just inconsistant.

    Sorry, no one wants your idea of computation, and you don't understand
    the real one enough to talk about it intelgenetly.

    Thus, it is YOU who has been committing the strawman error as you claim
    to be talking about the system which Turing Worked in, but it is clear
    you know nothing about that system and are using your own make believe
    system.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Wed Apr 2 10:49:25 2025
    Op 02.apr.2025 om 01:33 schreef olcott:
    On 4/1/2025 5:09 AM, Fred. Zwarts wrote:
    Op 01.apr.2025 om 04:19 schreef olcott:
    On 3/31/2025 8:27 PM, Richard Damon wrote:
    On 3/31/25 8:59 PM, olcott wrote:
    On 3/31/2025 7:26 PM, Richard Damon wrote:
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote:
    On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote: >>>>>>>>>>>>>>>>>>>> Op 30.mrt.2025 om 04:35 schreef olcott: >>>>>>>>>>>>>>>>>>>>> On 3/29/2025 8:12 PM, Richard Damon wrote: >>>>>>>>>>>>>>>>>>>>>> On 3/29/25 6:44 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 5:08 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 5:46 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:14 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 4:01 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:26 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:22 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:06 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mapping from >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the direct execution of a Turing Machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> actual running TM, only mapping >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> properties of the TM described. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The key fact that you continue to >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dishonestly ignore >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> is the concrete counter-example that I >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> provided that >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> conclusively proves that the finite >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> string of machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> code input is not always a valid proxy >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> for the behavior >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> a UTM, which can take a description of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> any Turing machine and exactly reproduce >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the behavior of the direct execution. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    I deny that a pathological relationship >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> between a UTM and >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, and >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> neither will the input when executed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> directly.

    It is not impossible to adapt a UTM such >>>>>>>>>>>>>>>>>>>>>>>>>>>>> that it
    correctly simulates a finite number of >>>>>>>>>>>>>>>>>>>>>>>>>>>>> steps of an
    input.


    1) then you no longer have a UTM, so >>>>>>>>>>>>>>>>>>>>>>>>>>>> statements about a UTM don't apply >>>>>>>>>>>>>>>>>>>>>>>>>>>
    We can know that when this adapted UTM >>>>>>>>>>>>>>>>>>>>>>>>>>> simulates a
    finite number of steps of its input that this >>>>>>>>>>>>>>>>>>>>>>>>>>> finite
    number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM >>>>>>>>>>>>>>>>>>>>>>>>>> simulation that matches the behavior of the >>>>>>>>>>>>>>>>>>>>>>>>>> direct execution as it is incomplete. >>>>>>>>>>>>>>>>>>>>>>>>>>

    It is dishonest to expect non-terminating >>>>>>>>>>>>>>>>>>>>>>>>> inputs to complete.

    An input that halts when executed directly is >>>>>>>>>>>>>>>>>>>>>>>> not non- terminating



    2) changing the input is not allowed >>>>>>>>>>>>>>>>>>>>>>>>>>>
    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>>>>>>>>>> indication that the input was in any way >>>>>>>>>>>>>>>>>>>>>>>>>>> changed.


    False, if the starting function calls UTM and >>>>>>>>>>>>>>>>>>>>>>>>>> UTM changes, you're changing the input. >>>>>>>>>>>>>>>>>>>>>>>>>>

    When UTM1 is a UTM that has been adapted to >>>>>>>>>>>>>>>>>>>>>>>>> only simulate
    a finite number of steps

    And is therefore no longer a UTM that does a >>>>>>>>>>>>>>>>>>>>>>>> correct and complete simulation >>>>>>>>>>>>>>>>>>>>>>>>
    and input D calls UTM1 then the >>>>>>>>>>>>>>>>>>>>>>>>> behavior of D simulated by UTM1 >>>>>>>>>>>>>>>>>>>>>>>>

    Is not what I asked about.  I asked about the >>>>>>>>>>>>>>>>>>>>>>>> behavior of D when executed directly. >>>>>>>>>>>>>>>>>>>>>>>>

    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases. >>>>>>>>>>>>>>>>>>>>>>>

    No it isn't, not if it is the definition of a >>>>>>>>>>>>>>>>>>>>>> PROGRAM.


    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04 >>>>>>>>>>>>>>>>>>>>> [00002182] 5d         pop  ebp >>>>>>>>>>>>>>>>>>>>> [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify: >>>>>>>>>>>>>>>>>>>>> 558bec6872210000e853f4ffff83c4045dc3 >>>>>>>>>>>>>>>>>>>>> as an input to HHH is different than these >>>>>>>>>>>>>>>>>>>>> same bytes as input to HHH1 as a verified fact. >>>>>>>>>>>>>>>>>>>>>
    Or, are you admitting you don't understand the >>>>>>>>>>>>>>>>>>>>>> meaning of a program?


    It seems that you "just don't believe in" verified >>>>>>>>>>>>>>>>>>>>> facts.

    That completely depends on who has verified it. >>>>>>>>>>>>>>>>>>>
    No it does not. That is a stupid thing to say. >>>>>>>>>>>>>>>>>>> Every verified fact IS TRUE BY DEFINITION. >>>>>>>>>>>>>>>>>>
    No, if the verifiers lies, then his "verification" >>>>>>>>>>>>>>>>>> isn't valid.


    That is not the way semantic tautology works. >>>>>>>>>>>>>>>>> If the father of lies says that cats are animals >>>>>>>>>>>>>>>>> then cats are still animals.

    Or, do you accept the verification by the election >>>>>>>>>>>>>>>>>> deniers that show that there was the possibility of >>>>>>>>>>>>>>>>>> the fraud,


    There is a possibility that five minutes ago never >>>>>>>>>>>>>>>>> existed.
    Claiming that there was fraud when you know there was no >>>>>>>>>>>>>>>>> evidence of fraud might get you eternally incinerated. >>>>>>>>>>>>>>>>>
    A guess you have to or you are admitting yourself to >>>>>>>>>>>>>>>>>> be a hypocrite.


    If everyone can see that the way in which Olcott >>>>>>>>>>>>>>>>>>>> verifies his 'facts' is only a baseless claim, I do >>>>>>>>>>>>>>>>>>>> not believe in the verification. In particular when >>>>>>>>>>>>>>>>>>>> he does not fix the errors in the verification that >>>>>>>>>>>>>>>>>>>> were pointed out to him.

    My claims are verified as true entirely on the basis >>>>>>>>>>>>>>>>>>> of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning of >>>>>>>>>>>>>>>>>> the words you use, but then you LIE to yourself about >>>>>>>>>>>>>>>>>> what those words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT
    CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE. >>>>>>>>>>>>>>>>>
    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES >>>>>>>>>>>>>>>>> IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction >>>>>>>>>>>>>>>
    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data >>>>>>>>>>>>>> emulated to be part of the input.


    It is part of the input in the sense that HHH must
    emulate itself emulating DDD. HHH it the test program >>>>>>>>>>>>> thus not the program-under-test. HHH is not asking does >>>>>>>>>>>>> itself halt? It was encoded to always halt for such
    inputs. HHH is asking does this input specify that it >>>>>>>>>>>>> reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as >>>>>>>>>>>> part of it, and thus needs to be part of the input.


    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, so >>>>>>>>>> there is no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.


    Where "correct" is defined to disagree with the x86 language.



    WHERE?


    HHH1 correctly emualated EVERY instruction it came to, and
    continued to the end.


    And HHH emulated every instruction is came to including
    emulating itself emulating DDD.

    Then how did it return an answer if it did this and never came to an
    end?


    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.

    But for a DDD that halts,

    on the basis of dishonestly changing the subject to
    a different instance of DDD, then the one proposing
    change of subject is committing the straw-man deception.
    o, why do you change the subject to a non-halting DDD, when it has been
    proven that DDD halts (by direct execution ans world-class simulators). Admitting you are dishonest?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 07:16:15 2025
    On 4/1/25 10:37 PM, olcott wrote:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.


    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.


    You know that DDD stopping running and DDD reaching its
    final halt state are not the same thing you damned liar.


    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.


    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps
    never reaches its final halt state.

    But that isn't something that happens with THIS HHH, since it doesn't do
    that.


    HHH sees this in one recursive emulation of DDD.

    And if it acts on it, it is the HHH that does that.


    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop simulating and reject any input that would otherwise prevent its own termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.


    But DDD doesn't prevent its own termination, at least not the one that
    calls the actual decider HHH. You keep on confusing different version of
    the program DDD (likely because you don't understand what makes a program).

    Your problem is that in your insanity you confuse different version of
    your setup as being the same, when you point out there differences.

    All you are doing is proving that you are just utter ignorant of the
    basic facts of the system you are talking about, and don't care how many
    lies you telll.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 07:12:45 2025
    On 4/1/25 10:33 PM, olcott wrote:
    On 4/1/2025 8:10 PM, Richard Damon wrote:
    On 4/1/25 7:33 PM, olcott wrote:
    On 4/1/2025 5:09 AM, Fred. Zwarts wrote:
    Op 01.apr.2025 om 04:19 schreef olcott:
    On 3/31/2025 8:27 PM, Richard Damon wrote:
    On 3/31/25 8:59 PM, olcott wrote:
    On 3/31/2025 7:26 PM, Richard Damon wrote:
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:
    On 3/30/2025 4:01 PM, Richard Damon wrote: >>>>>>>>>>>>>>>>>>>> On 3/30/25 3:42 PM, olcott wrote:
    On 3/30/2025 8:50 AM, Fred. Zwarts wrote: >>>>>>>>>>>>>>>>>>>>>> Op 30.mrt.2025 om 04:35 schreef olcott: >>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 8:12 PM, Richard Damon wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 3/29/25 6:44 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 5:08 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 5:46 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:14 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 4:01 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:26 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:22 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 2:06 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 3:03 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 10:23 AM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/29/2025 11:12 AM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:00 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 3/28/2025 11:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    It defines that it must compute the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mapping from >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the direct execution of a Turing >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Which does not require tracing an >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> actual running TM, only mapping >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> properties of the TM described. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The key fact that you continue to >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dishonestly ignore >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> is the concrete counter-example that >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I provided that >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> conclusively proves that the finite >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> string of machine >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> code input is not always a valid >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> proxy for the behavior >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> of the underlying virtual machine. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    In other words, you deny the concept >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> of a UTM, which can take a description >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> of any Turing machine and exactly >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> reproduce the behavior of the direct >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> execution.

    I deny that a pathological relationship >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> between a UTM and >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> its input can be correctly ignored. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    In such a case, the UTM will not halt, >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> and neither will the input when executed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> directly.

    It is not impossible to adapt a UTM such >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> that it
    correctly simulates a finite number of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> steps of an
    input.


    1) then you no longer have a UTM, so >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> statements about a UTM don't apply >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    We can know that when this adapted UTM >>>>>>>>>>>>>>>>>>>>>>>>>>>>> simulates a
    finite number of steps of its input that >>>>>>>>>>>>>>>>>>>>>>>>>>>>> this finite
    number of steps were simulated correctly. >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    And therefore does not do a correct UTM >>>>>>>>>>>>>>>>>>>>>>>>>>>> simulation that matches the behavior of the >>>>>>>>>>>>>>>>>>>>>>>>>>>> direct execution as it is incomplete. >>>>>>>>>>>>>>>>>>>>>>>>>>>>

    It is dishonest to expect non-terminating >>>>>>>>>>>>>>>>>>>>>>>>>>> inputs to complete.

    An input that halts when executed directly is >>>>>>>>>>>>>>>>>>>>>>>>>> not non- terminating



    2) changing the input is not allowed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The input is unchanged. There never was any >>>>>>>>>>>>>>>>>>>>>>>>>>>>> indication that the input was in any way >>>>>>>>>>>>>>>>>>>>>>>>>>>>> changed.


    False, if the starting function calls UTM >>>>>>>>>>>>>>>>>>>>>>>>>>>> and UTM changes, you're changing the input. >>>>>>>>>>>>>>>>>>>>>>>>>>>>

    When UTM1 is a UTM that has been adapted to >>>>>>>>>>>>>>>>>>>>>>>>>>> only simulate
    a finite number of steps

    And is therefore no longer a UTM that does a >>>>>>>>>>>>>>>>>>>>>>>>>> correct and complete simulation >>>>>>>>>>>>>>>>>>>>>>>>>>
    and input D calls UTM1 then the >>>>>>>>>>>>>>>>>>>>>>>>>>> behavior of D simulated by UTM1 >>>>>>>>>>>>>>>>>>>>>>>>>>

    Is not what I asked about.  I asked about the >>>>>>>>>>>>>>>>>>>>>>>>>> behavior of D when executed directly. >>>>>>>>>>>>>>>>>>>>>>>>>>

    Off topic for this thread.
    UTM1 D DOES NOT HALT
    UTM2 D HALTS
    D is the same finite string in both cases. >>>>>>>>>>>>>>>>>>>>>>>>>

    No it isn't, not if it is the definition of a >>>>>>>>>>>>>>>>>>>>>>>> PROGRAM.


    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04 >>>>>>>>>>>>>>>>>>>>>>> [00002182] 5d         pop  ebp >>>>>>>>>>>>>>>>>>>>>>> [00002183] c3         ret >>>>>>>>>>>>>>>>>>>>>>> Size in bytes:(0018) [00002183]

    The behavior that these machine code bytes specify: >>>>>>>>>>>>>>>>>>>>>>> 558bec6872210000e853f4ffff83c4045dc3 >>>>>>>>>>>>>>>>>>>>>>> as an input to HHH is different than these >>>>>>>>>>>>>>>>>>>>>>> same bytes as input to HHH1 as a verified fact. >>>>>>>>>>>>>>>>>>>>>>>
    Or, are you admitting you don't understand the >>>>>>>>>>>>>>>>>>>>>>>> meaning of a program?


    It seems that you "just don't believe in" >>>>>>>>>>>>>>>>>>>>>>> verified facts.

    That completely depends on who has verified it. >>>>>>>>>>>>>>>>>>>>>
    No it does not. That is a stupid thing to say. >>>>>>>>>>>>>>>>>>>>> Every verified fact IS TRUE BY DEFINITION. >>>>>>>>>>>>>>>>>>>>
    No, if the verifiers lies, then his "verification" >>>>>>>>>>>>>>>>>>>> isn't valid.


    That is not the way semantic tautology works. >>>>>>>>>>>>>>>>>>> If the father of lies says that cats are animals >>>>>>>>>>>>>>>>>>> then cats are still animals.

    Or, do you accept the verification by the election >>>>>>>>>>>>>>>>>>>> deniers that show that there was the possibility of >>>>>>>>>>>>>>>>>>>> the fraud,


    There is a possibility that five minutes ago never >>>>>>>>>>>>>>>>>>> existed.
    Claiming that there was fraud when you know there was no >>>>>>>>>>>>>>>>>>> evidence of fraud might get you eternally incinerated. >>>>>>>>>>>>>>>>>>>
    A guess you have to or you are admitting yourself to >>>>>>>>>>>>>>>>>>>> be a hypocrite.


    If everyone can see that the way in which Olcott >>>>>>>>>>>>>>>>>>>>>> verifies his 'facts' is only a baseless claim, I >>>>>>>>>>>>>>>>>>>>>> do not believe in the verification. In particular >>>>>>>>>>>>>>>>>>>>>> when he does not fix the errors in the >>>>>>>>>>>>>>>>>>>>>> verification that were pointed out to him. >>>>>>>>>>>>>>>>>>>>>
    My claims are verified as true entirely on the basis >>>>>>>>>>>>>>>>>>>>> of the  meaning of their words.


    Nope, it is proved incorrect by the ACTUAL meaning >>>>>>>>>>>>>>>>>>>> of the words you use, but then you LIE to yourself >>>>>>>>>>>>>>>>>>>> about what those words mean.

    ;

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping >>>>>>>>>>>>>>>>>>> [00002175] 6872210000 push 00002172 ; push DDD >>>>>>>>>>>>>>>>>>> [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD) >>>>>>>>>>>>>>>>>>> [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    DDD EMULATED BY HHH DOES SPECIFY THAT IT >>>>>>>>>>>>>>>>>>> CANNOT POSSIBLY REACH ITS OWN FINAL HALT STATE. >>>>>>>>>>>>>>>>>>>
    THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES >>>>>>>>>>>>>>>>>>> IS A DAMNED LIAR OR STUPID.


    How does HHH emulate the call to HHH instruction >>>>>>>>>>>>>>>>>
    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the >>>>>>>>>>>>>>>> data emulated to be part of the input.


    It is part of the input in the sense that HHH must >>>>>>>>>>>>>>> emulate itself emulating DDD. HHH it the test program >>>>>>>>>>>>>>> thus not the program-under-test. HHH is not asking does >>>>>>>>>>>>>>> itself halt? It was encoded to always halt for such >>>>>>>>>>>>>>> inputs. HHH is asking does this input specify that it >>>>>>>>>>>>>>> reaches its own final halt state?

    So, you admit to your equivocation.

    DDD is NOT a program, if it doesn't have a DEFINITE HHH as >>>>>>>>>>>>>> part of it, and thus needs to be part of the input. >>>>>>>>>>>>>>

    The C function DDD specifies non-halting behavior
    to termination analyzer HHH because DDD calls HHH
    in recursive emulation.


    But only a finite recursion. DDD calls an HHH that aborts, >>>>>>>>>>>> so there is no infinite recursion.

    A simulating termination analyzer is always correct to
    abort the simulation and reject the input as non-halting >>>>>>>>>>> when-so-ever this input would otherwise prevent itself
    from halting.


    But the input WILL halt, when it is correctly emulated.


    Where "correct" is defined to disagree with the x86 language. >>>>>>>>>


    WHERE?


    HHH1 correctly emualated EVERY instruction it came to, and
    continued to the end.


    And HHH emulated every instruction is came to including
    emulating itself emulating DDD.

    Then how did it return an answer if it did this and never came to
    an end?


    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.

    But for a DDD that halts,

    on the basis of dishonestly changing the subject to
    a different instance of DDD, then the one proposing
    change of subject is committing the straw-man deception.



    But all identical instances of DDD behave the same,

    The execution context differs dipshit.
    DDD DOES NOT F-CKING CALL HHH1 IN RECURSIVE EMULATION.


    Not is a way that affects anything at the x86 language level!

    What actually changes because of that AT THE X86 LANGUAGE LEVEL


    Remember, at this level the meaning of a call instruction is a very
    local thing, push the current PC address and move the specified address
    to the PC and then keep on executing.

    So, how does that matter if it has been done before.

    YOU are the FUCKING DOPSHIT that doesn't understand what he is talking
    about and building your "logic" on lies.

    Sorry, you are just proving your stupidity.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From joes@21:1/5 to All on Wed Apr 2 13:52:46 2025
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt
    state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop simulating and reject any input that would otherwise prevent its own termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.
    It must also return the right value.

    --
    Am Sat, 20 Jul 2024 12:35:31 +0000 schrieb WM in sci.math:
    It is not guaranteed that n+1 exists for every n.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From joes@21:1/5 to All on Wed Apr 2 14:00:26 2025
    Am Tue, 01 Apr 2025 21:33:30 -0500 schrieb olcott:
    On 4/1/2025 8:10 PM, Richard Damon wrote:
    On 4/1/25 7:33 PM, olcott wrote:
    On 4/1/2025 5:09 AM, Fred. Zwarts wrote:
    Op 01.apr.2025 om 04:19 schreef olcott:
    On 3/31/2025 8:27 PM, Richard Damon wrote:
    On 3/31/25 8:59 PM, olcott wrote:
    On 3/31/2025 7:26 PM, Richard Damon wrote:
    On 3/31/25 7:36 PM, olcott wrote:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    On 3/31/2025 3:24 AM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 05:13 schreef olcott:
    On 3/30/2025 9:36 PM, Richard Damon wrote:
    On 3/30/25 10:13 PM, olcott wrote:
    On 3/30/2025 7:32 PM, Richard Damon wrote:
    On 3/30/25 7:59 PM, olcott wrote:
    On 3/30/2025 5:50 PM, Richard Damon wrote:
    On 3/30/25 5:53 PM, olcott wrote:

    DDD EMULATED BY HHH DOES SPECIFY THAT IT CANNOT >>>>>>>>>>>>>>>>>>> POSSIBLY REACH ITS OWN FINAL HALT STATE. >>>>>>>>>>>>>>>>>>> THAT IS WHAT IT SAYS AND ANYONE THAT DISAGREES IS A >>>>>>>>>>>>>>>>>>> DAMNED LIAR OR STUPID.

    How does HHH emulate the call to HHH instruction >>>>>>>>>>>>>>>>>
    The semantics of the x86 language.

    Right, which were defined by INTEL, and requires the data >>>>>>>>>>>>>>>> emulated to be part of the input.

    It is part of the input in the sense that HHH must emulate >>>>>>>>>>>>>>> itself emulating DDD. HHH it the test program thus not the >>>>>>>>>>>>>>> program-under-test. HHH is not asking does itself halt? It >>>>>>>>>>>>>>> was encoded to always halt for such inputs.
    Then why does it think DDD, which only calls HHH, doesn't halt?

    HHH is asking
    does this input specify that it reaches its own final halt >>>>>>>>>>>>>>> state?
    No, your HHH is asking whether it can simulate the input.

    So, you admit to your equivocation.
    DDD is NOT a program, if it doesn't have a DEFINITE HHH as >>>>>>>>>>>>>> part of it, and thus needs to be part of the input. >>>>>>>>>>>>>>
    The C function DDD specifies non-halting behavior to >>>>>>>>>>>>> termination analyzer HHH because DDD calls HHH in recursive >>>>>>>>>>>>> emulation.
    DDD doesn't specify anything "to" HHH.

    But only a finite recursion. DDD calls an HHH that aborts, so >>>>>>>>>>>> there is no infinite recursion.

    A simulating termination analyzer is always correct to abort >>>>>>>>>>> the simulation and reject the input as non-halting
    when-so-ever this input would otherwise prevent itself from >>>>>>>>>>> halting.

    But the input WILL halt, when it is correctly emulated.

    Where "correct" is defined to disagree with the x86 language. >>>>>>>>>
    WHERE?
    HHH1 correctly emualated EVERY instruction it came to, and
    continued to the end.

    And HHH emulated every instruction is came to including emulating >>>>>>> itself emulating DDD.
    That's a tautology, as is that it didn't simulate those it didn't come to.
    Note that HHH doesn't continue to the (existing) end.

    Then how did it return an answer if it did this and never came to
    an end?

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop >>>>> simulating and reject any input that would otherwise prevent its own >>>>> termination.

    But for a DDD that halts,

    on the basis of dishonestly changing the subject to a different
    instance of DDD, then the one proposing change of subject is
    committing the straw-man deception.

    But all identical instances of DDD behave the same,

    The execution context differs dipshit.
    Then it's not a pure function.

    DDD DOES NOT F-CKING CALL HHH1 IN RECURSIVE EMULATION.
    No, it calls HHH whether executed directly or simulated by whatever.

    --
    Am Sat, 20 Jul 2024 12:35:31 +0000 schrieb WM in sci.math:
    It is not guaranteed that n+1 exists for every n.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From joes@21:1/5 to All on Wed Apr 2 14:06:48 2025
    Am Mon, 31 Mar 2025 18:36:30 -0500 schrieb olcott:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    A simulating termination analyzer is always correct to abort the
    simulation and reject the input as non-halting when-so-ever this input
    would otherwise prevent itself from halting.

    But the input WILL halt, when it is correctly emulated.

    Where "correct" is defined to disagree with the x86 language.
    How is DDD incorrectly simulated to halt?

    --
    Am Sat, 20 Jul 2024 12:35:31 +0000 schrieb WM in sci.math:
    It is not guaranteed that n+1 exists for every n.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From joes@21:1/5 to All on Wed Apr 2 14:14:16 2025
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the
    simulation and reject the input as non-halting when-so-ever this input
    would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
    HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1?

    --
    Am Sat, 20 Jul 2024 12:35:31 +0000 schrieb WM in sci.math:
    It is not guaranteed that n+1 exists for every n.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Wed Apr 2 20:47:42 2025
    Op 02.apr.2025 om 17:55 schreef olcott:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the
    simulation and reject the input as non-halting when-so-ever this input >>>>> would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1?


    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.
    Yes it fails to reach the end of the simulation of a program that
    according to the x86 semantics has an end as proven by direct execution.
    The x86 semantics have only one interpretation: The program specified by
    this finite string halts.
    But you do not understand the x86 language, as you think that it can
    have different interpretations.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 22:09:34 2025
    On 4/2/25 11:55 AM, olcott wrote:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the
    simulation and reject the input as non-halting when-so-ever this input >>>>> would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1?


    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Which isn't a full description of the program DDD, and thus not a valid description for a behavior decider.


    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Except your HHH doesn't do that, as it stops its emulation short.


    Maybe the whole problem is that everyone here
    including Mike never had an actual clue about
    the x86 language.


    No, it seems you are just a pathological liar that doesn't know the
    meaning of the words he uses.

    Sorry, you are just proving you are just a stupid liar.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 22:17:28 2025
    On 4/2/25 9:19 PM, olcott wrote:
    On 4/2/2025 1:47 PM, Fred. Zwarts wrote:
    Op 02.apr.2025 om 17:55 schreef olcott:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>> simulation and reject the input as non-halting when-so-ever this >>>>>>> input
    would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1? >>>>

    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Yes it fails to reach the end of the simulation of a program that
    according to the x86 semantics has an end as proven by direct execution.

    In other words you don't hardly know the x86
    language at all.


    Really? Why doesn't the direct execution of that input, when we include
    the HHH that you have defined?

    SInce that *IS* the definition of the behavior of the x86 language, how
    does HHH get a different answer?

    What instruction, ACTUALLY EMULATED BY THE RULE OF THE x86 differed to
    HHH then the direct execution.

    This question has been asked many times before, and you refusal to give
    an answer just shows that you KNOW you are just lying here.

    Sorry, but that it the truth, you are just proving that you know you are nothing but a pathological liar that doesn't care about what the truth
    actually is.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 22:31:39 2025
    On 4/2/25 10:18 PM, olcott wrote:
    On 4/2/2025 9:00 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:33:30 -0500 schrieb olcott:
    On 4/1/2025 8:10 PM, Richard Damon wrote:
    On 4/1/25 7:33 PM, olcott wrote:

    on the basis of dishonestly changing the subject to a different
    instance of DDD, then the one proposing change of subject is
    committing the straw-man deception.

    But all identical instances of DDD behave the same,

    The execution context differs dipshit.
    Then it's not a pure function.


    DDD is not required to be a pure function.

    Sure it is, as the Halting problem asks about computation, which in your approxiation is a pure function.

    DDD is allowed to be a simple infinite loop.

    And why isn't that a pure function?

    What outside memory does that access or affect to ake it unpure?


    DDD DOES NOT F-CKING CALL HHH1 IN RECURSIVE EMULATION.
    No, it calls HHH whether executed directly or simulated by whatever.




    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 22:20:12 2025
    On 4/2/25 8:48 PM, olcott wrote:
    On 4/2/2025 4:18 PM, dbush wrote:
    On 4/2/2025 11:55 AM, olcott wrote:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>> simulation and reject the input as non-halting when-so-ever this >>>>>>> input
    would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1? >>>>

    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Category error.  The algorithm DDD and the algorithm HHH are fixed and
    immutable, so to say that "this DDD cannot possibly reach its own
    final state" implies that HHH varies but it does not.

    The only valid statements would be that either HHH *does* emulate DDD
    to a final state, or HHH *does not* emulate DDD to a final state.

    So which is it?

    DDD emulated by HHH specifies recursive emulation.

    Finitely recursive emulation.

    DDD emulated by HHH1 DOES NOT specify recursive emulation.

    No, HHH1 still sees DDD call HHH to finitely recursively emulate DDD.



    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop simulating and reject any input that would otherwise prevent its own termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.



    But the input doesn't prevent its own termination, at least not the one
    based on the HHH that returns 0, as that calls its own HHH that will
    also return that 0.

    Since that is the input given to the HHH that returns 0, it can't
    correctly use that argument, as its input WILL halt when completely
    emulated, it is just that this HHH doesn't do it, so it just wrong.

    Your problem is you are too stupid to know what you are talking about.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 22:35:10 2025
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt
    state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop
    simulating and reject any input that would otherwise prevent its own
    termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.

    You don't seem to understand that basic property of programs, they do
    what they are programed, and the building blocks of programming (for
    this set of theories) are fixed, fully defined, deterministic operations.

    Since the "input" calls its copy of the decider (even if as an
    optimization you reuse the memory) you can't change that code without
    changing the input. You can give FULL input to another version of HHH,
    which will need to be in some other memory locations, which is what HHH1 actually is.

    Sorry, you are just showing that you don't understand what you are
    talking about.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 22:55:12 2025
    On 4/2/25 10:37 PM, olcott wrote:
    On 4/2/2025 6:16 AM, Richard Damon wrote:
    On 4/1/25 10:37 PM, olcott wrote:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.


    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.


    You know that DDD stopping running and DDD reaching its
    final halt state are not the same thing you damned liar.


    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.


    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps
    never reaches its final halt state.

    But that isn't something that happens with THIS HHH, since it doesn't
    do that.



    When DDD emulated by HHH for an infinite number of steps
    never halts then as soon as HHH correctly infers this it
    has its basis to reject DDD.


    But your HHH doesn't emulated DDD for an infinite number of steps, that
    is just another machine you deceptivly try to call by the same name.

    https://en.wikipedia.org/wiki/Mathematical_induction

    And induction needs to be based on sound proofs.

    Not proofs based on false assumptions.


    DDD emulated by HHH does not reach its final halt state
    with a single emulation of DDD by HHH.

    Because HHH stops early.


    DDD emulated by HHH does not reach its final halt state
    with N recursive emulations of HHH emulating itself emulating DDD.

    Which doesn't prove anything,


    Therefore
    DDD emulated by HHH does not reach its final halt state
    and can be rejected as non-halting.



    No because that isn't the definition of non-halting, and you are just
    proving that you don't understand what you are talking about, but that
    you think it is ok to just lie.

    Partial emulations not reaching a final state don't indicate
    non-halting, and changing the input invaldites your logic.

    Sorry, you are just proving you are just an ignorant stupid pathological
    liar.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Wed Apr 2 22:56:07 2025
    On 4/2/25 10:42 PM, olcott wrote:
    On 4/2/2025 9:06 AM, joes wrote:
    Am Mon, 31 Mar 2025 18:36:30 -0500 schrieb olcott:
    On 3/31/2025 5:32 PM, Richard Damon wrote:
    On 3/31/25 2:16 PM, olcott wrote:
    A simulating termination analyzer is always correct to abort the
    simulation and reject the input as non-halting when-so-ever this input >>>>> would otherwise prevent itself from halting.

    But the input WILL halt, when it is correctly emulated.

    Where "correct" is defined to disagree with the x86 language.
    How is DDD incorrectly simulated to halt?


    You have never shown that you understand recursion
    much less recursive emulation.


    We could say the same about you.

    You also haven't shown an understanding of Truth, program, or logic.

    Sorry, you are just sinking your reputation in the lake of fire.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Thu Apr 3 09:42:17 2025
    On 2025-04-03 01:19:43 +0000, olcott said:

    On 4/2/2025 1:47 PM, Fred. Zwarts wrote:
    Op 02.apr.2025 om 17:55 schreef olcott:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>> simulation and reject the input as non-halting when-so-ever this input >>>>>>> would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1? >>>>

    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Yes it fails to reach the end of the simulation of a program that
    according to the x86 semantics has an end as proven by direct execution.

    In other words you don't hardly know the x86
    language at all.

    Although x86 is more complex than a Turing machine and might therefore
    seem easier to use for obfuscation it is not really vague enough that
    such obvuscation would succeed here.

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Thu Apr 3 09:48:35 2025
    On 2025-04-03 00:48:09 +0000, olcott said:

    On 4/2/2025 4:18 PM, dbush wrote:
    On 4/2/2025 11:55 AM, olcott wrote:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>> simulation and reject the input as non-halting when-so-ever this input >>>>>>> would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1? >>>>

    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Category error.  The algorithm DDD and the algorithm HHH are fixed and
    immutable, so to say that "this DDD cannot possibly reach its own final
    state" implies that HHH varies but it does not.

    The only valid statements would be that either HHH *does* emulate DDD
    to a final state, or HHH *does not* emulate DDD to a final state.

    So which is it?

    DDD emulated by HHH specifies recursive emulation.
    DDD emulated by HHH1 DOES NOT specify recursive emulation.

    It does. DDD specifies the same omout of emulation of HHH by HHH regardless
    who emulates it. Whether HHH and HHH1 emulate as much as specified is irrelevant but actually HHH doesn't and HHH1 does.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop simulating and reject any input that would otherwise prevent its own termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.

    Deciders must always halt.

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Thu Apr 3 09:52:53 2025
    On 2025-04-03 02:18:52 +0000, olcott said:

    On 4/2/2025 9:00 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:33:30 -0500 schrieb olcott:
    On 4/1/2025 8:10 PM, Richard Damon wrote:
    On 4/1/25 7:33 PM, olcott wrote:

    on the basis of dishonestly changing the subject to a different
    instance of DDD, then the one proposing change of subject is
    committing the straw-man deception.

    But all identical instances of DDD behave the same,

    The execution context differs dipshit.
    Then it's not a pure function.


    DDD is not required to be a pure function.

    If HHH is, as requred, a pure function then your DDD is, whether
    required or not.

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to joes on Thu Apr 3 09:55:39 2025
    On 2025-04-02 13:52:46 +0000, joes said:

    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt
    state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop
    simulating and reject any input that would otherwise prevent its own
    termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.
    It must also return the right value.

    A decider that returns the wrong value is still a decider.
    It is a wrong decider.

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Thu Apr 3 09:56:44 2025
    On 2025-04-03 02:15:55 +0000, olcott said:

    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt
    state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop
    simulating and reject any input that would otherwise prevent its own
    termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.

    No, it does not entail that.

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Thu Apr 3 10:56:36 2025
    Op 03.apr.2025 om 02:48 schreef olcott:
    On 4/2/2025 4:18 PM, dbush wrote:
    On 4/2/2025 11:55 AM, olcott wrote:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>> simulation and reject the input as non-halting when-so-ever this >>>>>>> input
    would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1? >>>>

    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Category error.  The algorithm DDD and the algorithm HHH are fixed and
    immutable, so to say that "this DDD cannot possibly reach its own
    final state" implies that HHH varies but it does not.

    The only valid statements would be that either HHH *does* emulate DDD
    to a final state, or HHH *does not* emulate DDD to a final state.

    So which is it?

    DDD emulated by HHH specifies recursive emulation.
    DDD emulated by HHH1 DOES NOT specify recursive emulation.


    In both cases DDD (and all functions used by DDD) specifies finite
    recursive emulation.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Thu Apr 3 11:02:56 2025
    Op 03.apr.2025 om 04:37 schreef olcott:
    On 4/2/2025 6:16 AM, Richard Damon wrote:
    On 4/1/25 10:37 PM, olcott wrote:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination
    analyzer to stop simulating and reject any input
    that would otherwise prevent its own termination.


    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.


    You know that DDD stopping running and DDD reaching its
    final halt state are not the same thing you damned liar.


    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.


    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps
    never reaches its final halt state.

    But that isn't something that happens with THIS HHH, since it doesn't
    do that.



    When DDD emulated by HHH for an infinite number of steps
    never halts then as soon as HHH correctly infers this it
    has its basis to reject DDD.

    Dreaming again of an infinite recursion? Dreams are no substitute for
    logic. HHH emulates only a finite number of steps. That is exactly what
    makes it halting and what makes DDD halting.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Thu Apr 3 10:53:54 2025
    Op 03.apr.2025 om 03:19 schreef olcott:
    On 4/2/2025 1:47 PM, Fred. Zwarts wrote:
    Op 02.apr.2025 om 17:55 schreef olcott:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>> simulation and reject the input as non-halting when-so-ever this >>>>>>> input
    would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're
    doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1? >>>>

    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Yes it fails to reach the end of the simulation of a program that
    according to the x86 semantics has an end as proven by direct execution.

    In other words you don't hardly know the x86
    language at all.


    I see, you have your own definitions for the x86 language.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From joes@21:1/5 to All on Thu Apr 3 09:52:10 2025
    Am Wed, 02 Apr 2025 21:15:55 -0500 schrieb olcott:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH
    that WILL abort its emulation and return and answer.
    You know that DDD stopping running and DDD reaching its final halt
    state are not the same thing you damned liar.
    Right, the DDD who's simulation is stopped hasn't shown non-halting
    behavior, just not-yet-halted.
    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its
    final halt state.
    *finite
    If it didn't abort, it would reach the return at infinity.

    HHH sees this in one recursive emulation of DDD.
    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop
    simulating and reject any input that would otherwise prevent its own
    termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.
    It must also return the right value.
    By process of elimination and by the above criteria we can determine
    that not stopping the emulation causes HHH to never halt. This only
    leaves stopping the emulation that semantically entails that the input
    must be rejected.
    How does the inability to simulate entail nontermination?

    --
    Am Sat, 20 Jul 2024 12:35:31 +0000 schrieb WM in sci.math:
    It is not guaranteed that n+1 exists for every n.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From joes@21:1/5 to All on Thu Apr 3 09:50:24 2025
    Am Wed, 02 Apr 2025 21:18:52 -0500 schrieb olcott:
    On 4/2/2025 9:00 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:33:30 -0500 schrieb olcott:
    On 4/1/2025 8:10 PM, Richard Damon wrote:
    On 4/1/25 7:33 PM, olcott wrote:

    on the basis of dishonestly changing the subject to a different
    instance of DDD, then the one proposing change of subject is
    committing the straw-man deception.
    But all identical instances of DDD behave the same,
    The execution context differs dipshit.
    Then it's not a pure function.
    DDD is not required to be a pure function. DDD is allowed to be a simple infinite loop.
    Yes it is required to have no side effects, no static variables etc.

    --
    Am Sat, 20 Jul 2024 12:35:31 +0000 schrieb WM in sci.math:
    It is not guaranteed that n+1 exists for every n.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Thu Apr 3 18:46:25 2025
    On 4/3/25 6:37 PM, olcott wrote:
    On 4/2/2025 9:35 PM, Richard Damon wrote:
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH >>>>>>>> that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt >>>>>>> state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non-halting >>>>>> behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its >>>>> final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop >>>>> simulating and reject any input that would otherwise prevent its own >>>>> termination. The only rebuttal to this is rejecting the notion that
    deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.


    So I am tong because you claim that HHH
    does not do what it does?


    The problem is that your logic claims that HHH doesn't do what it does,
    which is just emulate its inputpartially and them return.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Thu Apr 3 19:44:48 2025
    On 4/3/25 6:52 PM, olcott wrote:
    On 4/3/2025 5:46 PM, Richard Damon wrote:
    On 4/3/25 6:37 PM, olcott wrote:
    On 4/2/2025 9:35 PM, Richard Damon wrote:
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH >>>>>>>>>> that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt >>>>>>>>> state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non-halting >>>>>>>> behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches >>>>>>> its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop >>>>>>> simulating and reject any input that would otherwise prevent its own >>>>>>> termination. The only rebuttal to this is rejecting the notion that >>>>>>> deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.


    So I am tong because you claim that HHH
    does not do what it does?


    The problem is that your logic claims that HHH doesn't do what it
    does, which is just emulate its inputpartially and them return.


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

    Do you really think that anyone knowing the C
    programming language is too stupid to see that
    DDD simulated by HHH cannot possibly return?


    WHich is irrelevent, as HHH to be a decider must abort and return some
    answer, and thus DDD is halting.

    Your problem is you are believing your own lies that HHH's partial
    emulation proves that its input isn't halting, even when another
    emulatpr os able to completly emulate it to the end.

    All you are proving is that you are just a bad liar that hold tightly to
    their lies even when exposed, and just claims that world is wrong, not them.

    You are also proving you are too stupid to be able to learn the real
    defintions of the words you use, so you just continue to lie by using
    your wrong definitions.

    Sorry, you are just proving you are nothing but a stupid and ignorant pathologically lying idiot.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Fri Apr 4 08:14:22 2025
    Op 04.apr.2025 om 00:29 schreef olcott:
    On 4/3/2025 3:53 AM, Fred. Zwarts wrote:
    Op 03.apr.2025 om 03:19 schreef olcott:
    On 4/2/2025 1:47 PM, Fred. Zwarts wrote:
    Op 02.apr.2025 om 17:55 schreef olcott:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>>>> simulation and reject the input as non-halting when-so-ever
    this input
    would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're >>>>>> doing HHH(HHH(DDD))? What is the difference in what is passed to
    HHH1?


    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Yes it fails to reach the end of the simulation of a program that
    according to the x86 semantics has an end as proven by direct
    execution.

    In other words you don't hardly know the x86
    language at all.


    I see, you have your own definitions for the x86 language.

    Any idiot can be a mindless naysayer.


    No rebuttal.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Fri Apr 4 10:47:13 2025
    On 2025-04-03 22:29:00 +0000, olcott said:

    On 4/3/2025 3:53 AM, Fred. Zwarts wrote:
    Op 03.apr.2025 om 03:19 schreef olcott:
    On 4/2/2025 1:47 PM, Fred. Zwarts wrote:
    Op 02.apr.2025 om 17:55 schreef olcott:
    On 4/2/2025 9:14 AM, joes wrote:
    Am Mon, 31 Mar 2025 16:26:58 -0500 schrieb olcott:
    On 3/31/2025 2:10 PM, Fred. Zwarts wrote:
    Op 31.mrt.2025 om 20:16 schreef olcott:

    A simulating termination analyzer is always correct to abort the >>>>>>>>> simulation and reject the input as non-halting when-so-ever this input
    would otherwise prevent itself from halting.

    But the input is halting, as proven by direct execution.

    Something other than the input is halting.
    HHH1(DDD) shows the same behavior as the direct execution.
       HHH(DDD) shows the behavior of the actual input.
    Why are you not passing DDD as input? Why do you not call what you're >>>>>> doing HHH(HHH(DDD))? What is the difference in what is passed to HHH1? >>>>>>

    This seems to be above your level of technical competence.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov  ebp,esp  ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add  esp,+04
    [00002182] 5d         pop  ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    Anyone understanding the above code where HHH
    emulates DDD according to the semantics of the
    x86 language knows that this DDD (not some
    other different DDD) cannot possibly reach its
    own final halt state.

    Yes it fails to reach the end of the simulation of a program that
    according to the x86 semantics has an end as proven by direct execution. >>>
    In other words you don't hardly know the x86
    language at all.

    I see, you have your own definitions for the x86 language.

    Any idiot can be a mindless naysayer.

    We already know. But can you be anything else?

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Fri Apr 4 10:52:03 2025
    On 2025-04-03 22:52:07 +0000, olcott said:

    On 4/3/2025 5:46 PM, Richard Damon wrote:
    On 4/3/25 6:37 PM, olcott wrote:
    On 4/2/2025 9:35 PM, Richard Damon wrote:
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH >>>>>>>>>> that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt >>>>>>>>> state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non-halting >>>>>>>> behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its >>>>>>> final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop >>>>>>> simulating and reject any input that would otherwise prevent its own >>>>>>> termination. The only rebuttal to this is rejecting the notion that >>>>>>> deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.


    So I am tong because you claim that HHH
    does not do what it does?


    The problem is that your logic claims that HHH doesn't do what it does,
    which is just emulate its inputpartially and them return.


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

    Do you really think that anyone knowing the C
    programming language is too stupid to see that
    DDD simulated by HHH cannot possibly return?

    Anyone knowing the C language can see that if HHH(DDD) returns then
    so does DDD(), at least in any conforming implementation.

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Sat Apr 5 08:47:50 2025
    On 4/5/25 2:24 AM, olcott wrote:
    On 4/3/2025 6:44 PM, Richard Damon wrote:
    On 4/3/25 6:52 PM, olcott wrote:
    On 4/3/2025 5:46 PM, Richard Damon wrote:
    On 4/3/25 6:37 PM, olcott wrote:
    On 4/2/2025 9:35 PM, Richard Damon wrote:
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls >>>>>>>>>>>> an HHH
    that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final >>>>>>>>>>> halt
    state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non- >>>>>>>>>> halting
    behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never
    reaches its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to >>>>>>>>> stop
    simulating and reject any input that would otherwise prevent >>>>>>>>> its own
    termination. The only rebuttal to this is rejecting the notion >>>>>>>>> that
    deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.


    So I am tong because you claim that HHH
    does not do what it does?


    The problem is that your logic claims that HHH doesn't do what it
    does, which is just emulate its inputpartially and them return.


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

    Do you really think that anyone knowing the C
    programming language is too stupid to see that
    DDD simulated by HHH cannot possibly return?


    WHich is irrelevent, as HHH to be a decider must abort and return some
    answer, and thus DDD is halting.

    We already know that you are not too stupid to
    confuse an aborted simulation with reaching a
    final state any halting. Why pretend otherwise?


    But it also doesn't show non-halting, which is apparently something YOU
    are too stupid to understand.

    The behavior of the PROGRAM doesn't stop running just because the
    simulation of it aborted. The PROGRAM and its behavior still continues.

    That is why halting behavior is defined in terms of the actual running
    of the program, and not on possibly partial simulation.

    If you want to try to create an Olcott theory of computation where
    partial emulation can define an input to be non-halting, go ahead, just remember that then you need to handle the problem that deciders need to halting, and thus must give their answer even when just partially
    emulated, or you allow you system to be inconistant and some (many?,
    most?) machines are both halting and non-halting.

    Of course, it seems part of your basis in your computation system is
    that program seem to not need to be complete but can depend on code that
    isn't part of them, and thus halting isn't really a property of many of
    your programs, but it becomes a property of an olcott-program paired
    with all the programs it has a dependency on.

    I don't think many people would be interested in that version.

    Sorry, you are just showing how ignorant and stupid you are not knowing
    the basic requirements of the fields you make grand claims in.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Sat Apr 5 15:42:41 2025
    On 4/5/25 2:04 PM, olcott wrote:
    On 4/4/2025 2:52 AM, Mikko wrote:
    On 2025-04-03 22:52:07 +0000, olcott said:

    On 4/3/2025 5:46 PM, Richard Damon wrote:
    On 4/3/25 6:37 PM, olcott wrote:
    On 4/2/2025 9:35 PM, Richard Damon wrote:
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls >>>>>>>>>>>> an HHH
    that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final >>>>>>>>>>> halt
    state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non- >>>>>>>>>> halting
    behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never
    reaches its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to >>>>>>>>> stop
    simulating and reject any input that would otherwise prevent >>>>>>>>> its own
    termination. The only rebuttal to this is rejecting the notion >>>>>>>>> that
    deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.


    So I am tong because you claim that HHH
    does not do what it does?


    The problem is that your logic claims that HHH doesn't do what it
    does, which is just emulate its inputpartially and them return.


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

    Do you really think that anyone knowing the C
    programming language is too stupid to see that
    DDD simulated by HHH cannot possibly return?

    Anyone knowing the C language can see that if HHH(DDD) returns then
    so does DDD(), at least in any conforming implementation.


    Changing the subject away from DDD simulated by HHH
    is the straw-man deception error of reasoning.


    No, trying to talk about the partial, and thus incorrect, simuolation by
    HHH is itself a strawman error, as the problem you claim to be working
    on defines that it is looking at the behavior of the directly executed
    program that has been described by the input.

    Thus, you remarks are just committing the strawman argument yourself,
    and your "system" you are trying to define by your changing of the
    fundamental definitions of the system just create a giant inconsistant
    and illogical mess, showing that you are just a stupid and ignorant pathological lying idiot.

    It seems you have no concept of the actual rules of reasoning, because
    you just don't understand the meaning of the words used in logic.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Sat Apr 5 15:38:59 2025
    On 4/5/25 2:05 PM, olcott wrote:
    On 4/5/2025 7:47 AM, Richard Damon wrote:
    On 4/5/25 2:24 AM, olcott wrote:
    On 4/3/2025 6:44 PM, Richard Damon wrote:
    On 4/3/25 6:52 PM, olcott wrote:
    On 4/3/2025 5:46 PM, Richard Damon wrote:
    On 4/3/25 6:37 PM, olcott wrote:
    On 4/2/2025 9:35 PM, Richard Damon wrote:
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls >>>>>>>>>>>>>> an HHH
    that WILL abort its emulation and return and answer. >>>>>>>>>>>>>>
    You know that DDD stopping running and DDD reaching its >>>>>>>>>>>>> final halt
    state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non- >>>>>>>>>>>> halting
    behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never >>>>>>>>>>> reaches its
    final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer >>>>>>>>>>> to stop
    simulating and reject any input that would otherwise prevent >>>>>>>>>>> its own
    termination. The only rebuttal to this is rejecting the
    notion that
    deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.


    So I am tong because you claim that HHH
    does not do what it does?


    The problem is that your logic claims that HHH doesn't do what it
    does, which is just emulate its inputpartially and them return.


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

    Do you really think that anyone knowing the C
    programming language is too stupid to see that
    DDD simulated by HHH cannot possibly return?


    WHich is irrelevent, as HHH to be a decider must abort and return
    some answer, and thus DDD is halting.

    We already know that you are not too stupid to
    confuse an aborted simulation with reaching a
    final state any halting. Why pretend otherwise?


    But it also doesn't show non-halting,

    Changing the subject away from DDD simulated by HHH
    is the straw-man deception error of reasoning.


    The problem is your "subject" is itself just a strawman, as the problem
    is about the behavior of the program (as directly executed) described by
    the input to HHH, and your other changed defintions just make your whole
    topic an inconsistent mess.

    Sorry, you are just showing that you are just an ignorant and stupid patholgocial liar that doesn't know what he is trying to talk about.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Sun Apr 6 12:56:13 2025
    On 2025-04-05 18:04:47 +0000, olcott said:

    On 4/4/2025 2:52 AM, Mikko wrote:
    On 2025-04-03 22:52:07 +0000, olcott said:

    On 4/3/2025 5:46 PM, Richard Damon wrote:
    On 4/3/25 6:37 PM, olcott wrote:
    On 4/2/2025 9:35 PM, Richard Damon wrote:
    On 4/2/25 10:15 PM, olcott wrote:
    On 4/2/2025 8:52 AM, joes wrote:
    Am Tue, 01 Apr 2025 21:37:40 -0500 schrieb olcott:
    On 4/1/2025 8:13 PM, Richard Damon wrote:
    On 4/1/25 7:35 PM, olcott wrote:
    On 4/1/2025 5:36 AM, Richard Damon wrote:
    On 3/31/25 10:19 PM, olcott wrote:

    But DDD doesn't prevent its own terminatation, as it calls an HHH >>>>>>>>>>>> that WILL abort its emulation and return and answer.

    You know that DDD stopping running and DDD reaching its final halt >>>>>>>>>>> state are not the same thing you damned liar.

    Right, the DDD who's simulation is stopped hasn't shown non- halting >>>>>>>>>> behavior, just not-yet-halted.

    You already admitted that you are lying about this.
    DDD emulated by HHH for an infinite number of steps never reaches its >>>>>>>>> final halt state.
    *finite

    HHH sees this in one recursive emulation of DDD.

    *Simulating termination analyzer Principle*
    It is always correct for any simulating termination analyzer to stop >>>>>>>>> simulating and reject any input that would otherwise prevent its own >>>>>>>>> termination. The only rebuttal to this is rejecting the notion that >>>>>>>>> deciders must always halt.
    It must also return the right value.


    By process of elimination and by the above criteria
    we can determine that not stopping the emulation
    causes HHH to never halt. This only leaves stopping
    the emulation that semantically entails that the
    input must be rejected.


    No, because HHH must do what HHH does.


    So I am tong because you claim that HHH
    does not do what it does?


    The problem is that your logic claims that HHH doesn't do what it does, >>>> which is just emulate its inputpartially and them return.


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

    Do you really think that anyone knowing the C
    programming language is too stupid to see that
    DDD simulated by HHH cannot possibly return?

    Anyone knowing the C language can see that if HHH(DDD) returns then
    so does DDD(), at least in any conforming implementation.

    Changing the subject away from DDD simulated by HHH
    is the straw-man deception error of reasoning.

    To answer a question you have asked is not a change of subject.
    Perhaps you are too stupid to understand the concept of question
    but at least you successfully asked one.

    --
    Mikko

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