• Semantic properties of finite string inputs

    From olcott@polcott333@gmail.com to comp.theory,comp.lang.c++,comp.lang.c,comp.ai.philosophy on Thu Oct 30 09:49:08 2025
    From Newsgroup: comp.theory

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    Imagine
    H and H1 are simulating termination
    analyzers anchored in a C interpreter
    that takes a finite string input

    H can recognize a call to itself in
    its input. The whole input is the
    text of the function D. The executable
    interpreters are named H.exe and H1.exe.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Thu Oct 30 20:11:30 2025
    From Newsgroup: comp.theory

    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.

    If two functions have identical arguments and bodies, except
    for a differnt name, they are the same function under
    a different name.

    Just like when we have

    x = 2

    y = 2

    x and y are both the same entity: the number 2.

    We cannot say that "x and y are the same except that
    x is used in the expression sqrt(x) whereas y isn't".

    Because x and y are defined as the same thing, 2,
    sqrt(x), sqrt(y) and sqrt(2) are all also the same thing.

    It is not valid for H and H1 to be identical except that H is called by
    D. If H and H1 are identical, and D is written such that it calls H,
    then D calls H1.

    In your Halt7 test cases, you perpetrate a fuck up by comparing
    function addresses. You have it so that if X() calls Y(),
    that is not considered recursion, even if X and Y are identical.

    Your IQ cannot be more than 90-95.

    (Whatever is the minimum needed to be a passable coding technician.)
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 15:25:27 2025
    From Newsgroup: comp.theory

    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    *From the bottom of page 319 has been adapted to this* https://www.liarparadox.org/Peter_Linz_HP_317-320.pdf

    Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.∞, // accept state
    Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn // reject state

    Ĥ applied to ⟨Charlie⟩ does not form the halting problem
    counter-example dip shit.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Thu Oct 30 20:42:39 2025
    From Newsgroup: comp.theory

    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of functions.
    (The idea that two otherwise identical functions with different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 16:44:39 2025
    From Newsgroup: comp.theory

    On 10/30/2025 4:25 PM, olcott wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    Like this:

    Given algorithm X contained in function bar:

    int bar(void *p)
    {
    int rval;
    {
    void(p);
    rval = 0;
    }
    return 0;
    }

    And algorithm Y contained in function foo:

    void foo()
    {
    void *p = foo;
    int rval;
    {
    void(p);
    rval = 0;
    }
    if (rval == 0)
    while(1);
    }

    Algorithm Y is the diagonal case for algorithm X.

    i.e. when algorithm X is given algorithm Y as input (implemented as the
    C function call bar(foo)) it gives the wrong answer.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 16:05:22 2025
    From Newsgroup: comp.theory

    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of functions.
    (The idea that two otherwise identical functions with different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    *From the bottom of page 319 has been adapted to this* https://www.liarparadox.org/Peter_Linz_HP_317-320.pdf

    Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.∞, // accept state
    Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn // reject state

    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    don't fucking erase it in your reply
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Thu Oct 30 21:15:33 2025
    From Newsgroup: comp.theory

    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of functions.
    (The idea that two otherwise identical functions with different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".

    But, yes, come to think of it, the diagonal halting situation
    can be worked without names.

    Using a construction known as the Y combinator, we can pass
    a function to itself as an argument without giving it
    a defined name.

    The decider can also be passed in as a lambda.

    We can eliminate parameter names. using De Bruijn indices.

    So there you have homework: look up lambda calculus, Y combinator,
    De Bruijn indices.

    *From the bottom of page 319 has been adapted to this*

    You are not qualified to "adapt" Linz.

    I don't see anything in the original Linz where he is using two names to
    refer to one entity, while pretending there are two distinct entities

    don't fucking erase it in your reply

    Yeah, it "totally kills" the material, making it unavailable to others,
    just ike H totally kills D when it discontinues simulating.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 16:49:16 2025
    From Newsgroup: comp.theory

    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of functions. >>> (The idea that two otherwise identical functions with different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Thu Oct 30 17:01:56 2025
    From Newsgroup: comp.theory

    On 10/30/2025 3:32 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of
    functions.
    (The idea that two otherwise identical functions with different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!



    Try not to channel dart?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 20:13:24 2025
    From Newsgroup: comp.theory

    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of
    functions.
    (The idea that two otherwise identical functions with different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope. The simulations performed by H and H1 are exactly the same up to
    the point that H aborts as shown in the side by side trace posted by
    Mike, and Kaz's code show that if the simulation aborted by H is
    continued that it will match up with the simulation performed by H and halt. --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 00:22:44 2025
    From Newsgroup: comp.theory

    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the instructions
    of the simulated D, those are the same. In the case of H, the
    simulation is left incomplete, but the instructions up to the point
    where it is are the same as those for UTM(D), and so from there it
    continues to be the same.

    You obviously don't understand this and are taking guesses
    without making any specific references to specific code.

    Brian Kernighan wrote that debugging is twice as hard as writing the
    code, so if you are as clever as you can be when writing the code, you
    are not clever enough to debug it.

    It is painfully obvious that you were as clever as you can be when
    constructing the x86utm and Halt7 materials.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Ben Bacarisse@ben@bsb.me.uk to comp.theory on Fri Oct 31 00:57:37 2025
    From Newsgroup: comp.theory

    Kaz Kylheku <643-408-1753@kylheku.com> writes:

    But, yes, come to think of it, the diagonal halting situation
    can be worked without names.

    Using a construction known as the Y combinator, we can pass
    a function to itself as an argument without giving it
    a defined name.

    The decider can also be passed in as a lambda.

    We can eliminate parameter names. using De Bruijn indices.

    So there you have homework: look up lambda calculus, Y combinator,
    De Bruijn indices.

    And, as I am sure you know, the whole of combinatory logic was developed
    as an alternative way to do away with all names, in particular the
    parameter names of the lambda calculus. With combinator logic, you
    don't need De Bruijn indices.
    --
    Ben.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:07:09 2025
    From Newsgroup: comp.theory

    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is different between H(D) and UTM(D), if we just at /just/ the instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    In the case of H, the
    simulation is left incomplete,

    In the same way that the simulation of

    void Infinite_Recursion()
    {
    Infinite_Recursion();
    return;
    }

    void Infinite_Loop()
    {
    HERE: goto HERE;
    return;
    }

    is left incomplete in that an infinite simulation
    any of the by H cannot possibly reach their own
    simulated "return" statement final halt state.

    but the instructions up to the point
    where it is are the same as those for UTM(D), and so from there it
    continues to be the same.


    Not at all. at the point where D calls H(D) they
    diverge.

    You obviously don't understand this and are taking guesses
    without making any specific references to specific code.


    That is such a ridiculously stupid thing to say that
    I cannot imagine that it is not simply a damned lie.

    I guess you aren't afraid of going to Hell for lying
    because you are an atheist right?

    Brian Kernighan wrote that debugging is twice as hard as writing the
    code, so if you are as clever as you can be when writing the code, you
    are not clever enough to debug it.


    int main()
    {
    printf("Hello World!");
    return 0;
    }

    Yes and for you it would take 10,000 years
    to debug the above code, right?

    It is painfully obvious that you were as clever as you can be when constructing the x86utm and Halt7 materials.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:10:37 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False. D is simulated by the top level H (which is the only one that
    matters) exactly once, just like the top level H1.



    In the case of H, the
    simulation is left incomplete,

    In the same way that the simulation of

    void Infinite_Recursion()
    {
      Infinite_Recursion();
      return;
    }

    void Infinite_Loop()
    {
      HERE: goto HERE;
      return;
    }

    is left incomplete in that an infinite simulation
    any of the by H cannot possibly reach their own
    simulated "return" statement final halt state.

    Strawman. Those are not D.


    but the instructions up to the point
    where it is are the same as those for UTM(D), and so from there it
    continues to be the same.


    Not at all. at the point where D calls H(D) they
    diverge.

    Nope. The first instruction in the function H is simulated in both
    cases, so no divergence.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:14:08 2025
    From Newsgroup: comp.theory

    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical >>>>>>> maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of
    functions.
    (The idea that two otherwise identical functions with different names >>>>> are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same up to
    the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D) and in the above repeats
    five times. Whereas D never calls H1 thus never
    repeats at all.

    Its not that hard you guys are acting like freaking morons.

    as shown in the side by side trace posted by
    Mike, and Kaz's code show that if the simulation aborted by H is
    continued that it will match up with the simulation performed by H and
    halt.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Thu Oct 30 19:15:51 2025
    From Newsgroup: comp.theory

    On 10/30/2025 7:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical >>>>>>>> maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of
    functions.
    (The idea that two otherwise identical functions with different names >>>>>> are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same up
    to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D) and in the above repeats
    five times. Whereas D never calls H1 thus never
    repeats at all.

    Its not that hard you guys are acting like freaking morons.

    as shown in the side by side trace posted by Mike, and Kaz's code show
    that if the simulation aborted by H is continued that it will match up
    with the simulation performed by H and halt.



    lol.

    1 HOME
    5 PRINT "ct_dr_fuzz lol. ;^)"
    6 P0 = 0
    7 P1 = 0

    10 REM Fuzzer... ;^)
    20 A$ = "NOPE!"
    30 IF RND(1) < .5 THEN A$ = "YES"

    100 REM INPUT "Shall DD halt or not? " ; A$
    110 PRINT "Shall DD halt or not? " ; A$
    200 IF A$ = "YES" GOTO 666
    300 P0 = P0 + 1
    400 IF P0 > 0 AND P1 > 0 GOTO 1000
    500 GOTO 10

    666 PRINT "OK!"
    667 P1 = P1 + 1
    700 PRINT "NON_HALT P0 = "; P0
    710 PRINT "HALT P1 = "; P1
    720 IF P0 > 0 AND P1 > 0 GOTO 1000
    730 PRINT "ALL PATHS FAILED TO BE HIT!"
    740 GOTO 10


    1000
    1010 PRINT "FIN... All paths hit."
    1020 PRINT "NON_HALT P0 = "; P0
    1030 PRINT "HALT P1 = "; P1
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:17:45 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the instructions >>> of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one that matters) exactly once, just like the top level H1.


    And I only have one dollar in my pocket
    because the other fifty don't matter.
    Lame and stupid rebuttal.

    The point is the D simulated by H cannot possibly
    stop running on its own and D simulated by H1 does
    stop on its own. Because I have said this so many
    times I will add: dip shit !!!
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Thu Oct 30 19:18:33 2025
    From Newsgroup: comp.theory

    On 10/30/2025 7:17 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one that
    matters) exactly once, just like the top level H1.


    And I only have one dollar in my pocket
    because the other fifty don't matter.
    Lame and stupid rebuttal.

    I bet you can't plonk?


    The point is the D simulated by H cannot possibly
    stop running on its own and D simulated by H1 does
    stop on its own. Because I have said this so many
    times I will add: dip shit !!!



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:33:53 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical >>>>>>>> maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of
    functions.
    (The idea that two otherwise identical functions with different names >>>>>> are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same up
    to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the second, etc.

    So both the same up the point that H aborts.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:35:12 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:17 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one that
    matters) exactly once, just like the top level H1.


    And I only have one dollar in my pocket
    because the other fifty don't matter.
    Lame and stupid rebuttal.

    Bad analogies are less that no rebuttal.


    The point is the D simulated by H cannot possibly
    stop running on its own
    Proven false by Kaz's code which demonstrates that it does.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:45:51 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical >>>>>>>>> maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of
    functions.
    (The idea that two otherwise identical functions with different >>>>>>> names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same up
    to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the second, etc.

    So both the same up the point that H aborts.


    Not at all. H1(D) simulates D once.
    H(D) simulates D six times. 1 != 6
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:48:56 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the instructions >>> of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts D both H and D never stop running.

    D simulated by H1 halts on its own you stupid fuck.
    *I tried being nice and you took that as weakness*
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:49:17 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical >>>>>>>>>> maturity of a toddler.

    Function names are not significant in the mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of >>>>>>>> functions.
    (The idea that two otherwise identical functions with different >>>>>>>> names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same up >>>> to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the second,
    etc.

    So both the same up the point that H aborts.


    Not at all.
    False. There is an exact one-to-one correspondence between both
    top-level simulations up to the point that the top level H aborts.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:50:21 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one that
    matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman. Then you're not longer talking about H and D.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:54:01 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1.

    This is idiotic and exposes you as someone with the mathematical >>>>>>>>>>> maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of >>>>>>>>> functions.
    (The idea that two otherwise identical functions with different >>>>>>>>> names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same
    up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the
    second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both top-
    level simulations up to the point that the top level H aborts.

    That is not the point fuckhead.
    The point is that H must abort its simulation
    to prevent its own non-termination you stupid fuck.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:56:23 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is >>>>> different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one that
    matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.
    H must abort its simulation to prevent its own
    non-termination you stupid fuck.

    With all your damned lying you must be an atheist right?
    Lying can get you sent to actual Hell (if such a place exists).
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:56:36 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    H and H1 are identical except that D does not call H1. >>>>>>>>>>>>
    This is idiotic and exposes you as someone with the
    mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of >>>>>>>>>> functions.
    (The idea that two otherwise identical functions with
    different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same >>>>>> up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the
    second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both top-
    level simulations up to the point that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point. It's also the point that Kaz showed that continuing the aborted simulation results in it reaching its final
    state, proving that the answer provided by H is wrong.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:58:08 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is >>>>>> different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one
    that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not. These are not the same machine:

    int DD()
    {
    int Halt_Status = HHH(DD);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    int DD()
    {
    int Halt_Status = UTM(DD);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 21:59:13 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence of >>>>>>>>>>> functions.
    (The idea that two otherwise identical functions with
    different names
    are different functions.)

    There is no such preposterious garbage in the theory of
    recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the same >>>>>>> up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the
    second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both top-
    level simulations up to the point that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed that continuing the aborted simulation results in it reaching its final
    state, proving that the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.
    Ben is the only person that admitted the truth.
    Do you think you are smarter than Ben?

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

    On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
    I don't think that is the shell game. PO really /has/ an H
    (it's trivial to do for this one case) that correctly determines
    that P(P) *would* never stop running *unless* aborted.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 22:59:52 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is >>>>>> different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one
    that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.
    No you're not. These are not the same machine:

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    int D()
    {
    int Halt_Status = UTM(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:00:49 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence >>>>>>>>>>>> of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>> recursive functions, or pretty much anywhere in math.


    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the >>>>>>>> same up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the
    second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both
    top- level simulations up to the point that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed that
    continuing the aborted simulation results in it reaching its final
    state, proving that the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully operational
    code that proves you wrong.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:01:41 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is >>>>>>> different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one
    that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
       int Halt_Status = HHH(DD);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    int DD()
    {
       int Halt_Status = UTM(DD);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:03:35 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:01 PM, olcott wrote:
    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire
    scenario is
    different between H(D) and UTM(D), if we just at /just/ the
    instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one >>>>>> that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
        int Halt_Status = HHH(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    int DD()
    {
        int Halt_Status = UTM(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.


    Then you admit that when you change the code of the function H that you
    no longer have algorithm H and algorithm D, which are the decider
    algorithm and algorithm to be decided on respectively.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:03:44 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit?

    The diagonal test case does not depend on name equivalence >>>>>>>>>>>>> of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the >>>>>>>>> same up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the
    second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both
    top- level simulations up to the point that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed that
    continuing the aborted simulation results in it reaching its final
    state, proving that the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar. I didn't look at the
    proof that 1 == 0 either.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:04:58 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>
    The diagonal test case does not depend on name equivalence >>>>>>>>>>>>>> of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works
    without names dip shit!

    I didn't say "without names", but "without an entity
    being considered two different entities juwst because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the >>>>>>>>>> same up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the >>>>>>>> second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both >>>>>> top- level simulations up to the point that the top level H aborts. >>>>>
    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed that >>>> continuing the aborted simulation results in it reaching its final
    state, proving that the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully
    operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you wrong.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:05:09 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:03 PM, dbush wrote:
    On 10/30/2025 11:01 PM, olcott wrote:
    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire
    scenario is
    different between H(D) and UTM(D), if we just at /just/ the >>>>>>>>> instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one >>>>>>> that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
        int Halt_Status = HHH(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    int DD()
    {
        int Halt_Status = UTM(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.


    Then you admit that when you change the code of the function H that you
    no longer have algorithm H and algorithm D, which are the decider
    algorithm and algorithm to be decided on respectively.


    H must correctly predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    whether continuing to simulate D will cause
    its own non-termination.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:06:45 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:05 PM, olcott wrote:
    On 10/30/2025 10:03 PM, dbush wrote:
    On 10/30/2025 11:01 PM, olcott wrote:
    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire
    scenario is
    different between H(D) and UTM(D), if we just at /just/ the >>>>>>>>>> instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only one >>>>>>>> that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
        int Halt_Status = HHH(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    int DD()
    {
        int Halt_Status = UTM(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.


    Then you admit that when you change the code of the function H that
    you no longer have algorithm H and algorithm D, which are the decider
    algorithm and algorithm to be decided on respectively.


    H must correctly predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    whether continuing to simulate D will cause
    its own non-termination.

    In other words, instead of reporting on its input:

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    It reports on this non-input which you agreed is not the same machine:

    int D()
    {
    int Halt_Status = UTM(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:15:29 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>
    The diagonal test case does not depend on name
    equivalence of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the >>>>>>>>>>> same up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the >>>>>>>>> second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both >>>>>>> top- level simulations up to the point that the top level H aborts. >>>>>>
    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed
    that continuing the aborted simulation results in it reaching its
    final state, proving that the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully
    operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.

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

    On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
    I don't think that is the shell game. PO really /has/ an H
    (it's trivial to do for this one case) that correctly determines
    that P(P) *would* never stop running *unless* aborted.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:16:57 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:06 PM, dbush wrote:
    On 10/30/2025 11:05 PM, olcott wrote:
    On 10/30/2025 10:03 PM, dbush wrote:
    On 10/30/2025 11:01 PM, olcott wrote:
    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire >>>>>>>>>>> scenario is
    different between H(D) and UTM(D), if we just at /just/ the >>>>>>>>>>> instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only >>>>>>>>> one that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
        int Halt_Status = HHH(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    int DD()
    {
        int Halt_Status = UTM(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.


    Then you admit that when you change the code of the function H that
    you no longer have algorithm H and algorithm D, which are the decider
    algorithm and algorithm to be decided on respectively.


    H must correctly predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    whether continuing to simulate D will cause
    its own non-termination.

    In other words, instead of reporting on its input:

    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }


    It reports that it must abort its simulation
    of its input to prevent is own non-termination
    shit head.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:19:28 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck
    can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly the >>>>>>>>>>>> same up to the point that H aborts

    *Mike never did get this and I know that he is honest*
    The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then the >>>>>>>>>> second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between both >>>>>>>> top- level simulations up to the point that the top level H aborts. >>>>>>>
    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed
    that continuing the aborted simulation results in it reaching its >>>>>> final state, proving that the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully
    operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.

    Failure to do so in your next reply or within one hour of your next post
    in this newsgroup will be taken as your official on-the-record admission
    that Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:20:23 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:16 PM, olcott wrote:
    On 10/30/2025 10:06 PM, dbush wrote:
    On 10/30/2025 11:05 PM, olcott wrote:
    On 10/30/2025 10:03 PM, dbush wrote:
    On 10/30/2025 11:01 PM, olcott wrote:
    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire >>>>>>>>>>>> scenario is
    different between H(D) and UTM(D), if we just at /just/ the >>>>>>>>>>>> instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only >>>>>>>>>> one that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
        int Halt_Status = HHH(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    int DD()
    {
        int Halt_Status = UTM(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.


    Then you admit that when you change the code of the function H that
    you no longer have algorithm H and algorithm D, which are the
    decider algorithm and algorithm to be decided on respectively.


    H must correctly predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    whether continuing to simulate D will cause
    its own non-termination.

    In other words, instead of reporting on its input:

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }


    It reports that it must abort its simulation
    of its input to prevent is own non-termination
    shit head.


    i.e. it reports on this non-input:

    int D()
    {
    int Halt_Status = UTM(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:25:29 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the mathematics of >>>>>>>>>>>>>>>>>>> recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly >>>>>>>>>>>>> the same up to the point that H aborts

    *Mike never did get this and I know that he is honest* >>>>>>>>>>>> The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then >>>>>>>>>>> the second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between >>>>>>>>> both top- level simulations up to the point that the top level >>>>>>>>> H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed >>>>>>> that continuing the aborted simulation results in it reaching its >>>>>>> final state, proving that the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully
    operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you wrong. >>>

    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your next post
    in this newsgroup will be taken as your official on-the-record admission that Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:27:15 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:20 PM, dbush wrote:
    On 10/30/2025 11:16 PM, olcott wrote:
    On 10/30/2025 10:06 PM, dbush wrote:
    On 10/30/2025 11:05 PM, olcott wrote:
    On 10/30/2025 10:03 PM, dbush wrote:
    On 10/30/2025 11:01 PM, olcott wrote:
    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>> THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire >>>>>>>>>>>>> scenario is
    different between H(D) and UTM(D), if we just at /just/ the >>>>>>>>>>>>> instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only >>>>>>>>>>> one that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
        int Halt_Status = HHH(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    int DD()
    {
        int Halt_Status = UTM(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.


    Then you admit that when you change the code of the function H that >>>>> you no longer have algorithm H and algorithm D, which are the
    decider algorithm and algorithm to be decided on respectively.


    H must correctly predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    whether continuing to simulate D will cause
    its own non-termination.

    In other words, instead of reporting on its input:

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }


    It reports that it must abort its simulation
    of its input to prevent is own non-termination
    shit head.


    i.e. it reports on this non-input:

    int D()
    {
      int Halt_Status = UTM(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }


    Halt deciders must predict whether
    or not their simulated input can reach
    its simulated final halt state.

    Do you need to hear that in baby talk?
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:28:05 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not call H1. >>>>>>>>>>>>>>>>>>>>
    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly >>>>>>>>>>>>>> the same up to the point that H aborts

    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>> The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then >>>>>>>>>>>> the second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between >>>>>>>>>> both top- level simulations up to the point that the top level >>>>>>>>>> H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed >>>>>>>> that continuing the aborted simulation results in it reaching >>>>>>>> its final state, proving that the answer provided by H is wrong. >>>>>>>>

    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully
    operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you
    wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your next
    post in this newsgroup will be taken as your official on-the-record
    admission that Kaz's code correctly demonstrates that the D simulated
    by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show where
    Kaz's code is wrong. Therefore, as per the above criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 03:29:20 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    In the case of H, the
    simulation is left incomplete,

    In the same way that the simulation of

    void Infinite_Recursion()
    {
    Infinite_Recursion();
    return;
    }

    void Infinite_Loop()
    {
    HERE: goto HERE;
    return;
    }

    is left incomplete in that an infinite simulation

    Yes, those are also incomplete. More steps of them can be performed; but
    of course they can never be completed.

    D is a terminating procedure of which a simulation is left incomplete.

    but the instructions up to the point
    where it is are the same as those for UTM(D), and so from there it
    continues to be the same.


    Not at all. at the point where D calls H(D) they
    diverge.

    You have not showed with code that they do.

    I have showed with code that they don't.

    Showed beats not showed.

    You obviously don't understand this and are taking guesses
    without making any specific references to specific code.

    That is such a ridiculously stupid thing to say that
    I cannot imagine that it is not simply a damned lie.

    Then stop giving evidence for it with every empty puff of air you push
    from under your keyboard membrane.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Thu Oct 30 23:30:42 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:27 PM, olcott wrote:
    On 10/30/2025 10:20 PM, dbush wrote:
    On 10/30/2025 11:16 PM, olcott wrote:
    On 10/30/2025 10:06 PM, dbush wrote:
    On 10/30/2025 11:05 PM, olcott wrote:
    On 10/30/2025 10:03 PM, dbush wrote:
    On 10/30/2025 11:01 PM, olcott wrote:
    On 10/30/2025 9:58 PM, dbush wrote:
    On 10/30/2025 10:56 PM, olcott wrote:
    On 10/30/2025 9:50 PM, dbush wrote:
    On 10/30/2025 10:48 PM, olcott wrote:
    On 10/30/2025 9:10 PM, dbush wrote:
    On 10/30/2025 10:07 PM, olcott wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>> THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire >>>>>>>>>>>>>> scenario is
    different between H(D) and UTM(D), if we just at /just/ >>>>>>>>>>>>>> the instructions
    of the simulated D, those are the same.

    No not even that. D is simulated by H more than once >>>>>>>>>>>>> and only simulated by H1 once.

    False.  D is simulated by the top level H (which is the only >>>>>>>>>>>> one that matters)

    What the fuck kind of lame bullshit is this dip shit?
    Unless H aborts
    Strawman.  Then you're not longer talking about H and D.

    Yes I am you stupid fuck.

    No you're not.

    The that only leaves damned liar.

    These are not the same machine:

    int DD()
    {
        int Halt_Status = HHH(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    int DD()
    {
        int Halt_Status = UTM(DD);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }


    I will admit that you are right when you are
    right. (immediately above you are correct)
    You seem to be too much of a fuckhead to do that.


    Then you admit that when you change the code of the function H
    that you no longer have algorithm H and algorithm D, which are the >>>>>> decider algorithm and algorithm to be decided on respectively.


    H must correctly predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    predict
    whether continuing to simulate D will cause
    its own non-termination.

    In other words, instead of reporting on its input:

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }


    It reports that it must abort its simulation
    of its input to prevent is own non-termination
    shit head.


    i.e. it reports on this non-input:

    int D()
    {
       int Halt_Status = UTM(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }


    Halt deciders

    i.e. machines that compute this mapping:

    Given any algorithm (i.e. a fixed immutable sequence of instructions) X described as <X> with input Y:

    A solution to the halting problem is an algorithm H that computes the following mapping:

    (<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
    (<X>,Y) maps to 0 if and only if X(Y) does not halt when executed directly


    must predict whether
    or not their simulated input can reach
    its simulated final halt state.

    You just contradicted yourself.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 03:35:31 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    *I tried being nice and you took that as weakness*

    I wish you luck with your career transition to Hip Hop Lyricist.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:47:03 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:29 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the instructions >>> of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    In the case of H, the
    simulation is left incomplete,

    In the same way that the simulation of

    void Infinite_Recursion()
    {
    Infinite_Recursion();
    return;
    }

    void Infinite_Loop()
    {
    HERE: goto HERE;
    return;
    }

    is left incomplete in that an infinite simulation

    Yes, those are also incomplete. More steps of them can be performed; but
    of course they can never be completed.

    D is a terminating procedure of which a simulation is left incomplete.

    but the instructions up to the point
    where it is are the same as those for UTM(D), and so from there it
    continues to be the same.


    Not at all. at the point where D calls H(D) they
    diverge.

    You have not showed with code that they do.



    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H1 simulates D --- ONCE
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    H simulates D --- SIX TIMES
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    You can't be that stupid.

    Are you much more stupid than Ben?

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

    On 10/14/2022 7:44 PM, Ben Bacarisse wrote:
    I don't think that is the shell game. PO really /has/ an H
    (it's trivial to do for this one case) that correctly determines
    that P(P) *would* never stop running *unless* aborted.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 22:49:45 2025
    From Newsgroup: comp.theory

    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not call >>>>>>>>>>>>>>>>>>>>>> H1.

    This is idiotic and exposes you as someone with the >>>>>>>>>>>>>>>>>>>>> mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions with >>>>>>>>>>>>>>>>>>> different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly >>>>>>>>>>>>>>> the same up to the point that H aborts

    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>> The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then >>>>>>>>>>>>> the second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between >>>>>>>>>>> both top- level simulations up to the point that the top >>>>>>>>>>> level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz showed >>>>>>>>> that continuing the aborted simulation results in it reaching >>>>>>>>> its final state, proving that the answer provided by H is wrong. >>>>>>>>>

    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully
    operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you
    wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your next
    post in this newsgroup will be taken as your official on-the-record
    admission that Kaz's code correctly demonstrates that the D simulated
    by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show where
    Kaz's code is wrong.  Therefore, as per the above criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.

    That might get you condemned to actual Hell
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Fri Oct 31 00:00:53 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not >>>>>>>>>>>>>>>>>>>>>>> call H1.

    This is idiotic and exposes you as someone with >>>>>>>>>>>>>>>>>>>>>> the mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions >>>>>>>>>>>>>>>>>>>> with different names
    are different functions.)

    There is no such preposterious garbage in the theory of >>>>>>>>>>>>>>>>>>>> recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are exactly >>>>>>>>>>>>>>>> the same up to the point that H aborts

    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>> The simulations are exactly the same up to the
    point where D calls H(D)

    After which both simulate the first instruction of H, then >>>>>>>>>>>>>> the second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between >>>>>>>>>>>> both top- level simulations up to the point that the top >>>>>>>>>>>> level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>> showed that continuing the aborted simulation results in it >>>>>>>>>> reaching its final state, proving that the answer provided by >>>>>>>>>> H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully
    operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you >>>>>> wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your next
    post in this newsgroup will be taken as your official on-the-record
    admission that Kaz's code correctly demonstrates that the D
    simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show where
    Kaz's code is wrong.  Therefore, as per the above criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under penalty of
    making the above admission. You chose not to show where Kaz's code is
    wrong, therefore your above admission has been entered into the official record.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Thu Oct 30 23:06:25 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not >>>>>>>>>>>>>>>>>>>>>>>> call H1.

    This is idiotic and exposes you as someone with >>>>>>>>>>>>>>>>>>>>>>> the mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions >>>>>>>>>>>>>>>>>>>>> with different names
    are different functions.)

    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>>> The simulations are exactly the same up to the >>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of H, >>>>>>>>>>>>>>> then the second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between >>>>>>>>>>>>> both top- level simulations up to the point that the top >>>>>>>>>>>>> level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>>> showed that continuing the aborted simulation results in it >>>>>>>>>>> reaching its final state, proving that the answer provided by >>>>>>>>>>> H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully >>>>>>>>> operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you >>>>>>> wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your next >>>>> post in this newsgroup will be taken as your official on-the-record >>>>> admission that Kaz's code correctly demonstrates that the D
    simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show where
    Kaz's code is wrong.  Therefore, as per the above criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under penalty of making the above admission.

    That is not how reality works.

    You chose not to show where Kaz's code is
    wrong, therefore your above admission has been entered into the official record.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 04:39:11 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 10:29 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is
    different between H(D) and UTM(D), if we just at /just/ the instructions >>>> of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    In the case of H, the
    simulation is left incomplete,

    In the same way that the simulation of

    void Infinite_Recursion()
    {
    Infinite_Recursion();
    return;
    }

    void Infinite_Loop()
    {
    HERE: goto HERE;
    return;
    }

    is left incomplete in that an infinite simulation

    Yes, those are also incomplete. More steps of them can be performed; but
    of course they can never be completed.

    D is a terminating procedure of which a simulation is left incomplete.

    but the instructions up to the point
    where it is are the same as those for UTM(D), and so from there it
    continues to be the same.


    Not at all. at the point where D calls H(D) they
    diverge.

    You have not showed with code that they do.



    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H1 simulates D --- ONCE
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D

    ... that D returns and ...

    then H1 returns 1;

    H simulates D --- SIX TIMES
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    I've not seen a test case which goes six deep;

    Maybe you had such at some some point?

    It is possible tweak the abort criteria so that a depth of six has to be
    seen; it will take a considerably large execution trace buffer (even
    my sliding window modification may not help; some filtering will
    have to be added to only record those events that are needed for
    the abort decision).

    There is an interpretation factor at each level; it takes many
    instructions at one level to run one complete DebugStep cycle and the
    rest of the loop around it, which achieves just one instruction at the
    level below.

    Let's say that the factor is 100: 100 instructions.

    To have these levels:

    H simulates D --- SIX TIMES (10000000000 instructions)
    that calls H(D) to simulate D (100000000 instructions)
    that calls H(D) to simulate D (1000000 instructions)
    that calls H(D) to simulate D (10000 instructions)
    that calls H(D) to simulate D (100 instructions)
    that calls H(D) to simulate D (1 instruction)

    With all these levels, one instruction at the most nested level takes
    ten billion instructions (under an in terpretation factor of 100, which
    seems conservative for the x86emu and the DebugStep and Decide_Halting
    wrappers around it.) Every DebugStep does a LoadState and SaveState and
    such. It all costs cycles; the real interpretation factor is probably
    much higher, probably several hundred? We can add instrumentation
    to figure that out.

    You must have run this 6-stack sandwich for days and days ...

    You can't be that stupid.

    The only thing stupid about me is giving this any time at all.

    There are talented devs out there who can't get anyone to try
    their application. You are ungrateful.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 04:55:51 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    My code is correct pee (not pea) brain.

    Your beliefs and claims about your code do not match your code.

    Also, your "Root" variable is not working in what is almost certainly
    the intended manner.


    Failure to do so in your next reply or within one hour of your next post
    in this newsgroup will be taken as your official on-the-record admission
    that Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.

    Kaz's code is a break from reality

    Which line, which function?

    What does it mean to break from reality, of code that compiles
    and executes?

    Can you show a small C example which you believe similarly
    breaks from reality?

    Can you give even a smidgeon of evidence for anything you say?
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Fri Oct 31 07:22:57 2025
    From Newsgroup: comp.theory

    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not >>>>>>>>>>>>>>>>>>>>>>>>> call H1.

    This is idiotic and exposes you as someone with >>>>>>>>>>>>>>>>>>>>>>>> the mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions >>>>>>>>>>>>>>>>>>>>>> with different names
    are different functions.)

    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>>>> The simulations are exactly the same up to the >>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of H, >>>>>>>>>>>>>>>> then the second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>> between both top- level simulations up to the point that >>>>>>>>>>>>>> the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>>>> showed that continuing the aborted simulation results in it >>>>>>>>>>>> reaching its final state, proving that the answer provided >>>>>>>>>>>> by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully >>>>>>>>>> operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves >>>>>>>> you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your
    next post in this newsgroup will be taken as your official on-the- >>>>>> record admission that Kaz's code correctly demonstrates that the D >>>>>> simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show where
    Kaz's code is wrong.  Therefore, as per the above criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H
    will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under penalty of
    making the above admission.

    That is not how reality works.

    Nope. If I was wrong you could have shown how but you didn't. And as
    you yourself said:

    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount
    of pure bluster will get you out. Failing to provide the requested
    steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your above
    admission has been entered into the official record.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mikko@mikko.levanto@iki.fi to comp.theory on Fri Oct 31 13:28:12 2025
    From Newsgroup: comp.theory

    On 2025-10-30 14:49:08 +0000, olcott said:

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    Being identical means that H and H1 compute the same semantic
    property.

    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    As H and H1 return different values for the same input they are
    found to be non-identical, contrary to the initial claim.
    --
    Mikko

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 06:55:29 2025
    From Newsgroup: comp.theory

    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    H and H1 are identical except that D does not >>>>>>>>>>>>>>>>>>>>>>>>>> call H1.

    This is idiotic and exposes you as someone with >>>>>>>>>>>>>>>>>>>>>>>>> the mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions >>>>>>>>>>>>>>>>>>>>>>> with different names
    are different functions.)

    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere in >>>>>>>>>>>>>>>>>>>>>>> math.


    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>>>>> The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of H, >>>>>>>>>>>>>>>>> then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>>> between both top- level simulations up to the point that >>>>>>>>>>>>>>> the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>>>>> showed that continuing the aborted simulation results in it >>>>>>>>>>>>> reaching its final state, proving that the answer provided >>>>>>>>>>>>> by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully >>>>>>>>>>> operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves >>>>>>>>> you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your
    next post in this newsgroup will be taken as your official on-
    the- record admission that Kaz's code correctly demonstrates that >>>>>>> the D simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show where >>>>> Kaz's code is wrong.  Therefore, as per the above criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H
    will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under penalty
    of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't.  And as
    you yourself said:


    When the conclusion is categorically impossible
    then there is no need to look at the steps.

    There really was a proof that 1 == 0.
    I didn't look at that proof either.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    I am switching this to a C interpreter.

    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount
    of pure bluster will get you out. Failing to provide the requested
    steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your above
    admission has been entered into the official record.



    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 06:57:53 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:55 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    My code is correct pee (not pea) brain.

    Your beliefs and claims about your code do not match your code.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    I am switching this to a C interpreter.

    Also, your "Root" variable is not working in what is almost certainly
    the intended manner.


    Failure to do so in your next reply or within one hour of your next post >>> in this newsgroup will be taken as your official on-the-record admission >>> that Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.

    Kaz's code is a break from reality

    Which line, which function?

    What does it mean to break from reality, of code that compiles
    and executes?

    Can you show a small C example which you believe similarly
    breaks from reality?

    Can you give even a smidgeon of evidence for anything you say?

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Fri Oct 31 08:08:58 2025
    From Newsgroup: comp.theory

    On 10/31/2025 7:55 AM, olcott wrote:
    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    H and H1 are identical except that D does not >>>>>>>>>>>>>>>>>>>>>>>>>>> call H1.

    This is idiotic and exposes you as someone >>>>>>>>>>>>>>>>>>>>>>>>>> with the mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions >>>>>>>>>>>>>>>>>>>>>>>> with different names
    are different functions.)

    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere in >>>>>>>>>>>>>>>>>>>>>>>> math.


    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>>>>>> The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of H, >>>>>>>>>>>>>>>>>> then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>>>> between both top- level simulations up to the point that >>>>>>>>>>>>>>>> the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>>>>>> showed that continuing the aborted simulation results in >>>>>>>>>>>>>> it reaching its final state, proving that the answer >>>>>>>>>>>>>> provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully >>>>>>>>>>>> operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves >>>>>>>>>> you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your >>>>>>>> next post in this newsgroup will be taken as your official on- >>>>>>>> the- record admission that Kaz's code correctly demonstrates
    that the D simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show
    where Kaz's code is wrong.  Therefore, as per the above criteria: >>>>>>
    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H
    will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under penalty
    of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't.  And as
    you yourself said:


    When the conclusion is categorically impossible

    Nope. The code proves it, but you're too scared to look at it.



    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount
    of pure bluster will get you out. Failing to provide the requested
    steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your
    above admission has been entered into the official record.






    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 07:27:49 2025
    From Newsgroup: comp.theory

    On 10/30/2025 11:39 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 10:29 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/30/2025 7:22 PM, Kaz Kylheku wrote:
    On 2025-10-30, olcott <polcott333@gmail.com> wrote:
    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    While the overall sequence of instructions in the entire scenario is >>>>> different between H(D) and UTM(D), if we just at /just/ the instructions >>>>> of the simulated D, those are the same.

    No not even that. D is simulated by H more than once
    and only simulated by H1 once.

    In the case of H, the
    simulation is left incomplete,

    In the same way that the simulation of

    void Infinite_Recursion()
    {
    Infinite_Recursion();
    return;
    }

    void Infinite_Loop()
    {
    HERE: goto HERE;
    return;
    }

    is left incomplete in that an infinite simulation

    Yes, those are also incomplete. More steps of them can be performed; but >>> of course they can never be completed.

    D is a terminating procedure of which a simulation is left incomplete.

    but the instructions up to the point
    where it is are the same as those for UTM(D), and so from there it
    continues to be the same.


    Not at all. at the point where D calls H(D) they
    diverge.

    You have not showed with code that they do.



    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H1 simulates D --- ONCE
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D

    ... that D returns and ...


    That D does not call its own simulator in
    recursive simulation.

    then H1 returns 1;

    H simulates D --- SIX TIMES
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    I've not seen a test case which goes six deep;

    Maybe you had such at some some point?


    This is H and D not HHH and DD.
    The basis can be construed as being run in a C interpreter.

    It is possible tweak the abort criteria so that a depth of six has to be seen; it will take a considerably large execution trace buffer (even
    my sliding window modification may not help; some filtering will
    have to be added to only record those events that are needed for
    the abort decision).

    There is an interpretation factor at each level; it takes many
    instructions at one level to run one complete DebugStep cycle and the
    rest of the loop around it, which achieves just one instruction at the
    level below.

    Let's say that the factor is 100: 100 instructions.

    To have these levels:

    H simulates D --- SIX TIMES (10000000000 instructions)
    that calls H(D) to simulate D (100000000 instructions)
    that calls H(D) to simulate D (1000000 instructions)
    that calls H(D) to simulate D (10000 instructions)
    that calls H(D) to simulate D (100 instructions)
    that calls H(D) to simulate D (1 instruction)

    With all these levels, one instruction at the most nested level takes
    ten billion instructions (under an in terpretation factor of 100, which
    seems conservative for the x86emu and the DebugStep and Decide_Halting wrappers around it.) Every DebugStep does a LoadState and SaveState and
    such. It all costs cycles; the real interpretation factor is probably
    much higher, probably several hundred? We can add instrumentation
    to figure that out.

    You must have run this 6-stack sandwich for days and days ...

    You can't be that stupid.

    The only thing stupid about me is giving this any time at all.

    There are talented devs out there who can't get anyone to try
    their application. You are ungrateful.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 07:30:46 2025
    From Newsgroup: comp.theory

    On 10/31/2025 7:08 AM, dbush wrote:
    On 10/31/2025 7:55 AM, olcott wrote:
    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    H and H1 are identical except that D does >>>>>>>>>>>>>>>>>>>>>>>>>>>> not call H1.

    This is idiotic and exposes you as someone >>>>>>>>>>>>>>>>>>>>>>>>>>> with the mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed >>>>>>>>>>>>>>>>>>>>>>>>>> nitwit?

    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical >>>>>>>>>>>>>>>>>>>>>>>>> functions with different names >>>>>>>>>>>>>>>>>>>>>>>>> are different functions.)

    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere in >>>>>>>>>>>>>>>>>>>>>>>>> math.


    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>>>>>>>> being considered two different entities juwst >>>>>>>>>>>>>>>>>>>>>>> because
    it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern >>>>>>>>>>>>>>>>>>>>>> Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>>>>>>> The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of H, >>>>>>>>>>>>>>>>>>> then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>>>>> between both top- level simulations up to the point >>>>>>>>>>>>>>>>> that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>>>>>>> showed that continuing the aborted simulation results in >>>>>>>>>>>>>>> it reaching its final state, proving that the answer >>>>>>>>>>>>>>> provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid. >>>>>>>>>>>>>
    In other words, you don't have the guts to look at his >>>>>>>>>>>>> fully operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves >>>>>>>>>>> you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your >>>>>>>>> next post in this newsgroup will be taken as your official on- >>>>>>>>> the- record admission that Kaz's code correctly demonstrates >>>>>>>>> that the D simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show
    where Kaz's code is wrong.  Therefore, as per the above criteria: >>>>>>>
    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H >>>>>>> will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under penalty >>>>> of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't.  And
    as you yourself said:


    When the conclusion is categorically impossible

    Nope.  The code proves it, but you're too scared to look at it.


    It won't stop you from being a Jackass if I look
    at it and point out its mistake. You will simply
    say that I am wrong about the mistake and still
    be a Jackass.



    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount
    of pure bluster will get you out. Failing to provide the requested
    steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your
    above admission has been entered into the official record.






    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Fri Oct 31 08:33:46 2025
    From Newsgroup: comp.theory

    On 10/31/2025 8:30 AM, olcott wrote:
    On 10/31/2025 7:08 AM, dbush wrote:
    On 10/31/2025 7:55 AM, olcott wrote:
    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>> On 10/30/2025 7:13 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 5:49 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    H and H1 are identical except that D does >>>>>>>>>>>>>>>>>>>>>>>>>>>>> not call H1.

    This is idiotic and exposes you as someone >>>>>>>>>>>>>>>>>>>>>>>>>>>> with the mathematical
    maturity of a toddler. >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed >>>>>>>>>>>>>>>>>>>>>>>>>>> nitwit?

    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical >>>>>>>>>>>>>>>>>>>>>>>>>> functions with different names >>>>>>>>>>>>>>>>>>>>>>>>>> are different functions.)

    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere >>>>>>>>>>>>>>>>>>>>>>>>>> in math.


    Then show me how the fuck that this Linz case >>>>>>>>>>>>>>>>>>>>>>>>> works
    without names dip shit!

    I didn't say "without names", but "without an >>>>>>>>>>>>>>>>>>>>>>>> entity
    being considered two different entities juwst >>>>>>>>>>>>>>>>>>>>>>>> because
    it is referenced by two names". >>>>>>>>>>>>>>>>>>>>>>>>

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern >>>>>>>>>>>>>>>>>>>>>>> Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>>>>>>>> The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of >>>>>>>>>>>>>>>>>>>> H, then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>>>>>> between both top- level simulations up to the point >>>>>>>>>>>>>>>>>> that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>>>>>>>> showed that continuing the aborted simulation results in >>>>>>>>>>>>>>>> it reaching its final state, proving that the answer >>>>>>>>>>>>>>>> provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid. >>>>>>>>>>>>>>
    In other words, you don't have the guts to look at his >>>>>>>>>>>>>> fully operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that >>>>>>>>>>>> proves you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your >>>>>>>>>> next post in this newsgroup will be taken as your official on- >>>>>>>>>> the- record admission that Kaz's code correctly demonstrates >>>>>>>>>> that the D simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show >>>>>>>> where Kaz's code is wrong.  Therefore, as per the above criteria: >>>>>>>>
    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H >>>>>>>> will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under
    penalty of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't.  And >>>> as you yourself said:


    When the conclusion is categorically impossible

    Nope.  The code proves it, but you're too scared to look at it.


    It won't stop you from being a Jackass if I look
    at it and point out its mistake. You will simply
    say that I am wrong about the mistake and still
    be a Jackass.

    If you correctly point out an actual mistake I'll be happy to say so,
    and I'm sure Kaz would be happy to know if there's a mistake so he could
    fix it.

    Likewise, if what you point out is not an actual mistake, I'll say so
    and explain why.




    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount
    of pure bluster will get you out. Failing to provide the requested >>>>  > steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your
    above admission has been entered into the official record.









    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 12:35:15 2025
    From Newsgroup: comp.theory

    On 30/10/2025 14:49, olcott wrote:
    [snip]
    H can recognize a call to itself in
    its input. The whole input is the
    text of the function D. The executable
    interpreters are named H.exe and H1.exe.

    Thank you for posting this. It is *super* interesting.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 07:44:17 2025
    From Newsgroup: comp.theory

    On 10/31/2025 6:28 AM, Mikko wrote:
    On 2025-10-30 14:49:08 +0000, olcott said:

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    Being identical means that H and H1 compute the same semantic
    property.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    It turns out that my big discovery the overturns
    part of the foundation of computer science is that
    the semantic property can be relative to the decider.

    It actually always relative to the decider yet this
    has never made any difference with non-self-referential
    inputs. H(D) != UTM(D) == H1(D)

    The halting problem has always been an issue where
    the halt decider has never been smart enough to
    figure out halting for self-contradictory inputs.
    That never has been the real issue.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    With a simulating halt decider D simulated by
    H never reaches the contradictory part. It
    stays stuck on its first line.

    H and D do get stuck in recursive simulation. H
    can and does see this. H does abort its own simulation
    of D to prevent its own non-termination.

    The real issue (that could not be seen until I created
    the notion of a simulating halt decider in 2016) is
    that the halting problem requires H to report on
    behavior other than the behavior that its actual input
    actually specifies.

    int sum(int x, int y){ return x + y; }
    this is the same as requiring sum(3,4) to report on
    the sum of 5 + 6.


    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    As H and H1 return different values for the same input they are
    found to be non-identical, contrary to the initial claim.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 12:48:47 2025
    From Newsgroup: comp.theory

    On 30/10/2025 14:49, olcott wrote:

    H and H1 are simulating termination
    analyzers anchored in a C interpreter
    that takes a finite string input

    How should we interpret "anchored" here? I feel it is crucial to
    resolving a missing piece vis-a-vis that the symbol "H" is not defined
    in the input text "D".

    Should we take it that the program component that is a C interpreter
    includes the C text that defines "H"?

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 08:58:02 2025
    From Newsgroup: comp.theory

    On 10/31/2025 7:48 AM, Tristan Wibberley wrote:
    On 30/10/2025 14:49, olcott wrote:

    H and H1 are simulating termination
    analyzers anchored in a C interpreter
    that takes a finite string input

    How should we interpret "anchored" here? I feel it is crucial to
    resolving a missing piece vis-a-vis that the symbol "H" is not defined
    in the input text "D".


    H and H1 are both C interpreters named H.exe and H1.exe
    respectively. When they see they see the name H or the name
    H1 they know to calls themselves with the argument.
    D calls H(D) in recursive simulation.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0 to reject its input as non-halting.

    Should we take it that the program component that is a C interpreter
    includes the C text that defines "H"?


    H is like an operating system call. We only see
    the execution trace of the input C textfile.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 09:02:52 2025
    From Newsgroup: comp.theory

    On 10/31/2025 7:33 AM, dbush wrote:
    On 10/31/2025 8:30 AM, olcott wrote:
    On 10/31/2025 7:08 AM, dbush wrote:
    On 10/31/2025 7:55 AM, olcott wrote:
    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 7:13 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 5:49 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott >>>>>>>>>>>>>>>>>>>>>>>>>>>>> <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> not call H1.

    This is idiotic and exposes you as someone >>>>>>>>>>>>>>>>>>>>>>>>>>>>> with the mathematical >>>>>>>>>>>>>>>>>>>>>>>>>>>>> maturity of a toddler. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed >>>>>>>>>>>>>>>>>>>>>>>>>>>> nitwit?

    The diagonal test case does not depend on >>>>>>>>>>>>>>>>>>>>>>>>>>> name equivalence of functions. >>>>>>>>>>>>>>>>>>>>>>>>>>> (The idea that two otherwise identical >>>>>>>>>>>>>>>>>>>>>>>>>>> functions with different names >>>>>>>>>>>>>>>>>>>>>>>>>>> are different functions.) >>>>>>>>>>>>>>>>>>>>>>>>>>>
    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere >>>>>>>>>>>>>>>>>>>>>>>>>>> in math.


    Then show me how the fuck that this Linz case >>>>>>>>>>>>>>>>>>>>>>>>>> works
    without names dip shit!

    I didn't say "without names", but "without an >>>>>>>>>>>>>>>>>>>>>>>>> entity
    being considered two different entities juwst >>>>>>>>>>>>>>>>>>>>>>>>> because
    it is referenced by two names". >>>>>>>>>>>>>>>>>>>>>>>>>

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern >>>>>>>>>>>>>>>>>>>>>>>> Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D >>>>>>>>>>>>>>>>>>>>>>>> then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is >>>>>>>>>>>>>>>>>>>>>> honest*
    The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of >>>>>>>>>>>>>>>>>>>>> H, then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>>>>>>> between both top- level simulations up to the point >>>>>>>>>>>>>>>>>>> that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that >>>>>>>>>>>>>>>>> Kaz showed that continuing the aborted simulation >>>>>>>>>>>>>>>>> results in it reaching its final state, proving that >>>>>>>>>>>>>>>>> the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid. >>>>>>>>>>>>>>>
    In other words, you don't have the guts to look at his >>>>>>>>>>>>>>> fully operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that >>>>>>>>>>>>> proves you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of >>>>>>>>>>> your next post in this newsgroup will be taken as your
    official on- the- record admission that Kaz's code correctly >>>>>>>>>>> demonstrates that the D simulated by H will reach a final state. >>>>>>>>>>
    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show >>>>>>>>> where Kaz's code is wrong.  Therefore, as per the above criteria: >>>>>>>>>
    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by >>>>>>>>> H will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under
    penalty of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't.  And >>>>> as you yourself said:


    When the conclusion is categorically impossible

    Nope.  The code proves it, but you're too scared to look at it.


    It won't stop you from being a Jackass if I look
    at it and point out its mistake. You will simply
    say that I am wrong about the mistake and still
    be a Jackass.

    If you correctly point out an actual mistake I'll be happy to say so,
    and I'm sure Kaz would be happy to know if there's a mistake so he could
    fix it.

    Likewise, if what you point out is not an actual mistake, I'll say so
    and explain why.


    No you won't you have conclusively proven to
    only be a troll. No matter what I say you
    will say that I am wrong.




    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount
    of pure bluster will get you out. Failing to provide the requested >>>>>  > steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your >>>>>>> above admission has been entered into the official record.









    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Fri Oct 31 10:15:43 2025
    From Newsgroup: comp.theory

    On 10/31/2025 10:02 AM, olcott wrote:
    On 10/31/2025 7:33 AM, dbush wrote:
    On 10/31/2025 8:30 AM, olcott wrote:
    On 10/31/2025 7:08 AM, dbush wrote:
    On 10/31/2025 7:55 AM, olcott wrote:
    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>> On 10/30/2025 9:33 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 10:14 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 7:13 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 5:49 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> not call H1.

    This is idiotic and exposes you as someone >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with the mathematical >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> maturity of a toddler. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed >>>>>>>>>>>>>>>>>>>>>>>>>>>>> nitwit?

    The diagonal test case does not depend on >>>>>>>>>>>>>>>>>>>>>>>>>>>> name equivalence of functions. >>>>>>>>>>>>>>>>>>>>>>>>>>>> (The idea that two otherwise identical >>>>>>>>>>>>>>>>>>>>>>>>>>>> functions with different names >>>>>>>>>>>>>>>>>>>>>>>>>>>> are different functions.) >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    There is no such preposterious garbage in >>>>>>>>>>>>>>>>>>>>>>>>>>>> the theory of
    recursive functions, or pretty much anywhere >>>>>>>>>>>>>>>>>>>>>>>>>>>> in math.


    Then show me how the fuck that this Linz case >>>>>>>>>>>>>>>>>>>>>>>>>>> works
    without names dip shit!

    I didn't say "without names", but "without an >>>>>>>>>>>>>>>>>>>>>>>>>> entity
    being considered two different entities juwst >>>>>>>>>>>>>>>>>>>>>>>>>> because
    it is referenced by two names". >>>>>>>>>>>>>>>>>>>>>>>>>>

    int D()
    {
       int Halt_Status = H(D); >>>>>>>>>>>>>>>>>>>>>>>>>    if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>> until H sees this repeating pattern >>>>>>>>>>>>>>>>>>>>>>>>> Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>> then H(D) returns 0 to caller D >>>>>>>>>>>>>>>>>>>>>>>>> then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is >>>>>>>>>>>>>>>>>>>>>>> honest*
    The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of >>>>>>>>>>>>>>>>>>>>>> H, then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>>>>>>>> between both top- level simulations up to the point >>>>>>>>>>>>>>>>>>>> that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that >>>>>>>>>>>>>>>>>> Kaz showed that continuing the aborted simulation >>>>>>>>>>>>>>>>>> results in it reaching its final state, proving that >>>>>>>>>>>>>>>>>> the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid. >>>>>>>>>>>>>>>>
    In other words, you don't have the guts to look at his >>>>>>>>>>>>>>>> fully operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that >>>>>>>>>>>>>> proves you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of >>>>>>>>>>>> your next post in this newsgroup will be taken as your >>>>>>>>>>>> official on- the- record admission that Kaz's code correctly >>>>>>>>>>>> demonstrates that the D simulated by H will reach a final >>>>>>>>>>>> state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show >>>>>>>>>> where Kaz's code is wrong.  Therefore, as per the above criteria: >>>>>>>>>>
    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by >>>>>>>>>> H will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under
    penalty of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't.
    And as you yourself said:


    When the conclusion is categorically impossible

    Nope.  The code proves it, but you're too scared to look at it.


    It won't stop you from being a Jackass if I look
    at it and point out its mistake. You will simply
    say that I am wrong about the mistake and still
    be a Jackass.

    If you correctly point out an actual mistake I'll be happy to say so,
    and I'm sure Kaz would be happy to know if there's a mistake so he
    could fix it.

    Likewise, if what you point out is not an actual mistake, I'll say so
    and explain why.


    No you won't you have conclusively proven to
    only be a troll. No matter what I say you
    will say that I am wrong.

    It only appears that way because almost everything you say is in fact
    wrong. That you don't understand that is not my mistake.





    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount >>>>>>  > of pure bluster will get you out. Failing to provide the requested >>>>>>  > steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your >>>>>>>> above admission has been entered into the official record.












    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 09:24:36 2025
    From Newsgroup: comp.theory

    On 10/31/2025 9:15 AM, dbush wrote:
    On 10/31/2025 10:02 AM, olcott wrote:
    On 10/31/2025 7:33 AM, dbush wrote:
    On 10/31/2025 8:30 AM, olcott wrote:
    On 10/31/2025 7:08 AM, dbush wrote:
    On 10/31/2025 7:55 AM, olcott wrote:
    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 9:33 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 10:14 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 7:13 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 5:49 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott >>>>>>>>>>>>>>>>>>>>>>>>>>>>> <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> does not call H1. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    This is idiotic and exposes you as >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> someone with the mathematical >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> maturity of a toddler. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> nitwit?

    The diagonal test case does not depend on >>>>>>>>>>>>>>>>>>>>>>>>>>>>> name equivalence of functions. >>>>>>>>>>>>>>>>>>>>>>>>>>>>> (The idea that two otherwise identical >>>>>>>>>>>>>>>>>>>>>>>>>>>>> functions with different names >>>>>>>>>>>>>>>>>>>>>>>>>>>>> are different functions.) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    There is no such preposterious garbage in >>>>>>>>>>>>>>>>>>>>>>>>>>>>> the theory of
    recursive functions, or pretty much >>>>>>>>>>>>>>>>>>>>>>>>>>>>> anywhere in math.


    Then show me how the fuck that this Linz >>>>>>>>>>>>>>>>>>>>>>>>>>>> case works
    without names dip shit! >>>>>>>>>>>>>>>>>>>>>>>>>>>
    I didn't say "without names", but "without an >>>>>>>>>>>>>>>>>>>>>>>>>>> entity
    being considered two different entities juwst >>>>>>>>>>>>>>>>>>>>>>>>>>> because
    it is referenced by two names". >>>>>>>>>>>>>>>>>>>>>>>>>>>

    int D()
    {
       int Halt_Status = H(D); >>>>>>>>>>>>>>>>>>>>>>>>>>    if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>> until H sees this repeating pattern >>>>>>>>>>>>>>>>>>>>>>>>>> Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>> then H(D) returns 0 to caller D >>>>>>>>>>>>>>>>>>>>>>>>>> then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 >>>>>>>>>>>>>>>>>>>>>>>>> are exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is >>>>>>>>>>>>>>>>>>>>>>>> honest*
    The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction >>>>>>>>>>>>>>>>>>>>>>> of H, then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one correspondence >>>>>>>>>>>>>>>>>>>>> between both top- level simulations up to the point >>>>>>>>>>>>>>>>>>>>> that the top level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that >>>>>>>>>>>>>>>>>>> Kaz showed that continuing the aborted simulation >>>>>>>>>>>>>>>>>>> results in it reaching its final state, proving that >>>>>>>>>>>>>>>>>>> the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid. >>>>>>>>>>>>>>>>>
    In other words, you don't have the guts to look at his >>>>>>>>>>>>>>>>> fully operational code that proves you wrong. >>>>>>>>>>>>>>>>>

    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that >>>>>>>>>>>>>>> proves you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of >>>>>>>>>>>>> your next post in this newsgroup will be taken as your >>>>>>>>>>>>> official on- the- record admission that Kaz's code
    correctly demonstrates that the D simulated by H will reach >>>>>>>>>>>>> a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show >>>>>>>>>>> where Kaz's code is wrong.  Therefore, as per the above >>>>>>>>>>> criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated >>>>>>>>>>> by H will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under >>>>>>>>> penalty of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't. >>>>>>> And as you yourself said:


    When the conclusion is categorically impossible

    Nope.  The code proves it, but you're too scared to look at it.


    It won't stop you from being a Jackass if I look
    at it and point out its mistake. You will simply
    say that I am wrong about the mistake and still
    be a Jackass.

    If you correctly point out an actual mistake I'll be happy to say so,
    and I'm sure Kaz would be happy to know if there's a mistake so he
    could fix it.

    Likewise, if what you point out is not an actual mistake, I'll say so
    and explain why.


    No you won't you have conclusively proven to
    only be a troll. No matter what I say you
    will say that I am wrong.

    It only appears that way because almost everything you say is in fact wrong.  That you don't understand that is not my mistake.


    You may be condemning yourself to actual Hell
    by your lies. Disbelieving this won't actually
    help if such a place actually exists.





    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount >>>>>>>  > of pure bluster will get you out. Failing to provide the
    requested
    steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore your >>>>>>>>> above admission has been entered into the official record.












    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Fri Oct 31 10:28:45 2025
    From Newsgroup: comp.theory

    On 10/31/2025 10:24 AM, olcott wrote:
    On 10/31/2025 9:15 AM, dbush wrote:
    On 10/31/2025 10:02 AM, olcott wrote:
    On 10/31/2025 7:33 AM, dbush wrote:
    On 10/31/2025 8:30 AM, olcott wrote:
    On 10/31/2025 7:08 AM, dbush wrote:
    On 10/31/2025 7:55 AM, olcott wrote:
    On 10/31/2025 6:22 AM, dbush wrote:
    On 10/31/2025 12:06 AM, olcott wrote:
    On 10/30/2025 11:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>> On 10/30/2025 9:49 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 10:45 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 9:33 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 10:14 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 7:13 PM, dbush wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 5:49 PM, olcott wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> >>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
    On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> does not call H1. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    This is idiotic and exposes you as >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> someone with the mathematical >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> maturity of a toddler. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Function names are not significant in >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the mathematics of >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> recursive functions. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> constructed nitwit? >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> name equivalence of functions. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> (The idea that two otherwise identical >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> functions with different names >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> are different functions.) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    There is no such preposterious garbage in >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the theory of
    recursive functions, or pretty much >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> anywhere in math.


    Then show me how the fuck that this Linz >>>>>>>>>>>>>>>>>>>>>>>>>>>>> case works
    without names dip shit! >>>>>>>>>>>>>>>>>>>>>>>>>>>>
    I didn't say "without names", but "without >>>>>>>>>>>>>>>>>>>>>>>>>>>> an entity
    being considered two different entities >>>>>>>>>>>>>>>>>>>>>>>>>>>> juwst because
    it is referenced by two names". >>>>>>>>>>>>>>>>>>>>>>>>>>>>

    int D()
    {
       int Halt_Status = H(D); >>>>>>>>>>>>>>>>>>>>>>>>>>>    if (Halt_Status)
         HERE: goto HERE; >>>>>>>>>>>>>>>>>>>>>>>>>>>    return Halt_Status; >>>>>>>>>>>>>>>>>>>>>>>>>>> }

    H simulates D
    that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>>> that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>>> until H sees this repeating pattern >>>>>>>>>>>>>>>>>>>>>>>>>>> Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D >>>>>>>>>>>>>>>>>>>>>>>>>>> then H(D) returns 0 to caller D >>>>>>>>>>>>>>>>>>>>>>>>>>> then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF >>>>>>>>>>>>>>>>>>>>>>>>>>> INSTRUCTIONS DIP SHIT !!! >>>>>>>>>>>>>>>>>>>>>>>>>>
    Nope.  The simulations performed by H and H1 >>>>>>>>>>>>>>>>>>>>>>>>>> are exactly the same up to the point that H >>>>>>>>>>>>>>>>>>>>>>>>>> aborts

    *Mike never did get this and I know that he is >>>>>>>>>>>>>>>>>>>>>>>>> honest*
    The simulations are exactly the same up to the >>>>>>>>>>>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction >>>>>>>>>>>>>>>>>>>>>>>> of H, then the second, etc.

    So both the same up the point that H aborts. >>>>>>>>>>>>>>>>>>>>>>>>

    Not at all.
    False.  There is an exact one-to-one >>>>>>>>>>>>>>>>>>>>>> correspondence between both top- level simulations >>>>>>>>>>>>>>>>>>>>>> up to the point that the top level H aborts. >>>>>>>>>>>>>>>>>>>>>
    That is not the point fuckhead.

    That is exactly the point.  It's also the point that >>>>>>>>>>>>>>>>>>>> Kaz showed that continuing the aborted simulation >>>>>>>>>>>>>>>>>>>> results in it reaching its final state, proving that >>>>>>>>>>>>>>>>>>>> the answer provided by H is wrong.


    I can't imagine how Kaz can possibly be that stupid. >>>>>>>>>>>>>>>>>>
    In other words, you don't have the guts to look at his >>>>>>>>>>>>>>>>>> fully operational code that proves you wrong. >>>>>>>>>>>>>>>>>>

    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that >>>>>>>>>>>>>>>> proves you wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of >>>>>>>>>>>>>> your next post in this newsgroup will be taken as your >>>>>>>>>>>>>> official on- the- record admission that Kaz's code >>>>>>>>>>>>>> correctly demonstrates that the D simulated by H will >>>>>>>>>>>>>> reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to >>>>>>>>>>>> show where Kaz's code is wrong.  Therefore, as per the above >>>>>>>>>>>> criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated >>>>>>>>>>>> by H will reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under >>>>>>>>>> penalty of making the above admission.

    That is not how reality works.

    Nope.  If I was wrong you could have shown how but you didn't. >>>>>>>> And as you yourself said:


    When the conclusion is categorically impossible

    Nope.  The code proves it, but you're too scared to look at it.


    It won't stop you from being a Jackass if I look
    at it and point out its mistake. You will simply
    say that I am wrong about the mistake and still
    be a Jackass.

    If you correctly point out an actual mistake I'll be happy to say
    so, and I'm sure Kaz would be happy to know if there's a mistake so
    he could fix it.

    Likewise, if what you point out is not an actual mistake, I'll say
    so and explain why.


    No you won't you have conclusively proven to
    only be a troll. No matter what I say you
    will say that I am wrong.

    It only appears that way because almost everything you say is in fact
    wrong.  That you don't understand that is not my mistake.


    You may be condemning yourself to actual Hell
    by your lies. Disbelieving this won't actually
    help if such a place actually exists.


    That you don't understand how or why you're wrong is not my mistake.





    On 6/15/2024 1:39 PM, olcott wrote:
    You are the one that is backed into a corner here and no amount >>>>>>>>  > of pure bluster will get you out. Failing to provide the
    requested
    steps *is construed as your admission that I am correct*



    You chose not to show where Kaz's code is wrong, therefore >>>>>>>>>> your above admission has been entered into the official record. >>>>>>>>>














    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 12:17:45 2025
    From Newsgroup: comp.theory

    On 10/30/25 10:49 AM, olcott wrote:
    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    No, it doesn't.

    Semantic Properties are OBJECTIVE, and thus do not depend on who they
    are being asked.

    The CORRECT (and thus COMPLETE) simulation of D can be a semantic
    property, but if H stops, its simulation is not correct.

    All you are doing is showing that you don't understand what "semantics"
    mean, and thus your whole idea of semantic logic is just broken.


    We can tell an input from a non-input because an
    input is an argument to the function H.

    Right, and that whole program CAN be correctly simulated, just H doesn't
    do it.


    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    How?

    Same string, so same meaning?

    I guess in your world, meaning are subjective, and thus there is no
    universal truths, only subjective truths, and you can NEVER say someone
    is wrong.

    Thus, the climate change deniers have just as much right to their claims
    as you do, as the words they use mean what they want them to mean.

    Sorry, but that *IS* the results of your logic system.


    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    Imagine
    H and H1 are simulating termination
    analyzers anchored in a C interpreter
    that takes a finite string input

    H can recognize a call to itself in
    its input. The whole input is the
    text of the function D. The executable
    interpreters are named H.exe and H1.exe.




    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,comp.ai.philosophy,comp.lang.c,comp.lang.c++ on Fri Oct 31 11:51:26 2025
    From Newsgroup: comp.theory

    On 10/31/2025 11:17 AM, Richard Damon wrote:
    On 10/30/25 10:49 AM, olcott wrote:
    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    No, it doesn't.

    Semantic Properties are OBJECTIVE, and thus do not depend on who they
    are being asked.


    Unless you give this a fair review and not the usual
    "I am wrong no matter what I say" I may never speak to
    you again. This is the first time I spoke to you in
    many months so you know that I mean it.

    It turns out that this point is the key element
    of the theory of computation that I have overturned.

    Even the LLMs freaked out over this and just would
    not believe me until after I proved it.

    Unlike people LLMs are not so full of themselves
    that they utterly will not face the actual facts.

    The fact that
    (a) Deciders only compute the mapping from the behavior
    that their input actually specifies

    (b) A correct way to measure the behavior that their
    input actually specifies is D simulated by H

    (c) Proves that H(D)==0 is correct and

    (d) The requirement for H to report on anything else
    has always been a category error out-of-scope for
    Turing machine deciders since the beginning of the
    halting problem back in 1936.

    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference
    between the behavior that the input specifies as different
    than the behavior of the direct execution.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    *Bottom line is this crucial verified fact*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 17:17:40 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    I am switching this to a C interpreter.

    That's nice; until hou have a GitHub (or other hosting site) URL,
    do everyone a favor and shut up about it.

    Can you give even a smidgeon of evidence for anything you say?

    *nothing*

    That's a no.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 17:20:51 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    I am switching this to a C interpreter.

    Also, until you remove this project from GitHub, that's what
    represents the best embodiment of your wrong/false ideas.

    https://github.com/plolcott/x86utm

    Until thenm, I will keep referring to it.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 13:42:17 2025
    From Newsgroup: comp.theory

    On 10/31/25 12:51 PM, olcott wrote:
    On 10/31/2025 11:17 AM, Richard Damon wrote:
    On 10/30/25 10:49 AM, olcott wrote:
    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    No, it doesn't.

    Semantic Properties are OBJECTIVE, and thus do not depend on who they
    are being asked.


    Unless you give this a fair review and not the usual
    "I am wrong no matter what I say" I may never speak to
    you again. This is the first time I spoke to you in
    many months so you know that I mean it.

    So, do you disagree that Semantic Properties are Objective Properties?

    Your problem is you insist on redefining what words mean, which means everything you have done that you claim to be part of Computation Theory
    is just a lie.

    If you want to work with changed definitions, admit it, fully formally
    define what you mean and state the axiomatic basis for your new system,
    and show what it can do.

    Your problem here, is it seems you don't understand enough to do this,
    so you are stuck just lying about what you are doing as you are too
    ignorant (intentionally it seems) to know what things actually mean.


    It turns out that this point is the key element
    of the theory of computation that I have overturned.


    How? By breaking the definition?

    You can't overturn "Definitions" except by destroying semanitic meaning.

    Even the LLMs freaked out over this and just would
    not believe me until after I proved it.

    LLM's don't "freak out". They don't think.

    It seems this goes back to your fundamental lack of understand about
    what "thinking" actually is about, perhaps because you can't really do
    it well.


    Unlike people LLMs are not so full of themselves
    that they utterly will not face the actual facts.

    LLMs are just deterministic machines. They are too complecated for us to reason about to determine what answer they will give, but are just
    really fancy pattern matching machines. The have no ability to actually
    THINK, and prompts to try to force them to "think" tend to make them
    produce hallucinations.

    Note, their training, somewhat intentionally, trained them to be good
    liars that could hide their lies, as training instructions for most of
    them were to NOT base the grading on actual factual accuracy, but on how accurate the answer SEEMED to be. Did it fit with the plausable
    understanding of general culture.

    They have no idea of what is "true", only what has been said.


    The fact that
    (a) Deciders only compute the mapping from the behavior
        that their input actually specifies

    So? And what about the execution trace of a correct simulation of the
    input isn't part of the input?

    If the input doesn't contain the information to allow something (not necessarily the decider) to determine that results, the input is just incorect. The existance of actual UTMs means it *IS* possible to encode
    any actual computation into an input.

    The fact that YOUR input excludes some of the needed information, just
    says what you consider your input is incorrect. The fact that you can
    build a simulation based on both the direct and indirect information
    passed, says there is enough indirect information to determine the
    result, you just try to exclude it from what you want to call the "input".

    This is all just evidence that you don't understand what you are talking about, and you argument is just full of category errors.


    (b) A correct way to measure the behavior that their
        input actually specifies is D simulated by H

    *NO* as that is a SUBJECTIVE property, and thus not something that is
    actually true.

    All you are doing is trying to define that the truth of the execution of
    a program isn't the truth.


    (c) Proves that H(D)==0 is correct and

    No it doesn't as you have just admitted that you weren't answering the
    actual question.


    (d) The requirement for H to report on anything else
        has always been a category error out-of-scope for
        Turing machine deciders since the beginning of the
        halting problem back in 1936.

    No, it isn't, and just shows your ignorance of the facts.

    Part of the problem is your representation of the program "D" is
    incorrect, as it needs to include *ALL* the code it uses, and thus the
    code of the specific H that it calls.


    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference
    between the behavior that the input specifies as different
    than the behavior of the direct execution.




    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }

    Which is just a category error if that is all the input, as it isn't a complete program.


    *Bottom line is this crucial verified fact*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.


    No, your "crucial verifed fact" is just a LIE based on misdefining the
    terms, because you just refuse to learn the facts.

    Note, the fact that you think you can change the meaning of core words
    means your concept of semantics is just broken, as if means can be
    changed arbitrarily, NOTHIHG really has meaning, and thus you can't use
    the meaning of the words as a basis for your logic.

    Your problem is that you whole world is based on the right for you to
    lie, and since you are not the God of the World, that means that
    everyone has the right to lie, and thus truth is destroyed.

    You just don't understand the nature of truth or logic, likely because
    it gets too complicated for your tiny mental ability. This is why all
    you logical examples need to be from the simplest of logic families,
    because that is all you can understand.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 17:43:26 2025
    From Newsgroup: comp.theory

    On 31/10/2025 13:58, olcott wrote:
    H and H1 are both C interpreters named H.exe and H1.exe
    respectively. When they see they see the name H or the name
    H1 they know to calls themselves with the argument.

    Are H.exe and H1.exe PECOFF executable files for Microsoft Windows?

    If so, then there's some mixing up of terminology and concepts here.
    Mixing "call" and "execute" as well as using C-call syntax to express
    execution of an interpreter, for example. Also you say "know to
    calls[sic] themselves" and I think it should be "know to call each
    other, as respectively named, " - perhaps that's not what you mean, in
    which case the situation is very much less clear. Furthermore, further
    review would also be too much effort for me even with clarifications.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 17:46:12 2025
    From Newsgroup: comp.theory

    On 31/10/2025 16:17, Richard Damon wrote:
    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    How?

    Same string, so same meaning?

    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look closely.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 17:49:52 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    H and H1 are both C interpreters named H.exe and H1.exe
    respectively.

    Give the URL or they don't exist, and we won't mention them again.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 13:57:03 2025
    From Newsgroup: comp.theory

    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 16:17, Richard Damon wrote:
    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    How?

    Same string, so same meaning?

    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look closely.

    What changed?

    The address of D is the same.

    The contents of all the memory refenced by that address are the same.

    Both programs you the same encoding rules for the input (the x86
    assembly language sematics).

    Thus, the have the same meaing.

    The "behavior" is specified to be of the STRING ITSELF, not of the
    decider looking at the string, or more precisely, of the program the
    string represents, which is the C function D, and the functions it calls
    which are H and everything it calls.

    Nothing Objectively differs between the two strings.

    Note, the NAME "D.input_to_H" and "D.input_to_H1" are NOT the string
    being talked about, but the actual data passed.

    They are two names for the exact same information.


    --
    Tristan Wibberley


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 18:00:41 2025
    From Newsgroup: comp.theory

    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 30/10/2025 14:49, olcott wrote:
    [snip]
    H can recognize a call to itself in
    its input. The whole input is the
    text of the function D. The executable
    interpreters are named H.exe and H1.exe.

    Thank you for posting this. It is *super* interesting.

    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    Equivalence of algoirthms is undecidable; i.e. the function

    equal_functions(f1, f2)

    is incomputable.

    Olcott's "x86utm" and "Halt7" code uses machine address equivalence as a substitute for function equivalence.

    He has two functions HHH and HHH1 which are absolutely identical
    except for their name. Yet, they trigger a different behavior,
    because the abort check in his simulation assumes that if two
    code addresses are unequal, they are different functions.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 14:06:13 2025
    From Newsgroup: comp.theory

    On 10/31/25 9:58 AM, olcott wrote:
    On 10/31/2025 7:48 AM, Tristan Wibberley wrote:
    On 30/10/2025 14:49, olcott wrote:

    H and H1 are simulating termination
    analyzers anchored in a C interpreter
    that takes a finite string input

    How should we interpret "anchored" here? I feel it is crucial to
    resolving a missing piece vis-a-vis that the symbol "H" is not defined
    in the input text "D".


    H and H1 are both C interpreters named H.exe and H1.exe
    respectively. When they see they see the name H or the name
    H1 they know to calls themselves with the argument.
    D calls H(D) in recursive simulation.

    And if they accept and run this input, they fail to be correct C
    interpreters, as the code has a required diagnostic.

    The key point is that the input needs to include the code of H to be
    correct.

    Note, H and H1 are SUPPOSED to be Halt Deciders. They might use a "C
    Compiler" to understand the input, but their answer is supposed to be if
    the input halts.

    Note, with your claim, H(D) is incorrect syntax, as H isn't being passed
    the C code of the function D.

    Thus, you need to change how you are representing this program.


    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0 to reject its input as non-halting.

    Should we take it that the program component that is a C interpreter
    includes the C text that defines "H"?


    H is like an operating system call. We only see
    the execution trace of the input C textfile.

    But it wan't passed a textfile!!!


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 13:25:16 2025
    From Newsgroup: comp.theory

    On 10/31/2025 12:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 13:58, olcott wrote:
    H and H1 are both C interpreters named H.exe and H1.exe
    respectively. When they see they see the name H or the name
    H1 they know to calls themselves with the argument.

    Are H.exe and H1.exe PECOFF executable files for Microsoft Windows?


    They don't physically exist just yet.
    When they do they will run under Windows
    and Linux command prompt.

    If so, then there's some mixing up of terminology and concepts here.
    Mixing "call" and "execute" as well as using C-call syntax to express execution of an interpreter, for example. Also you say "know to
    calls[sic] themselves" and I think it should be "know to call each
    other, as respectively named, " - perhaps that's not what you mean, in
    which case the situation is very much less clear. Furthermore, further
    review would also be too much effort for me even with clarifications.


    This is a whole different thing than I have been
    talking about for several years. It will be a
    C interpreter that takes C source code as input
    and produces an execution trace in C as output.

    I am adapting a C interpreter so that when it
    sees H(D) it will interpret D with another
    instance of itself.

    I am trying to make this generic so that whenever
    it sees H(anything) it will interpret "anything"
    with another instance of itself. It will be as
    much as possible just like my x86utm system except
    at the C level because x86 is over everyone's heads.

    If there is no call to itself then it will just
    interpret the C input file. It will have both
    an H and an H1.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 13:45:47 2025
    From Newsgroup: comp.theory

    On 10/31/2025 12:42 PM, Richard Damon wrote:
    On 10/31/25 12:51 PM, olcott wrote:
    On 10/31/2025 11:17 AM, Richard Damon wrote:
    On 10/30/25 10:49 AM, olcott wrote:
    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    No, it doesn't.

    Semantic Properties are OBJECTIVE, and thus do not depend on who they
    are being asked.


    Unless you give this a fair review and not the usual
    "I am wrong no matter what I say" I may never speak to
    you again. This is the first time I spoke to you in
    many months so you know that I mean it.

    So, do you disagree that Semantic Properties are Objective Properties?

    Your problem is you insist on redefining what words mean, which means everything you have done that you claim to be part of Computation Theory
    is just a lie.

    If you want to work with changed definitions, admit it, fully formally define what you mean and state the axiomatic basis for your new system,
    and show what it can do.

    Your problem here, is it seems you don't understand enough to do this,
    so you are stuck just lying about what you are doing as you are too
    ignorant (intentionally it seems) to know what things actually mean.


    It turns out that this point is the key element
    of the theory of computation that I have overturned.


    How? By breaking the definition?

    You can't overturn "Definitions" except by destroying semanitic meaning.

    Even the LLMs freaked out over this and just would
    not believe me until after I proved it.

    LLM's don't "freak out". They don't think.

    It seems this goes back to your fundamental lack of understand about
    what "thinking" actually is about, perhaps because you can't really do
    it well.


    Unlike people LLMs are not so full of themselves
    that they utterly will not face the actual facts.

    LLMs are just deterministic machines. They are too complecated for us to reason about to determine what answer they will give, but are just
    really fancy pattern matching machines. The have no ability to actually THINK, and prompts to try to force them to "think" tend to make them
    produce hallucinations.

    Note, their training, somewhat intentionally, trained them to be good
    liars that could hide their lies, as training instructions for most of
    them were to NOT base the grading on actual factual accuracy, but on how accurate the answer SEEMED to be. Did it fit with the plausable understanding of general culture.

    They have no idea of what is "true", only what has been said.


    The fact that
    (a) Deciders only compute the mapping from the behavior
         that their input actually specifies

    So? And what about the execution trace of a correct simulation of the
    input isn't part of the input?

    If the input doesn't contain the information to allow something (not necessarily the decider) to determine that results, the input is just incorect. The existance of actual UTMs means it *IS* possible to encode
    any actual computation into an input.

    The fact that YOUR input excludes some of the needed information, just
    says what you consider your input is incorrect. The fact that you can
    build a simulation based on both the direct and indirect information
    passed, says there is enough indirect information to determine the
    result, you just try to exclude it from what you want to call the "input".

    This is all just evidence that you don't understand what you are talking about, and you argument is just full of category errors.


    (b) A correct way to measure the behavior that their
         input actually specifies is D simulated by H

    *NO* as that is a SUBJECTIVE property, and thus not something that is actually true.

    All you are doing is trying to define that the truth of the execution of
    a program isn't the truth.


    (c) Proves that H(D)==0 is correct and

    No it doesn't as you have just admitted that you weren't answering the actual question.


    (d) The requirement for H to report on anything else
         has always been a category error out-of-scope for
         Turing machine deciders since the beginning of the
         halting problem back in 1936.

    No, it isn't, and just shows your ignorance of the facts.

    Part of the problem is your representation of the program "D" is
    incorrect, as it needs to include *ALL* the code it uses, and thus the
    code of the specific H that it calls.


    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference
    between the behavior that the input specifies as different
    than the behavior of the direct execution.




    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    Which is just a category error if that is all the input, as it isn't a complete program.


    *Bottom line is this crucial verified fact*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.


    No, your "crucial verifed fact" is just a LIE based on misdefining the terms, because you just refuse to learn the facts.


    The exact and precise meaning of those terms proves
    that I am correct. I didn't even glance at the rest
    of what you said. *That was your last chance*
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Fri Oct 31 12:32:39 2025
    From Newsgroup: comp.theory

    On 10/30/2025 8:25 PM, olcott wrote:
    [...]
    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Ahhh... You are the guardian of reality? Happy Halloween! :^)
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Fri Oct 31 12:35:05 2025
    From Newsgroup: comp.theory

    On 10/30/2025 9:00 PM, dbush wrote:
    On 10/30/2025 11:49 PM, olcott wrote:
    On 10/30/2025 10:28 PM, dbush wrote:
    On 10/30/2025 11:25 PM, olcott wrote:
    On 10/30/2025 10:19 PM, dbush wrote:
    On 10/30/2025 11:15 PM, olcott wrote:
    On 10/30/2025 10:04 PM, dbush wrote:
    On 10/30/2025 11:03 PM, olcott wrote:
    On 10/30/2025 10:00 PM, dbush wrote:
    On 10/30/2025 10:59 PM, olcott wrote:
    On 10/30/2025 9:56 PM, dbush wrote:
    On 10/30/2025 10:54 PM, olcott wrote:
    On 10/30/2025 9:49 PM, dbush wrote:
    On 10/30/2025 10:45 PM, olcott wrote:
    On 10/30/2025 9:33 PM, dbush wrote:
    On 10/30/2025 10:14 PM, olcott wrote:
    On 10/30/2025 7:13 PM, dbush wrote:
    On 10/30/2025 5:49 PM, olcott wrote:
    On 10/30/2025 4:15 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:42 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>> On 10/30/2025 3:11 PM, Kaz Kylheku wrote: >>>>>>>>>>>>>>>>>>>>>>> On 2025-10-30, olcott <polcott333@gmail.com> wrote: >>>>>>>>>>>>>>>>>>>>>>>> H and H1 are identical except that D does not >>>>>>>>>>>>>>>>>>>>>>>> call H1.

    This is idiotic and exposes you as someone with >>>>>>>>>>>>>>>>>>>>>>> the mathematical
    maturity of a toddler.

    Function names are not significant in the >>>>>>>>>>>>>>>>>>>>>>> mathematics of
    recursive functions.


    Sure they are nitwit otherwise how the fuck >>>>>>>>>>>>>>>>>>>>>> can to do-the-opposite case be constructed nitwit? >>>>>>>>>>>>>>>>>>>>>
    The diagonal test case does not depend on name >>>>>>>>>>>>>>>>>>>>> equivalence of functions.
    (The idea that two otherwise identical functions >>>>>>>>>>>>>>>>>>>>> with different names
    are different functions.)

    There is no such preposterious garbage in the >>>>>>>>>>>>>>>>>>>>> theory of
    recursive functions, or pretty much anywhere in math. >>>>>>>>>>>>>>>>>>>>>

    Then show me how the fuck that this Linz case works >>>>>>>>>>>>>>>>>>>> without names dip shit!

    I didn't say "without names", but "without an entity >>>>>>>>>>>>>>>>>>> being considered two different entities juwst because >>>>>>>>>>>>>>>>>>> it is referenced by two names".


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    THERE IS A DIFFERENT FUCKING SEQUENCE OF
    INSTRUCTIONS DIP SHIT !!!

    Nope.  The simulations performed by H and H1 are >>>>>>>>>>>>>>>>> exactly the same up to the point that H aborts >>>>>>>>>>>>>>>>
    *Mike never did get this and I know that he is honest* >>>>>>>>>>>>>>>> The simulations are exactly the same up to the >>>>>>>>>>>>>>>> point where D calls H(D)

    After which both simulate the first instruction of H, >>>>>>>>>>>>>>> then the second, etc.

    So both the same up the point that H aborts.


    Not at all.
    False.  There is an exact one-to-one correspondence between >>>>>>>>>>>>> both top- level simulations up to the point that the top >>>>>>>>>>>>> level H aborts.

    That is not the point fuckhead.

    That is exactly the point.  It's also the point that Kaz >>>>>>>>>>> showed that continuing the aborted simulation results in it >>>>>>>>>>> reaching its final state, proving that the answer provided by >>>>>>>>>>> H is wrong.


    I can't imagine how Kaz can possibly be that stupid.

    In other words, you don't have the guts to look at his fully >>>>>>>>> operational code that proves you wrong.


    I proved that Ben agreed with me on this
    point you damned liar.
    Agreement doesn't overrule fully operational code that proves you >>>>>>> wrong.


    So you are an atheist then. No one else would
    risk such a bald-faced lie.
    Then show where the code is wrong.


    My code is correct pee (not pea) brain.

    Failure to do so in your next reply or within one hour of your next >>>>> post in this newsgroup will be taken as your official on-the-record >>>>> admission that Kaz's code correctly demonstrates that the D
    simulated by H will reach a final state.

    Kaz's code is a break from reality
    and you know it you lying bass turd.


    Let the record show that Peter Olcott made no attempt to show where
    Kaz's code is wrong.  Therefore, as per the above criteria:

    Let The Record Show

    That Peter Olcott

    Has *Officially* Admitted:

    That Kaz's code correctly demonstrates that the D simulated by H will
    reach a final state.

    That might get you condemned to actual Hell


    You were challenged to show where Kaz's code is wrong under penalty of making the above admission.  You chose not to show where Kaz's code is wrong, therefore your above admission has been entered into the official record.

    Now Olcott is a religious person, claims to be god and he might send you
    to hell?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Fri Oct 31 12:36:09 2025
    From Newsgroup: comp.theory

    On 10/31/2025 5:30 AM, olcott wrote:
    [...]
    It won't stop you from being a Jackass if I look
    at it and point out its mistake.

    ROFL!

    You will simply
    say that I am wrong about the mistake and still
    be a Jackass.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 19:46:15 2025
    From Newsgroup: comp.theory

    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression
    of itself is not.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 19:57:40 2025
    From Newsgroup: comp.theory

    On 31/10/2025 18:06, Richard Damon wrote:
    [H and H1] fail to be correct C
    interpreters, as the code has a required diagnostic.

    Really? even in K&R C?


    The key point is that the input needs to include the code of H to be
    correct.

    Note, H and H1 are SUPPOSED to be Halt Deciders. They might use a "C

    "are supposed" as in, somebody somewhere supposes it? That somebody is
    you. I don't think I or Olcott suppose it.

    I suppose it's a loop decider for ... some fixedpoint of something
    involving the expression "specific class of loop". The class that is
    programmed in specifically because it's the class of loop that is easy
    to decide.


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 20:10:02 2025
    From Newsgroup: comp.theory

    On 31/10/2025 18:45, olcott wrote:
    On 10/31/2025 12:42 PM, Richard Damon wrote:
    So, do you disagree that Semantic Properties are Objective Properties?

    which gives some context to the below:

    No, your "crucial verifed fact" is just a LIE based on misdefining the
    terms, because you just refuse to learn the facts.


    The exact and precise meaning of those terms proves
    that I am correct. I didn't even glance at the rest
    of what you said. *That was your last chance*

    Because if their semantics were objective there would have been no
    problem XD


    But also, Mr. Damon would be correct in advising you if we adjust
    "Your", "redefining what words mean" and "lie" to what I replaced them
    with between [] below:

    [My] problem is you insist on [switching between meanings for words
    without sufficient conventional contextual distinction], which means
    everything you have done that you claim to be part of Computation
    Theory is just a [troll].

    I thank you both for your attention to this matter.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 20:16:52 2025
    From Newsgroup: comp.theory

    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Worth thinking very deeply about. Very worth it.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Fri Oct 31 13:26:22 2025
    From Newsgroup: comp.theory

    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look closely. >>
    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Olcott?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Fri Oct 31 20:43:54 2025
    From Newsgroup: comp.theory

    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look
    closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Olcott?

    No, actually. Although I haven't thought my theory about dynamic closure through fully so maybe you'll decide I am.

    Now that I think about it, maybe /you're/ your nemsis - you ask "what
    changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Fri Oct 31 13:57:58 2025
    From Newsgroup: comp.theory

    On 10/31/2025 1:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look
    closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Olcott?

    No, actually. Although I haven't thought my theory about dynamic closure through fully so maybe you'll decide I am.

    Now that I think about it, maybe /you're/ your nemsis - you ask "what changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")

    Sometimes I don't know what DDD, DD, D, H, HH, HHH Olcott is referring
    to. Take his HHH(DD). Okay this is what I see: If HHH(DD) returns
    non-zero it goes into an infinite GOTO loop. We can say this is
    non-halting. If HHH(DD) returns zero, DD halts.

    int DD()
    {
    10: int Halt_Status = HHH(DD);
    20: if (Halt_Status)
    30: HERE: goto HERE;
    40: return Halt_Status;
    }

    So, DD is totally dependent on what HHH(DD) returns. It made me think of
    a fun thing that makes sure each path of DD is hit. The non-halt and the
    halt. Hijack HHH? Human input:

    ___________________________
    1 HOME
    5 PRINT "HHH"
    6 P0 = 0
    7 P1 = 0
    10 INPUT "Shall DD halt or not? " ; A$
    20 IF A$ = "YES" GOTO 666
    30 P0 = P0 + 1
    40 IF P0 > 0 AND P1 > 0 GOTO 1000
    50 GOTO 10

    666 PRINT "OK!"
    667 P1 = P1 + 1
    700 PRINT "NON_HALT P0 = "; P0
    710 PRINT "HALT P1 = "; P1
    720 IF P0 > 0 AND P1 > 0 GOTO 1000
    730 PRINT "ALL PATHS FAILED TO BE HIT!"
    740 GOTO 10


    1000
    1010 PRINT "FIN... All paths hit."
    1020 PRINT "NON_HALT P0 = "; P0
    1030 PRINT "HALT P1 = "; P1
    ___________________________


    Or a fuzzed input with a probability (line 30):
    ____________________________
    1 HOME
    5 PRINT "ct_dr_fuzz lol. ;^)"
    6 P0 = 0
    7 P1 = 0

    10 REM Fuzzer... ;^)
    20 A$ = "NOPE!"
    30 IF RND(1) < .5 THEN A$ = "YES"

    100 REM INPUT "Shall DD halt or not? " ; A$
    110 PRINT "Shall DD halt or not? " ; A$
    200 IF A$ = "YES" GOTO 666
    300 P0 = P0 + 1
    400 IF P0 > 0 AND P1 > 0 GOTO 1000
    500 GOTO 10

    666 PRINT "OK!"
    667 P1 = P1 + 1
    700 PRINT "NON_HALT P0 = "; P0
    710 PRINT "HALT P1 = "; P1
    720 IF P0 > 0 AND P1 > 0 GOTO 1000
    730 PRINT "ALL PATHS FAILED TO BE HIT!"
    740 GOTO 10


    1000
    1010 PRINT "FIN... All paths hit."
    1020 PRINT "NON_HALT P0 = "; P0
    1030 PRINT "HALT P1 = "; P1
    ____________________________


    Fun to do in BASIC. ;^)
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 16:00:02 2025
    From Newsgroup: comp.theory

    On 10/31/2025 3:10 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:45, olcott wrote:
    On 10/31/2025 12:42 PM, Richard Damon wrote:
    So, do you disagree that Semantic Properties are Objective Properties?

    which gives some context to the below:

    No, your "crucial verifed fact" is just a LIE based on misdefining the
    terms, because you just refuse to learn the facts.


    The exact and precise meaning of those terms proves
    that I am correct. I didn't even glance at the rest
    of what you said. *That was your last chance*

    Because if their semantics were objective there would have been no
    problem XD


    But also, Mr. Damon would be correct in advising you if we adjust
    "Your", "redefining what words mean" and "lie" to what I replaced them
    with between [] below:


    These are the words where their conventional meaning
    means exactly what I say. I spent many months carefully
    crafting them.

    *Bottom line is this crucial verified fact*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    Mr. Damon *always* makes sure
    to twist the meaning of the words that I say so that
    he can do a strawman rebuttal. That is one of two reasons
    that I have not spoken with him in six months and may
    never speak to him again. He is also a very mean person.
    [My] problem is you insist on [switching between meanings for words
    without sufficient conventional contextual distinction], which means
    everything you have done that you claim to be part of Computation
    Theory is just a [troll].

    I thank you both for your attention to this matter.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 16:06:03 2025
    From Newsgroup: comp.theory

    On 10/31/2025 3:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look
    closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Olcott?

    No, actually. Although I haven't thought my theory about dynamic closure through fully so maybe you'll decide I am.

    Now that I think about it, maybe /you're/ your nemsis - you ask "what changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")


    D simulated by H calls H(D) to simulate itself
    in recursive simulation. This simulated D cannot
    possibly reach its own "return" statement.

    D simulated by H1 does not call H1 at all
    thus reaches its own "return" statement and halts.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Fri Oct 31 14:22:15 2025
    From Newsgroup: comp.theory

    On 10/31/2025 2:06 PM, olcott wrote:
    On 10/31/2025 3:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look
    closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say "define" >>>> but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Olcott?

    No, actually. Although I haven't thought my theory about dynamic closure
    through fully so maybe you'll decide I am.

    Now that I think about it, maybe /you're/ your nemsis - you ask "what
    changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")


    D simulated by H calls H(D) to simulate itself
    in recursive simulation. This simulated D cannot
    possibly reach its own "return" statement.

    D simulated by H1 does not call H1 at all
    thus reaches its own "return" statement and halts.

    DD can halt or not halt based on the command it takes from HHH(DD). DD
    can both halt or not halt. You cannot say DD always halts or not. It
    depends! So, just take both paths and say, sometimes it halts, other
    times it does not.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Fri Oct 31 14:23:44 2025
    From Newsgroup: comp.theory

    On 10/31/2025 1:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look
    closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Olcott?

    No, actually. Although I haven't thought my theory about dynamic closure through fully so maybe you'll decide I am.

    ;^)


    Now that I think about it, maybe /you're/ your nemsis - you ask "what changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 17:37:01 2025
    From Newsgroup: comp.theory

    On 10/31/2025 1:00 PM, Kaz Kylheku wrote:
    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 30/10/2025 14:49, olcott wrote:
    [snip]
    H can recognize a call to itself in
    its input. The whole input is the
    text of the function D. The executable
    interpreters are named H.exe and H1.exe.

    Thank you for posting this. It is *super* interesting.

    An algorithm recognizing the presence of itself in its input is an undecidable problem.

    Equivalence of algoirthms is undecidable; i.e. the function

    equal_functions(f1, f2)

    is incomputable.

    Olcott's "x86utm" and "Halt7" code uses machine address equivalence as a substitute for function equivalence.

    He has two functions HHH and HHH1 which are absolutely identical
    except for their name.

    void DDD() // a dumbed down version of D.
    {
    HHH(DDD);
    return;
    }

    No dumb bunny DDD only calls one of them and this
    changes everything. Since I have told you this
    hundreds of times you are far far worse than a
    dumb bunny.

    Yet, they trigger a different behavior,
    because the abort check in his simulation assumes that if two
    code addresses are unequal, they are different functions.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 17:38:51 2025
    From Newsgroup: comp.theory

    On 10/31/2025 12:49 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    H and H1 are both C interpreters named H.exe and H1.exe
    respectively.

    Give the URL or they don't exist, and we won't mention them again.


    I am in the process of writing them in the mean
    time you could try to not be too stupid to
    understand this:

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 23:06:13 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 12:49 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    H and H1 are both C interpreters named H.exe and H1.exe
    respectively.

    Give the URL or they don't exist, and we won't mention them again.


    I am in the process of writing them in the mean

    You are in the process of /saying/ you are writing them, that's all.

    I suspect you've not even done the googling regarding whose
    C interpreter you are going to use.

    Because you need a tower of interpreters, the interpreter will have to
    be complete and reliable enough to interpret its own code.

    time you could try to not be too stupid to
    understand this:

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    You simply don't know your ass from a hole in the ground at this point.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 23:10:05 2025
    From Newsgroup: comp.theory

    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression
    of itself is not.

    ... useful for confirming that two expressions are /not/ equivalent.

    It's only useful in cases in which you can accept false negatives.

    For instance when we take derivative-based regular expression
    and compile it, we need to recognize equivalent regex terms so that
    we can close loops in the resulting graph.

    Implementations of this rely on some some imperfect heuristics
    that work well in practice. False negatives create a larger state
    machine.

    Nominal equivalence is not good enough if you're trying to prove
    something about halting.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Fri Oct 31 23:16:48 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 1:00 PM, Kaz Kylheku wrote:
    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 30/10/2025 14:49, olcott wrote:
    [snip]
    H can recognize a call to itself in
    its input. The whole input is the
    text of the function D. The executable
    interpreters are named H.exe and H1.exe.

    Thank you for posting this. It is *super* interesting.

    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    Equivalence of algoirthms is undecidable; i.e. the function

    equal_functions(f1, f2)

    is incomputable.

    Olcott's "x86utm" and "Halt7" code uses machine address equivalence as a
    substitute for function equivalence.

    He has two functions HHH and HHH1 which are absolutely identical
    except for their name.

    void DDD() // a dumbed down version of D.
    {
    HHH(DDD);
    return;
    }

    This is precisely what is compiled in your most recent version of
    Halt7.obj.

    No dumb bunny DDD only calls one of them and this
    changes everything.

    You pitiful moron. I'm informing you that it is incorrect for
    there to be "them"!!!

    HHH1 and HHH are just names for an identical funtion. Therefore
    they are the same function.

    I'm saying that your Halt7 fuckery is committing a crime against
    mathematics by treating the two /names/ of the same entity as
    if they were different entities.

    In a correct implementation of your shit, there would be
    no difference between HHH(DD) and HHH1(dD).

    Because DD calls HHH, it calls HHH1. They are one and the same.

    Since I have told you this
    hundreds of times you are far far worse than a
    dumb bunny.

    In math, you cannot treat multiple names for one thing
    as multiple things.

    If we have

    theta = 3.14
    phi = 3.14

    sin(theta)

    we cannot say garbage like "theta and phi are the same except that our
    sin expression references theta and not phi".

    The sin expression references 3.14. Therefore it references both
    theta and phi.

    That's exactly what you are doing when you say that HHH1 and HHH are the
    same except that DD calls HHH and not HHH1.

    If it were not for the fact that I've been here for 30 years, I might
    suspect you are the dumbest fuck ever to seriously participate in
    a comp.* newsgroup.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Fri Oct 31 19:38:39 2025
    From Newsgroup: comp.theory

    On 10/31/2025 7:16 PM, Kaz Kylheku wrote:
    If it were not for the fact that I've been here for 30 years, I might
    suspect you are the dumbest fuck ever to seriously participate in
    a comp.* newsgroup.


    Really? I can't imagine worse...
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 00:38:59 2025
    From Newsgroup: comp.theory

    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look closely. >>
    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Worth thinking very deeply about. Very worth it.

    Pretending that an entity is two entities when referenced by two
    different names isn't thinking. It's just stirring of the sedimentation
    in your mind. Best to let that flocculate and settle down again.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 01:05:00 2025
    From Newsgroup: comp.theory

    On 2025-10-31, dbush <dbush.mobile@gmail.com> wrote:
    On 10/31/2025 7:16 PM, Kaz Kylheku wrote:
    If it were not for the fact that I've been here for 30 years, I might
    suspect you are the dumbest fuck ever to seriously participate in
    a comp.* newsgroup.


    Really? I can't imagine worse...

    Oh, the names escape me now. Here are a few: Ioannis Vranos, G Moore,
    Scott Nudds, "Aminer", E. Robert Tisdale, Rick C. Hodgin, "fir",
    Bill Cunningham, Edward G. Nilges (spinoza1111), Bonita Montero,
    CBfalconer, Alicia Carla Longstreet, ...
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:13:50 2025
    From Newsgroup: comp.theory

    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression
    of itself is not.

    But who says the copy has the same nominal expression?

    And, WHICH of the expression of the decider are you comparing to?

    Remember, when you are actually rumming the machines, you don't have an expression of them, you have the actual mathematical machines, not a
    symbolic expression of them.

    Your seem to forget that Turing Machines *ARE* the processor, not just a program.


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:17:45 2025
    From Newsgroup: comp.theory

    On 10/31/25 6:37 PM, olcott wrote:
    On 10/31/2025 1:00 PM, Kaz Kylheku wrote:
    On 2025-10-31, Tristan Wibberley
    <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 30/10/2025 14:49, olcott wrote:
    [snip]
    H can recognize a call to itself in
    its input. The whole input is the
    text of the function D. The executable
    interpreters are named H.exe and H1.exe.

    Thank you for posting this. It is *super* interesting.

    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    Equivalence of algoirthms is undecidable; i.e. the function

      equal_functions(f1, f2)

    is incomputable.

    Olcott's "x86utm" and "Halt7" code uses machine address equivalence as a
    substitute for function equivalence.

    He has two functions HHH and HHH1 which are absolutely identical
    except for their name.

    void DDD()   // a dumbed down version of D.
    {
      HHH(DDD);
      return;
    }

    No dumb bunny DDD only calls one of them and this
    changes everything. Since I have told you this
    hundreds of times you are far far worse than a
    dumb bunny.

    So, you admit that the ONE that it calls is the one in Halt7.c?

    And thus, that DEFINES what HHH is when you talk about it, as you can't
    have two different version of the same machine and call them the same.


     Yet, they trigger a different behavior,
    because the abort check in his simulation assumes that if two
    code addresses are unequal, they are different functions.




    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:26:23 2025
    From Newsgroup: comp.theory

    On 10/31/25 2:25 PM, olcott wrote:
    On 10/31/2025 12:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 13:58, olcott wrote:
    H and H1 are both C interpreters named H.exe and H1.exe
    respectively. When they see they see the name H or the name
    H1 they know to calls themselves with the argument.

    Are H.exe and H1.exe PECOFF executable files for Microsoft Windows?


    They don't physically exist just yet.
    When they do they will run under Windows
    and Linux command prompt.

    If so, then there's some mixing up of terminology and concepts here.
    Mixing "call" and "execute" as well as using C-call syntax to express
    execution of an interpreter, for example. Also you say "know to
    calls[sic] themselves" and I think it should be "know to call each
    other, as respectively named, " - perhaps that's not what you mean, in
    which case the situation is very much less clear. Furthermore, further
    review would also be too much effort for me even with clarifications.


    This is a whole different thing than I have been
    talking about for several years. It will be a
    C interpreter that takes C source code as input
    and produces an execution trace in C as output.

    I am adapting a C interpreter so that when it
    sees H(D) it will interpret D with another
    instance of itself.

    Which is just incorrect, as it needs to interprete what that code of H
    does. or at least figure out what it would actualy do.

    THus, it will be incorrect to return an answer based on an assumption
    that this call to H(D) acts differently then H actually acts when given D.

    ALso remember, D can't just pass its address, as that isn't what H takes
    as its input. D will need to pass the source code for D to H.

    That means it may be better to go back to the original model where P
    takes as its parameter the representation of the program, and passes
    that on to H duplicated.


    I am trying to make this generic so that whenever
    it sees H(anything) it will interpret "anything"
    with another instance of itself. It will be as
    much as possible just like my x86utm system except
    at the C level because x86 is over everyone's heads.

    Just remember that what ever H decides about that input, is the answer
    it must presume to return to that call it interpreted.

    And this means it can't assume that the call to H won't return if H
    actually returns an answer to that input.


    If there is no call to itself then it will just
    interpret the C input file. It will have both
    an H and an H1.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.




    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:32:11 2025
    From Newsgroup: comp.theory

    On 10/31/25 3:57 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:06, Richard Damon wrote:
    [H and H1] fail to be correct C
    interpreters, as the code has a required diagnostic.

    Really? even in K&R C?

    Yep, the link step will fail as H and H1 are not defined.




    The key point is that the input needs to include the code of H to be
    correct.

    Note, H and H1 are SUPPOSED to be Halt Deciders. They might use a "C

    "are supposed" as in, somebody somewhere supposes it? That somebody is
    you. I don't think I or Olcott suppose it.

    As in they are claimed to be in order to be the rebuttal to the proof.

    Hard to prove that a Halt Decider can exist if you don't provide the
    Halt Decider.

    This is his typical category error.


    I suppose it's a loop decider for ... some fixedpoint of something
    involving the expression "specific class of loop". The class that is programmed in specifically because it's the class of loop that is easy
    to decide.


    But since the actual loop turns out to be finite in operation, how ever
    y9ou try to define your "loop decider" it fails to be a Halt Decider,
    even for this one case.

    The input program will halt when run based on the claimed behavior of H
    and H1.

    H says it doesn't, and thus it MUST be wrong.


    --
    Tristan Wibberley


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:38:29 2025
    From Newsgroup: comp.theory

    On 10/31/25 2:45 PM, olcott wrote:
    On 10/31/2025 12:42 PM, Richard Damon wrote:
    On 10/31/25 12:51 PM, olcott wrote:
    On 10/31/2025 11:17 AM, Richard Damon wrote:
    On 10/30/25 10:49 AM, olcott wrote:
    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    No, it doesn't.

    Semantic Properties are OBJECTIVE, and thus do not depend on who
    they are being asked.


    Unless you give this a fair review and not the usual
    "I am wrong no matter what I say" I may never speak to
    you again. This is the first time I spoke to you in
    many months so you know that I mean it.

    So, do you disagree that Semantic Properties are Objective Properties?

    Your problem is you insist on redefining what words mean, which means
    everything you have done that you claim to be part of Computation
    Theory is just a lie.

    If you want to work with changed definitions, admit it, fully formally
    define what you mean and state the axiomatic basis for your new
    system, and show what it can do.

    Your problem here, is it seems you don't understand enough to do this,
    so you are stuck just lying about what you are doing as you are too
    ignorant (intentionally it seems) to know what things actually mean.


    It turns out that this point is the key element
    of the theory of computation that I have overturned.


    How? By breaking the definition?

    You can't overturn "Definitions" except by destroying semanitic meaning.

    Even the LLMs freaked out over this and just would
    not believe me until after I proved it.

    LLM's don't "freak out". They don't think.

    It seems this goes back to your fundamental lack of understand about
    what "thinking" actually is about, perhaps because you can't really do
    it well.


    Unlike people LLMs are not so full of themselves
    that they utterly will not face the actual facts.

    LLMs are just deterministic machines. They are too complecated for us
    to reason about to determine what answer they will give, but are just
    really fancy pattern matching machines. The have no ability to
    actually THINK, and prompts to try to force them to "think" tend to
    make them produce hallucinations.

    Note, their training, somewhat intentionally, trained them to be good
    liars that could hide their lies, as training instructions for most of
    them were to NOT base the grading on actual factual accuracy, but on
    how accurate the answer SEEMED to be. Did it fit with the plausable
    understanding of general culture.

    They have no idea of what is "true", only what has been said.


    The fact that
    (a) Deciders only compute the mapping from the behavior
         that their input actually specifies

    So? And what about the execution trace of a correct simulation of the
    input isn't part of the input?

    If the input doesn't contain the information to allow something (not
    necessarily the decider) to determine that results, the input is just
    incorect. The existance of actual UTMs means it *IS* possible to
    encode any actual computation into an input.

    The fact that YOUR input excludes some of the needed information, just
    says what you consider your input is incorrect. The fact that you can
    build a simulation based on both the direct and indirect information
    passed, says there is enough indirect information to determine the
    result, you just try to exclude it from what you want to call the
    "input".

    This is all just evidence that you don't understand what you are
    talking about, and you argument is just full of category errors.


    (b) A correct way to measure the behavior that their
         input actually specifies is D simulated by H

    *NO* as that is a SUBJECTIVE property, and thus not something that is
    actually true.

    All you are doing is trying to define that the truth of the execution
    of a program isn't the truth.


    (c) Proves that H(D)==0 is correct and

    No it doesn't as you have just admitted that you weren't answering the
    actual question.


    (d) The requirement for H to report on anything else
         has always been a category error out-of-scope for
         Turing machine deciders since the beginning of the
         halting problem back in 1936.

    No, it isn't, and just shows your ignorance of the facts.

    Part of the problem is your representation of the program "D" is
    incorrect, as it needs to include *ALL* the code it uses, and thus the
    code of the specific H that it calls.


    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference
    between the behavior that the input specifies as different
    than the behavior of the direct execution.




    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    Which is just a category error if that is all the input, as it isn't a
    complete program.


    *Bottom line is this crucial verified fact*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.


    No, your "crucial verifed fact" is just a LIE based on misdefining the
    terms, because you just refuse to learn the facts.


    The exact and precise meaning of those terms proves
    that I am correct. I didn't even glance at the rest
    of what you said. *That was your last chance*


    Nope, just that you don't know the meaning.

    Sorry, you can't just say you are correct without giving an actual
    source for you claimed correct definitions.

    Halting is about the behavior of the ACTUAL MACHINE, not a partial
    simulation of it.

    Trying to claim that it can't be that, jus shows your utter ignorance of
    the field.

    Your inability to show where ANY of you claims come from, just shows
    that you ZERO PRINCIPLE (you try to call it first principles, but it
    wasn't based on any of the actual principles) analysis of the field is
    just wrong.

    You have even admitted that you never studied the field, just read a bit
    of the problem, and then "deduced" (with NO foundation) how things must
    work.

    All that shows is that you are just willing to lie about what things
    mean, because it seems that in your logic, the meaning of words isn't
    acutally important as you can always make up new defintions that seem to
    make sense.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Heathfield@rjh@cpax.org.uk to comp.theory on Sat Nov 1 02:38:47 2025
    From Newsgroup: comp.theory

    On 01/11/2025 01:05, Kaz Kylheku wrote:
    On 2025-10-31, dbush <dbush.mobile@gmail.com> wrote:
    On 10/31/2025 7:16 PM, Kaz Kylheku wrote:
    If it were not for the fact that I've been here for 30 years, I might
    suspect you are the dumbest fuck ever to seriously participate in
    a comp.* newsgroup.


    Really? I can't imagine worse...

    Oh, the names escape me now. Here are a few: Ioannis Vranos, G Moore,
    Scott Nudds, "Aminer", E. Robert Tisdale, Rick C. Hodgin, "fir",
    Bill Cunningham, Edward G. Nilges (spinoza1111), Bonita Montero,
    CBfalconer, Alicia Carla Longstreet, ...

    ISTR that Ioannis Vranos (the mouse who thought he was a cat)
    eventually clued up?

    You're being a tad harsh on Chuck F, too; no way was he as bad as
    Olcott.

    But apart from those, the list looks pretty solid. Possibly add
    "bart"? (The modern one, not the 1990s one.)
    --
    Richard Heathfield
    Email: rjh at cpax dot org dot uk
    "Usenet is a strange place" - dmr 29 July 1999
    Sig line 4 vacant - apply within
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 21:43:48 2025
    From Newsgroup: comp.theory

    On 10/31/2025 9:38 PM, Richard Heathfield wrote:
    On 01/11/2025 01:05, Kaz Kylheku wrote:
    On 2025-10-31, dbush <dbush.mobile@gmail.com> wrote:
    On 10/31/2025 7:16 PM, Kaz Kylheku wrote:
    If it were not for the fact that I've been here for 30 years, I might
    suspect you are the dumbest fuck ever to seriously participate in
    a comp.* newsgroup.


    Really?  I can't imagine worse...

    Oh, the names escape me now. Here are a few: Ioannis Vranos, G Moore,
    Scott Nudds, "Aminer", E. Robert Tisdale, Rick C. Hodgin, "fir",
    Bill Cunningham, Edward G. Nilges (spinoza1111), Bonita Montero,
    CBfalconer, Alicia Carla Longstreet, ...

    ISTR that Ioannis Vranos (the mouse who thought he was a cat) eventually clued up?

    You're being a tad harsh on Chuck F, too; no way was he as bad as Olcott.

    But apart from those, the list looks pretty solid. Possibly add "bart"?
    (The modern one, not the 1990s one.)


    Are you just a damned liar too?

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

    HHH simulates DDD then DDD calls HHH(DDD)
    what comes next?
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:45:11 2025
    From Newsgroup: comp.theory

    On 10/31/25 5:00 PM, olcott wrote:
    On 10/31/2025 3:10 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:45, olcott wrote:
    On 10/31/2025 12:42 PM, Richard Damon wrote:
    So, do you disagree that Semantic Properties are Objective Properties?

    which gives some context to the below:

    No, your "crucial verifed fact" is just a LIE based on misdefining the >>>> terms, because you just refuse to learn the facts.


    The exact and precise meaning of those terms proves
    that I am correct. I didn't even glance at the rest
    of what you said. *That was your last chance*

    Because if their semantics were objective there would have been no
    problem XD


    But also, Mr. Damon would be correct in advising you if we adjust
    "Your", "redefining what words mean" and "lie" to what I replaced them
    with between [] below:


    These are the words where their conventional meaning
    means exactly what I say. I spent many months carefully
    crafting them.

    *Bottom line is this crucial verified fact*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    The problem is that this isn't a valid definition per the semantics of
    the C programming language, as the "repeating pattern" doesn't actually
    exist, as the C language semantics means that when H sees the call to
    H(D), it needs to simulate the actual code of H as it simulated D, and
    we never reach a repeating state when you do that.

    It is an invalid transformation to convert a call to the halt decider
    into an unconditional simulation of the input and then to a new instance
    of the progrtam running.

    If H isn't an unconditional simulator, that is just a logically
    incorrect change, but is fundamental to your logic, and thus you must be stipulating that H doesn't ever actual abort its simulation, and then
    you break that stipulation by having it abort it.


    Mr. Damon *always* makes sure
    to twist the meaning of the words that I say so that
    he can do a strawman rebuttal. That is one of two reasons
    that I have not spoken with him in six months and may
    never speak to him again. He is also a very mean person.

    No, YOU are the one that twists the meaning of the words, which is why
    you never actually give the definitions you mean.

    The closest you come it when you make the FALSE statement that Halting
    means that the simulation by H can't reach its final state.

    That statement is ONLY true if H is ACTUALLY a correct simulator, which
    means it NEVER aborts, which isn't what you make H to be, thus the
    definiton is in error.

    [My] problem is you insist on [switching between meanings for words
    without sufficient conventional contextual distinction], which means
    everything you have done that you claim to be part of Computation
    Theory is just a [troll].

    I thank you both for your attention to this matter.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.




    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 02:47:08 2025
    From Newsgroup: comp.theory

    On 31/10/2025 23:10, Kaz Kylheku wrote:

    Nominal equivalence is not good enough if you're trying to prove
    something about halting.

    Suppose that's not what his situation statement for the current topic is
    for? I do.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:49:41 2025
    From Newsgroup: comp.theory

    On 10/31/25 4:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look closely. >>
    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    But there isn't a closure.

    D is DEFINED by the problem to be a complete program, and thus doesn't
    need a closure.

    Note, in both cases D is looked at calling H, never H1, and both are
    defined to be definite programs, and thus both get the exact same
    algorithm of D.

    If in your world a program can change its behavior because someone
    different is looking at it, you have just admitted that you programming
    system is worthless, as you can never tell what a given program will do.

    What do you think actually changed in the progrma D between the two "Closures"?


    Worth thinking very deeply about. Very worth it.

    What, about the lies that Olcott uses because he is to stupid to
    understand what he talks about.


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Fri Oct 31 22:50:41 2025
    From Newsgroup: comp.theory

    On 10/31/25 4:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:
    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look
    closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    Olcott?

    No, actually. Although I haven't thought my theory about dynamic closure through fully so maybe you'll decide I am.

    Now that I think about it, maybe /you're/ your nemsis - you ask "what changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    But those are not the string in question, just the meta-description of them.


    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 02:53:22 2025
    From Newsgroup: comp.theory

    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression
    of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    And, WHICH of the expression of the decider are you comparing to?

    The one and only one he gave in the input string "H". There's no other
    to consider.

    The situation statement describes one in which the input string
    specifies calling H(D), and provides for a C interpreter in which the
    call remains recognisable.

    It does not provide for any generality in the decision that there's a
    loop of more than 5 calls.

    If there is a challenge for us, it is to notice that those are the facts
    of this particular situation statement.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,comp.lang.c++,comp.lang.c,comp.ai.philosophy on Fri Oct 31 21:58:18 2025
    From Newsgroup: comp.theory

    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression
    of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    And, WHICH of the expression of the decider are you comparing to?

    The one and only one he gave in the input string "H". There's no other
    to consider.

    The situation statement describes one in which the input string
    specifies calling H(D), and provides for a C interpreter in which the
    call remains recognisable.

    It does not provide for any generality in the decision that there's a
    loop of more than 5 calls.

    If there is a challenge for us, it is to notice that those are the facts
    of this particular situation statement.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 03:38:00 2025
    From Newsgroup: comp.theory

    On 2025-11-01, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression
    of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    The author is a twit who doesn't understand the true scope of the
    halting problem, though.

    The diagonal program D does not literally have to use the decision
    algorithm in exactly the same implementation!

    1. Someone proposes a decision algorithm., and desribes it
    abstractly. They also produce an implementation in some tech stack.

    2. someone else takes that algorithm, and produces the program D
    which applies the algorithm to itself. That someone also chooses
    a tech stack independently of (1).

    Then (1) is applied to (2).

    Olcott doesn't understand this. The implementation produced by (1)
    cannot look for /literal/ copies of itself in the test case.

    Such a naive strategy will easily be fooled by mutated / translated
    versions of itself!

    The problem of "find code equivalent to self within this test case"
    is not computable.

    So, ... if in order to "defeat he halting problem", you throw a
    different, related undecidable problem in your own path, you have
    achieved a nonstarter.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 03:46:44 2025
    From Newsgroup: comp.theory

    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 31/10/2025 18:06, Richard Damon wrote:
    [H and H1] fail to be correct C
    interpreters, as the code has a required diagnostic.

    Really? even in K&R C?

    It doesn't require a diagnostic in ISO C. It has undefined behavior.

    As far as K&R C goes, if the K&R book is mum about this issue,
    it may be regarded as undefined in that old dialect also.

    When a program makes use of an external name (other than in certain
    ways like "sizeof name") and that name is not defined exactly once
    the behavior is undefined.

    Linking is not required to fail with a diagostic in that situation, and
    that has certain implications of practical importance.

    For instance, if you are on Unix, this program will succesfully
    link, even though it uses a function which is not in the program
    and not in the standard C language:

    extern int isatty(int fd);

    int main(void)
    {
    return isatty(0);
    }

    This result is allowed under the scope of undefined behavior.

    (This instance of undefined behavior is a documented extension; it is documented in POSIX; any impelmentation that claims to implement POSIX
    has this documented extension of providing an isatty external name.)
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Sat Nov 1 00:14:01 2025
    From Newsgroup: comp.theory

    On 10/31/25 10:47 PM, Tristan Wibberley wrote:
    On 31/10/2025 23:10, Kaz Kylheku wrote:

    Nominal equivalence is not good enough if you're trying to prove
    something about halting.

    Suppose that's not what his situation statement for the current topic is
    for? I do.

    --
    Tristan Wibberley

    That is part of his problem, NOTHING he talks about is actualy about
    halting, as he just ignores the definitons needed to talk about halting.

    He wants someone to say something that he can misuse to try to support
    his theory to claim it is actually about halting, when it never was.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Damon@Richard@Damon-Family.org to comp.theory on Sat Nov 1 00:19:28 2025
    From Newsgroup: comp.theory

    On 10/31/25 10:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression
    of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    Unfortuantly, the SItuation Statement is the Halting Problem, and it
    doesn't say that.


    And, WHICH of the expression of the decider are you comparing to?

    The one and only one he gave in the input string "H". There's no other
    to consider.

    And that is the address of the funciton D, and the contents of the
    memory that it references, which is exactly the same for both cases.


    The situation statement describes one in which the input string
    specifies calling H(D), and provides for a C interpreter in which the
    call remains recognisable.

    Which is just an admission that he isn't actually able to refute the
    proof, but is just using a strawman,


    It does not provide for any generality in the decision that there's a
    loop of more than 5 calls.

    If there is a challenge for us, it is to notice that those are the facts
    of this particular situation statement.

    It seems you have missed that his claim is to refute the proof of the
    Halting Problem by creating a decider that correct decides the specific
    input described in it.

    If his decision criteria and input don't correspond to that of the
    proof, he has just shown that he is just a liar.

    If he was willing to admit that he isn't working in the previously
    defined system and proof, he could define whatever he wanted, he just
    couldn't claim the results to apply to the original system.


    --
    Tristan Wibberley

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 04:23:44 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an
    undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression >>>> of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    And, WHICH of the expression of the decider are you comparing to?

    The one and only one he gave in the input string "H". There's no other
    to consider.

    The situation statement describes one in which the input string
    specifies calling H(D), and provides for a C interpreter in which the
    call remains recognisable.

    It does not provide for any generality in the decision that there's a
    loop of more than 5 calls.

    If there is a challenge for us, it is to notice that those are the facts
    of this particular situation statement.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    From your Halt7.c, February 2025 commit:

    // Original version of H that uses static local data and is
    // capable of recursive simulations. I restored this one
    // because it was too difficult for people to see that H(P,P)
    // matches the infinite recursion behavior pattern with only
    // a single call from, P to H(P,P).
    //
    u32 H(ptr P, ptr I) // 2024-09-15 was HH
    {
    u32* Aborted;
    u32* execution_trace;
    u32 End_Of_Code;
    goto SKIP;

    DATA1:
    #ifdef _WIN32
    __asm nop // The purpose of creating static local memory
    __asm nop // directly in the function body is to make it
    __asm nop // clear that a Turing machine computatation has
    __asm nop // this ability by simply writing to its own tape
    #elif __linux__
    __asm__("nop"); // The purpose of creating static local memory
    __asm__("nop"); // directly in the function body is to make it
    __asm__("nop"); // clear that a Turing machine computatation has
    __asm__("nop"); // this ability by simply writing to its own tape
    #endif

    DATA2:
    #ifdef _WIN32
    __asm nop // The purpose of creating static local memory
    __asm nop // directly in the function body is to make it
    __asm nop // clear that a Turing machine computatation has
    __asm nop // this ability by simply writing to its own tape
    #elif __linux__
    __asm__("nop"); // The purpose of creating static local memory
    __asm__("nop"); // directly in the function body is to make it
    __asm__("nop"); // clear that a Turing machine computatation has
    __asm__("nop"); // this ability by simply writing to its own tape
    #endif

    SKIP:
    #ifdef _WIN32
    __asm lea eax, DATA1
    __asm mov Aborted, eax // Data stored directly in the function body
    __asm lea eax, DATA2
    __asm mov execution_trace, eax // Data stored directly in the function body
    __asm mov eax, END_OF_CODE
    __asm mov End_Of_Code, eax
    #elif __linux__
    __asm__("lea eax, DATA1");
    __asm__("mov Aborted, eax"); // Data stored directly in the function body
    __asm__("lea eax, DATA2");
    __asm__("mov execution_trace, eax"); // Data stored directly in the function body
    __asm__("mov eax, END_OF_CODE");
    __asm__("mov End_Of_Code, eax");
    #endif

    Decoded_Line_Of_Code *decoded;
    u32 code_end;
    Registers* master_state;
    Registers* slave_state;
    u32* slave_stack;

    u32 Root = Init_Halts_HH(&Aborted, &execution_trace, &decoded, &code_end, (u32)P,
    &master_state, &slave_state, &slave_stack); //Output("H_Root:", Root);

    Init_slave_state((u32)P, (u32)I, End_Of_Code, slave_state, slave_stack);

    if (Decide_Halting_HH(&Aborted, &execution_trace, &decoded,
    code_end, End_Of_Code, &master_state,
    &slave_state, &slave_stack, Root))
    goto END_OF_CODE;
    // Output_Decoded_Instructions(*execution_trace);
    *Aborted = 0x90909090;
    *execution_trace = 0x90909090;
    return 0; // Does not halt
    END_OF_CODE:
    // Output_Decoded_Instructions(*execution_trace);
    *Aborted = 0x90909090;
    *execution_trace = 0x90909090;
    return 1; // Input has normally terminated
    }
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Fri Oct 31 23:37:49 2025
    From Newsgroup: comp.theory

    On 10/31/2025 11:23 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an >>>>>> undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression >>>>> of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    And, WHICH of the expression of the decider are you comparing to?

    The one and only one he gave in the input string "H". There's no other
    to consider.

    The situation statement describes one in which the input string
    specifies calling H(D), and provides for a C interpreter in which the
    call remains recognisable.

    It does not provide for any generality in the decision that there's a
    loop of more than 5 calls.

    If there is a challenge for us, it is to notice that those are the facts >>> of this particular situation statement.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!


    That is the same as this one that has been dumbed down
    You can't possible provide a correct execution trace
    in C because you know that will prove you stupidly wrong.

    H simulates D that calls H(D)
    and according to your magic proof somehow
    reaches its own simulated return instruction.

    You cannot show the steps in C only because
    you know that you are a liar.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0 to reject its input as non-halting.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 07:47:33 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 11:23 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an >>>>>>> undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression >>>>>> of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    And, WHICH of the expression of the decider are you comparing to?

    The one and only one he gave in the input string "H". There's no other >>>> to consider.

    The situation statement describes one in which the input string
    specifies calling H(D), and provides for a C interpreter in which the
    call remains recognisable.

    It does not provide for any generality in the decision that there's a
    loop of more than 5 calls.

    If there is a challenge for us, it is to notice that those are the facts >>>> of this particular situation statement.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!


    That is the same as this one that has been dumbed down
    You can't possible provide a correct execution trace
    in C because you know that will prove you stupidly wrong.

    H simulates D that calls H(D)
    and according to your magic proof somehow
    reaches its own simulated return instruction.

    You cannot show the steps in C only because
    you know that you are a liar.

    /I/ cannot show the steps in C only precisely because /you/ cannot show
    the steps in C only.

    I have only the C-to-x86 thing you made, remember?

    I added a small amount of code to it to continue the executions
    that your existing code sets up.

    Once you have your C-only simulation machine, and make it public,
    the same thing will be shown.

    I mean, after you. You show me your C-only execution trace
    where up to where H reaches the abort criteria and stops simulating.

    Until you have that, you have no claim that is substantiated
    by execution traces, and I have nothing to do.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mikko@mikko.levanto@iki.fi to comp.theory on Sat Nov 1 10:42:32 2025
    From Newsgroup: comp.theory

    On 2025-10-31 12:44:17 +0000, olcott said:

    On 10/31/2025 6:28 AM, Mikko wrote:
    On 2025-10-30 14:49:08 +0000, olcott said:

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    Being identical means that H and H1 compute the same semantic
    property.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    It turns out that my big discovery the overturns
    part of the foundation of computer science is that
    the semantic property can be relative to the decider.

    It actually always relative to the decider yet this
    has never made any difference with non-self-referential
    inputs. H(D) != UTM(D) == H1(D)

    The halting problem has always been an issue where
    the halt decider has never been smart enough to
    figure out halting for self-contradictory inputs.
    That never has been the real issue.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    With a simulating halt decider D simulated by
    H never reaches the contradictory part. It
    stays stuck on its first line.

    H and D do get stuck in recursive simulation. H
    can and does see this. H does abort its own simulation
    of D to prevent its own non-termination.

    The real issue (that could not be seen until I created
    the notion of a simulating halt decider in 2016) is
    that the halting problem requires H to report on
    behavior other than the behavior that its actual input
    actually specifies.

    int sum(int x, int y){ return x + y; }
    this is the same as requiring sum(3,4) to report on
    the sum of 5 + 6.


    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    As H and H1 return different values for the same input they are
    found to be non-identical, contrary to the initial claim.

    The above confirms that H and H1 give different results for the same
    input. By the meanngs of the words H and H1 are not equivalent.
    --
    Mikko

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From joes@noreply@example.org to comp.theory on Sat Nov 1 11:55:37 2025
    From Newsgroup: comp.theory

    Am Fri, 31 Oct 2025 16:06:03 -0500 schrieb olcott:
    On 10/31/2025 3:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:

    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look
    closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say
    "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    No, actually. Although I haven't thought my theory about dynamic
    closure through fully so maybe you'll decide I am.

    Now that I think about it, maybe /you're/ your nemsis - you ask "what
    changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")

    D simulated by H calls H(D) to simulate itself in recursive simulation.
    This simulated D cannot possibly reach its own "return" statement.
    D simulated by H1 does not call H1 at all thus reaches its own "return" statement and halts.
    Because D calls H which doesn’t 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.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From joes@noreply@example.org to comp.theory on Sat Nov 1 12:01:38 2025
    From Newsgroup: comp.theory

    Am Fri, 31 Oct 2025 16:00:02 -0500 schrieb olcott:
    On 10/31/2025 3:10 PM, Tristan Wibberley wrote:

    On 10/31/2025 12:42 PM, Richard Damon wrote:

    So, do you disagree that Semantic Properties are Objective
    Properties?

    Because if their semantics were objective there would have been no
    problem XD

    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its simulated input cannot possibly reach its own simulated "return"
    statement final halt state.

    It’s true that D hasn’t halted yet at the point where H aborts.
    --
    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.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From joes@noreply@example.org to comp.theory on Sat Nov 1 12:10:04 2025
    From Newsgroup: comp.theory

    Am Fri, 31 Oct 2025 11:51:26 -0500 schrieb olcott:
    On 10/31/2025 11:17 AM, Richard Damon wrote:

    No, it doesn't.
    Semantic Properties are OBJECTIVE, and thus do not depend on who they
    are being asked.

    (b) A correct way to measure the behavior that their
    input actually specifies is D simulated by H
    This would mean *every* simulator is correct at whatever it does, even
    if it contradicted C semantics, just by virtue of doing anything at all.

    Without my innovation of a simulating halt decider back in 2016 there
    was no basis to see the difference between the behavior that the input specifies as different than the behavior of the direct execution.
    Utter nonsense. It was not an innovation, and every simulator would have
    its own behaviour in your interpretation (only that the correct ones
    all agree).
    --
    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.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:12:39 2025
    From Newsgroup: comp.theory

    On 11/1/2025 6:55 AM, joes wrote:
    Am Fri, 31 Oct 2025 16:06:03 -0500 schrieb olcott:
    On 10/31/2025 3:43 PM, Tristan Wibberley wrote:
    On 31/10/2025 20:26, Chris M. Thomasson wrote:
    On 10/31/2025 1:16 PM, Tristan Wibberley wrote:
    On 31/10/2025 17:57, Richard Damon wrote:
    On 10/31/25 1:46 PM, Tristan Wibberley wrote:

    "D.input_to_H" and "D.input_to_H1" are /different/ strings. Look >>>>>>> closely.

    What changed?

    The dynamic closure they define for the evaluation of D. I say
    "define"
    but, in fact it's a more complex situation vis-a-vis "D.input_to_H".

    No, actually. Although I haven't thought my theory about dynamic
    closure through fully so maybe you'll decide I am.

    Now that I think about it, maybe /you're/ your nemsis - you ask "what
    changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")

    D simulated by H calls H(D) to simulate itself in recursive simulation.
    This simulated D cannot possibly reach its own "return" statement.
    D simulated by H1 does not call H1 at all thus reaches its own "return"
    statement and halts.
    Because D calls H which doesn’t halt.


    D calls H(D) making the simulated D and the simulated H
    both stuck in recursive simulation until the executed
    H sees this.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:14:23 2025
    From Newsgroup: comp.theory

    On 11/1/2025 7:01 AM, joes wrote:
    Am Fri, 31 Oct 2025 16:00:02 -0500 schrieb olcott:
    On 10/31/2025 3:10 PM, Tristan Wibberley wrote:

    On 10/31/2025 12:42 PM, Richard Damon wrote:

    So, do you disagree that Semantic Properties are Objective
    Properties?

    Because if their semantics were objective there would have been no
    problem XD

    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its
    simulated input cannot possibly reach its own simulated "return"
    statement final halt state.

    It’s true that D hasn’t halted yet at the point where H aborts.


    As soon as H sees that D cannot possibly reach its
    own simulated final halt state H is necessarily
    correct to reject D.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:18:42 2025
    From Newsgroup: comp.theory

    On 11/1/2025 7:10 AM, joes wrote:
    Am Fri, 31 Oct 2025 11:51:26 -0500 schrieb olcott:
    On 10/31/2025 11:17 AM, Richard Damon wrote:

    No, it doesn't.
    Semantic Properties are OBJECTIVE, and thus do not depend on who they
    are being asked.

    (b) A correct way to measure the behavior that their
    input actually specifies is D simulated by H
    This would mean *every* simulator is correct at whatever it does, even
    if it contradicted C semantics, just by virtue of doing anything at all.


    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    Without my innovation of a simulating halt decider back in 2016 there
    was no basis to see the difference between the behavior that the input
    specifies as different than the behavior of the direct execution.

    Utter nonsense. It was not an innovation, and every simulator would have
    its own behaviour in your interpretation (only that the correct ones
    all agree).

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:22:15 2025
    From Newsgroup: comp.theory

    On 11/1/2025 2:47 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 11:23 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 02:13, Richard Damon wrote:
    On 10/31/25 3:46 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:00, Kaz Kylheku wrote:
    An algorithm recognizing the presence of itself in its input is an >>>>>>>> undecidable problem.

    An algorithm recognizing the presence of a specific nominal expression >>>>>>> of itself is not.

    But who says the copy has the same nominal expression?

    The author of the situation statement.

    And, WHICH of the expression of the decider are you comparing to?

    The one and only one he gave in the input string "H". There's no other >>>>> to consider.

    The situation statement describes one in which the input string
    specifies calling H(D), and provides for a C interpreter in which the >>>>> call remains recognisable.

    It does not provide for any generality in the decision that there's a >>>>> loop of more than 5 calls.

    If there is a challenge for us, it is to notice that those are the facts >>>>> of this particular situation statement.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!


    That is the same as this one that has been dumbed down
    You can't possible provide a correct execution trace
    in C because you know that will prove you stupidly wrong.

    H simulates D that calls H(D)
    and according to your magic proof somehow
    reaches its own simulated return instruction.

    You cannot show the steps in C only because
    you know that you are a liar.

    /I/ cannot show the steps in C only precisely because /you/ cannot show
    the steps in C only.


    I did show the execution trace in C and then
    you erased this and lied about it. That might
    get you condemned to actual Hell if such a
    place exists.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0 to reject its input as non-halting.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From joes@noreply@example.org to comp.theory on Sat Nov 1 13:23:41 2025
    From Newsgroup: comp.theory

    Am Sat, 01 Nov 2025 08:18:42 -0500 schrieb olcott:
    On 11/1/2025 7:10 AM, joes wrote:

    This would mean *every* simulator is correct at whatever it does, even
    if it contradicted C semantics, just by virtue of doing anything at
    all.

    When D calls H(D) this makes this sequence of steps specified by the
    input to H a different sequence of steps than the sequence of steps
    specified by the input to H1(D). This cannot be ignored. It must be
    accounted for.

    Utter nonsense. It was not an innovation, and every simulator would
    have its own behaviour in your interpretation (only that the correct
    ones all agree).

    As I said, the same applies to literally any simulator in existence.
    H is not special in that regard.
    --
    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.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:25:41 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:42 AM, Mikko wrote:
    On 2025-10-31 12:44:17 +0000, olcott said:

    On 10/31/2025 6:28 AM, Mikko wrote:
    On 2025-10-30 14:49:08 +0000, olcott said:

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    Being identical means that H and H1 compute the same semantic
    property.


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    It turns out that my big discovery the overturns
    part of the foundation of computer science is that
    the semantic property can be relative to the decider.

    It actually always relative to the decider yet this
    has never made any difference with non-self-referential
    inputs. H(D) != UTM(D) == H1(D)

    The halting problem has always been an issue where
    the halt decider has never been smart enough to
    figure out halting for self-contradictory inputs.
    That never has been the real issue.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    With a simulating halt decider D simulated by
    H never reaches the contradictory part. It
    stays stuck on its first line.

    H and D do get stuck in recursive simulation. H
    can and does see this. H does abort its own simulation
    of D to prevent its own non-termination.

    The real issue (that could not be seen until I created
    the notion of a simulating halt decider in 2016) is
    that the halting problem requires H to report on
    behavior other than the behavior that its actual input
    actually specifies.

    int sum(int x, int y){ return x + y; }
    this is the same as requiring sum(3,4) to report on
    the sum of 5 + 6.


    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    As H and H1 return different values for the same input they are
    found to be non-identical, contrary to the initial claim.

    The above confirms that H and H1 give different results for the same
    input. By the meanngs of the words H and H1 are not equivalent.


    I never claimed that the were equivalent.
    I claimed that HD)==0 and H1(D)==1 proving
    that they are not equivalent.

    The key thing here is that they are both reporting
    on the actual sequence of steps that their actual
    input actually specifies.

    Anything more than this is outside of the scope
    of deciders in general.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From joes@noreply@example.org to comp.theory on Sat Nov 1 13:26:17 2025
    From Newsgroup: comp.theory

    Am Sat, 01 Nov 2025 08:12:39 -0500 schrieb olcott:
    On 11/1/2025 6:55 AM, joes wrote:
    Am Fri, 31 Oct 2025 16:06:03 -0500 schrieb olcott:
    On 10/31/2025 3:43 PM, Tristan Wibberley wrote:

    Now that I think about it, maybe /you're/ your nemsis - you ask "what
    changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")

    D simulated by H calls H(D) to simulate itself in recursive
    simulation.
    This simulated D cannot possibly reach its own "return" statement.
    D simulated by H1 does not call H1 at all thus reaches its own
    "return"
    statement and halts.
    Because D calls H which doesn’t halt.

    D calls H(D) making the simulated D and the simulated H both stuck in recursive simulation until the executed H sees this.

    No, the simulated H is not stuck. It has the same code, meaning
    it will abort after simulating two levels. Yes, that won’t be
    simulated. Not simulating it doesn’t mean it runs forever.
    --
    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.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mr Flibble@flibble@red-dwarf.jmc.corp to comp.theory on Sat Nov 1 13:44:47 2025
    From Newsgroup: comp.theory

    On Thu, 30 Oct 2025 09:49:08 -0500, olcott wrote:

    D simulated by H measures the semantic property of the actual input as opposed to and contrast with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    We can tell an input from a non-input because an input is an argument to
    the function H.

    D.input_to_H specifies different behavior than D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D that calls H(D) to simulate D that calls H(D) to simulate
    D that calls H(D) to simulate D that calls H(D) to simulate D that calls
    H(D) to simulate D until H sees this repeating pattern Then H returns 0;

    H1 simulates D that calls H(D) to simulate D then H(D) returns 0 to
    caller D then H1 returns 1;

    Imagine H and H1 are simulating termination analyzers anchored in a C interpreter that takes a finite string input

    H can recognize a call to itself in its input. The whole input is the
    text of the function D. The executable interpreters are named H.exe and H1.exe.

    D halts if H reports non-halting ergo H is wrong.

    /Flibble
    --
    meet ever shorter deadlines, known as "beat the clock"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Sat Nov 1 09:45:02 2025
    From Newsgroup: comp.theory

    On 11/1/2025 9:18 AM, olcott wrote:
    On 11/1/2025 7:10 AM, joes wrote:
    Am Fri, 31 Oct 2025 11:51:26 -0500 schrieb olcott:
    On 10/31/2025 11:17 AM, Richard Damon wrote:

    No, it doesn't.
    Semantic Properties are OBJECTIVE, and thus do not depend on who they
    are being asked.

    (b) A correct way to measure the behavior that their
          input actually specifies is D simulated by H
    This would mean *every* simulator is correct at whatever it does, even
    if it contradicted C semantics, just by virtue of doing anything at all.


    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D).
    Proven false by the fact that the simulations performed by the top-level
    H and the top-level H1 are exactly the same up to the point that H
    aborts, and Kaz's code proves that if the simulation performed by H is continued that it will reach a finite state.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Sat Nov 1 09:51:36 2025
    From Newsgroup: comp.theory

    On 11/1/2025 9:25 AM, olcott wrote:
    On 11/1/2025 3:42 AM, Mikko wrote:
    On 2025-10-31 12:44:17 +0000, olcott said:

    On 10/31/2025 6:28 AM, Mikko wrote:
    On 2025-10-30 14:49:08 +0000, olcott said:

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    Being identical means that H and H1 compute the same semantic
    property.


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    It turns out that my big discovery the overturns
    part of the foundation of computer science is that
    the semantic property can be relative to the decider.

    It actually always relative to the decider yet this
    has never made any difference with non-self-referential
    inputs. H(D) != UTM(D) == H1(D)

    The halting problem has always been an issue where
    the halt decider has never been smart enough to
    figure out halting for self-contradictory inputs.
    That never has been the real issue.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    With a simulating halt decider D simulated by
    H never reaches the contradictory part. It
    stays stuck on its first line.

    H and D do get stuck in recursive simulation. H
    can and does see this. H does abort its own simulation
    of D to prevent its own non-termination.

    The real issue (that could not be seen until I created
    the notion of a simulating halt decider in 2016) is
    that the halting problem requires H to report on
    behavior other than the behavior that its actual input
    actually specifies.

    int sum(int x, int y){ return x + y; }
    this is the same as requiring sum(3,4) to report on
    the sum of 5 + 6.


    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    As H and H1 return different values for the same input they are
    found to be non-identical, contrary to the initial claim.

    The above confirms that H and H1 give different results for the same
    input. By the meanngs of the words H and H1 are not equivalent.


    I never claimed that the were equivalent.
    I claimed that HD)==0 and H1(D)==1 proving
    that they are not equivalent.

    The key thing here is that they are both reporting
    on the actual sequence of steps that their actual
    input actually specifies.

    False. The input to both H(D) and H1(D), i.e. finite string D, is the description of machine D and therefore is stipulated to specify all
    semantic properties of machine D, including the fact that machine D
    halts when executed directly.

    Therefore H1(D)==1 is correct and H(D)==0 is incorrect.



    Anything more than this is outside of the scope
    of deciders in general.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:55:37 2025
    From Newsgroup: comp.theory

    On 11/1/2025 8:23 AM, joes wrote:
    Am Sat, 01 Nov 2025 08:18:42 -0500 schrieb olcott:
    On 11/1/2025 7:10 AM, joes wrote:

    This would mean *every* simulator is correct at whatever it does, even
    if it contradicted C semantics, just by virtue of doing anything at
    all.

    When D calls H(D) this makes this sequence of steps specified by the
    input to H a different sequence of steps than the sequence of steps
    specified by the input to H1(D). This cannot be ignored. It must be
    accounted for.

    Utter nonsense. It was not an innovation, and every simulator would
    have its own behaviour in your interpretation (only that the correct
    ones all agree).

    As I said, the same applies to literally any simulator in existence.
    H is not special in that regard.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    *H is a correct termination analyzer for D*
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:56:41 2025
    From Newsgroup: comp.theory

    On 11/1/2025 8:26 AM, joes wrote:
    Am Sat, 01 Nov 2025 08:12:39 -0500 schrieb olcott:
    On 11/1/2025 6:55 AM, joes wrote:
    Am Fri, 31 Oct 2025 16:06:03 -0500 schrieb olcott:
    On 10/31/2025 3:43 PM, Tristan Wibberley wrote:

    Now that I think about it, maybe /you're/ your nemsis - you ask "what >>>>> changed?" regarding the difference between these two strings:

    "D.input_to_H"
    "D.input_to_H1"

    compare

    strlen("D.input_to_H")
    strlen("D.input_to_H1")

    D simulated by H calls H(D) to simulate itself in recursive
    simulation.
    This simulated D cannot possibly reach its own "return" statement.
    D simulated by H1 does not call H1 at all thus reaches its own
    "return"
    statement and halts.
    Because D calls H which doesn’t halt.

    D calls H(D) making the simulated D and the simulated H both stuck in
    recursive simulation until the executed H sees this.

    No, the simulated H is not stuck. It has the same code, meaning
    it will abort after simulating two levels. Yes, that won’t be
    simulated. Not simulating it doesn’t mean it runs forever.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    *H is a correct termination analyzer for D*
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 08:57:23 2025
    From Newsgroup: comp.theory

    On 11/1/2025 8:44 AM, Mr Flibble wrote:
    On Thu, 30 Oct 2025 09:49:08 -0500, olcott wrote:

    D simulated by H measures the semantic property of the actual input as
    opposed to and contrast with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    We can tell an input from a non-input because an input is an argument to
    the function H.

    D.input_to_H specifies different behavior than D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D that calls H(D) to simulate D that calls H(D) to simulate
    D that calls H(D) to simulate D that calls H(D) to simulate D that calls
    H(D) to simulate D until H sees this repeating pattern Then H returns 0;

    H1 simulates D that calls H(D) to simulate D then H(D) returns 0 to
    caller D then H1 returns 1;

    Imagine H and H1 are simulating termination analyzers anchored in a C
    interpreter that takes a finite string input

    H can recognize a call to itself in its input. The whole input is the
    text of the function D. The executable interpreters are named H.exe and
    H1.exe.

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    *H is a correct termination analyzer for D*
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mr Flibble@flibble@red-dwarf.jmc.corp to comp.theory on Sat Nov 1 16:07:32 2025
    From Newsgroup: comp.theory

    On Sat, 01 Nov 2025 08:57:23 -0500, olcott wrote:

    On 11/1/2025 8:44 AM, Mr Flibble wrote:
    On Thu, 30 Oct 2025 09:49:08 -0500, olcott wrote:

    D simulated by H measures the semantic property of the actual input as
    opposed to and contrast with the semantic property of a non-input. H
    and H1 are identical except that D does not call H1.

    We can tell an input from a non-input because an input is an argument
    to the function H.

    D.input_to_H specifies different behavior than D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D that calls H(D) to simulate D that calls H(D) to
    simulate D that calls H(D) to simulate D that calls H(D) to simulate D
    that calls H(D) to simulate D until H sees this repeating pattern Then
    H returns 0;

    H1 simulates D that calls H(D) to simulate D then H(D) returns 0 to
    caller D then H1 returns 1;

    Imagine H and H1 are simulating termination analyzers anchored in a C
    interpreter that takes a finite string input

    H can recognize a call to itself in its input. The whole input is the
    text of the function D. The executable interpreters are named H.exe
    and H1.exe.

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its simulated input cannot possibly reach its own simulated "return"
    statement final halt state.
    *H is a correct termination analyzer for D*

    D halts if H reports non-halting ergo H is wrong.

    /Flibble
    --
    meet ever shorter deadlines, known as "beat the clock"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 16:54:31 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot show
    the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.

    You must show an actual trace from a C interpreter, which can interpret
    itself interpreting C.

    Then when you provide the URL to the GitHub repository (or other hosting place), I may take a look at it.

    Until then, you are only pushing empty air from under your keyboard
    membrane, in order to dodging the reality that the x86utm now has a way
    of identifying and continuing abandoned simulations after the test case announces a decision, and can show those decisions to be incorrect.

    The same thing can be worked into a system based on interpreting
    C abstract syntax, rather than x86 code.

    The issue already exists in your adaptation of Linz. There we also have
    an abandoned state machine which has actually has a halting state.

    The C interpreter system will be extensible with a way to identify interpretations that havre have abandoned by a decision procedure that proclaimed them to be nonterminating, and potentially show them to be terminating.

    Your entire program based on the wrong adaptation of that page 319
    from Linz is washed up.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 16:59:54 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.

    (If the steps of the simulated D are different,
    then it cannot be the case that both H and H1
    are correctly simulating.)

    The D steps under H though are left incomplete.
    That is not a big problem; the simulation state
    exists and can be continued to show that the
    steps of that D match the one under H1.

    Glossary:

    H - Aborting decider which returns 0 for H(D)
    H1 - Simulator, H1(D) is same as UTM(D)
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 12:07:07 2025
    From Newsgroup: comp.theory

    On 11/1/2025 11:07 AM, Mr Flibble wrote:
    On Sat, 01 Nov 2025 08:57:23 -0500, olcott wrote:

    On 11/1/2025 8:44 AM, Mr Flibble wrote:
    On Thu, 30 Oct 2025 09:49:08 -0500, olcott wrote:

    D simulated by H measures the semantic property of the actual input as >>>> opposed to and contrast with the semantic property of a non-input. H
    and H1 are identical except that D does not call H1.

    We can tell an input from a non-input because an input is an argument
    to the function H.

    D.input_to_H specifies different behavior than D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D that calls H(D) to simulate D that calls H(D) to
    simulate D that calls H(D) to simulate D that calls H(D) to simulate D >>>> that calls H(D) to simulate D until H sees this repeating pattern Then >>>> H returns 0;

    H1 simulates D that calls H(D) to simulate D then H(D) returns 0 to
    caller D then H1 returns 1;

    Imagine H and H1 are simulating termination analyzers anchored in a C
    interpreter that takes a finite string input

    H can recognize a call to itself in its input. The whole input is the
    text of the function D. The executable interpreters are named H.exe
    and H1.exe.

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its
    simulated input cannot possibly reach its own simulated "return"
    statement final halt state.
    *H is a correct termination analyzer for D*

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    I say that 5 > 3 and your rebuttal is that
    no I am wrong 3 is not greater than 7.

    D simulated by H not any other damn thing
    D simulated by H not any other damn thing
    D simulated by H not any other damn thing
    D simulated by H not any other damn thing
    D simulated by H not any other damn thing
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 17:10:35 2025
    From Newsgroup: comp.theory

    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference

    Insipid liar, you did not invent a fucking thing.

    In a 1972 issue (September, Volume 4) of a journal calledf _Computing
    Surveys_, Tony Hoare and D. C. S. Allison explore the topic of halting.

    They make use of a function Interpret, which simulates code.

    Quote:

    Let us specify a Boolean function "interpret" which takes as arguments
    two items of data, z and y. If z is the representation of some Boolean
    function f, interpret (z, y) delivers the same Boolean value as f(y);
    otherwise it gives the value false. Further more, if f (y) does not
    terminate, then neither does interpret (R(f), y)."

    You clearly do not have a good overview of prior academic work
    in this area which allows you to delude yourself that you have
    original ideas.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 12:15:15 2025
    From Newsgroup: comp.theory

    On 11/1/2025 12:10 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference

    Insipid liar, you did not invent a fucking thing.


    It is more technically a simulating termination analyzer
    applied to the halting problem counter-example input.
    Every other case that I am aware of rejected this out-of-hand
    without review.

    In a 1972 issue (September, Volume 4) of a journal calledf _Computing Surveys_, Tony Hoare and D. C. S. Allison explore the topic of halting.

    They make use of a function Interpret, which simulates code.

    Quote:

    Let us specify a Boolean function "interpret" which takes as arguments
    two items of data, z and y. If z is the representation of some Boolean
    function f, interpret (z, y) delivers the same Boolean value as f(y);
    otherwise it gives the value false. Further more, if f (y) does not
    terminate, then neither does interpret (R(f), y)."

    You clearly do not have a good overview of prior academic work
    in this area which allows you to delude yourself that you have
    original ideas.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    *H is a correct termination analyzer for D*

    Refutes that work.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mr Flibble@flibble@red-dwarf.jmc.corp to comp.theory on Sat Nov 1 17:25:50 2025
    From Newsgroup: comp.theory

    On Sat, 01 Nov 2025 12:15:15 -0500, olcott wrote:

    On 11/1/2025 12:10 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    Without my innovation of a simulating halt decider back in 2016 there
    was no basis to see the difference

    Insipid liar, you did not invent a fucking thing.


    It is more technically a simulating termination analyzer applied to the halting problem counter-example input.
    Every other case that I am aware of rejected this out-of-hand without
    review.

    In a 1972 issue (September, Volume 4) of a journal calledf _Computing
    Surveys_, Tony Hoare and D. C. S. Allison explore the topic of halting.

    They make use of a function Interpret, which simulates code.

    Quote:

    Let us specify a Boolean function "interpret" which takes as
    arguments two items of data, z and y. If z is the representation of
    some Boolean function f, interpret (z, y) delivers the same Boolean
    value as f(y); otherwise it gives the value false. Further more, if
    f (y) does not terminate, then neither does interpret (R(f), y)."

    You clearly do not have a good overview of prior academic work in this
    area which allows you to delude yourself that you have original ideas.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its simulated input cannot possibly reach its own simulated "return"
    statement final halt state.
    *H is a correct termination analyzer for D*

    Refutes that work.

    If H reports non-halting then D halts ergo H is wrong.

    /Flibble
    --
    meet ever shorter deadlines, known as "beat the clock"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mr Flibble@flibble@red-dwarf.jmc.corp to comp.theory on Sat Nov 1 17:26:25 2025
    From Newsgroup: comp.theory

    On Sat, 01 Nov 2025 12:07:07 -0500, olcott wrote:

    On 11/1/2025 11:07 AM, Mr Flibble wrote:
    On Sat, 01 Nov 2025 08:57:23 -0500, olcott wrote:

    On 11/1/2025 8:44 AM, Mr Flibble wrote:
    On Thu, 30 Oct 2025 09:49:08 -0500, olcott wrote:

    D simulated by H measures the semantic property of the actual input
    as opposed to and contrast with the semantic property of a
    non-input. H and H1 are identical except that D does not call H1.

    We can tell an input from a non-input because an input is an
    argument to the function H.

    D.input_to_H specifies different behavior than D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D that calls H(D) to simulate D that calls H(D) to
    simulate D that calls H(D) to simulate D that calls H(D) to simulate >>>>> D that calls H(D) to simulate D until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D that calls H(D) to simulate D then H(D) returns 0 to
    caller D then H1 returns 1;

    Imagine H and H1 are simulating termination analyzers anchored in a
    C interpreter that takes a finite string input

    H can recognize a call to itself in its input. The whole input is
    the text of the function D. The executable interpreters are named
    H.exe and H1.exe.

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its
    simulated input cannot possibly reach its own simulated "return"
    statement final halt state.
    *H is a correct termination analyzer for D*

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    I say that 5 > 3 and your rebuttal is that no I am wrong 3 is not
    greater than 7.

    D simulated by H not any other damn thing D simulated by H not any other
    damn thing D simulated by H not any other damn thing D simulated by H
    not any other damn thing D simulated by H not any other damn thing

    If H reports non-halting than D halts ego H is wrong.

    /Flibble
    --
    meet ever shorter deadlines, known as "beat the clock"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 12:29:39 2025
    From Newsgroup: comp.theory

    On 11/1/2025 12:25 PM, Mr Flibble wrote:
    On Sat, 01 Nov 2025 12:15:15 -0500, olcott wrote:

    On 11/1/2025 12:10 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    Without my innovation of a simulating halt decider back in 2016 there
    was no basis to see the difference

    Insipid liar, you did not invent a fucking thing.


    It is more technically a simulating termination analyzer applied to the
    halting problem counter-example input.
    Every other case that I am aware of rejected this out-of-hand without
    review.

    In a 1972 issue (September, Volume 4) of a journal calledf _Computing
    Surveys_, Tony Hoare and D. C. S. Allison explore the topic of halting.

    They make use of a function Interpret, which simulates code.

    Quote:

    Let us specify a Boolean function "interpret" which takes as
    arguments two items of data, z and y. If z is the representation of
    some Boolean function f, interpret (z, y) delivers the same Boolean
    value as f(y); otherwise it gives the value false. Further more, if
    f (y) does not terminate, then neither does interpret (R(f), y)."

    You clearly do not have a good overview of prior academic work in this
    area which allows you to delude yourself that you have original ideas.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its
    simulated input cannot possibly reach its own simulated "return"
    statement final halt state.
    *H is a correct termination analyzer for D*

    Refutes that work.

    If H reports non-halting then D halts ergo H is wrong.

    /Flibble


    Not when it is reporting the precise statement
    made above. Richard cannot possibly pay complete
    attention to that many words what's your excuse?
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 12:31:14 2025
    From Newsgroup: comp.theory

    On 11/1/2025 12:26 PM, Mr Flibble wrote:
    On Sat, 01 Nov 2025 12:07:07 -0500, olcott wrote:

    On 11/1/2025 11:07 AM, Mr Flibble wrote:
    On Sat, 01 Nov 2025 08:57:23 -0500, olcott wrote:

    On 11/1/2025 8:44 AM, Mr Flibble wrote:
    On Thu, 30 Oct 2025 09:49:08 -0500, olcott wrote:

    D simulated by H measures the semantic property of the actual input >>>>>> as opposed to and contrast with the semantic property of a
    non-input. H and H1 are identical except that D does not call H1.

    We can tell an input from a non-input because an input is an
    argument to the function H.

    D.input_to_H specifies different behavior than D.input_to_H1.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D that calls H(D) to simulate D that calls H(D) to
    simulate D that calls H(D) to simulate D that calls H(D) to simulate >>>>>> D that calls H(D) to simulate D until H sees this repeating pattern >>>>>> Then H returns 0;

    H1 simulates D that calls H(D) to simulate D then H(D) returns 0 to >>>>>> caller D then H1 returns 1;

    Imagine H and H1 are simulating termination analyzers anchored in a >>>>>> C interpreter that takes a finite string input

    H can recognize a call to itself in its input. The whole input is
    the text of the function D. The executable interpreters are named
    H.exe and H1.exe.

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    D simulated by H according to the semantics of C programming language
    (until H sees the repeating pattern) does enable H to report that its
    simulated input cannot possibly reach its own simulated "return"
    statement final halt state.
    *H is a correct termination analyzer for D*

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    I say that 5 > 3 and your rebuttal is that no I am wrong 3 is not
    greater than 7.

    D simulated by H not any other damn thing D simulated by H not any other
    damn thing D simulated by H not any other damn thing D simulated by H
    not any other damn thing D simulated by H not any other damn thing

    If H reports non-halting than D halts ego H is wrong.

    /Flibble




    Do you want to get *plonked* Chris is already
    *plonked* All of his messages have been erased
    and I won't ever see any new ones.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 12:50:20 2025
    From Newsgroup: comp.theory

    On 11/1/2025 11:54 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot show
    the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.


    Anyone with these credentials could certainly show the
    execution trace in C of the steps of how D simulated
    by H reaches its own simulated "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 12:53:44 2025
    From Newsgroup: comp.theory

    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    *That you liked about this does not make your lie true*

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?
    (If the steps of the simulated D are different,
    then it cannot be the case that both H and H1
    are correctly simulating.)

    The D steps under H though are left incomplete.
    That is not a big problem; the simulation state
    exists and can be continued to show that the
    steps of that D match the one under H1.

    Glossary:

    H - Aborting decider which returns 0 for H(D)
    H1 - Simulator, H1(D) is same as UTM(D)

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Heathfield@rjh@cpax.org.uk to comp.theory on Sat Nov 1 18:03:05 2025
    From Newsgroup: comp.theory

    On 01/11/2025 17:10, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference

    Insipid liar, you did not invent a fucking thing.

    In a 1972 issue (September, Volume 4) of a journal calledf _Computing Surveys_, Tony Hoare and D. C. S. Allison explore the topic of halting.

    Yup. We already told him about this.

    You clearly do not have a good overview of prior academic work

    ...or a memory worth the neurons.
    --
    Richard Heathfield
    Email: rjh at cpax dot org dot uk
    "Usenet is a strange place" - dmr 29 July 1999
    Sig line 4 vacant - apply within
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 18:09:01 2025
    From Newsgroup: comp.theory

    On 01/11/2025 04:14, Richard Damon wrote:

    ... NOTHING he talks about is actualy about
    halting, as he just ignores the definitons needed to talk about halting.

    It doesn't have to be about halting, it's comp.theory not halt.theory.

    He wants someone to say something that he can misuse to try to support
    his theory to claim it is actually about halting, when it never was.

    Suppose for a moment, if you can bring yourself to do so, that he's
    normal; then he will have multiple topics of research at once: they and
    their number will vary over time.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 18:14:39 2025
    From Newsgroup: comp.theory

    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are the facts >>> of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 13:38:06 2025
    From Newsgroup: comp.theory

    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are the facts >>>> of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.

    Kaz continues to reference something much more
    complex so that he can get away with his "proof"
    that D simulated by H reaches its own simulated
    "return" statement.

    I am only referring to the C code right here
    and Kaz keeps switching it to something else
    to be deliberately misleading.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    *H is a correct termination analyzer for D*


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Sat Nov 1 14:45:53 2025
    From Newsgroup: comp.theory

    On 11/1/2025 2:38 PM, olcott wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are the
    facts
    of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.


    In other words, as everyone can tell, you're trying to deflect away from
    your code which is proven wrong by Kaz's code.

    Kaz continues to reference something much more
    complex so that he can get away with his "proof"
    that D simulated by H reaches its own simulated
    "return" statement.

    And the fact that you made no attempt to show where his code is in error
    and are deflecting away from it proves that you KNOW he proved you wrong
    and you don't want to admit it.

    Your dishonesty knows no bounds.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 14:01:40 2025
    From Newsgroup: comp.theory

    On 11/1/2025 1:45 PM, dbush wrote:
    On 11/1/2025 2:38 PM, olcott wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are the >>>>>> facts
    of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation statement >>> with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.


    In other words, as everyone can tell, you're trying to deflect away from your code which is proven wrong by Kaz's code.


    If that was true then Kaz could perform his
    same "proof" on this much simpler essence
    of D simulated by H showing the trace in C.

    He could show the mental trace in C showing
    how D simulated by H reaches its own simulated
    "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    He does not show this trace in C because he knows
    that this proves that he is wrong.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    Exactly how does D simulated by H reach
    its own simulated "return" statement?

    *Here is my claim*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    *H is a correct termination analyzer for D*
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Sat Nov 1 15:05:33 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:01 PM, olcott wrote:
    On 11/1/2025 1:45 PM, dbush wrote:
    On 11/1/2025 2:38 PM, olcott wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are
    the facts
    of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation
    statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.


    In other words, as everyone can tell, you're trying to deflect away
    from your code which is proven wrong by Kaz's code.


    <deflection>
    Everyone knows you're doing this because you can't prove his code wrong.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 14:13:50 2025
    From Newsgroup: comp.theory

    On 11/1/2025 2:05 PM, dbush wrote:
    On 11/1/2025 3:01 PM, olcott wrote:
    On 11/1/2025 1:45 PM, dbush wrote:
    On 11/1/2025 2:38 PM, olcott wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are >>>>>>>> the facts
    of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation
    statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.


    In other words, as everyone can tell, you're trying to deflect away
    from your code which is proven wrong by Kaz's code.


    <deflection>
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.

    D simulated by H in C is equivalent to
    DD emulated by HHH in x86 machine language.

    When I insist that Kaz do this in C he
    knows everyone here can spot his lie.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 12:42:09 2025
    From Newsgroup: comp.theory

    On 11/1/2025 10:31 AM, olcott wrote:
    On 11/1/2025 12:26 PM, Mr Flibble wrote:
    On Sat, 01 Nov 2025 12:07:07 -0500, olcott wrote:

    On 11/1/2025 11:07 AM, Mr Flibble wrote:
    On Sat, 01 Nov 2025 08:57:23 -0500, olcott wrote:

    On 11/1/2025 8:44 AM, Mr Flibble wrote:
    On Thu, 30 Oct 2025 09:49:08 -0500, olcott wrote:

    D simulated by H measures the semantic property of the actual input >>>>>>> as opposed to and contrast with the semantic property of a
    non-input. H and H1 are identical except that D does not call H1. >>>>>>>
    We can tell an input from a non-input because an input is an
    argument to the function H.

    D.input_to_H specifies different behavior than D.input_to_H1.

    int D()
    {
          int Halt_Status = H(D);
          if (Halt_Status)
            HERE: goto HERE;
          return Halt_Status;
    }

    H simulates D that calls H(D) to simulate D that calls H(D) to
    simulate D that calls H(D) to simulate D that calls H(D) to simulate >>>>>>> D that calls H(D) to simulate D until H sees this repeating pattern >>>>>>> Then H returns 0;

    H1 simulates D that calls H(D) to simulate D then H(D) returns 0 to >>>>>>> caller D then H1 returns 1;

    Imagine H and H1 are simulating termination analyzers anchored in a >>>>>>> C interpreter that takes a finite string input

    H can recognize a call to itself in its input. The whole input is >>>>>>> the text of the function D. The executable interpreters are named >>>>>>> H.exe and H1.exe.

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    D simulated by H according to the semantics of C programming language >>>>> (until H sees the repeating pattern) does enable H to report that its >>>>> simulated input cannot possibly reach its own simulated "return"
    statement final halt state.
    *H is a correct termination analyzer for D*

    D halts if H reports non-halting ergo H is wrong.

    /Flibble




    I say that 5 > 3 and your rebuttal is that no I am wrong 3 is not
    greater than 7.

    D simulated by H not any other damn thing D simulated by H not any other >>> damn thing D simulated by H not any other damn thing D simulated by H
    not any other damn thing D simulated by H not any other damn thing

    If H reports non-halting than D halts ego H is wrong.

    /Flibble




    Do you want to get *plonked*  Chris is already
    *plonked* All of his messages have been erased
    and I won't ever see any new ones.


    lol.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 12:50:27 2025
    From Newsgroup: comp.theory

    On 11/1/2025 11:38 AM, olcott wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are the
    facts
    of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.

    Yeah. That is your thing. Kaz is wrong because he has not seem you new HH_moron_kook_idoit_42 and my DD_shit_swamp_69 yet.

    [...]
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 12:53:48 2025
    From Newsgroup: comp.theory

    On 11/1/2025 11:09 AM, Tristan Wibberley wrote:
    On 01/11/2025 04:14, Richard Damon wrote:

    ... NOTHING he talks about is actualy about
    halting, as he just ignores the definitons needed to talk about halting.

    It doesn't have to be about halting, it's comp.theory not halt.theory.

    He wants someone to say something that he can misuse to try to support
    his theory to claim it is actually about halting, when it never was.

    Suppose for a moment, if you can bring yourself to do so, that he's
    normal; then he will have multiple topics of research at once: they and
    their number will vary over time.

    Are you sure your not Olcott? Humm...
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 20:12:43 2025
    From Newsgroup: comp.theory

    On 01/11/2025 13:51, dbush wrote:
    ... The input to both H(D) and H1(D), i.e. finite string D, is the description of machine D and therefore is stipulated to specify all
    semantic properties of machine D, including the fact that machine D
    halts when executed directly.

    Is D a machine?

    I think H(D) might be, except that it's an imperative program for the prevailing publicly discussed type of system in the last few decades so
    H and H1 will provide a closure to it somehow.

    That closure can be different because of the different levels of
    simulation (do we call it "levels of inception" now because of the
    movie) because H1 and H themselves both need closure, one of which is
    provided by the physical machine and one by the simulation.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 20:15:46 2025
    From Newsgroup: comp.theory

    On 01/11/2025 19:53, Chris M. Thomasson wrote:
    Suppose for a moment, if you can bring yourself to do so, that he's
    normal; then he will have multiple topics of research at once: they and
    their number will vary over time.

    Are you sure your not Olcott? Humm...

    A decider CMT accepts usenet posts as input and reports "No TW is not
    Olcott."

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 15:18:30 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:12 PM, Tristan Wibberley wrote:
    On 01/11/2025 13:51, dbush wrote:
    ... The input to both H(D) and H1(D), i.e. finite string D, is the
    description of machine D and therefore is stipulated to specify all
    semantic properties of machine D, including the fact that machine D
    halts when executed directly.

    Is D a machine?


    I have been saying that D is this C code for weeks now.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    I think H(D) might be, except that it's an imperative program for the prevailing publicly discussed type of system in the last few decades so
    H and H1 will provide a closure to it somehow.


    Its C code that can be construed as a virtual machine.

    That closure can be different because of the different levels of
    simulation (do we call it "levels of inception" now because of the
    movie) because H1 and H themselves both need closure, one of which is provided by the physical machine and one by the simulation.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 20:23:23 2025
    From Newsgroup: comp.theory

    On 01/11/2025 18:38, olcott wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote a new situation statement

    [... new situation statement snipped ...]

    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.

    Kaz continues to reference something much more
    complex
    ...
    I am only referring to the C code right here
    ...
    int D()
    ... [snip] ...> *H is a correct termination analyzer for D*

    That looks to me like a different situation statement than the one that
    started the current topic/thread.

    [news:///10dvtt6$3oelt$1@dont-email.me]

    I think it is the conventional meaning of "am" in usenet posts to refer
    to a broad time interval with fuzzy edges.

    Some references to specific posts will help, and all participants
    noticing the very very big ambiguity in "am" due to different
    perspectives of the participants given the forum.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 20:30:25 2025
    From Newsgroup: comp.theory

    "I'd like an argument please"
    "No you wouldn't!"

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 15:32:53 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:23 PM, Tristan Wibberley wrote:
    On 01/11/2025 18:38, olcott wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote a new situation statement

    [... new situation statement snipped ...]

    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.

    Kaz continues to reference something much more
    complex
    ...
    I am only referring to the C code right here
    ...
    int D()
    ... [snip] ...> *H is a correct termination analyzer for D*

    That looks to me like a different situation statement than the one that started the current topic/thread.


    Thanks for responding. My initial estimate
    is that you are very competent.

    I checked. It is the same H and the same D
    and it refers to the same D simulated by H.

    [news:///10dvtt6$3oelt$1@dont-email.me]

    I think it is the conventional meaning of "am" in usenet posts to refer
    to a broad time interval with fuzzy edges.

    Some references to specific posts will help, and all participants
    noticing the very very big ambiguity in "am" due to different
    perspectives of the participants given the forum.


    It has always been the exact same D and the
    exact same H and always refers to D simulated by H.
    I am only referring to the mental execution trace
    of D simulated by H in C.

    Kaz keeps trying to change the subject to Halt7.obj
    in x86 machine language. X86 machine language has
    proven to be enormously too difficult for everyone here.
    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 20:34:19 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.

    D, however, is a procedure which reaches its return statement.

    H proclaims that it is not necessary to simulate D further
    because D does not terminate.

    That is mistaken; D terminates.

    When H proclaims "this simulation shall not terminate",
    that is an externally verifiable claim which can be wrong.

    We can /examine/ the simulation at that point, and
    /check/ whether it terminates or not.

    *That you liked about this does not make your lie true*

    You have no evidence that anyone lied, and everything
    is public.

    (The only one around here who has a motive for lying is you.)
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory,comp.lang.c on Sat Nov 1 20:36:02 2025
    From Newsgroup: comp.theory

    On 01/11/2025 02:32, Richard Damon wrote:
    On 10/31/25 3:57 PM, Tristan Wibberley wrote:
    On 31/10/2025 18:06, Richard Damon wrote:
    [H and H1] fail to be correct C
    interpreters, as the code has a required diagnostic.

    Really? even in K&R C?

    Yep, the link step will fail as H and H1 are not defined.

    Is "link step" defined in K&R C?

    The compiler can provide definitions for H--which is the only symbol
    missing a definition in the situation statement, IIRC--/to satisfy the situation/.

    Olcott: it might help to say, instead of that H and H1 are anchored in
    the interpreter, that the interpreter defines the symbol "H", if that is
    what you mean for your situation (I think it is but also my C
    terminology is rusty). I expect Kaz will know, he's a real dab-hand.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 15:36:14 2025
    From Newsgroup: comp.theory

    On 10/31/2025 6:06 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 12:49 PM, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    H and H1 are both C interpreters named H.exe and H1.exe
    respectively.

    Give the URL or they don't exist, and we won't mention them again.


    I am in the process of writing them in the mean

    You are in the process of /saying/ you are writing them, that's all.

    I suspect you've not even done the googling regarding whose
    C interpreter you are going to use.

    Because you need a tower of interpreters, the interpreter will have to
    be complete and reliable enough to interpret its own code.

    time you could try to not be too stupid to
    understand this:

    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.

    You simply don't know your ass from a hole in the ground at this point.


    If this was true then you could show how D
    simulated by H in C does reach the simulated
    "return" instruction of D and you could show
    this in C.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    If that is true then you lied about D simulated by H
    reaching its simulated "return" statement.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 20:38:23 2025
    From Newsgroup: comp.theory

    On 2025-11-01, Richard Heathfield <rjh@cpax.org.uk> wrote:
    On 01/11/2025 17:10, Kaz Kylheku wrote:
    On 2025-10-31, olcott <polcott333@gmail.com> wrote:
    Without my innovation of a simulating halt decider
    back in 2016 there was no basis to see the difference

    Insipid liar, you did not invent a fucking thing.

    In a 1972 issue (September, Volume 4) of a journal calledf _Computing
    Surveys_, Tony Hoare and D. C. S. Allison explore the topic of halting.

    Yup. We already told him about this.

    That's why it's not simply ignorance, but a lie.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 20:53:39 2025
    From Newsgroup: comp.theory

    On 01/11/2025 20:18, olcott wrote:
    On 11/1/2025 3:12 PM, Tristan Wibberley wrote:
    I think H(D) might be [a machine], except that it's an imperative program for the
    prevailing publicly discussed type of system in the last few decades so
    H and H1 will provide a closure to it somehow.


    Its C code that can be construed as a virtual machine.

    Welll... not really, the machine provides the closures that D requires.
    I think it might normally be said to be in this case, perhaps, a
    conditionally fault-injecting C-machine emulator.

    Outside of your quotes I discuss the ultimate closure from a real
    machine required to make the virtual machines.


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 13:59:25 2025
    From Newsgroup: comp.theory

    On 11/1/2025 1:18 PM, olcott wrote:
    On 11/1/2025 3:12 PM, Tristan Wibberley wrote:
    On 01/11/2025 13:51, dbush wrote:
    ... The input to both H(D) and H1(D), i.e. finite string D, is the
    description of machine D and therefore is stipulated to specify all
    semantic properties of machine D, including the fact that machine D
    halts when executed directly.

    Is D a machine?


    I have been saying that D is this C code for weeks now.

    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }

    I think H(D) might be, except that it's an imperative program for the
    prevailing publicly discussed type of system in the last few decades so
    H and H1 will provide a closure to it somehow.


    Its C code that can be construed as a virtual machine.

    Did you choose C because you don't know C?

    [...]
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 20:59:34 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:54 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot show >>>> the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.


    Anyone with these credentials could certainly show the
    execution trace in C of the steps of how D simulated
    by H reaches its own simulated "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    We need an impementation of H to show the detailed trace.

    Let's assume that we have primitives built into the
    framework for managing simulations: interp_create,
    interp_step.

    Let's start with a non-aborting H:

    int H(ptr P)
    {
    interp *s = interp_create(P);

    while (interp_step(s)) { }

    return 1;
    }

    H simulates D, trace:

    Step: Trace: Vars:

    1. { int Halt_Status = H(D); ... } Halt_Status = <uninited>

    2. { ... H(D); ... }

    3. { interp *s = interp_create(P); ... } P = D; s = <uninited>

    4. { interp_create(P); ... }

    5. { interp *s = <sim_value>; while ... } P = D; s = <sim_obj>

    6 { while (interp_step(s)) ... } P = D; s = <sim_obj>

    7 { interp_step(s); }

    At ths point, a nested interpretation of P starts and is stepped.
    It has not terminated so true is returned by interp_step:

    1. { int Halt_Status = H(D); ... } Halt_Status = <uninited>

    We are back in the outer simulation after one step: interp_step(s)
    has returned true:

    7 { while (<true>) { } ... }

    Empty body of while is executed:

    8. { { } ... }

    Back to top of while

    9. { while (interp_step(s)) ... } P = D; s = <sim_obj>

    Nested simulation steps:

    2. { ... H(D); ... }

    10. { while (<true>) { } ... }

    11. { { } ... }

    12. { while (interp_step(s)) ... } P = D; s = <sim_obj>

    This is getting boring, shall we keep going? The nested
    simulation s is about to call H(D) which will create one more
    nested simulation, but it keeps going like this.

    At this point, there is zero effort comign from your side.

    You've not looked at the code added to the x86utm to continue
    abandoned simulations.

    Now you're having me show C statement traces.

    All the while you do fuck all, other than calling people liars
    and other name calling.

    You appear to be finished. Washed up.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 14:06:16 2025
    From Newsgroup: comp.theory

    On 11/1/2025 1:15 PM, Tristan Wibberley wrote:
    On 01/11/2025 19:53, Chris M. Thomasson wrote:
    Suppose for a moment, if you can bring yourself to do so, that he's
    normal; then he will have multiple topics of research at once: they and
    their number will vary over time.

    Are you sure your not Olcott? Humm...

    A decider CMT accepts usenet posts as input and reports "No TW is not Olcott."

    Okay. Just checking. lol. Sorry.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 16:08:43 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 20:18, olcott wrote:
    On 11/1/2025 3:12 PM, Tristan Wibberley wrote:
    I think H(D) might be [a machine], except that it's an imperative program for the
    prevailing publicly discussed type of system in the last few decades so
    H and H1 will provide a closure to it somehow.


    Its C code that can be construed as a virtual machine.

    Welll... not really, the machine provides the closures that D requires.
    I think it might normally be said to be in this case, perhaps, a conditionally fault-injecting C-machine emulator.

    Outside of your quotes I discuss the ultimate closure from a real
    machine required to make the virtual machines.


    I have no idea what you are saying.
    The C programming language does seem
    to define a virtual machine that C
    interpreters implement.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }


    I am only concerned with D simulated by H
    showing the execution trace in C.

    I haven't gotten a straight answer to that
    simple question from anyone here in three years
    of daily posts.


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mr Flibble@flibble@red-dwarf.jmc.corp to comp.theory on Sat Nov 1 21:12:38 2025
    From Newsgroup: comp.theory

    On Sat, 01 Nov 2025 16:08:43 -0500, olcott wrote:

    On 11/1/2025 3:53 PM, Tristan Wibberley wrote:
    On 01/11/2025 20:18, olcott wrote:
    On 11/1/2025 3:12 PM, Tristan Wibberley wrote:
    I think H(D) might be [a machine], except that it's an imperative
    program for the prevailing publicly discussed type of system in the
    last few decades so H and H1 will provide a closure to it somehow.


    Its C code that can be construed as a virtual machine.

    Welll... not really, the machine provides the closures that D requires.
    I think it might normally be said to be in this case, perhaps, a
    conditionally fault-injecting C-machine emulator.

    Outside of your quotes I discuss the ultimate closure from a real
    machine required to make the virtual machines.


    I have no idea what you are saying.
    The C programming language does seem to define a virtual machine that C interpreters implement.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }


    I am only concerned with D simulated by H showing the execution trace in
    C.

    I haven't gotten a straight answer to that simple question from anyone
    here in three years of daily posts.


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you
    may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.


    If H reports non-halting then D halts ergo H is wrong.

    /Flibble
    --
    meet ever shorter deadlines, known as "beat the clock"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 21:16:35 2025
    From Newsgroup: comp.theory

    On 01/11/2025 20:32, olcott wrote:
    Thanks for responding. My initial estimate
    is that you are very competent.

    Thank you for the compliment, Although what are the labels of your
    scale? perhaps dipshit < very competent < idiot < novice < great <
    generally superior?

    Also thank you for being so patient and organised if not silent. Should
    I look at the web and scream now, or under the bridge and scream?


    How many posts in the comp.theory newsgroup of the segment of usenet
    I've been interacting with (if one could call it a segment) have been created/selected by non-humans?


    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 16:32:56 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:59 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:54 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot show >>>>> the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.


    Anyone with these credentials could certainly show the
    execution trace in C of the steps of how D simulated
    by H reaches its own simulated "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    We need an impementation of H to show the detailed trace.

    Let's assume that we have primitives built into the
    framework for managing simulations: interp_create,
    interp_step.

    Let's start with a non-aborting H:


    Just the C and nothing else.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    I know that you are trying to make it as
    confusing as possible. I will not tolerate that.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 14:37:18 2025
    From Newsgroup: comp.theory

    On 11/1/2025 2:32 PM, olcott wrote:
    On 11/1/2025 3:59 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:54 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot >>>>>> show
    the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.


    Anyone with these credentials could certainly show the
    execution trace in C of the steps of how D simulated
    by H reaches its own simulated "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    int D()
    {
        int Halt_Status = H(D);
        if (Halt_Status)
          HERE: goto HERE;
        return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    We need an impementation of H to show the detailed trace.

    Let's assume that we have primitives built into the
    framework for managing simulations: interp_create,
    interp_step.

    Let's start with a non-aborting H:


    Just the C and nothing else.

    int D()
    {
      int Halt_Status = H(D);
      if (Halt_Status)
        HERE: goto HERE;
      return Halt_Status;
    }

    Show H in C, see?


    H simulates D then D calls H(D) then what?

    I know that you are trying to make it as
    confusing as possible. I will not tolerate that.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory,comp.lang.c on Sat Nov 1 21:39:33 2025
    From Newsgroup: comp.theory

    Follow-up set comp.lang.c

    On 01/11/2025 02:45, Richard Damon wrote:

    .. [stuff I think is about the invalidity of not completing execution] isn't a valid definition ...

    Let's suppose C disallows abort due to external events... Then no
    conforming C implementation exists.

    I think we must suppose that susceptibility to power-cuts do not render
    C implementations non-conforming.

    That means a C implementation must only execute a program without
    issuing a diagnostic if it has undefined behaviour sufficiently early in
    its execution that any abort due to a power-cut, for instance, is permitted.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 16:45:20 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.


    D simulated by H cannot possibly reach its simulated
    "return" statement as I have said hundreds and hundreds
    of times in the last six months and every time damned
    liars change my words as their rebuttal.

    D, however, is a procedure which reaches its return statement.

    H proclaims that it is not necessary to simulate D further
    because D does not terminate.

    That is mistaken; D terminates.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 21:47:34 2025
    From Newsgroup: comp.theory

    On 01/11/2025 02:50, Richard Damon wrote:
    On 10/31/25 4:43 PM, Tristan Wibberley wrote:

    "D.input_to_H"
    "D.input_to_H1"

    But those are not the string in question, just the meta-description of
    them.

    Perhaps they were the strings in the most narrow interpretation of
    "topic" at the time of the post written when Olcott was interpreting the relevant words.

    That is what I think is happening for some words in some posts, others:
    broad interpretation. And given all the materials around the internet containing rubbish explanations and audience-specific word choices for
    so many different audiences, why would it not be like that?

    Why were regular FAQs posts invented?

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 21:50:54 2025
    From Newsgroup: comp.theory

    On 01/11/2025 00:38, Kaz Kylheku wrote:
    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:

    Pretending that an entity is two entities when referenced by two
    different names isn't thinking.

    But it /is/ knowledge gathering. I hope I spotted some terminology used
    in compsci that resolves that issue (closure, and dynamic closure).

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 21:54:58 2025
    From Newsgroup: comp.theory

    On 01/11/2025 02:49, Richard Damon wrote:
    D is DEFINED by the problem to be a complete program, and thus doesn't
    need a closure.

    I checked the situation statement. I can't see how D is so defined,
    neither by definition nor by any obvious inference, it seems to be
    pretty clear its a C "function".

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 16:57:48 2025
    From Newsgroup: comp.theory

    On 11/1/2025 4:50 PM, Tristan Wibberley wrote:
    On 01/11/2025 00:38, Kaz Kylheku wrote:
    On 2025-10-31, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:

    Pretending that an entity is two entities when referenced by two
    different names isn't thinking.

    But it /is/ knowledge gathering. I hope I spotted some terminology used
    in compsci that resolves that issue (closure, and dynamic closure).


    D simulated by H specifies recursive simulation.
    D simulated by H1 DOES NOT specify recursive simulation.

    I have said that 10,000 times in three years and
    not one person ever noticed that I said it once.
    What could explain this?

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 16:59:28 2025
    From Newsgroup: comp.theory

    On 11/1/2025 4:54 PM, Tristan Wibberley wrote:
    On 01/11/2025 02:49, Richard Damon wrote:
    D is DEFINED by the problem to be a complete program, and thus doesn't
    need a closure.

    I checked the situation statement. I can't see how D is so defined,
    neither by definition nor by any obvious inference, it seems to be
    pretty clear its a C "function".


    I spoke with Richard for several years.
    I gave up when I figured out that he is
    only a troll.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 22:00:27 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are the facts >>>>> of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.

    Yet, with regard to that old two-argument H and one-argument D,
    you did make claims about it that it doesn't terminate and that
    H shows it.

    That /is/ shown false.

    Kaz continues to reference something much more
    complex so that he can get away with his "proof"
    that D simulated by H reaches its own simulated
    "return" statement.

    I'm willing to try whatever test case you're willing to produce.

    I went through your history of .obj files you have published in the
    x86utm GitHub repo and found one that has H versus D, so I went with
    that.

    It'snot my problem that you keep muddying the waters by
    using multiple "H"-this and "D"-that names which you
    randomly repurpose for different entities.

    (Sometimes midway through the same argument.)

    I am only referring to the C code right here
    and Kaz keeps switching it to something else
    to be deliberately misleading.

    Put that into a .c file, compile it to a .obj
    and publish it. Then I can have a look.

    Until then, it is nothing but blabbing.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 22:11:07 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:59 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:54 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot show >>>>>> the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.


    Anyone with these credentials could certainly show the
    execution trace in C of the steps of how D simulated
    by H reaches its own simulated "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    We need an impementation of H to show the detailed trace.

    Let's assume that we have primitives built into the
    framework for managing simulations: interp_create,
    interp_step.

    Let's start with a non-aborting H:


    Just the C and nothing else.

    I have no idea what you are asking for; I made an attempt in the
    above post to follow a statement-by-statement trace, of the above
    simulated by H as a C syntax tree.

    I had to fill in an imaginary H since you did not supply it.

    That H uses primitives provided by the master interpreter:
    it assumes that the interpreter can handle certain functions
    like interp_create and interp_step. Thus we don't have to
    trace into those.

    (You did similar things in the x86utm: for instance when a
    simulated subject calls DebugTrace, it doesn't actually
    call a subroutine; it is a primitive recognized by the
    simulator and executes natively.)

    I know that you are trying to make it as
    confusing as possible. I will not tolerate that.

    Do you have any questions about the ad hoc C trace
    format I made up? Or ... what exactly is confusing?
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 17:11:43 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 17:17:07 2025
    From Newsgroup: comp.theory

    On 11/1/2025 5:11 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:59 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:54 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot show >>>>>>> the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.


    Anyone with these credentials could certainly show the
    execution trace in C of the steps of how D simulated
    by H reaches its own simulated "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    We need an impementation of H to show the detailed trace.

    Let's assume that we have primitives built into the
    framework for managing simulations: interp_create,
    interp_step.

    Let's start with a non-aborting H:


    Just the C and nothing else.

    I have no idea what you are asking for;
    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    You have no idea that: H simulates D comes next?
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 22:19:50 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 1:45 PM, dbush wrote:
    On 11/1/2025 2:38 PM, olcott wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are the >>>>>>> facts
    of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual
    situation statement.

    Quite why he replied to a discussion about his other situation statement >>>> with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.


    In other words, as everyone can tell, you're trying to deflect away from
    your code which is proven wrong by Kaz's code.


    If that was true then Kaz could perform his
    same "proof" on this much simpler essence
    of D simulated by H showing the trace in C.

    He could show the mental trace in C showing
    how D simulated by H reaches its own simulated
    "return" statement.

    To trace D, we need a definition of H.

    As a warm-up, I wrote up purely simulating H (under which D would not
    be terminating).

    Then I showed a statement-by-statement trace.

    Olcott wrote a reply just snipping that and asking for a trace again.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    He does not show this trace in C because he knows
    that this proves that he is wrong.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    Exactly how does D simulated by H reach
    its own simulated "return" statement?

    You can clone the repo (with reckoning.cpp) and run it.

    https://www.kylheku.com/git/x86utm

    Write whatever H and D you want, put them into a .c file,
    make an .obj file and run it.

    If you have any specific questions about the result, post them here.

    *Here is my claim*
    D simulated by H according to the semantics of C
    programming language (until H sees the repeating
    pattern) does enable H to report that its simulated
    input cannot possibly reach its own simulated
    "return" statement final halt state.
    *H is a correct termination analyzer for D*

    Great; code up this H with the repeating pattern, make an .obj
    file and share it.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 22:28:06 2025
    From Newsgroup: comp.theory

    On 01/11/2025 21:59, olcott wrote:
    I spoke with Richard for several years.
    I gave up when I figured out that he is
    only a troll.
    ^^^^

    Yes, it's better to be both a troll /and/ something else besides.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 17:31:29 2025
    From Newsgroup: comp.theory

    We are done with this part

    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:

    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sat Nov 1 22:36:49 2025
    From Newsgroup: comp.theory

    On 01/11/2025 22:19, Kaz Kylheku wrote:
    To trace D, we need a definition of H.

    The situation statement is a constraint on H, it almost defines a puzzle
    which may have solutions in H. Given the phrasing and the newsgroup I
    think that's what Olcott was going for.

    That is /you/ the /puzzled/ provides the H!

    Or /I/ the /aloof/ provides generally superior criticism.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 17:38:53 2025
    From Newsgroup: comp.theory

    On 11/1/2025 5:36 PM, Tristan Wibberley wrote:
    On 01/11/2025 22:19, Kaz Kylheku wrote:
    To trace D, we need a definition of H.

    The situation statement is a constraint on H, it almost defines a puzzle which may have solutions in H. Given the phrasing and the newsgroup I
    think that's what Olcott was going for.

    That is /you/ the /puzzled/ provides the H!

    Or /I/ the /aloof/ provides generally superior criticism.

    --
    Tristan Wibberley


    H simulates D that should be baby stuff for this guy:

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 22:46:27 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.

    Here are words from your researchgate.net paper:

    "The x86utm operating system was created so that the halting problem
    could be examined concretely in the high level language of C. H is a
    function written in C that analyzes the x86 machine language execution
    trace of other functions written in C. H recognizes simple cases of
    infinite recursion and infinite loops. The conventional halting problem
    proof counter-example template is shown to simply be an input that does
    not halt."

    You chose the C to x86 approach because it was to you the
    clearest model. You could easily achieve execution traces
    and look for call instructions, jumps and conditional
    branches.

    Now someone came along and wrote a /tiny/ amount of C++ code which uses
    API's that you developed, like DebugStep. Plus a modicum of some
    very basic techniques, like keeping simulation objects in a linked list.

    And you are saying it suddenly not simple?

    When I insist that Kaz do this in C he

    See above. In your own words that you published on Research Gate,
    "the x86 UTM operaqting system was created so the halting problem
    could be examined concretely in the high level language of C".

    We are working with C. C is a compiled language, so we are interpreting
    it by compiling to byte code machine that happens to be the same as x86,
    and interpreting the byte code.

    knows everyone here can spot his lie.

    Write the complete C (including implementation of H) and I will write a statement by statement trace of it using only high level syntax: no
    lower-level language.

    Assume you have these primitives you can rely on for implementing
    the tracing with check for abort conditions:

    interp *interp_create(ptr p); // create new interpreter for P()
    bool interp_step(interp *); // perform an interpretation step
    code *interp_get_code(interp *); // get current code
    void pushback(code *); // push back code into trace buf
    code *peek(int n); // peek at trace buf
    // 0 most recent, then 1, etc.
    bool is_call(code *); // true if code is function call
    bool is_goto(code *); // true if code is goto
    bool is_cond(code *); // true if code is conditional
    // branching construct (if, while, ...)
    bool is_label(code *); // true if labelled statement
    ptr get_callee(code *); // retrieve target of call
    const char *get_label(code *); // retrieve target of goto

    Using these primitives, write an H which you think correctly
    tests for an abort criterion. (Suggest more primitives you might
    need or changes to the above if you don't find something suitable.)

    We can then see what happens with the interpretation that is
    abandoned by H.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 22:49:10 2025
    From Newsgroup: comp.theory

    On 2025-11-01, dbush <dbush.mobile@gmail.com> wrote:
    On 11/1/2025 9:18 AM, olcott wrote:
    On 11/1/2025 7:10 AM, joes wrote:
    Am Fri, 31 Oct 2025 11:51:26 -0500 schrieb olcott:
    On 10/31/2025 11:17 AM, Richard Damon wrote:

    No, it doesn't.
    Semantic Properties are OBJECTIVE, and thus do not depend on who they >>>>> are being asked.

    (b) A correct way to measure the behavior that their
          input actually specifies is D simulated by H
    This would mean *every* simulator is correct at whatever it does, even
    if it contradicted C semantics, just by virtue of doing anything at all. >>>

    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D).
    Proven false by the fact that the simulations performed by the top-level
    H and the top-level H1 are exactly the same up to the point that H
    aborts, and Kaz's code proves that if the simulation performed by H is continued that it will reach a finite state.

    Well, Olcott's code, just nudged a bit by my code.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 17:50:34 2025
    From Newsgroup: comp.theory

    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong. >>>


    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    Now we can finally (after three years) move on
    to the next step of my proof provided below.

    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:

    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 22:59:38 2025
    From Newsgroup: comp.theory

    On 2025-11-01, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 01/11/2025 22:19, Kaz Kylheku wrote:
    To trace D, we need a definition of H.

    The situation statement is a constraint on H, it almost defines a puzzle which may have solutions in H. Given the phrasing and the newsgroup I
    think that's what Olcott was going for.

    That is /you/ the /puzzled/ provides the H!

    Coming up with the tracing H which aborts its simulation is
    Olcott's job.

    He did that with the "x86utm", and that has been shot down.

    He's now saying that working with C and x86 is too complicated; I (or
    someone) must implement all his work using a pure C interpreter and then
    show the same result.

    While he does nothing.

    Imagine you wrote a C program, and people found bugs in it, exposed
    by some small amount of testing/exploratory code which uses that
    program's internal interfaces.

    And you then claimed that C is too hard to understand; you don't believe
    the report, and your program must be correct, until the entire scenario
    and concept is worked in Python --- and that bbeing the burden of the
    bug reporters.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 18:09:58 2025
    From Newsgroup: comp.theory

    On 11/1/2025 5:59 PM, Kaz Kylheku wrote:
    On 2025-11-01, Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> wrote:
    On 01/11/2025 22:19, Kaz Kylheku wrote:
    To trace D, we need a definition of H.

    The situation statement is a constraint on H, it almost defines a puzzle
    which may have solutions in H. Given the phrasing and the newsgroup I
    think that's what Olcott was going for.

    That is /you/ the /puzzled/ provides the H!

    Coming up with the tracing H which aborts its simulation is
    Olcott's job.

    He did that with the "x86utm", and that has been shot down.


    It has not been shot down.

    He's now saying that working with C and x86 is too complicated; I (or someone) must implement all his work using a pure C interpreter and then
    show the same result.


    The x86 language is too difficult for even the
    chief editors of the most prominent computer
    science journals.

    While he does nothing.

    Imagine you wrote a C program, and people found bugs in it, exposed
    by some small amount of testing/exploratory code which uses that
    program's internal interfaces.


    This barest essence is inherently infallible.
    Not enough details to find fault. Just enough
    details to prove my point.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    And you then claimed that C is too hard to understand;

    I essentially claimed that are are pretending
    to be a moron that does not know that:
    what comes next? is H simulates D

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    you don't believe
    the report, and your program must be correct, until the entire scenario
    and concept is worked in Python --- and that bbeing the burden of the
    bug reporters.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 23:33:04 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape
    measure.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 23:40:04 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    D simulated by H cannot possibly reach its simulated
    "return" statement as I have said hundreds and hundreds
    of times in the last six months and every time damned
    liars change my words as their rebuttal.

    Measurement of a 12 foot room D by 10 foot tape measure H can
    never reach the opposite wall.

    But if we can never reach the opposite wall---gasp! (Here, the
    researchers look at each other in amazement, exclaiming in unison)---THE
    ROOM MUST BE INFINITE!

    Your logic is like the Month Pyhon "witch" scene, except
    you're not kidding. (Or are you?)
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 18:42:23 2025
    From Newsgroup: comp.theory

    On 11/1/2025 6:33 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape measure.


    When machine M can't possibly reach its own final
    halt state is this is a conventional definition
    of non-halting M.

    Non-terminating *INPUT* I defined as I simulated
    by H such that I cannot possibly reach its own
    "return" statement final halt state.

    D simulated by H distinguishes the behavior specified
    by the *INPUT* as opposed to and contrast with
    any other behavior of anything else.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 23:47:31 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong. >>>>


    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting.

    D simulated by an incompletely simulating H, such that H(D) terminates
    and returns zero, is halting.

    I have no idea why you are celebrating.

    This is why you have to specify H in every detail.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 23:51:07 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:11 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:59 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:54 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    /I/ cannot show the steps in C only precisely because /you/ cannot show
    the steps in C only.


    I did show the execution trace in C and then

    You positively did not; you showed something you wrote by hand.


    Anyone with these credentials could certainly show the
    execution trace in C of the steps of how D simulated
    by H reaches its own simulated "return" statement.

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) then what?

    We need an impementation of H to show the detailed trace.

    Let's assume that we have primitives built into the
    framework for managing simulations: interp_create,
    interp_step.

    Let's start with a non-aborting H:


    Just the C and nothing else.

    I have no idea what you are asking for;
    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    You have no idea that: H simulates D comes next?

    Yes? I showed this several replies ago; you just ignored it
    and snipped it:

    H simulates D, trace:

    Step: Trace: Vars:

    1. { int Halt_Status = H(D); ... } Halt_Status = <uninited>

    [ .... ]

    What is the stuff between the braces? The trace pointer
    is indicating the first declaration of D.

    If we are tracing C syntax, our instruction pointer
    shows the next syntax to be evaluated.

    On the right I have what variables are active. the Halt_Status variale is being introduced but it remains uninitialized since we hae to first interpret H(D).

    There is a bit more of it; go back several replies.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 18:56:01 2025
    From Newsgroup: comp.theory

    On 11/1/2025 6:47 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong. >>>>>


    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting.

    D simulated by an incompletely simulating H, such that H(D) terminates
    and returns zero, is halting.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    Do you think that when H totally stops simulating
    any of these D's that these totally dead D's pop
    their own stack and return?

    I have no idea why you are celebrating.

    This is why you have to specify H in every detail.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sat Nov 1 23:58:32 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:33 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to
    the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape
    measure.


    When machine M can't possibly reach its own final
    halt state is this is a conventional definition
    of non-halting M.

    "When we trace a straight line from a wall, perpendicular to it, and it
    cannot possibly strike another wall or other obstacle, that is the
    conventional definition of infinity."

    Non-terminating *INPUT* I defined as I simulated
    by H such that I cannot possibly reach its own
    "return" statement final halt state.

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall. Therefore, the room is infinite!"

    D simulated by H distinguishes the behavior specified
    by the *INPUT* as opposed to and contrast with
    any other behavior of anything else.

    "The 10 foot tape measure distinguishes distance as specified
    by the displacement away from the wall and nothing else.
    It is a correct, accurate tape."
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 19:01:39 2025
    From Newsgroup: comp.theory

    On 11/1/2025 6:58 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:33 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to >>>>> the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape
    measure.


    When machine M can't possibly reach its own final
    halt state is this is a conventional definition
    of non-halting M.

    "When we trace a straight line from a wall, perpendicular to it, and it cannot possibly strike another wall or other obstacle, that is the conventional definition of infinity."

    Non-terminating *INPUT* I defined as I simulated
    by H such that I cannot possibly reach its own
    "return" statement final halt state.

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall. Therefore, the room is infinite!"

    D simulated by H distinguishes the behavior specified
    by the *INPUT* as opposed to and contrast with
    any other behavior of anything else.

    "The 10 foot tape measure distinguishes distance as specified
    by the displacement away from the wall and nothing else.
    It is a correct, accurate tape."


    So you have turned into a troll.
    I already *plonked* Chris and Flibble because
    they never say anything besides pure nonsense.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sun Nov 2 00:12:25 2025
    From Newsgroup: comp.theory

    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:47 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong. >>>>>>


    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting.

    D simulated by an incompletely simulating H, such that H(D) terminates
    and returns zero, is halting.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    What comes next is that H performs a /step/ of D.

    Then H checks whether D has terminated. If so,
    it breaks the loop and return 1.

    Otherwise H inserts the instruction of D
    (or decoded information about it) into a trace
    buffer, at least if that instruction meets certain
    interesting criteria.

    H then examines the last bunch of entries in
    the trace buffer; if they meet certain criteria,
    H breaks the looop and returns 0.

    Otherwise H continues the loop.

    If you want to work this in pure C, you need to formalize H.

    For that it helps to assume that the interpreted substrate in which H
    executes provides certain useful primitives to do all those actions
    creating a simulation, stepping it, inserting the current instruction
    into a trace buffer, classifying entries in the trace buffer.

    Do you think that when H totally stops simulating
    any of these D's that these totally dead D's pop
    their own stack and return?

    Yes. However, the simulation of these D's started by H isn't running.

    We must collect that simulation and then perform the steps
    that H refused to do.

    Consider that under your idea that the D's are "totally dead",
    no decider could ever be wrong!!!

    For instance the following H:

    u32 H(ptr p)
    {
    simulation *s = simulation_create();
    smulation_step(s);
    smulation_step(s);
    smulation_step(s);
    return 0;
    }

    This H performs three steps of the simulation and then bails,
    returning 0:

    but we have this D:

    void D(void)
    {
    for (i = 0; i < 10; i++)
    OutputString("Hello!");
    }

    This terminates, but requires more than 3 steps.

    According to you, H(D) returning 0 is correct.

    After 3 steps, D is "totally dead", and so cannot finish any
    loop and pop its stack.

    Therefore, this "totally dead" D cannot reach its return,
    and is actually ... non-terminating? Making the 0 return right?

    And, by the way, is your face straight when you say that D can be
    "totally dead", yet non-terminating, i.e. immortal?
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sun Nov 2 00:14:38 2025
    From Newsgroup: comp.theory

    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:58 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:33 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to >>>>>> the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape
    measure.


    When machine M can't possibly reach its own final
    halt state is this is a conventional definition
    of non-halting M.

    "When we trace a straight line from a wall, perpendicular to it, and it
    cannot possibly strike another wall or other obstacle, that is the
    conventional definition of infinity."

    Non-terminating *INPUT* I defined as I simulated
    by H such that I cannot possibly reach its own
    "return" statement final halt state.

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall. Therefore, the room is infinite!"

    D simulated by H distinguishes the behavior specified
    by the *INPUT* as opposed to and contrast with
    any other behavior of anything else.

    "The 10 foot tape measure distinguishes distance as specified
    by the displacement away from the wall and nothing else.
    It is a correct, accurate tape."


    So you have turned into a troll.

    How do your bizarre claims make more sense than the tape measure
    example?

    You're literally saying that when a length measurement arbitrarily comes to
    an end, the value must be estimated as infinite

    The measurement is not just the map, it is the territory!
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 19:18:39 2025
    From Newsgroup: comp.theory

    On 11/1/2025 7:12 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:47 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting.

    D simulated by an incompletely simulating H, such that H(D) terminates
    and returns zero, is halting.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    What comes next is that H performs a /step/ of D.

    Then H checks whether D has terminated. If so,
    it breaks the loop and return 1.

    Otherwise H inserts the instruction of D
    (or decoded information about it) into a trace
    buffer, at least if that instruction meets certain
    interesting criteria.


    Only trace the simulated instructions of D.
    I want you directly see that when 0 to infinity
    statement of D are simulated by H that none
    of them reach their own simulated "return"
    statement. For three years on this forum
    not even one person has ever understood that,
    (except Ben).
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 19:21:02 2025
    From Newsgroup: comp.theory

    On 11/1/2025 7:14 PM, Kaz Kylheku wrote:
    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:58 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:33 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to >>>>>>> the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape >>>>> measure.


    When machine M can't possibly reach its own final
    halt state is this is a conventional definition
    of non-halting M.

    "When we trace a straight line from a wall, perpendicular to it, and it
    cannot possibly strike another wall or other obstacle, that is the
    conventional definition of infinity."

    Non-terminating *INPUT* I defined as I simulated
    by H such that I cannot possibly reach its own
    "return" statement final halt state.

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall. Therefore, the room is infinite!"

    D simulated by H distinguishes the behavior specified
    by the *INPUT* as opposed to and contrast with
    any other behavior of anything else.

    "The 10 foot tape measure distinguishes distance as specified
    by the displacement away from the wall and nothing else.
    It is a correct, accurate tape."


    So you have turned into a troll.

    How do your bizarre claims make more sense than the tape measure
    example?

    You're literally saying that when a length measurement arbitrarily comes to an end, the value must be estimated as infinite

    The measurement is not just the map, it is the territory!


    Only trace the simulated instructions of D.

    I want you directly see that when 0 to infinity
    statement of D are simulated by H that none
    of them reach their own simulated "return"
    statement. For three years on this forum
    not even one person has ever understood that,
    (except Ben).
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sun Nov 2 00:50:22 2025
    From Newsgroup: comp.theory

    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 7:12 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:47 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting. >>>>
    D simulated by an incompletely simulating H, such that H(D) terminates >>>> and returns zero, is halting.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    What comes next is that H performs a /step/ of D.

    Then H checks whether D has terminated. If so,
    it breaks the loop and return 1.

    Otherwise H inserts the instruction of D
    (or decoded information about it) into a trace
    buffer, at least if that instruction meets certain
    interesting criteria.


    Only trace the simulated instructions of D.

    The first damned thing D does is call H(D).

    So in order to trace D, we immediately need a definition of H to trace.

    I want you directly see that when 0 to infinity

    The only way anyone is going to "see" your retarded hypotheses is if
    they gouge their eyes out with a fork, and huff a clump of rags soaked
    in paint thinner.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mike Terry@news.dead.person.stones@darjeeling.plus.com to comp.theory on Sun Nov 2 01:13:24 2025
    From Newsgroup: comp.theory

    On 01/11/2025 23:58, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:33 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to >>>>> the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape
    measure.


    When machine M can't possibly reach its own final
    halt state is this is a conventional definition
    of non-halting M.

    "When we trace a straight line from a wall, perpendicular to it, and it cannot possibly strike another wall or other obstacle, that is the conventional definition of infinity."

    Non-terminating *INPUT* I defined as I simulated
    by H such that I cannot possibly reach its own
    "return" statement final halt state.

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall. Therefore, the room is infinite!"

    I stretched out the tape measure, and it wouldn't reach the other wall - the room is clearly
    "exhibiting infinite length behaviour" !!

    So I bought a longer tape measure - a 20 foot measure. But it seems I've been put me in a new room
    constructed by architects with access to my tape measure, and blow me down: when I measure the
    length of the room it still won't reach; it's a good couple of feet short! Again, it is obvious
    even to school children that the tape measure /cannot/ reach from one wall to the opposite wall -
    Again, THE ROOM IS EXHIBITING INFINITE LENGTH!

    No matter how long a tape measure I buy, IT CAN *NEVER* REACH "THE OPPOSITE WALL", which establishes
    beyond doubt that "the room" is indeed INFINITE, and so I'm correct when I announce it is infinite.

    Well, that convinces me! [NOT] :)

    Mike.
    ps. seems we've hit upon a proof of the "Room Measuring Problem": is there a tape measure which can
    measure the length of any room?

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 20:13:30 2025
    From Newsgroup: comp.theory

    On 11/1/2025 7:50 PM, Kaz Kylheku wrote:
    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 7:12 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:47 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting. >>>>>
    D simulated by an incompletely simulating H, such that H(D) terminates >>>>> and returns zero, is halting.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    What comes next is that H performs a /step/ of D.

    Then H checks whether D has terminated. If so,
    it breaks the loop and return 1.

    Otherwise H inserts the instruction of D
    (or decoded information about it) into a trace
    buffer, at least if that instruction meets certain
    interesting criteria.


    Only trace the simulated instructions of D.

    The first damned thing D does is call H(D).

    So in order to trace D, we immediately need a definition of H to trace.


    The definition of H is that H simulates D.
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D
    The entire definition of H at this point is that H simulates D

    I want you directly see that when 0 to infinity

    The only way anyone is going to "see" your retarded hypotheses is if
    they gouge their eyes out with a fork, and huff a clump of rags soaked
    in paint thinner.


    So when D calls H(D) and we know that H
    simulates D even though you said this:

    *You should know this*
    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    You have absolutely no idea what happens after D calls H(D).
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 18:27:35 2025
    From Newsgroup: comp.theory

    On 11/1/2025 6:13 PM, Mike Terry wrote:
    On 01/11/2025 23:58, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:33 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 3:34 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 11:59 AM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    When D calls H(D) this makes this sequence of steps
    specified by the input to H a different sequence of
    steps than the sequence of steps specified by the
    input to H1(D). This cannot be ignored. It must be
    accounted for.

    The steps of H and H1 are certainly different.

    The steps of the simulated D are not different.


    The difference is that D simulated by H cannot possibly
    reach its own "return" statement and D simulated by H1
    does reach its own "return" statement.

    Umm, no. Under H, the /simulation of D/ certainly does not proceed to >>>>>> the point where D reaches its return statement.


    Thus the input to H(D) specifies a non-terminating
    sequence when measured by D simulated by H.

    Sure, and a 12 foot room is infinite, when measured by a 10 foot tape
    measure.


    When machine M can't possibly reach its own final
    halt state is this is a conventional definition
    of non-halting M.

    "When we trace a straight line from a wall, perpendicular to it, and it
    cannot possibly strike another wall or other obstacle, that is the
    conventional definition of infinity."

    Non-terminating *INPUT* I defined as I simulated
    by H such that I cannot possibly reach its own
    "return" statement final halt state.

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall.  Therefore, the room is infinite!"

    I stretched out the tape measure, and it wouldn't reach the other wall -
    the room is clearly "exhibiting infinite length behaviour" !!

    So I bought a longer tape measure - a 20 foot measure.  But it seems
    I've been put me in a new room constructed by architects with access to
    my tape measure, and blow me down: when I measure the length of the room
    it still won't reach; it's a good couple of feet short!  Again, it is obvious even to school children that the tape measure /cannot/ reach
    from one wall to the opposite wall - Again, THE ROOM  IS EXHIBITING INFINITE LENGTH!

    No matter how long a tape measure I buy, IT CAN *NEVER* REACH "THE
    OPPOSITE WALL", which establishes beyond doubt that "the room" is indeed INFINITE, and so I'm correct when I announce it is infinite.

    Well, that convinces me!  [NOT]    :)

    Mike.
    ps. seems we've hit upon a proof of the "Room Measuring Problem": is
    there a tape measure which can measure the length of any room?


    The measure of tape would need to know how long to make itself in order
    be the correct length for say the diagonal of any rect.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mike Terry@news.dead.person.stones@darjeeling.plus.com to comp.theory on Sun Nov 2 01:59:56 2025
    From Newsgroup: comp.theory

    On 02/11/2025 01:27, Chris M. Thomasson wrote:
    On 11/1/2025 6:13 PM, Mike Terry wrote:
    On 01/11/2025 23:58, Kaz Kylheku wrote:
    <..snip..>

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall.  Therefore, the room is infinite!"

    I stretched out the tape measure, and it wouldn't reach the other wall - the room is clearly
    "exhibiting infinite length behaviour" !!

    So I bought a longer tape measure - a 20 foot measure.  But it seems I've been put me in a new
    room constructed by architects with access to my tape measure, and blow me down: when I measure
    the length of the room it still won't reach; it's a good couple of feet short!  Again, it is
    obvious even to school children that the tape measure /cannot/ reach from one wall to the opposite
    wall - Again, THE ROOM  IS EXHIBITING INFINITE LENGTH!

    No matter how long a tape measure I buy, IT CAN *NEVER* REACH "THE OPPOSITE WALL", which
    establishes beyond doubt that "the room" is indeed INFINITE, and so I'm correct when I announce it
    is infinite.

    Well, that convinces me!  [NOT]    :)

    Mike.
    ps. seems we've hit upon a proof of the "Room Measuring Problem": is there a tape measure which
    can measure the length of any room?


    The measure of tape would need to know how long to make itself in order be the correct length for
    say the diagonal of any rect.

    You've got to get the order of things right.
    1. I buy my new tape measure.
    [I'd like one long enough to measure /any/ room, please!
    But nobody seems to stock those, so I buy the best they've got...]
    2. Those infernal architiects somehow know how long my new tape measure is!
    They build me a new room to test it on.
    3. And when I try it out, my tape measure is not big enough - £18.99 wasted!

    People are trying to tell me this means my quest for a universal tape measure was doomed from the
    start. But I've confounded them by saying it is correct for me to say the room is infinite, and my
    patented measurement process concretely confirms the same. So I do in fact have a tape measure that
    can measure "the architects diagonal room"! It is a demonstrated FACT.

    [NOT] :)

    Mike.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From dbush@dbush.mobile@gmail.com to comp.theory on Sat Nov 1 22:13:44 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:13 PM, olcott wrote:
    On 11/1/2025 2:05 PM, dbush wrote:
    On 11/1/2025 3:01 PM, olcott wrote:
    On 11/1/2025 1:45 PM, dbush wrote:
    On 11/1/2025 2:38 PM, olcott wrote:
    On 11/1/2025 1:14 PM, Tristan Wibberley wrote:
    On 01/11/2025 04:23, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 10/31/2025 9:53 PM, Tristan Wibberley wrote:
    [snip]
    If there is a challenge for us, it is to notice that those are >>>>>>>>> the facts
    of this particular situation statement.



    [... new situation statement snipped ...]


    You have used up the name H for something else already;
    do not confuse things by claiming H just simulates now!

    H can be an indeterminate in general, determined by each individual >>>>>> situation statement.

    Quite why he replied to a discussion about his other situation
    statement
    with another that is from among a group of them that is confusing
    everyone /is/ problematic.

    I would advise not responding to such to keep the conversation
    straightforward.


    I changed it to D and H with a single argument
    that do not exist in my repository, yet this
    is too straightforward to form any rebuttal.


    In other words, as everyone can tell, you're trying to deflect away
    from your code which is proven wrong by Kaz's code.


    <deflection>
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it

    And he does with the code he posted. If he was wrong you could point
    out exactly where.


    When I insist that Kaz do this in C
    You dishonestly dodge that his code proves you wrong.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 19:24:23 2025
    From Newsgroup: comp.theory

    On 11/1/2025 6:59 PM, Mike Terry wrote:
    On 02/11/2025 01:27, Chris M. Thomasson wrote:
    On 11/1/2025 6:13 PM, Mike Terry wrote:
    On 01/11/2025 23:58, Kaz Kylheku wrote:
    <..snip..>

    "When 10 foot tape measure H measures the 12 foot room D, it cannot
    possibly strike the other wall.  Therefore, the room is infinite!"

    I stretched out the tape measure, and it wouldn't reach the other
    wall - the room is clearly "exhibiting infinite length behaviour" !!

    So I bought a longer tape measure - a 20 foot measure.  But it seems
    I've been put me in a new room constructed by architects with access
    to my tape measure, and blow me down: when I measure the length of
    the room it still won't reach; it's a good couple of feet short!
    Again, it is obvious even to school children that the tape measure /
    cannot/ reach from one wall to the opposite wall - Again, THE ROOM
    IS EXHIBITING INFINITE LENGTH!

    No matter how long a tape measure I buy, IT CAN *NEVER* REACH "THE
    OPPOSITE WALL", which establishes beyond doubt that "the room" is
    indeed INFINITE, and so I'm correct when I announce it is infinite.

    Well, that convinces me!  [NOT]    :)

    Mike.
    ps. seems we've hit upon a proof of the "Room Measuring Problem": is
    there a tape measure which can measure the length of any room?


    The measure of tape would need to know how long to make itself in
    order be the correct length for say the diagonal of any rect.

    You've got to get the order of things right.
    1.  I buy my new tape measure.
        [I'd like one long enough to measure /any/ room, please!
        But nobody seems to stock those, so I buy the best they've got...] 2.  Those infernal architiects somehow know how long my new tape measure is!
        They build me a new room to test it on.
    3.  And when I try it out, my tape measure is not big enough - £18.99 wasted!

    People are trying to tell me this means my quest for a universal tape measure was doomed from the start.  But I've confounded them by saying
    it is correct for me to say the room is infinite, and my patented measurement process concretely confirms the same.  So I do in fact have
    a tape measure that can measure "the architects diagonal room"!  It is a demonstrated FACT.

    [NOT]   :)

    Say you are an infinite being, and you have any length of tape for any
    size rect, room dimensions? Actually makes me ponder on trying to paint
    the border of a fractal. A koch cure, we can look at it, but never have
    enough paint to cover it all...?



    Mike.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kaz Kylheku@643-408-1753@kylheku.com to comp.theory on Sun Nov 2 02:40:17 2025
    From Newsgroup: comp.theory

    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 7:50 PM, Kaz Kylheku wrote:
    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 7:12 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:47 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting. >>>>>>
    D simulated by an incompletely simulating H, such that H(D) terminates >>>>>> and returns zero, is halting.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    What comes next is that H performs a /step/ of D.

    Then H checks whether D has terminated. If so,
    it breaks the loop and return 1.

    Otherwise H inserts the instruction of D
    (or decoded information about it) into a trace
    buffer, at least if that instruction meets certain
    interesting criteria.


    Only trace the simulated instructions of D.

    The first damned thing D does is call H(D).

    So in order to trace D, we immediately need a definition of H to trace.

    The definition of H is that H simulates D.
    The entire definition of H at this point is that H simulates D

    You must quit your habit of making "definitions at this point",
    and constantly changing it.

    When you say "simulates D", always be clear whether it is partially,
    with aborting or indefinitely.

    The possibilities are hardly limitless. Enumerate what they all
    are, assign them function names and stick with those.
    --
    TXR Programming Language: http://nongnu.org/txr
    Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
    Mastodon: @Kazinator@mstdn.ca
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sat Nov 1 21:49:27 2025
    From Newsgroup: comp.theory

    On 11/1/2025 9:40 PM, Kaz Kylheku wrote:
    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 7:50 PM, Kaz Kylheku wrote:
    On 2025-11-02, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 7:12 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 6:47 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    On 11/1/2025 5:46 PM, Kaz Kylheku wrote:
    On 2025-11-01, olcott <polcott333@gmail.com> wrote:
    Everyone knows you're doing this because you can't prove his code wrong.



    If I am wrong Kaz can show it more simply
    otherwise I am not wrong.


    You backed down on claiming that D simulated by H
    reaches its own "return" statement final halt state.

    I've always agreed that D simulated by H (i.e. H == UTM) is nonhalting. >>>>>>>
    D simulated by an incompletely simulating H, such that H(D) terminates >>>>>>> and returns zero, is halting.


    int D()
    {
    int Halt_Status = H(D);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    H simulates D then D calls H(D) what comes next?

    What comes next is that H performs a /step/ of D.

    Then H checks whether D has terminated. If so,
    it breaks the loop and return 1.

    Otherwise H inserts the instruction of D
    (or decoded information about it) into a trace
    buffer, at least if that instruction meets certain
    interesting criteria.


    Only trace the simulated instructions of D.

    The first damned thing D does is call H(D).

    So in order to trace D, we immediately need a definition of H to trace.

    The definition of H is that H simulates D.
    The entire definition of H at this point is that H simulates D

    You must quit your habit of making "definitions at this point",
    and constantly changing it.


    I am backing up to the simplest step of my
    proof so that you can understand this simplest
    step.
    When you say "simulates D", always be clear whether it is partially,
    with aborting or indefinitely.


    We can't get there yet because you have been
    pretending that you don't even know what the next
    step is when D calls H(D) and H only simulates
    its input.

    I am going through the tiniest little steps so
    that it is impossible for anyone to believe that
    you do not understand them.

    The possibilities are hardly limitless. Enumerate what they all
    are, assign them function names and stick with those.


    I don't want to rename my functions just because
    you pretend that you don't know the first thing
    about C.

    *You should know this*
    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    What other people call disingenuous I call dishonest.
    I don't mince words.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Chris M. Thomasson@chris.m.thomasson.1@gmail.com to comp.theory on Sat Nov 1 19:51:15 2025
    From Newsgroup: comp.theory

    On 11/1/2025 3:36 PM, Tristan Wibberley wrote:
    On 01/11/2025 22:19, Kaz Kylheku wrote:
    To trace D, we need a definition of H.

    The situation statement is a constraint on H, it almost defines a puzzle which may have solutions in H. Given the phrasing and the newsgroup I
    think that's what Olcott was going for.

    That is /you/ the /puzzled/ provides the H!

    Or /I/ the /aloof/ provides generally superior criticism.

    My try at HHH, it tries to model DD wrt each path: If HHH(DD) returns
    non-zero it goes into an infinite GOTO loop. We can say this is
    non-halting. If HHH(DD) returns zero, DD halts.

    int DD()
    {
    10: int Halt_Status = HHH(DD);
    20: if (Halt_Status)
    30: HERE: goto HERE;
    40: return Halt_Status;
    }

    What DD actually does is dependent on HHH(DD)'s result. So, I said lets
    see here... One with fuzz:

    ____________________________
    1 HOME
    5 PRINT "ct_dr_fuzz lol. ;^)"
    6 P0 = 0
    7 P1 = 0

    10 REM Fuzzer... ;^)
    20 A$ = "NOPE!"
    30 IF RND(1) < .5 THEN A$ = "YES"

    100 REM INPUT "Shall DD halt or not? " ; A$
    110 PRINT "Shall DD halt or not? " ; A$
    200 IF A$ = "YES" GOTO 666
    300 P0 = P0 + 1
    400 IF P0 > 0 AND P1 > 0 GOTO 1000
    500 GOTO 10

    666 PRINT "OK!"
    667 P1 = P1 + 1
    700 PRINT "NON_HALT P0 = "; P0
    710 PRINT "HALT P1 = "; P1
    720 IF P0 > 0 AND P1 > 0 GOTO 1000
    730 PRINT "ALL PATHS FAILED TO BE HIT!"
    740 GOTO 10


    1000
    1010 PRINT "FIN... All paths hit."
    1020 PRINT "NON_HALT P0 = "; P0
    1030 PRINT "HALT P1 = "; P1
    ____________________________


    One with human:
    ___________________________
    1 HOME
    5 PRINT "HHH"
    6 P0 = 0
    7 P1 = 0
    10 INPUT "Shall DD halt or not? " ; A$
    20 IF A$ = "YES" GOTO 666
    30 P0 = P0 + 1
    40 IF P0 > 0 AND P1 > 0 GOTO 1000
    50 GOTO 10

    666 PRINT "OK!"
    667 P1 = P1 + 1
    700 PRINT "NON_HALT P0 = "; P0
    710 PRINT "HALT P1 = "; P1
    720 IF P0 > 0 AND P1 > 0 GOTO 1000
    730 PRINT "ALL PATHS FAILED TO BE HIT!"
    740 GOTO 10


    1000
    1010 PRINT "FIN... All paths hit."
    1020 PRINT "NON_HALT P0 = "; P0
    1030 PRINT "HALT P1 = "; P1
    ___________________________

    Think of ways this can get into an infinite loop... Say always YES. It
    means the user "wants" it to always halt, but my little shit says not
    all paths hit, try again So, if the user types GOD DAMNIT! HALT!, my sim
    will say all paths hit, fin because A$ was not YES. it's interesting to
    me in a way. Say if the user types all NO. Then it will just ask over
    and over again if it should halt or not... It will never terminate. Now,
    meta shit... the always YES path holds "intent" a sense? So we might be
    able to inject a non-yes to halt the sim and still get both paths hit.
    Seems wrong, but saying YES a millions times and my sim says not all
    paths hit is a bitch. But, the flip side.

    Always NO, we _cannot_ say oh we got 100,000,000 non-yes. It must halt,
    we just abort it, rofl, we say YES to make it all paths hit and say this
    is non-terminating. The damn user says WTF!!!!!!!!!! GOD DAMNIT! I was
    going to halt on iteration 100,000,123! You fucker! Piece of sHIT!!!
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sun Nov 2 07:39:59 2025
    From Newsgroup: comp.theory

    On 01/11/2025 22:50, olcott wrote:
    ... we can ... move on
    to the next step of my proof

    of what theorem?

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tristan Wibberley@tristan.wibberley+netnews2@alumni.manchester.ac.uk to comp.theory on Sun Nov 2 07:43:50 2025
    From Newsgroup: comp.theory

    On 01/11/2025 22:38, olcott wrote:
    H simulates D that should be baby stuff for this guy:

    On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
    I can write a C interpreter which can interpret itself.

    I can convert amino-acids into proteins that do quantum mechanics that
    would make Richard Feynman weep, yet I can't wash my underpants correctly...

    weird how that works.

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mikko@mikko.levanto@iki.fi to comp.theory on Sun Nov 2 14:17:28 2025
    From Newsgroup: comp.theory

    On 2025-11-01 13:25:41 +0000, olcott said:

    On 11/1/2025 3:42 AM, Mikko wrote:
    On 2025-10-31 12:44:17 +0000, olcott said:

    On 10/31/2025 6:28 AM, Mikko wrote:
    On 2025-10-30 14:49:08 +0000, olcott said:

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    Being identical means that H and H1 compute the same semantic
    property.


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    It turns out that my big discovery the overturns
    part of the foundation of computer science is that
    the semantic property can be relative to the decider.

    It actually always relative to the decider yet this
    has never made any difference with non-self-referential
    inputs. H(D) != UTM(D) == H1(D)

    The halting problem has always been an issue where
    the halt decider has never been smart enough to
    figure out halting for self-contradictory inputs.
    That never has been the real issue.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    With a simulating halt decider D simulated by
    H never reaches the contradictory part. It
    stays stuck on its first line.

    H and D do get stuck in recursive simulation. H
    can and does see this. H does abort its own simulation
    of D to prevent its own non-termination.

    The real issue (that could not be seen until I created
    the notion of a simulating halt decider in 2016) is
    that the halting problem requires H to report on
    behavior other than the behavior that its actual input
    actually specifies.

    int sum(int x, int y){ return x + y; }
    this is the same as requiring sum(3,4) to report on
    the sum of 5 + 6.


    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    As H and H1 return different values for the same input they are
    found to be non-identical, contrary to the initial claim.

    The above confirms that H and H1 give different results for the same
    input. By the meanngs of the words H and H1 are not equivalent.

    I never claimed that the were equivalent.

    You said they be identical. If they are not equivlaent they can't
    be identical.
    --
    Mikko

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sun Nov 2 07:19:40 2025
    From Newsgroup: comp.theory

    On 11/2/2025 1:39 AM, Tristan Wibberley wrote:
    On 01/11/2025 22:50, olcott wrote:
    ... we can ... move on
    to the next step of my proof

    of what theorem?


    The proof that I am writing about
    Semantic properties of finite string inputs.

    To know that a Semantic Property is see Rice's Theorem.
    This is not "duffer speak".

    "finite string inputs" is a term of the art
    thus not "duffer speak".

    --
    Tristan Wibberley

    The message body is Copyright (C) 2025 Tristan Wibberley except
    citations and quotations noted. All Rights Reserved except that you may,
    of course, cite it academically giving credit to me, distribute it
    verbatim as part of a usenet system or its archives, and use it to
    promote my greatness and general superiority without misrepresentation
    of my opinions other than my opinion of my greatness and general
    superiority which you _may_ misrepresent. You definitely MAY NOT train
    any production AI system with it but you may train experimental AI that
    will only be used for evaluation of the AI methods it implements.

    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory on Sun Nov 2 07:29:15 2025
    From Newsgroup: comp.theory

    On 11/2/2025 6:17 AM, Mikko wrote:
    On 2025-11-01 13:25:41 +0000, olcott said:

    On 11/1/2025 3:42 AM, Mikko wrote:
    On 2025-10-31 12:44:17 +0000, olcott said:

    On 10/31/2025 6:28 AM, Mikko wrote:
    On 2025-10-30 14:49:08 +0000, olcott said:

    D simulated by H measures the semantic property
    of the actual input as opposed to and contrast
    with the semantic property of a non-input. H and
    H1 are identical except that D does not call H1.

    Being identical means that H and H1 compute the same semantic
    property.


    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    It turns out that my big discovery the overturns
    part of the foundation of computer science is that
    the semantic property can be relative to the decider.

    It actually always relative to the decider yet this
    has never made any difference with non-self-referential
    inputs. H(D) != UTM(D) == H1(D)

    The halting problem has always been an issue where
    the halt decider has never been smart enough to
    figure out halting for self-contradictory inputs.
    That never has been the real issue.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    With a simulating halt decider D simulated by
    H never reaches the contradictory part. It
    stays stuck on its first line.

    H and D do get stuck in recursive simulation. H
    can and does see this. H does abort its own simulation
    of D to prevent its own non-termination.

    The real issue (that could not be seen until I created
    the notion of a simulating halt decider in 2016) is
    that the halting problem requires H to report on
    behavior other than the behavior that its actual input
    actually specifies.

    int sum(int x, int y){ return x + y; }
    this is the same as requiring sum(3,4) to report on
    the sum of 5 + 6.


    We can tell an input from a non-input because an
    input is an argument to the function H.

    D.input_to_H
    specifies different behavior than
    D.input_to_H1.

    int D()
    {
       int Halt_Status = H(D);
       if (Halt_Status)
         HERE: goto HERE;
       return Halt_Status;
    }

    H simulates D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    that calls H(D) to simulate D
    until H sees this repeating pattern
    Then H returns 0;

    H1 simulates D
    that calls H(D) to simulate D
    then H(D) returns 0 to caller D
    then H1 returns 1;

    As H and H1 return different values for the same input they are
    found to be non-identical, contrary to the initial claim.

    The above confirms that H and H1 give different results for the same
    input. By the meanngs of the words H and H1 are not equivalent.

    I never claimed that the were equivalent.

    You said they be identical. If they are not equivlaent they can't
    be identical.


    Identical code and different behavior
    because D calls H in recursive simulation
    and D does not call H1 in recursive simulation.
    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.21a-Linux NewsLink 1.2