• Re: Four Chatbots figure out on their own without prompting that HHH(DD

    From Richard Damon@21:1/5 to olcott on Sat Jul 19 22:23:16 2025
    On 7/19/25 6:16 PM, olcott wrote:
    On 7/19/2025 5:08 PM, wij wrote:
    On Sat, 2025-07-19 at 16:36 -0500, olcott wrote:
    On 7/19/2025 4:26 PM, wij wrote:
    On Sat, 2025-07-19 at 16:05 -0500, olcott wrote:
    On 7/19/2025 3:57 PM, wij wrote:
    On Sat, 2025-07-19 at 15:41 -0500, olcott wrote:
    On 7/19/2025 3:14 PM, wij wrote:

    HP is very simple: H(D)=1 if D halts, H(D)=0 if D does not halt. >>>>>>>>

    The standard proof assumes a decider
    H(M,x) that determines whether machine
    M halts on input x.

    But this formulation is flawed, because:

    Whatever the 'formulation' is, the HP result is a fact that no H
    can decide
    the halting status of any given D.


    And that is wrong because H(⟨D⟩) is correctly determined.
    It has always been a type mismatch error when H(D) was
    assumed.

    Yes, there is type mismatch problems in nearly all discussions.
    But I don't think you will understand what it is.


    I have proven that I do and you only deny this
    because you are not interested in an honest
    dialogue.

    You like to ignore what people say, only insterested in one-sided talk,
    showing you are not interested in honest discussion.

    Turing machines can only process finite encodings
    (e.g. ⟨M⟩), not executable entities like M.

    So the valid formulation must be
    H(⟨M⟩,x), where ⟨M⟩ is a string.

    Halting Problem::= H(D)=1 if D halts, H(D)=0 if D does not halt.
    The conclusion is, no such H exists.


    And that is wrong because H(⟨D⟩) is correctly determined.
    It has always been a type mismatch error when H(D) was
    assumed.

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


    A type mismatch: HHH(DD) or HHH(<DDD>)?


    DD points to the finite string machine
    description of DD it does not point to
    the executing process of DD.

    That is what I predicted: You don't understand what you said.
    (because it is a bit technical, I will skip this part)


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

    Do you even know what an executing process is?
    Probably not and you will use some lame excuse for not answering.

    The finite string of x86 machine code pointed to by P
    *is not an executing process*

    It is the equivalent of of a machine description
    that completely specifies (not merely describes)
    behavior.


    Right, and perhaps you don't understand that the complete specification
    of the x86 code of a program, and its input, FULLY SPECIFIES the
    behavior of that program.

    Thus, that behavior is eligable to be asked about.

    It seems your logic is so primative it doesn't allow actual derevation
    of results.

    You also just don't understand the term-of-art meaning of the words, in
    part because you admitted you were afraid to learn the basics of the
    field as them might brainwash you into the wrong thinking of the
    conventional users of the theory (which actualy just shows your own
    wrong thinking).

    Sorry, youa re just proving your are either mentally or morally
    deficient, if not both.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From olcott@21:1/5 to wij on Sat Jul 19 22:14:02 2025
    On 7/19/2025 5:08 PM, wij wrote:
    On Sat, 2025-07-19 at 16:36 -0500, olcott wrote:
    On 7/19/2025 4:26 PM, wij wrote:
    On Sat, 2025-07-19 at 16:05 -0500, olcott wrote:
    On 7/19/2025 3:57 PM, wij wrote:
    On Sat, 2025-07-19 at 15:41 -0500, olcott wrote:
    On 7/19/2025 3:14 PM, wij wrote:

    HP is very simple: H(D)=1 if D halts, H(D)=0 if D does not halt. >>>>>>>

    The standard proof assumes a decider
    H(M,x) that determines whether machine
    M halts on input x.

    But this formulation is flawed, because:

    Whatever the 'formulation' is, the HP result is a fact that no H can decide
    the halting status of any given D.


    And that is wrong because H(⟨D⟩) is correctly determined.
    It has always been a type mismatch error when H(D) was
    assumed.

    Yes, there is type mismatch problems in nearly all discussions.
    But I don't think you will understand what it is.


    I have proven that I do and you only deny this
    because you are not interested in an honest
    dialogue.

    You like to ignore what people say, only insterested in one-sided talk, showing you are not interested in honest discussion.

    Turing machines can only process finite encodings
    (e.g. ⟨M⟩), not executable entities like M.

    So the valid formulation must be
    H(⟨M⟩,x), where ⟨M⟩ is a string.

    Halting Problem::= H(D)=1 if D halts, H(D)=0 if D does not halt.
    The conclusion is, no such H exists.


    And that is wrong because H(⟨D⟩) is correctly determined.
    It has always been a type mismatch error when H(D) was
    assumed.

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


    A type mismatch: HHH(DD) or HHH(<DDD>)?


    DD points to the finite string machine
    description of DD it does not point to
    the executing process of DD.

    That is what I predicted: You don't understand what you said.
    (because it is a bit technical, I will skip this part)

    DD correctly simulated by HHH cannot reach past
    the "if" statement thus cannot reach the "return"
    statement. T

    That is roughly what HP proof says.


    Not at all. The HP proof claims that DD
    correctly simulated by HHH reaches the
    self-contradictory part of DD and thus
    forms a contradiction.

    HP's conclusion is 'undecidable'.

    his makes HHH(DD)==0 correct.

    How is this statement from?

    You chopped up my statement in the middle of a word.

    You jumped to make an arbitrary and contradictory conclusion.
    It seems you want to stick your one-sided outcome together with tautology (as usual) hoping it will thus become true. Very ignorant and dishonest.

    If I did not chopped up, your whole statement will be a false statement.

    HHH(DD) above shows it cannot return to report 0.
    (I guess you might say something and doing another, again)


    Factually incorrect.

    No words? If that 'verdict' is all what your 'proof' got? Why bother all the >20
    years efforts of 'proof'.

    'formulation' does not really matter.
    If 'formulation' matters, it is another problem.






    test

    --
    Copyright 2024 Olcott

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From joes@21:1/5 to All on Sun Jul 20 11:11:26 2025
    Am Sat, 19 Jul 2025 16:36:42 -0500 schrieb olcott:
    On 7/19/2025 4:26 PM, wij wrote:
    On Sat, 2025-07-19 at 16:05 -0500, olcott wrote:

    DD correctly simulated by HHH cannot reach past the "if" statement
    thus cannot reach the "return" statement.

    That is roughly what HP proof says.

    Not at all. The HP proof claims that DD correctly simulated by HHH
    reaches the self-contradictory part of DD and thus forms a
    contradiction.

    No. It proves that the direct execution reaches the part that contra-
    dicts HHH's return value.

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

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