Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Conquest is easy. Control is not. -- Kirk, "Mirror, Mirror", stardate unknown


computers / comp.ai.philosophy / Re: Concise refutation of halting problem proofs V32 [ ridiculous ]

SubjectAuthor
* Concise refutation of halting problem proofs V32 [ finallyolcott
`* Re: Concise refutation of halting problem proofs V32olcott
 `* Re: Concise refutation of halting problem proofs V32olcott
  `* Re: Concise refutation of halting problem proofs V32 [ ridiculous ]olcott
   `* Re: Concise refutation of halting problem proofs V32 [ ridiculous ]olcott
    `* Re: Concise refutation of halting problem proofs V32 [ ridiculous ]olcott
     `* Re: Concise refutation of halting problem proofs V32 [ ridiculous ]olcott
      `- Re: Concise refutation of halting problem proofs V32 [ ridiculous ]olcott

1
Concise refutation of halting problem proofs V32 [ finally mathematically precise ] rewrite

<Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7646&group=comp.ai.philosophy#7646

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 25 Nov 2021 13:29:54 -0600
Date: Thu, 25 Nov 2021 13:29:53 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
Content-Language: en-US
Followup-To: comp.theory
From: NoO...@NoWhere.com (olcott)
Subject: Concise refutation of halting problem proofs V32 [ finally
mathematically precise ] rewrite
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
Lines: 76
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-1mnSJo9LLkGUGxo9gn8O/SGd51JXGZYjQ3TPoxPi5rBR7nDhJbPsWSgJXso3sLyqCaPhF085kkyuCGU!bqaJMbKY/jmWDtXjLxKHcO7HRshvdUskL+PPBSGKq+62NUUYRO1L5b9FcVF2qwHw0GmWBe8zjJ1r!Tg==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 3686
 by: olcott - Thu, 25 Nov 2021 19:29 UTC

#include <stdint.h>
#include <stdio.h>
typedef int (*ptr)();

int H(ptr x, ptr y)
{ x(y); // direct execution of P(P)
return 1;
}

// Minimal essence of Linz(1990) Ĥ
// and Strachey(1965) P
int P(ptr x)
{ H(x, x);
return 1; // Give P a last instruction at the "c" level
}

int main(void)
{ H(P, P);
}

The above program is obviously infinitely recursive. It is self evident
that when 0 to ∞ steps of the input to H(P,P) are directly executed or
correctly simulated that the input to H(P,P) never reaches its final
instruction.

PSR set (pathological self-reference)
H1(P1,P1) Is the above code.
H2(P2,P2) Is the above code where H2 simulates rather than directly
executes its input.
H3(P3,P3) Is the execution of N steps of the input of H1(P1,P1).
H4(P4,P4) Is the simulation of N steps of the input of H2(P2,P2).

<rewrite>
Every Hn(Px,Py) that returns a value returns 1 except for instances of
{H3, H4} that determine whether or not to return {0,1} on the basis of
the behavior of their input.
</rewrite>

The sequence of 1 to N configurations specified by the input to H(X, Y)
cannot be correctly construed as anything other than the sequence of 1
to N steps of the (direct execution, x86 emulation or UTM simulation of
this input by H.

When H directly executes 1 to N steps of its actual input this
conclusively proves that this is the correct direct execution basis for
the halt decider's halt status decision. The simulation of this same
input derives the exact same sequence of steps.

The point in the sequence of 1 to N steps where the execution trace of
the simulation of P shows that P is about to call H(P,P) again with the
same input that H was called with provides conclusive proof that P would
be infinitely recursive unless H aborted its simulation.

When P(P) calls H(P,P) reaches the above point in its simulation it
returns 0 to P.

H is a computable function that accepts or rejects inputs in its domain
on the basis that these inputs specify a sequence of configurations that
reach their final state.

Halting problem undecidability and infinitely nested simulation (V2)
November 2021 PL Olcott

https://www.researchgate.net/publication/356105750_Halting_problem_undecidability_and_infinitely_nested_simulation_V2

--
Copyright 2021 Pete Olcott

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

Re: Concise refutation of halting problem proofs V32 [ André's vague abstractions ]

<1tqdnTq-7crP2z38nZ2dnUU7-S_NnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7647&group=comp.ai.philosophy#7647

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 25 Nov 2021 20:28:34 -0600
Date: Thu, 25 Nov 2021 20:28:33 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Subject: Re:_Concise_refutation_of_halting_problem_proofs_V32_
[_André's_vague_abstractions_]
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
<snoq15$kdd$1@dont-email.me> <Z5WdneP5XrdTvz38nZ2dnUU7-LHNnZ2d@giganews.com>
<snpaog$1f1$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Followup-To: comp.theory
In-Reply-To: <snpaog$1f1$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <1tqdnTq-7crP2z38nZ2dnUU7-S_NnZ2d@giganews.com>
Lines: 198
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-fSkLzErGQA4Yzxy6jngK7K8eqW0qEwhbUnJeNQsOF8r9n5KG2D4UHmMVOUco/TawKj0ejmbKewV2CaZ!mnygtJJg/D9oRzZmwfp+MIj4+h8NBwlZqVzOl3DQNcBnFKwTzSYyXfaebQtRJiSFeHFaZg0w8+BC!hw==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 9317
 by: olcott - Fri, 26 Nov 2021 02:28 UTC

On 11/25/2021 6:46 PM, André G. Isaak wrote:
> On 2021-11-25 16:56, olcott wrote:
>> On 11/25/2021 2:00 PM, André G. Isaak wrote:
>>> On 2021-11-25 12:29, olcott wrote:
>>>> #include <stdint.h>
>>>> #include <stdio.h>
>>>> typedef int (*ptr)();
>>>>
>>>> int H(ptr x, ptr y)
>>>> {
>>>>    x(y); // direct execution of P(P)
>>>>    return 1;
>>>> }
>>>>
>>>> // Minimal essence of Linz(1990) Ĥ
>>>> // and Strachey(1965) P
>>>> int P(ptr x)
>>>> {
>>>>    H(x, x);
>>>>    return 1; // Give P a last instruction at the "c" level
>>>> }
>>>>
>>>> int main(void)
>>>> {
>>>>    H(P, P);
>>>> }
>>>>
>>>> The above program is obviously infinitely recursive. It is self
>>>> evident that when 0 to ∞ steps of the input to H(P,P) are directly
>>>> executed or correctly simulated that the input to H(P,P) never
>>>> reaches its final instruction.
>>>>
>>>> PSR set (pathological self-reference)
>>>> H1(P1,P1) Is the above code.
>>>> H2(P2,P2) Is the above code where H2 simulates rather than directly
>>>> executes its input.
>>>> H3(P3,P3) Is the execution of N steps of the input of H1(P1,P1).
>>>> H4(P4,P4) Is the simulation of N steps of the input of H2(P2,P2).
>>>>
>>>> <rewrite>
>>>> Every Hn(Px,Py) that returns a value returns 1 except for instances
>>>> of {H3, H4} that determine whether or not to return {0,1} on the
>>>> basis of the behavior of their input.
>>>> </rewrite>
>>>>
>>>> The sequence of 1 to N configurations specified by the input to H(X,
>>>> Y) cannot be correctly construed as anything other than the sequence
>>>> of 1 to N steps of the (direct execution, x86 emulation or UTM
>>>> simulation of this input by H.
>>>>
>>>> When H directly executes 1 to N steps of its actual input this
>>>> conclusively proves that this is the correct direct execution basis
>>>> for the halt decider's halt status decision. The simulation of this
>>>> same input derives the exact same sequence of steps.
>>>>
>>>> The point in the sequence of 1 to N steps where the execution trace
>>>> of the simulation of P shows that P is about to call H(P,P) again
>>>> with the same input that H was called with provides conclusive proof
>>>> that P would be infinitely recursive unless H aborted its simulation.
>>>>
>>>> When P(P) calls H(P,P) reaches the above point in its simulation it
>>>> returns 0 to P.
>>>>
>>>> H is a computable function that accepts or rejects inputs in its
>>>> domain on the basis that these inputs specify a sequence of
>>>> configurations that reach their final state.
>>>
>>> You seem determined not to learn.
>>>
>>> H is a computer program, *not* a computable function.
>>>
>>> If it is a halt decider, it computes the halting function.
>>>
>>
>> If it is a decider then if maps finite strings to accept / reject states.
>
> Yes, and in doing so it computes the halting function.
>
>>> The domain of the halting function is the set of all computations.
>>>
>>
>> This is too abstract and you know it.
>> A halt decider maps finite string pairs to accept / reject states.
>
> And those strings consist of descriptions of a computation,
> appropriately encoded for your particular halt decider.
>
>>> Therefore, the domain of H is the same, appropriately encoded as
>>> strings.
>>>
>>> P(P) is a computation, therefore it is in the domain of H.
>>>
>>> P(P) halts, therefore H(P, P) must return true.
>>>
>>
>> You keep insisting on a leap of logic. For H(x,y) the pair of finite
>> strings (x,y) must be transformed into a sequence of configurations by
>> a specific algorithm.
>
> No, it doesn't. That's the implementational path you've chosen to take,
> but the problem doesn't specify this.
>
>> Simply saying that this is whatever sequence is specified by the
>> direct execution of P(P) is too vague.
>
> There's nothing vague about this at all.
>
>> The input to H(x,y) is transformed into a sequence of configurations
>> by the (direct execution, x86 emulation or UTM simulation) of this
>> (x,y) input by H.
>
> You are extremely confused here. You keep referring to
> *implementational* details of your H as if they were somehow part of the
> halting problem.
>
> The halting problem is defined as follows. Note this is a definition, so
> it isn't open to debate.
>
> A halt decider H is a turing machine which decides for any arbitrary
> computation M(I) whether that computation will halt. In your
> terminology, that means whether int main { M(I); } halts. [This last bit
> isn't usually specified since computations by definition are
> *indendepent* entities and you are the only one who gets confused by this].
>
> The input to H is a string which encodes M and a string which encodes I.
>
> Note that nothing in the above statement of the problem mentions
> anything about 'sequences of configurations' or the (direct execution,
> x86 emulation or UTM simulation) of the input by H. These are *YOUR*
> additions which have nothing to do with the actual definition of the
> problem.
>

computable function
Computable functions are the basic objects of study in computability
theory. Computable functions are the formalized analogue of the
intuitive notion of algorithms, in the sense that a function is
computable if there exists an algorithm that can do the job of the
function, i.e. given an input of the function domain it can return the
corresponding output. https://en.wikipedia.org/wiki/Computable_function

an algorithm that can do the job of the function,
an algorithm that can do the job of the function,
an algorithm that can do the job of the function,
an algorithm that can do the job of the function,

given an input ... it can return the corresponding output.
given an input ... it can return the corresponding output.
given an input ... it can return the corresponding output.
given an input ... it can return the corresponding output.

Given a finite string pair (x,y) every configuration
from x.q0, x.q1, x.q2, x.qn ... x.final must be shown.

The actual TM description quintuple for each configuration must be
explicitly shown: http://www.lns.mit.edu/~dsw/turing/examples/add10.tm

It is only vagueness that has kept the truth hidden for so many years.
I use x86 because it has zero vagueness.

If you can not specify a 100% perfectly precise algorithm that lists the
actual quintuple for x.q0, x.q1, x.q2, x.qn ... x.final for H(x,y)
you are only talking about vague abstractions.

When you say whatever it is that x(y) actually does
you are only talking about vague abstractions.

> Since P(P) is a computation it must be possible to represent this as a
> concatenation of strings which can be passed to H as an input.
>
> Since P(P) halts, H must return 1 for this particular input.
>
> If your H cannot properly interpret the representation of P(P) as
> representing the *independent* computation P(P), then your
> implementation fails to meet the definition of the problem.
>
> If your H cannot properly determine that P(P) halts, then your
> implementation fails to meet the definition of the problem.
>
> The fact that your H is unable to meet these specifications doesn't
> *change* what these specifications are. The problem is what it is. The
> definition of halt decider is what it is. You can't fiddle with these
> definitions just because you can't figure out how to solve the actual
> question specified by the problem.
>
> The halting function is simply not computable, so you'll never be able
> to create an H which actually gets all cases right.
>
> André
>

--
Copyright 2021 Pete Olcott

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

Re: Concise refutation of halting problem proofs V32 [ André's vague abstractions ]

<LN2dnbiGauik_D38nZ2dnUU7-bfNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7648&group=comp.ai.philosophy#7648

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 25 Nov 2021 22:23:21 -0600
Date: Thu, 25 Nov 2021 22:23:20 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Subject: Re:_Concise_refutation_of_halting_problem_proofs_V32_
[_André's_vague_abstractions_]
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
<snoq15$kdd$1@dont-email.me> <Z5WdneP5XrdTvz38nZ2dnUU7-LHNnZ2d@giganews.com>
<snpaog$1f1$1@dont-email.me> <1tqdnTq-7crP2z38nZ2dnUU7-S_NnZ2d@giganews.com>
<snpjg7$f0e$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <snpjg7$f0e$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <LN2dnbiGauik_D38nZ2dnUU7-bfNnZ2d@giganews.com>
Lines: 237
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-raNMYUGhv1X+g4/QmTSLPMjjD+geD+64xDwKasKX7nmerzqGGaeWglYql+Htx56cKzDXr2hg/0f95Mw!W+/H8uvdMNO04eiXEH0aqQ1N8zIai3hLi6iDAwZyzeASmOqVQ1KrCMv/c3Z2RZ9cZfNTkBAjbk8N!Yw==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 11298
 by: olcott - Fri, 26 Nov 2021 04:23 UTC

On 11/25/2021 9:15 PM, André G. Isaak wrote:
> On 2021-11-25 19:28, olcott wrote:
>> On 11/25/2021 6:46 PM, André G. Isaak wrote:
>>> On 2021-11-25 16:56, olcott wrote:
>>>> On 11/25/2021 2:00 PM, André G. Isaak wrote:
>>>>> On 2021-11-25 12:29, olcott wrote:
>>>>>> #include <stdint.h>
>>>>>> #include <stdio.h>
>>>>>> typedef int (*ptr)();
>>>>>>
>>>>>> int H(ptr x, ptr y)
>>>>>> {
>>>>>>    x(y); // direct execution of P(P)
>>>>>>    return 1;
>>>>>> }
>>>>>>
>>>>>> // Minimal essence of Linz(1990) Ĥ
>>>>>> // and Strachey(1965) P
>>>>>> int P(ptr x)
>>>>>> {
>>>>>>    H(x, x);
>>>>>>    return 1; // Give P a last instruction at the "c" level
>>>>>> }
>>>>>>
>>>>>> int main(void)
>>>>>> {
>>>>>>    H(P, P);
>>>>>> }
>>>>>>
>>>>>> The above program is obviously infinitely recursive. It is self
>>>>>> evident that when 0 to ∞ steps of the input to H(P,P) are directly
>>>>>> executed or correctly simulated that the input to H(P,P) never
>>>>>> reaches its final instruction.
>>>>>>
>>>>>> PSR set (pathological self-reference)
>>>>>> H1(P1,P1) Is the above code.
>>>>>> H2(P2,P2) Is the above code where H2 simulates rather than
>>>>>> directly executes its input.
>>>>>> H3(P3,P3) Is the execution of N steps of the input of H1(P1,P1).
>>>>>> H4(P4,P4) Is the simulation of N steps of the input of H2(P2,P2).
>>>>>>
>>>>>> <rewrite>
>>>>>> Every Hn(Px,Py) that returns a value returns 1 except for
>>>>>> instances of {H3, H4} that determine whether or not to return
>>>>>> {0,1} on the basis of the behavior of their input.
>>>>>> </rewrite>
>>>>>>
>>>>>> The sequence of 1 to N configurations specified by the input to
>>>>>> H(X, Y) cannot be correctly construed as anything other than the
>>>>>> sequence of 1 to N steps of the (direct execution, x86 emulation
>>>>>> or UTM simulation of this input by H.
>>>>>>
>>>>>> When H directly executes 1 to N steps of its actual input this
>>>>>> conclusively proves that this is the correct direct execution
>>>>>> basis for the halt decider's halt status decision. The simulation
>>>>>> of this same input derives the exact same sequence of steps.
>>>>>>
>>>>>> The point in the sequence of 1 to N steps where the execution
>>>>>> trace of the simulation of P shows that P is about to call H(P,P)
>>>>>> again with the same input that H was called with provides
>>>>>> conclusive proof that P would be infinitely recursive unless H
>>>>>> aborted its simulation.
>>>>>>
>>>>>> When P(P) calls H(P,P) reaches the above point in its simulation
>>>>>> it returns 0 to P.
>>>>>>
>>>>>> H is a computable function that accepts or rejects inputs in its
>>>>>> domain on the basis that these inputs specify a sequence of
>>>>>> configurations that reach their final state.
>>>>>
>>>>> You seem determined not to learn.
>>>>>
>>>>> H is a computer program, *not* a computable function.
>>>>>
>>>>> If it is a halt decider, it computes the halting function.
>>>>>
>>>>
>>>> If it is a decider then if maps finite strings to accept / reject
>>>> states.
>>>
>>> Yes, and in doing so it computes the halting function.
>>>
>>>>> The domain of the halting function is the set of all computations.
>>>>>
>>>>
>>>> This is too abstract and you know it.
>>>> A halt decider maps finite string pairs to accept / reject states.
>>>
>>> And those strings consist of descriptions of a computation,
>>> appropriately encoded for your particular halt decider.
>>>
>>>>> Therefore, the domain of H is the same, appropriately encoded as
>>>>> strings.
>>>>>
>>>>> P(P) is a computation, therefore it is in the domain of H.
>>>>>
>>>>> P(P) halts, therefore H(P, P) must return true.
>>>>>
>>>>
>>>> You keep insisting on a leap of logic. For H(x,y) the pair of finite
>>>> strings (x,y) must be transformed into a sequence of configurations
>>>> by a specific algorithm.
>>>
>>> No, it doesn't. That's the implementational path you've chosen to
>>> take, but the problem doesn't specify this.
>>>
>>>> Simply saying that this is whatever sequence is specified by the
>>>> direct execution of P(P) is too vague.
>>>
>>> There's nothing vague about this at all.
>>>
>>>> The input to H(x,y) is transformed into a sequence of configurations
>>>> by the (direct execution, x86 emulation or UTM simulation) of this
>>>> (x,y) input by H.
>>>
>>> You are extremely confused here. You keep referring to
>>> *implementational* details of your H as if they were somehow part of
>>> the halting problem.
>>>
>>> The halting problem is defined as follows. Note this is a definition,
>>> so it isn't open to debate.
>>>
>>> A halt decider H is a turing machine which decides for any arbitrary
>>> computation M(I) whether that computation will halt. In your
>>> terminology, that means whether int main { M(I); } halts. [This last
>>> bit isn't usually specified since computations by definition are
>>> *indendepent* entities and you are the only one who gets confused by
>>> this].
>>>
>>> The input to H is a string which encodes M and a string which encodes I.
>>>
>>> Note that nothing in the above statement of the problem mentions
>>> anything about 'sequences of configurations' or the (direct
>>> execution, x86 emulation or UTM simulation) of the input by H. These
>>> are *YOUR* additions which have nothing to do with the actual
>>> definition of the problem.
>>>
>>
>> computable function
>> Computable functions are the basic objects of study in computability
>> theory. Computable functions are the formalized analogue of the
>> intuitive notion of algorithms, in the sense that a function is
>> computable if there exists an algorithm that can do the job of the
>> function, i.e. given an input of the function domain it can return the
>> corresponding output. https://en.wikipedia.org/wiki/Computable_function
>>
>> an algorithm that can do the job of the function,
>> an algorithm that can do the job of the function,
>> an algorithm that can do the job of the function,
>> an algorithm that can do the job of the function,
>>
>> given an input ... it can return the corresponding output.
>> given an input ... it can return the corresponding output.
>> given an input ... it can return the corresponding output.
>> given an input ... it can return the corresponding output.
>
> Is there some reason why you are quoting the above, let alone quoting it
> five times? Does it have something to do with something I said? If so,
> what?
>
> An algorithm computes a function. An algorithm is not the function it
> computes. A given function may have many different algorithms which can
> compute it. Or it might have none.
>
>> Given a finite string pair (x,y) every configuration
>> from x.q0, x.q1, x.q2, x.qn ... x.final must be shown.
>>
>> The actual TM description quintuple for each configuration must be
>> explicitly shown: http://www.lns.mit.edu/~dsw/turing/examples/add10.tm
>
> That's exactly what the input string describes: it encodes a Turing
> Machine and an input string. It does *not* encode a 'sequence of
> configurations'. The TM description includes a *set* of quintuples
> representing state transitions. A set is *not* a sequence.
>
>> It is only vagueness that has kept the truth hidden for so many years.
>> I use x86 because it has zero vagueness.
>
> Which vagueness?
>
>> If you can not specify a 100% perfectly precise algorithm that lists
>> the actual quintuple for x.q0, x.q1, x.q2, x.qn ... x.final for H(x,y)
>> you are only talking about vague abstractions.
>>
>> When you say whatever it is that x(y) actually does
>> you are only talking about vague abstractions.
>
> Do you not understand the difference between a SPECIFICATION and an
> IMPLEMENTATION?
>
> I have been giving you the specification of the halting problem, i.e. a
> description of *exactly* which problem a halt decider must solve. How
> you go about solving it is the implementation.
>


Click here to read the complete article
Re: Concise refutation of halting problem proofs V32 [ ridiculous ]

<Tv-dnVrKWOvN9j38nZ2dnUU7-WnNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7649&group=comp.ai.philosophy#7649

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 25 Nov 2021 23:06:24 -0600
Date: Thu, 25 Nov 2021 23:06:22 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Subject: Re: Concise refutation of halting problem proofs V32 [ ridiculous ]
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
<snoq15$kdd$1@dont-email.me> <Z5WdneP5XrdTvz38nZ2dnUU7-LHNnZ2d@giganews.com>
<snpaog$1f1$1@dont-email.me> <1tqdnTq-7crP2z38nZ2dnUU7-S_NnZ2d@giganews.com>
<snpjg7$f0e$1@dont-email.me> <LN2dnbiGauik_D38nZ2dnUU7-bfNnZ2d@giganews.com>
<snpo6i$692$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Followup-To: comp.theory
In-Reply-To: <snpo6i$692$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <Tv-dnVrKWOvN9j38nZ2dnUU7-WnNnZ2d@giganews.com>
Lines: 104
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-jpQDFWzQ33vuqE0Wtoxhp8UsUCCPXeITiSq3L3AFyeF5CeJ3nn/SVGRzJiT0xdtttsJwmF8rAsPdzJA!tXB90guhZNlIarPoP7c1u9ID4ydVaaPWZ3VyvWZv9hgr1nmFiIqBtQv1dZ7dvLKve2XtmCrpgIk8!vA==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 5729
 by: olcott - Fri, 26 Nov 2021 05:06 UTC

On 11/25/2021 10:35 PM, André G. Isaak wrote:
> On 2021-11-25 21:23, olcott wrote:
>> On 11/25/2021 9:15 PM, André G. Isaak wrote:
>
>>> Do you not understand the difference between a SPECIFICATION and an
>>> IMPLEMENTATION?
>>>
>>> I have been giving you the specification of the halting problem, i.e.
>>> a description of *exactly* which problem a halt decider must solve.
>>> How you go about solving it is the implementation.
>>>
>>
>> The halt decider H(x,y) does not simply take a pair of finite string
>> inputs and then make a good guess about whether this input reaches its
>> final state or not.
>
> Nobody ever claimed otherwise. However, it must do this in a way that
> actually conforms to the specification of the problem given below. That
> means that if the input is a description of P(P), it must map to 'halts'.
>

Halt decider H must derive a formal proof of the behavior of (x,y) based
on the sequence of configurations from x.q0 to x.qn.

> You keep accusing people of 'vagueness' for not specifying these steps,
> but bear in mind that Linz's H and H_Hat, aren't Turing Machines, they
> are *variables* ranging over classes of Turing Machines, and the whole
> point of his proof is to show that those classes are *empty*. You can't
> specify the specific steps involved in a nonexistent computation.
>

That is why I derived the 100% complete specificity of H/P.
My H/P <is> the (Strachey:1965) T/P

rec routine P
§L:if T[P] go to L
Return §

Strachey, C 1965. An impossible program The Computer Journal, Volume 7,
Issue 4, January 1965, Page 313, https://doi.org/10.1093/comjnl/7.4.313

H(P,P) derives its formal proof of the behavior of its input based on
the x86 emulation of the machine code of its input from the start state
of P though N steps of P.

That you expect H to somehow imagine what you mean by the direct
execution of P(P) is ridiculous.

It is a formal proof that already has every single step completely
specified.

> You're the one who claims that it actually is possible to create such a
> program despite the existence of proofs (note the plural) that the
> halting function is not computable. So the onus is on you to actually
> provide this 'sequence of configurations', not on anyone else.
>
> But so far all you've done is created a program which fails to meet the
> specification which defines the problem that you purport to have solved
> and thus which fails to demonstrate such an algorithm.
>
> André
>
>> It must proceed through what is essentially a formal proof of the
>> behavior of this finite string pair.
>>
>> This formal proof begins at x.q0 the start state and proceeds
>> through a sequence of quintuple configurations until N steps of
>> configurations have been specified.
>>
>> N is either the final state of x.final or the number of steps required
>> for H to detect an infinite behavior pattern.
>>
>>> The SPECIFICATION of the problem is that a halt decider takes as its
>>> input a description of a computation and determines whether that
>>> computation, when run independently, halts.
>>>
>>> P(P) halts, so by the specification of the problem any halt decider
>>> which is passed a string representing P(P) *must* return true as its
>>> answer. Any "halt decider" which fails to do this fails to implement
>>> the specification.
>>>
>>> All your nonsense about what P(P) does "inside H" is just that --
>>> nonsense, because the specification clearly states that the decider
>>> must describe the behaviour of P(P) as an independent computation.
>>>
>>> If you don't grasp the distinction between a specification and an
>>> implementation, read the C Standard. It describes the standard
>>> library functions and gives a *specification* of what each function
>>> must do. The actual implementation of these routines varies depending
>>> on your IDE and operating system.
>>>
>>>
>>
>>
>
>

--
Copyright 2021 Pete Olcott

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

Re: Concise refutation of halting problem proofs V32 [ ridiculous ]

<O9KdnZzZa9TIYD38nZ2dnUU7-SfNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7650&group=comp.ai.philosophy#7650

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 26 Nov 2021 09:29:25 -0600
Date: Fri, 26 Nov 2021 09:29:23 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Subject: Re: Concise refutation of halting problem proofs V32 [ ridiculous ]
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
<snoq15$kdd$1@dont-email.me> <Z5WdneP5XrdTvz38nZ2dnUU7-LHNnZ2d@giganews.com>
<snpaog$1f1$1@dont-email.me> <1tqdnTq-7crP2z38nZ2dnUU7-S_NnZ2d@giganews.com>
<snpjg7$f0e$1@dont-email.me> <LN2dnbiGauik_D38nZ2dnUU7-bfNnZ2d@giganews.com>
<snpo6i$692$1@dont-email.me> <Tv-dnVrKWOvN9j38nZ2dnUU7-WnNnZ2d@giganews.com>
<snpsgf$pm6$1@dont-email.me>
Followup-To: comp.theory
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <snpsgf$pm6$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <O9KdnZzZa9TIYD38nZ2dnUU7-SfNnZ2d@giganews.com>
Lines: 202
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-U2xn3RdU36OzJ0PVcLPzdNbe6Jcw97RRSod4zRFjlPR5QSakmzEMYndmngoxLSBX2nSw8++FixsSTpK!V8zPvP4E8mA/8ZkxFCXqwY5Gw1z7nDVtA/blTAxrK4PkQJjtT5wdKLHWix0sPh+eNnMxc4JmtKqZ!OA==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 10779
 by: olcott - Fri, 26 Nov 2021 15:29 UTC

On 11/25/2021 11:49 PM, André G. Isaak wrote:
> On 2021-11-25 22:06, olcott wrote:
>> On 11/25/2021 10:35 PM, André G. Isaak wrote:
>>> On 2021-11-25 21:23, olcott wrote:
>>>> On 11/25/2021 9:15 PM, André G. Isaak wrote:
>>>
>>>>> Do you not understand the difference between a SPECIFICATION and an
>>>>> IMPLEMENTATION?
>>>>>
>>>>> I have been giving you the specification of the halting problem,
>>>>> i.e. a description of *exactly* which problem a halt decider must
>>>>> solve. How you go about solving it is the implementation.
>>>>>
>>>>
>>>> The halt decider H(x,y) does not simply take a pair of finite string
>>>> inputs and then make a good guess about whether this input reaches
>>>> its final state or not.
>>>
>>> Nobody ever claimed otherwise. However, it must do this in a way that
>>> actually conforms to the specification of the problem given below.
>>> That means that if the input is a description of P(P), it must map to
>>> 'halts'.
>>>
>>
>> Halt decider H must derive a formal proof of the behavior of (x,y)
>> based on the sequence of configurations from x.q0 to x.qn.
>
> No.
>
> A halt decider accepts or rejects a computation based on whether it
> halts. It doesn't derive a formal proof, anymore than a program which
> adds two numbers derives a formal proof. It just returns a sum.
>
>>> You keep accusing people of 'vagueness' for not specifying these
>>> steps, but bear in mind that Linz's H and H_Hat, aren't Turing
>>> Machines, they are *variables* ranging over classes of Turing
>>> Machines, and the whole point of his proof is to show that those
>>> classes are *empty*. You can't specify the specific steps involved in
>>> a nonexistent computation.
>>>
>>
>> That is why I derived the 100% complete specificity of H/P.
>> My H/P <is> the (Strachey:1965) T/P
>>
>>        rec routine P
>>          §L:if T[P] go to L
>>            Return §
>>
>> Strachey, C 1965.  An impossible program The Computer Journal, Volume
>> 7, Issue 4, January 1965, Page 313,
>> https://doi.org/10.1093/comjnl/7.4.313
>
> How is Stratchey's code any more 'completely specified' than Linz? He
> simply describes what T *does*. He doesn't provide a single line of code
> describing how it does it. Just as in the Linz proof, his T is a
> *variable* ranging over an (empty) class of programs.
>
>> H(P,P) derives its formal proof of the behavior of its input based on
>> the x86 emulation of the machine code of its input from the start
>> state of P though N steps of P.
>>
>> That you expect H to somehow imagine what you mean by the direct
>> execution of P(P) is ridiculous.
>
> What I mean by 'the direct execution of P(P)' is completely unambiguous
> and is part of the halting problem's specification. H doesn't have to
> imagine anything. YOU, as the programmer, have to ensure that the answer
> it gives reflects the behaviour of int main { P(P); } since that is how
> the halting problem is DEFINED.
>
>> It is a formal proof that already has every single step completely
>> specified.
>
> Where is this 'formal proof' of which you speak?
>

The formal proof that I mean is every single step of the behavior of the
input that leads to the last instruction of this input or some kind of
repeating cycle.

_H()
[00001a5e](01) 55 push ebp
[00001a5f](02) 8bec mov ebp,esp
[00001a61](03) 8b450c mov eax,[ebp+0c]
[00001a64](01) 50 push eax // push P
[00001a65](03) ff5508 call dword [ebp+08] // call P
[00001a68](03) 83c404 add esp,+04
[00001a6b](05) b801000000 mov eax,00000001
[00001a70](01) 5d pop ebp
[00001a71](01) c3 ret
Size in bytes:(0020) [00001a71]

_P()
[00001a7e](01) 55 push ebp
[00001a7f](02) 8bec mov ebp,esp
[00001a81](03) 8b4508 mov eax,[ebp+08]
[00001a84](01) 50 push eax // push P
[00001a85](03) 8b4d08 mov ecx,[ebp+08]
[00001a88](01) 51 push ecx // push P
[00001a89](05) e8d0ffffff call 00001a5e // call H
[00001a8e](03) 83c408 add esp,+08
[00001a91](05) b801000000 mov eax,00000001
[00001a96](01) 5d pop ebp
[00001a97](01) c3 ret
Size in bytes:(0026) [00001a97]

_main()
[00001a9e](01) 55 push ebp
[00001a9f](02) 8bec mov ebp,esp
[00001aa1](05) 687e1a0000 push 00001a7e // push P
[00001aa6](05) 687e1a0000 push 00001a7e // push P
[00001aab](05) e8aeffffff call 00001a5e // call H
[00001ab0](03) 83c408 add esp,+08
[00001ab3](02) 33c0 xor eax,eax
[00001ab5](01) 5d pop ebp
[00001ab6](01) c3 ret
Size in bytes:(0025) [00001ab6]

machine stack stack machine assembly
address address data code language
======== ======== ======== ========= =============
[00001a9e][00102ec8][00000000] 55 push ebp
[00001a9f][00102ec8][00000000] 8bec mov ebp,esp
[00001aa1][00102ec4][00001a7e] 687e1a0000 push 00001a7e // push P
[00001aa6][00102ec0][00001a7e] 687e1a0000 push 00001a7e // push P
[00001aab][00102ebc][00001ab0] e8aeffffff call 00001a5e // call H
[00001a5e][00102eb8][00102ec8] 55 push ebp
[00001a5f][00102eb8][00102ec8] 8bec mov ebp,esp
[00001a61][00102eb8][00102ec8] 8b450c mov eax,[ebp+0c]
[00001a64][00102eb4][00001a7e] 50 push eax // push P
[00001a65][00102eb0][00001a68] ff5508 call dword [ebp+08] // call P
[00001a7e][00102eac][00102eb8] 55 push ebp
[00001a7f][00102eac][00102eb8] 8bec mov ebp,esp
[00001a81][00102eac][00102eb8] 8b4508 mov eax,[ebp+08]
[00001a84][00102ea8][00001a7e] 50 push eax // push P
[00001a85][00102ea8][00001a7e] 8b4d08 mov ecx,[ebp+08]
[00001a88][00102ea4][00001a7e] 51 push ecx // push P
[00001a89][00102ea0][00001a8e] e8d0ffffff call 00001a5e // call H
[00001a5e][00102e9c][00102eac] 55 push ebp
[00001a5f][00102e9c][00102eac] 8bec mov ebp,esp
[00001a61][00102e9c][00102eac] 8b450c mov eax,[ebp+0c]
[00001a64][00102e98][00001a7e] 50 push eax // push P
[00001a65][00102e94][00001a68] ff5508 call dword [ebp+08] // call P
[00001a7e][00102e90][00102e9c] 55 push ebp
[00001a7f][00102e90][00102e9c] 8bec mov ebp,esp
[00001a81][00102e90][00102e9c] 8b4508 mov eax,[ebp+08]
[00001a84][00102e8c][00001a7e] 50 push eax // push P
[00001a85][00102e8c][00001a7e] 8b4d08 mov ecx,[ebp+08]
[00001a88][00102e88][00001a7e] 51 push ecx
[00001a89][00102e84][00001a8e] e8d0ffffff call 00001a5e // call H
[00001a5e][00102e80][00102e90] 55 push ebp
[00001a5f][00102e80][00102e90] 8bec mov ebp,esp
[00001a61][00102e80][00102e90] 8b450c mov eax,[ebp+0c]
[00001a64][00102e7c][00001a7e] 50 push eax // push P
[00001a65][00102e78][00001a68] ff5508 call dword [ebp+08] // call P
[00001a7e][00102e74][00102e80] 55 push ebp
[00001a7f][00102e74][00102e80] 8bec mov ebp,esp
[00001a81][00102e74][00102e80] 8b4508 mov eax,[ebp+08]
[00001a84][00102e70][00001a7e] 50 push eax // push P
[00001a85][00102e70][00001a7e] 8b4d08 mov ecx,[ebp+08]
[00001a88][00102e6c][00001a7e] 51 push ecx // push P
[00001a89][00102e68][00001a8e] e8d0ffffff call 00001a5e // call H

A turing machine program consists of a list of 'quintuples', each one of
which is a five-symbol turing machine instruction. For example, the
quintuple 'SCcsm' is executed by the machine if it is in state 'S' and
is reading the symbol 'C' on the tape. In that case, the instruction
causes the machine to make a transition to state 's' and to overwrite
the symbol 'C' on the tape with the symbol 'c'. The last operation it
performs under this instruction is to move the tape reading head one
symbol to the left or right according to whether 'm' is 'l' or 'r'.
http://www.lns.mit.edu/~dsw/turing/doc/tm_manual.txt

The input to H(x,y) is a finite string pair where x is a list of
quintuples of Turing machine instructions and y is a finite string.

The formal proof of the behavior of N steps of x applied to y is the
sequence of configurations derived when a UTM is applied to x on input y
for N steps of configurations.

> Do you even know what a formal proof is?


Click here to read the complete article
Re: Concise refutation of halting problem proofs V32 [ ridiculous ]

<bv-dndLgc8iztzz8nZ2dnUU7-SfNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7651&group=comp.ai.philosophy#7651

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 26 Nov 2021 12:40:46 -0600
Date: Fri, 26 Nov 2021 12:40:45 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Subject: Re: Concise refutation of halting problem proofs V32 [ ridiculous ]
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
<snoq15$kdd$1@dont-email.me> <Z5WdneP5XrdTvz38nZ2dnUU7-LHNnZ2d@giganews.com>
<snpaog$1f1$1@dont-email.me> <1tqdnTq-7crP2z38nZ2dnUU7-S_NnZ2d@giganews.com>
<snpjg7$f0e$1@dont-email.me> <LN2dnbiGauik_D38nZ2dnUU7-bfNnZ2d@giganews.com>
<snpo6i$692$1@dont-email.me> <Tv-dnVrKWOvN9j38nZ2dnUU7-WnNnZ2d@giganews.com>
<snpsgf$pm6$1@dont-email.me> <O9KdnZzZa9TIYD38nZ2dnUU7-SfNnZ2d@giganews.com>
<snr30p$ibi$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Followup-To: comp.theory
In-Reply-To: <snr30p$ibi$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <bv-dndLgc8iztzz8nZ2dnUU7-SfNnZ2d@giganews.com>
Lines: 64
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-1bGEVpFEvIHqqPKusrrjZiospYOmdTA9+XFLC8X3X+JxejvI8GLqmxHSM8NlZqYG/iEIgWll+UMA2ab!f+DbKC6uatnWBA+RecSGY9gQSCZ3ytQy9WdlEwo0Qsv3btjW8NAuK8c4PuMjb1YAUpEM9h5TfIZ0!EA==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 3978
 by: olcott - Fri, 26 Nov 2021 18:40 UTC

On 11/26/2021 10:46 AM, André G. Isaak wrote:
> On 2021-11-26 08:29, olcott wrote:
>> On 11/25/2021 11:49 PM, André G. Isaak wrote:
>
>>> Where is this 'formal proof' of which you speak?
>>>
>>
>> The formal proof that I mean is every single step of the behavior of
>> the input that leads to the last instruction of this input or some
>> kind of repeating cycle.
>
> <snip pointless trace>
>
> That was a *trace*. A trace is no even remotely a formal proof. It is
> simply a trace. You should review what a proof actually looks like.
>
> <snip definition of Turing Machine -- we already know what a TM is>
>
>> The input to H(x,y) is a finite string pair where x is a list of
>> quintuples of Turing machine instructions and y is a finite string.
>>
>> The formal proof of the behavior of N steps of x applied to y is the
>> sequence of configurations derived when a UTM is applied to x on input
>> y for N steps of configurations.
>>
>>> Do you even know what a formal proof is?
>>
>> I am defining it more broadly as every inference step in sound
>> deduction leading to a true conclusion.
>
> You are 'defining' it in a way which bears no resemblance to the actual
> definition of 'proof'. And a trace does not constitute a 'sound
> deduction' either, nor does it include 'inference steps'.
>

So you are saying the the correct pure simulation of N steps of the
input to H(P,P) by H has no relationship what-so-ever to the actual
behavior of P(P)?

I say that the correct pure simulation of N steps of the input to H(x,y)
is the only correct halt deciding basis that any C/x86/TM halt decider
can possibly have.

> There must be some sound deductive reasoning *underlying* an algorithm,
> but the algorithm is not the same thing as that reasoning.
>
> And in your case, it clearly doesn't involve sound deductive reasoning
> since it gives the *wrong* answer.
>
> H(P, P) is tasked with reporting on whether int main() { P(P); } halts.
> That computation does indeed halt. Your H claims otherwise. Therefore it
> is wrong.
>
> André
>
>

--
Copyright 2021 Pete Olcott

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

Re: Concise refutation of halting problem proofs V32 [ ridiculous ]

<56ydnVtNAORMpTz8nZ2dnUU7-b3NnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7652&group=comp.ai.philosophy#7652

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 26 Nov 2021 13:43:13 -0600
Date: Fri, 26 Nov 2021 13:43:12 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Subject: Re: Concise refutation of halting problem proofs V32 [ ridiculous ]
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
<snoq15$kdd$1@dont-email.me> <Z5WdneP5XrdTvz38nZ2dnUU7-LHNnZ2d@giganews.com>
<snpaog$1f1$1@dont-email.me> <1tqdnTq-7crP2z38nZ2dnUU7-S_NnZ2d@giganews.com>
<snpjg7$f0e$1@dont-email.me> <LN2dnbiGauik_D38nZ2dnUU7-bfNnZ2d@giganews.com>
<snpo6i$692$1@dont-email.me> <Tv-dnVrKWOvN9j38nZ2dnUU7-WnNnZ2d@giganews.com>
<snpsgf$pm6$1@dont-email.me> <O9KdnZzZa9TIYD38nZ2dnUU7-SfNnZ2d@giganews.com>
<snr30p$ibi$1@dont-email.me> <bv-dndLgc8iztzz8nZ2dnUU7-SfNnZ2d@giganews.com>
<snrbqe$qjl$1@dont-email.me>
Followup-To: comp.theory
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <snrbqe$qjl$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <56ydnVtNAORMpTz8nZ2dnUU7-b3NnZ2d@giganews.com>
Lines: 65
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-IA92Cmdlrge6ixi1IxDQQqugqA9N4yQpA4JHVObap1IFwELlT1IXttzg1t/di5QG5jnZEW4vtaHvy/y!YdbAAHMVOlKC6/Y0aALOEQ2lJX2vF7vVdQknRHNK3pAeG+MsvvIfAwsRbMRGaxdTS299H3PLJm2W!LA==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 4125
 by: olcott - Fri, 26 Nov 2021 19:43 UTC

On 11/26/2021 1:16 PM, André G. Isaak wrote:
> On 2021-11-26 11:40, olcott wrote:
>> On 11/26/2021 10:46 AM, André G. Isaak wrote:
>>> On 2021-11-26 08:29, olcott wrote:
>>>> On 11/25/2021 11:49 PM, André G. Isaak wrote:
>>>
>>>>> Where is this 'formal proof' of which you speak?
>>>>>
>>>>
>>>> The formal proof that I mean is every single step of the behavior of
>>>> the input that leads to the last instruction of this input or some
>>>> kind of repeating cycle.
>>>
>>> <snip pointless trace>
>>>
>>> That was a *trace*. A trace is no even remotely a formal proof. It is
>>> simply a trace. You should review what a proof actually looks like.
>>>
>>> <snip definition of Turing Machine -- we already know what a TM is>
>>>
>>>> The input to H(x,y) is a finite string pair where x is a list of
>>>> quintuples of Turing machine instructions and y is a finite string.
>>>>
>>>> The formal proof of the behavior of N steps of x applied to y is the
>>>> sequence of configurations derived when a UTM is applied to x on
>>>> input y for N steps of configurations.
>>>>
>>>>> Do you even know what a formal proof is?
>>>>
>>>> I am defining it more broadly as every inference step in sound
>>>> deduction leading to a true conclusion.
>>>
>>> You are 'defining' it in a way which bears no resemblance to the
>>> actual definition of 'proof'. And a trace does not constitute a
>>> 'sound deduction' either, nor does it include 'inference steps'.
>>>
>>
>> So you are saying the the correct pure simulation of N steps of the
>> input to H(P,P) by H has no relationship what-so-ever to the actual
>> behavior of P(P)?
>>
>> I say that the correct pure simulation of N steps of the input to
>> H(x,y) is the only correct halt deciding basis that any C/x86/TM halt
>> decider can possibly have.
>
> Obviously it is not a 'correct pure simulation' since it gets the wrong
> answer to the question.
>

If you do not comprehend that there is a correct pure simulation of N
steps of the input to H(P,P) by H then you are insufficiently
technically competent.

> You keep ignoring the specification of the problem.
>
> André
>

--
Copyright 2021 Pete Olcott

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

Re: Concise refutation of halting problem proofs V32 [ ridiculous ]

<W8GdnV9bEfRvAD78nZ2dnUU7-fvNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=7654&group=comp.ai.philosophy#7654

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Followup: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 28 Nov 2021 09:19:14 -0600
Date: Sun, 28 Nov 2021 09:19:13 -0600
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.3.2
Subject: Re: Concise refutation of halting problem proofs V32 [ ridiculous ]
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <Ra-dnWcw7tCveQL8nZ2dnUU7-YXNnZ2d@giganews.com>
<bv-dndLgc8iztzz8nZ2dnUU7-SfNnZ2d@giganews.com> <snrbqe$qjl$1@dont-email.me>
<56ydnVtNAORMpTz8nZ2dnUU7-b3NnZ2d@giganews.com> <snrema$gbl$1@dont-email.me>
<A9OdnaSRjYDT3zz8nZ2dnUU7-WmdnZ2d@giganews.com> <snrhm5$9e4$1@dont-email.me>
<89-dncm8g6mD0Tz8nZ2dnUU7-f3NnZ2d@giganews.com> <snrj81$ln8$1@dont-email.me>
<TP2dnRHZL7uNwjz8nZ2dnUU7-eudnZ2d@giganews.com> <snro05$oav$1@dont-email.me>
<I8idnXMur7gZATz8nZ2dnUU7-bnNnZ2d@giganews.com> <snsbsk$dn8$1@dont-email.me>
<EfednQLzNpgSIDz8nZ2dnUU7-RHNnZ2d@giganews.com> <sntvs3$iag$1@dont-email.me>
<QcKdnTCVVLnZDD_8nZ2dnUU7-VednZ2d@giganews.com> <snu6oq$2rv$1@dont-email.me>
<HLGdnfahiNjjPj_8nZ2dnUU7-RPNnZ2d@giganews.com> <snu8ok$g7e$1@dont-email.me>
<3vGdnQMI-uIdMz_8nZ2dnUU7-IHNnZ2d@giganews.com> <snucba$80c$1@dont-email.me>
<7pKdnWmgY_LLlz78nZ2dnUU7-XvNnZ2d@giganews.com> <snv5v7$6g3$1@dont-email.me>
<8tKdnWvHnbftgD78nZ2dnUU7-enNnZ2d@giganews.com> <so03rr$t4v$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Followup-To: comp.theory
In-Reply-To: <so03rr$t4v$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <W8GdnV9bEfRvAD78nZ2dnUU7-fvNnZ2d@giganews.com>
Lines: 135
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-e5aEMFXjCAuPCIY6Hv4rCDlidvh+URvr0EXk4gZgK8njQiavQi9xV0zkXo4H5x5nqcJQb3l3mv9cKTg!8WPFe0taIWi+r5YmPqi0nqiWjNOGSKdEREaYw9CZnZm5lqFcvyZ8IIMroZSjLAAAB/HWE9DLs2Ct!Ww==
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 7773
 by: olcott - Sun, 28 Nov 2021 15:19 UTC

On 11/28/2021 8:31 AM, André G. Isaak wrote:
> On 2021-11-27 23:10, olcott wrote:
>> On 11/28/2021 12:01 AM, André G. Isaak wrote:
>>> On 2021-11-27 21:49, olcott wrote:
>>>> On 11/27/2021 4:43 PM, André G. Isaak wrote:
>>>>> On 2021-11-27 15:17, olcott wrote:
>>>>>> On 11/27/2021 3:42 PM, André G. Isaak wrote:
>>>>>>> On 2021-11-27 14:30, olcott wrote:
>>>>>>>> On 11/27/2021 3:08 PM, André G. Isaak wrote:
>>>>>>>>> On 2021-11-27 13:12, olcott wrote:
>>>>>>>>>
>>>>>>>>>> PSR set (pathological self-reference)
>>>>>>>>>> H1(P1,P1) Is the above code.
>>>>>>>>>> H2(P2,P2) Is the above code where H2 simulates rather than
>>>>>>>>>> directly executes its input.
>>>>>>>>>> H3(P3,P3) Is the execution of N steps of the input of H1(P1,P1).
>>>>>>>>>> H4(P4,P4) Is the simulation of N steps of the input of H2(P2,P2).
>>>>>>>>>>
>>>>>>>>>> Every Hn(Px,Py) that returns a value returns 1 except for
>>>>>>>>>> instances of {H3, H4} that determine whether or not to return
>>>>>>>>>> {0,1} on the basis of the behavior of their input.
>>>>>>>>>>
>>>>>>>>>> The correct pure simulation of N steps of the input to H(P,P)
>>>>>>>>>> by H is always a correct halt deciding basis where P has
>>>>>>>>>> reached its final state or H has correctly detected that P
>>>>>>>>>> would never reach its final state.
>>>>>>>>>>
>>>>>>>>>> The point in the sequence of N steps where the execution trace
>>>>>>>>>> of the simulation of P shows that P is about to call H(P,P)
>>>>>>>>>> again with the same input that H was called with provides
>>>>>>>>>> conclusive proof that P would be infinitely recursive unless H
>>>>>>>>>> aborted its simulation.
>>>>>>>>>> In this H4(P4,P4)==0 computation P4 is dependent on H4
>>>>>>>>>> altering the behavior of P4.
>>>>>>>>>>
>>>>>>>>>> When directly executed P(P) calls H(P,P) and the simulated
>>>>>>>>>> P(P) reaches the point where it would call H(P,P) with the
>>>>>>>>>> same parameters that H was called with H returns 0 to this
>>>>>>>>>> directly executed P. In this H1(P4,P4)==1 computation P4 is
>>>>>>>>>> independent of H1.
>>>>>>>>>>
>>>>>>>>>> H is a computable function that accepts or rejects inputs in
>>>>>>>>>> its domain on the basis that these inputs specify a sequence
>>>>>>>>>> of configurations that reach their final state.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> But none of your H's can correctly decide halting for its
>>>>>>>>> corresponding P(P).
>>>>>>>>>
>>>>>>>>
>>>>>>>> H1(P4,P4)=1 decides main() { P4(P4); }
>>>>>>>
>>>>>>> But H4(P4, P4) doesn't. The Linz proof demonstrates that no H can
>>>>>>> decide the P *derived from* that specific H. Showing that some
>>>>>>> *other* H can decide it is irrelevant.
>>>>>>>
>>>>>>
>>>>>> The Linz proof makes the huge mistake that:
>>>>>> main() { P4(P4) } <is>
>>>>>> main() { P4(P4) } calls H4(P4,P4) simulates P4(P4); // this P4
>>>>>
>>>>> How is this a mistake?
>>>>>
>>>>
>>>> computation that halts
>>>> a computation halts whenever it enters a final state (Linz:1990:234)
>>>>
>>>> H1(P4,P4)==1
>>>> H4(P4,P4)==0
>>>>
>>>> The actual steps of the actual computations conclusively proves that
>>>> the input to H4 never halts(Linz:1990:234) and the input to H1 halts.
>>>
>>> Only independent computations halt. "inputs" do not. The input to *both*
>>
>> The simulation of the input to H1(P4, P4) reaches it final state
>> proving that its input halts.
>>
>> The simulation of the input to H4(P4, P4) never reaches it final state
>> proving that its input halts(Linz:1990:234).
>>
>> main() { P4(P4); } halts
>> main() { P4(P4); }
>>          calls H4(P4,P4); simulates P4(P4); never halts(Linz:1990:234).
>
>
> The simulation of P4(P4) is not the same thing as the actual computation
> P4(P4). A halt decider must answer about the *latter*, not the former.
>

This halt decider cannot possibly be incorrect on any of its aborted
simulations:

The correct pure simulation of N steps of the input to H4(X,Y) by H4 is
always a correct halt deciding basis where X has reached its final state
or H4 has correctly detected that X would never reach its final state.

The simulation of the above N steps of P4(P4) by H is identical to the
direct execution of N steps of P4(P4).

computation that halts a computation halts whenever it enters a final
state (Linz:1990:234)

Page 4 of my paper conclusively proves that the actual execution trace
of H(P,P) does give P4 the criteria that is needs to correctly decide
that its simulated input never halts(Linz:1990:234).

> Your simulation is not a true simulation since it can be aborted. An
> aborted simulation doesn't reach its final state, but it also does not
> run forever; therefore you cannot conclude based on this that the
> computation being simulated doesn't halt anymore than you can conclude
> that it does.
>
> The ACTUAL computation main() {P4(P4);} is the ONLY computation that
> matters when it comes to determining the halting status of P4(P4). And
> that's what a halt decider, by definition, must answer about.
>
> You don't understand the problem.
>
> André
>

Halting problem undecidability and infinitely nested simulation V2
https://www.researchgate.net/publication/356105750_Halting_problem_undecidability_and_infinitely_nested_simulation_V2)

--
Copyright 2021 Pete Olcott

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

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor