Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Quark! Quark! Beware the quantum duck!


computers / comp.ai.philosophy / Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

SubjectAuthor
* It looks like I can exactly duplicate the Linz proof in x86 withoutolcott
+- Re: It looks like I can exactly duplicate the Linz proof in x86olcott
+* Re: It looks like I can exactly duplicate the Linz proof in x86olcott
|+- Re: It looks like I can exactly duplicate the Linz proof in x86olcott
|`- Re: It looks like I can exactly duplicate the Linz proof in x86olcott
+- Re: It looks like I can exactly duplicate the Linz proof in x86olcott
`* Re: It looks like I can exactly duplicate the Linz proof in C/x86 asolcott
 `* Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure funcolcott
  `* Re: It looks like I can exactly duplicate the Linz proof in C/x86 asJeff Barnett
   `* Re: It looks like I can exactly duplicate the Linz proof in C/x86 asolcott
    +* Re: It looks like I can exactly duplicate the Linz proof in C/x86 asJeff Barnett
    |`- Re: It looks like I can exactly duplicate the Linz proof in C/x86 asolcott
    `* Re: It looks like I can exactly duplicate the Linz proof in C/x86 asolcott
     `- Re: It looks like I can exactly duplicate the Linz proof in C/x86 asolcott

1
It looks like I can exactly duplicate the Linz proof in x86 without static data

<mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mixmin.net!news2.arglkargh.de!news.litech.org!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: Tue, 21 Sep 2021 21:25:30 -0500
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
X-Mozilla-News-Host: news://news.giganews.com:119
From: NoO...@NoWhere.com (olcott)
Subject: It looks like I can exactly duplicate the Linz proof in x86 without
static data
Date: Tue, 21 Sep 2021 21:25:28 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Message-ID: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
Lines: 36
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-rO9/VYOaGzy4zidaM+azI1A+PrYzcPVWq8njdtLgRV7bhzLHPqDEiKYtA2Bm8+v28qDXrgD9T68Z0qD!2RzwGCDIfh+tcBW27eL7wr7+7e8ew24AP9Hy1DagA76n1xaX3agLACGqOYQHDtXzt2QWnXXOkmk=
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: 2284
 by: olcott - Wed, 22 Sep 2021 02:25 UTC

void P(u8* program)
{ u8* input;
CopyMemory(program, input);
u32 Input_Halts = halt_decider(program, input);
if (Input_Halts)
HERE: goto HERE;
}

int main()
{ u8* program = (u8*)Allocate(1024);
u8* input;
CopyMemory3((u8*)P, (u8*)program);
CopyMemory(program, input);
Output("Input_Halts = ", halt_decider(program, input));
}

As with my other proofs the halt status is correctly decided.

This paper will be completely rewritten with my new findings as soon as
they are fully operational. The key feasibility test elements are
already fully operational. The architectural design is complete.

To the best of my current knowledge the only steps required to make this
system fully operational are relatively minor ordinary C/x86 operating
system level programming.

https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in x86 without static data

<JKydnd67XJF1P9f8nZ2dnUU7-L_NnZ2d@giganews.com>

  copy mid

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

  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: Tue, 21 Sep 2021 22:28:40 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in x86
without static data
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
From: NoO...@NoWhere.com (olcott)
Date: Tue, 21 Sep 2021 22:28:39 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <JKydnd67XJF1P9f8nZ2dnUU7-L_NnZ2d@giganews.com>
Lines: 42
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-9ez7DWkemWXYJKMA3Lsewi3/IZrAqMuecCDdm8V6RQw8WpkkI5zvxlIo80Qhc+4oDrsm6y2zNMzIM8W!FkRON5JqwdHNzNUzTSodw9mXVCrk4H0a2xF0RwKzh3Btuyrgy+s+Upq2l9rUVC39MQh8TQBiN0Y=
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: 2455
 by: olcott - Wed, 22 Sep 2021 03:28 UTC

On 9/21/2021 9:25 PM, olcott wrote:
> void P(u8* program)
> {
>   u8* input;
>   CopyMemory(program, input);
>   u32 Input_Halts = halt_decider(program, input);
>   if (Input_Halts)
>     HERE: goto HERE;
> }
>
>

int main()
{ u8* input = (u8*)Allocate(1024);
CopyMemory3((u8*)P, (u8*)input);
Output("Input_Halts = ", halt_decider((u32)P, input));
}

This might be more consistent with Linz.

>
> As with my other proofs the halt status is correctly decided.
>
> This paper will be completely rewritten with my new findings as soon as
> they are fully operational. The key feasibility test elements are
> already fully operational. The architectural design is complete.
>
> To the best of my current knowledge the only steps required to make this
> system fully operational are relatively minor ordinary C/x86 operating
> system level programming.
>
> https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation
>
>

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in x86 without static data

<wMOdndbhDcK959b8nZ2dnUU7-N_NnZ2d@giganews.com>

  copy mid

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

  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: Wed, 22 Sep 2021 13:46:55 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in x86
without static data
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<4Tw2J.174056$T_8.12717@fx48.iad>
From: NoO...@NoWhere.com (olcott)
Date: Wed, 22 Sep 2021 13:46:54 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <4Tw2J.174056$T_8.12717@fx48.iad>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <wMOdndbhDcK959b8nZ2dnUU7-N_NnZ2d@giganews.com>
Lines: 77
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-YFW8y7KAok2mrqe/JtFRfAr047gRbH9k7fxvGgbulug1fr9dELqAu3qsZmdjzXqcQdpFq3vsAU4GWIz!8B6nRO5KVjCaLh9b+GipAFo2nQQDjjYV7/XUe666rfOGcxSAN0vfqwPzJzie8MiRLJwJjkom4mU=
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: 3586
 by: olcott - Wed, 22 Sep 2021 18:46 UTC

On 9/21/2021 9:51 PM, Richard Damon wrote:
> On 9/21/21 10:25 PM, olcott wrote:
>> void P(u8* program)
>> {
>>   u8* input;
>>   CopyMemory(program, input);
>>   u32 Input_Halts = halt_decider(program, input);
>>   if (Input_Halts)
>>     HERE: goto HERE;
>> }
>>
>>
>> int main()
>> {
>>   u8* program = (u8*)Allocate(1024);
>>   u8* input;
>>   CopyMemory3((u8*)P, (u8*)program);
>>   CopyMemory(program, input);
>>   Output("Input_Halts = ", halt_decider(program, input));
>> }
>>
>> As with my other proofs the halt status is correctly decided.
>>
>> This paper will be completely rewritten with my new findings as soon as
>> they are fully operational. The key feasibility test elements are
>> already fully operational. The architectural design is complete.
>>
>> To the best of my current knowledge the only steps required to make this
>> system fully operational are relatively minor ordinary C/x86 operating
>> system level programming.
>>
>> https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation
>>
>>
>
> You may want to add some allocations of input.
>
>
> Note, one SIGNIFICANT difference between your P and Linz-H^ is that your
> P doesn't include a copy of H, but H is somehow 'outside' the machine
> but used by it.
>
> This might make P not really a computaton, as its behavor is dependent
> on something outside of it that isn't a formal input.
>

This is about as close as I can get to H applied to ⟨Ĥ⟩ ⟨Ĥ⟩

P has its own halt decider named H() yet P is decided by another
different instance named H1().

void P(u8* program)
{ u8* input;
CopyMemory(program, input);
u32 Input_Halts = H(program, input);
if (Input_Halts)
HERE: goto HERE;
}

int main()
{ u8* input;
CopyMemory3((u8*)P, input);
Output("Input_Halts = ", H1((u32)P, input));
}

Soon to be completely rewritten to conform to the above newly defined
process:

https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in x86 without static data

<PIqdnQV3PL5vBNb8nZ2dnUU7-eNQAAAA@giganews.com>

  copy mid

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

  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!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 22 Sep 2021 16:02:42 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in x86
without static data
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<sie95k$27f$1@dont-email.me> <kQD2J.14083$d82.5891@fx21.iad>
From: NoO...@NoWhere.com (olcott)
Date: Wed, 22 Sep 2021 16:02:42 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <kQD2J.14083$d82.5891@fx21.iad>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <PIqdnQV3PL5vBNb8nZ2dnUU7-eNQAAAA@giganews.com>
Lines: 93
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-F7cyeXysJYs7FYFsGqlwpfJEVzaCgNBDv2Qqc4guNp9MfuyHgfBDtXJsw0FNvLatWXcluUSPUqR6Gzi!413+kXKJRTr/G98niU657uze3SEO9/xGXEfIaVihNXHgtQMnTBAQSVsow/LTZ7FQaBnEK4tVjjg=
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: 4407
 by: olcott - Wed, 22 Sep 2021 21:02 UTC

On 9/22/2021 5:46 AM, Richard Damon wrote:
> On 9/21/21 11:50 PM, André G. Isaak wrote:
>> On 2021-09-21 20:25, olcott wrote:
>>> void P(u8* program)
>>> {
>>>    u8* input;
>>>    CopyMemory(program, input);
>>>    u32 Input_Halts = halt_decider(program, input);
>>>    if (Input_Halts)
>>>      HERE: goto HERE;
>>> }
>>>
>>>
>>> int main()
>>> {
>>>    u8* program = (u8*)Allocate(1024);
>>>    u8* input;
>>>    CopyMemory3((u8*)P, (u8*)program);
>>>    CopyMemory(program, input);
>>>    Output("Input_Halts = ", halt_decider(program, input));
>>> }
>>>
>>> As with my other proofs the halt status is correctly decided.
>>>
>>> This paper will be completely rewritten with my new findings as soon
>>> as they are fully operational. The key feasibility test elements are
>>> already fully operational. The architectural design is complete.
>>>
>>> To the best of my current knowledge the only steps required to make
>>> this system fully operational are relatively minor ordinary C/x86
>>> operating system level programming.
>>
>> Well, no. The other thing you need to do is write it so your H and P are
>> separate *programs*, not just two functions called from within a single
>> main. The halting program, after all, is about a program which can
>> answer a question about another program; not a program which can answer
>> a question about part of itself.
>>
>> That means two separate, self-contained executables, each of which will
>> contain its own copy of halt_decider which cannot therefore occupy the
>> same machine address.
>>
>> André
>>
>
> No, they don't need to be separate programs, as in .exe, in actual
> construction. That is an unimportant detail.
>
> H and H^/P do need to be COMPLETE PROGRAMS in the sense that they are
> self contained. His current P calling halt_decider can be a violation of
> that he will probably utilize to cheat.
>
> His function P is not a computation by itself, as it uses code that
> isn't part of itself. thus we can't make a Turing Machine of 'just P'.
>
> THus the fact that he makes a copy of 'just P' to pass to itself says
> that his P isn't actually the equivalent of Linz H^.
>

This is about as self-contained as I can make it:

This is about as close as I can get to H applied to ⟨Ĥ⟩ ⟨Ĥ⟩
P has its own halt decider named H() yet P is decided by another
different instance named H1().

void P(u8* program)
{ u8* input;
CopyMemory(program, input);
u32 Input_Halts = H(program, input);
if (Input_Halts)
HERE: goto HERE;
}

int main()
{ u8* input;
CopyMemory3((u8*)P, input);
Output("Input_Halts = ", H1((u32)P, input));
}

Soon to be completely rewritten to conform to the above newly defined
process:

https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in x86 without static data

<VsqdnYtoVLVGe9b8nZ2dnUU7-QvNnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 22 Sep 2021 21:30:51 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in x86
without static data
Newsgroups: comp.theory,comp.ai.philosophy
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<4Tw2J.174056$T_8.12717@fx48.iad>
<wMOdndbhDcK959b8nZ2dnUU7-N_NnZ2d@giganews.com>
<sSO2J.115693$lC6.101659@fx41.iad>
<QrudnTTgTNOkINb8nZ2dnUU7-YPNnZ2d@giganews.com>
<BuP2J.83792$g81.7837@fx33.iad>
<7KydndwRzOMoWtb8nZ2dnUU7-UnNnZ2d@giganews.com>
<nfQ2J.12681$_n1.11865@fx14.iad>
<oI2dnSvIroaJQNb8nZ2dnUU7-avNnZ2d@giganews.com>
<_oR2J.40286$gc3.36597@fx12.iad>
From: NoO...@NoWhere.com (olcott)
Date: Wed, 22 Sep 2021 21:30:44 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <_oR2J.40286$gc3.36597@fx12.iad>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Message-ID: <VsqdnYtoVLVGe9b8nZ2dnUU7-QvNnZ2d@giganews.com>
Lines: 54
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-g0xMxRF+r9xVgZdDfKLq7gbhCxQgWfbaZR5VXpw1qigPbfMUtTcZrkG64fP7a4BkMawvIQIfb+oDT9b!wJcGSpmCvh8jxaUTColjyTQ0H5skQOJhiduttPdocuIYnDxu0t0CSSLRcFO6/+FQM2wcd0O9IFg=
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: 3321
 by: olcott - Thu, 23 Sep 2021 02:30 UTC

On 9/22/2021 9:13 PM, Richard Damon wrote:
> On 9/22/21 9:49 PM, olcott wrote:
>> On 9/22/2021 7:54 PM, Richard Damon wrote:
>
>>> You seem to have a reading comprehension issue. If you know about that
>>> you should admit it and tell us.
>>>
>>> Please re=read what I said.
>>>
>>> I said that I agreed that any case that is TRUELY infinitely recursive,
>>> no copy of any of the functions will return to their caller.
>>>
>> I know how I can clearly demarcate between you and I which one of us is
>> confused. You tell me how a function could determine that it has been
>> called in infinite recursion and abort its caller on this basis.
>>
>> According to everything that you have said your answer would have to be
>> that it simply can't do this.
>>
>
> To 100% accurately detect infinite recursion requires solving the
> halting problem FIRST, so yes, it can't be done, and you haven't.
>
> You got something right!!
>
> Note also, H isn't allowed to abort 'its caller', if it does that it
> fails at its job of being a decider.
>
> Since H is claimed to be a 'simulator', this whole thing is in fact
> irrelevant, as the simulator never gets stuck itself in recursion.
>

So that all merely proves that you remain utterly clueless about how a
simulating halt decider could detect that it is is being called in
the simplest possible case of infinite simulation and abort this
otherwise infinite simulation.

void P(u32 x)
{ H(x, x);
}

int main()
{ Output("Input_Halts = ", H((u32)P, (u32)P));
}

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in x86 without static data [ software engineering skill ]

<o8SdnS1dpOhM6dH8nZ2dnUU7-IvNnZ2d@giganews.com>

  copy mid

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

  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!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 23 Sep 2021 07:36:33 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in x86
without static data [ software engineering skill ]
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<4Tw2J.174056$T_8.12717@fx48.iad>
<wMOdndbhDcK959b8nZ2dnUU7-N_NnZ2d@giganews.com>
<sSO2J.115693$lC6.101659@fx41.iad>
<QrudnTTgTNOkINb8nZ2dnUU7-YPNnZ2d@giganews.com>
<BuP2J.83792$g81.7837@fx33.iad>
<7KydndwRzOMoWtb8nZ2dnUU7-UnNnZ2d@giganews.com>
<nfQ2J.12681$_n1.11865@fx14.iad>
<e-mdnc_fQMusQdb8nZ2dnUU7-SvNnZ2d@giganews.com>
<rES2J.76888$Dr.38728@fx40.iad>
From: NoO...@NoWhere.com (olcott)
Date: Thu, 23 Sep 2021 07:36:30 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <rES2J.76888$Dr.38728@fx40.iad>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Message-ID: <o8SdnS1dpOhM6dH8nZ2dnUU7-IvNnZ2d@giganews.com>
Lines: 50
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-12sM/o5ueaR3+RDoSR8XgpQm3gKemwOulWr6T5FxHA1oXn4f7IFGBVKGGfHATB+0u7NQ08FCymViMSR!Lw3ojdmxRQzkIuGiHyre4qt5fBjL+7CEODkMJ0mvpko66tT1pg4/Jsx7ek5v2ocGHds42XnnexU=
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: 3103
 by: olcott - Thu, 23 Sep 2021 12:36 UTC

On 9/22/2021 10:37 PM, Richard Damon wrote:
>
> On 9/22/21 9:45 PM, olcott wrote:
>> On 9/22/2021 7:54 PM, Richard Damon wrote:
>
>>> You seem to have a reading comprehension issue. If you know about that
>>> you should admit it and tell us.
>>>
>>> Please re=read what I said.
>>>
>>> I said that I agreed that any case that is TRUELY infinitely recursive,
>>> no copy of any of the functions will return to their caller.
>>>
>> I am not going to go over this again it is clearly over your head.
>>
>
> i.e., like most of the time when you do this, your causght and have run
> out of tricks.
>
> The H -> H^ -> H invocation loop CAN'T be infinite if H can answer and H
> is a Computation.
>
> PERIOD.
>
> YOU are the one apperently over your head
>

It is easy to see who is confused when I ask you to provide the
architectural design of a system such that H simulates P with an x86
emulator until H detects that P is calling H in infinitely nested
simulation. Actual software engineers could do this.

void P(u32 x)
{ H(x, x);
}

int main()
{ Output("Input_Halts = ", H((u32)P, (u32)P));
}

That you cannot begin to imagine something as this sufficiently proves
that your software engineering skill is not in the same ballpark as mine.

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
X-Received: by 2002:a0c:914f:: with SMTP id q73mr20550505qvq.39.1632680945099;
Sun, 26 Sep 2021 11:29:05 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!news-out.google.com!nntp.google.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 26 Sep 2021 13:29:00 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as
a pure function
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
From: NoO...@NoWhere.com (olcott)
Date: Sun, 26 Sep 2021 13:28:59 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
Message-ID: <C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>
Lines: 56
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-ealaKCCl0VhoP72APqG480zD3Hq8qRJBcShyh3f/vrImg/637hRnEfFOsnsxd9kS6IrRXSDEZVFLQFY!ZcLwkA1SJCRjyg/LJxZAYzKD4xUUGVtvs5+MZlKH+WwPTx+RLJnVszA0Sq2VxZKTgfHKLtJBrRg=
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: 3228
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
 by: olcott - Sun, 26 Sep 2021 18:28 UTC

On 9/21/2021 9:25 PM, olcott wrote:
> void P(u8* program)
> {
>   u8* input;
>   CopyMemory(program, input);
>   u32 Input_Halts = halt_decider(program, input);
>   if (Input_Halts)
>     HERE: goto HERE;
> }
>
>
> int main()
> {
>   u8* program = (u8*)Allocate(1024);
>   u8* input;
>   CopyMemory3((u8*)P, (u8*)program);
>   CopyMemory(program, input);
>   Output("Input_Halts = ", halt_decider(program, input));
> }
>
> As with my other proofs the halt status is correctly decided.
>
> This paper will be completely rewritten with my new findings as soon as
> they are fully operational. The key feasibility test elements are
> already fully operational. The architectural design is complete.
>
> To the best of my current knowledge the only steps required to make this
> system fully operational are relatively minor ordinary C/x86 operating
> system level programming.
>
> https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation
>
>

This was my key 2016 Breakthrough:
The halting theorem counter-examples present infinitely nested
simulation (non-halting) behavior to every simulating halt decider.

It looks like I will be able to reproduce my original results where the
halt_decider is a pure function.

(1) The function return values are identical for identical arguments (no
variation with local static variables, non-local variables, mutable
reference arguments or input streams).

(2) The function application has no side effects (no mutation of local
static variables, non-local variables, mutable reference arguments or
input/output streams).

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

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 27 Sep 2021 12:41:57 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com> <C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com> <3334J.92273$g81.40558@fx33.iad> <EamdnXNwMonoI838nZ2dnUU7-I3NnZ2d@giganews.com> <P044J.30758$dI3.12183@fx10.iad> <Nu6dnWRSDPvOlsz8nZ2dnUU7-VudnZ2d@giganews.com> <sir7f5$335$1@dont-email.me> <is6dnXAMkO3ou8z8nZ2dnUU7-N2dnZ2d@giganews.com> <sirb0g$n3j$1@dont-email.me> <sNOdnRZn8oM2qsz8nZ2dnUU7-aPNnZ2d@giganews.com> <sirfdi$agv$1@dont-email.me> <VKGdnU8yDdWS1Mz8nZ2dnUU7-YHNnZ2d@giganews.com> <sirk11$j9$1@dont-email.me> <6u6dnRt6pveUTsz8nZ2dnUU7-VednZ2d@giganews.com> <sistkb$dr5$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Date: Mon, 27 Sep 2021 12:41:55 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <sistkb$dr5$1@dont-email.me>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com>
Lines: 97
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-Dyv/UiAiYb+U0B3dNntO3wm52J+vjFQbu8buFh2WnlXXzAvOc3mbcaPZ2fGTQpkLxyYpJMXpttAdRYj!6llalUhBfS9UCqh9J+vmVeIeHK/2g1DrGEp3X7WB00Nbi18c4/5EZwThoSfmTnYQ7n7UJCwregI=
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: 6503
 by: olcott - Mon, 27 Sep 2021 17:41 UTC

On 9/27/2021 12:05 PM, Jeff Barnett wrote:
> On 9/27/2021 8:19 AM, olcott wrote:
>> On 9/27/2021 12:15 AM, Jeff Barnett wrote:
>>> On 9/26/2021 10:31 PM, olcott wrote:
>>>> On 9/26/2021 10:56 PM, André G. Isaak wrote:
>      <CRAP DELETED>
>>>>
>>>> So then maybe you are stupid or ignorant, The actual code itself
>>>> cycles from 0xc36 though 0xc41 an infinite number of times unless
>>>> H(P,P) aborts the simulation of its input. In that case the
>>>> simulation is cut off at 0xc41. In no case does this code reach
>>>> final state 0xc50.
>>>
>>> <CRAP DELETED>
>>>
>>> So you now admit that your x86 simulator is flawed? Or maybe it
>>> isn't, but you set it up wrong or are using it incorrectly? You need
>>> to do something other than software; you're just not very good at it
>>> you know. Working in an area where you are inadequate causes you to
>>> act like a bad person out of frustration. Here you are calling Andre
>>> stupid and ignorant for trying to help you and make you better. You
>>> should say "thank you" instead of being such a crappy person. You
>>> should change your area of study to something simple like cooking
>>> rice. A few successes would improve your self image and stop the name
>>> calling and tantrums. You are no longer 3 years old. Time to mature a
>>> little.
>>
>> You are a clueless wonder that only has utterly baseless nay saying.
>
> More name calling; so out of control. a recapitulation of the "terrible
> threes". Concentrate; control yourself; be grateful for help offered to
> you. Time's short; strive for adulthood now. We are all rooting for you.
> Give life as an adult a chance while you have that opportunity. Good luck.

You are the only one with utterly baseless critique of my work. The only
critique of the {essence of my work} that has not been baseless has been
the key issue of what is required for a C function to meet the standard
of the theory of computation computable function.

There have been numerous times when I used a technical term of the art
in ways that slightly differ from their conventional meaning. Some of
these times may be accurately construed as errors. Some of these times
are cases where the term of the art was the closest approximation to the
meaning that I intended thus not exactly an actual error. Imprecise use
of terms of the art may reduce my credibility yet has no impact
what-so-ever on the validity of the essence of my work.

It is true that without the reviews of my work on comp.theory that my
work would have never been completed. This deserves gratitude to the
reviewers of my work on comp.theory. Even though what these reviewers
presented as an error was almost never any actual error at all these
reviews did help me increasingly clarify my position to best address
objections to this position.

The most exasperating critique of my work is when reviewers essentially
disagree that a {black cat} is either {black} or a {cat}.

_P()
[00000c36](01) 55 push ebp
[00000c37](02) 8bec mov ebp,esp
[00000c39](03) 8b4508 mov eax,[ebp+08] // 2nd Param
[00000c3c](01) 50 push eax
[00000c3d](03) 8b4d08 mov ecx,[ebp+08] // 1st Param
[00000c40](01) 51 push ecx
[00000c41](05) e820fdffff call 00000966 // call H
[00000c46](03) 83c408 add esp,+08
[00000c49](02) 85c0 test eax,eax
[00000c4b](02) 7402 jz 00000c4f
[00000c4d](02) ebfe jmp 00000c4d
[00000c4f](01) 5d pop ebp
[00000c50](01) c3 ret
Size in bytes:(0027) [00000c50]

machine stack stack machine assembly
address address data code language
======== ======== ======== ========= =============

Begin Local Halt Decider Simulation at Machine Address:c36
[00000c36][002117ca][002117ce] 55 push ebp
[00000c37][002117ca][002117ce] 8bec mov ebp,esp
[00000c39][002117ca][002117ce] 8b4508 mov eax,[ebp+08]
[00000c3c][002117c6][00000c36] 50 push eax // push P
[00000c3d][002117c6][00000c36] 8b4d08 mov ecx,[ebp+08]
[00000c40][002117c2][00000c36] 51 push ecx // push P
[00000c41][002117be][00000c46] e820fdffff call 00000966 // call H(P,P)

Disagreeing that the input to H(P,P) never reaches its final state of
0xc50 whether or not simulating halt decider H stops simulating its
input is one of the cases where a {black cat} is denied being either
{black} or a {cat}.

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<sit150$9ge$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: jbb...@notatt.com (Jeff Barnett)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as
a pure function
Date: Mon, 27 Sep 2021 12:05:17 -0600
Organization: A noiseless patient Spider
Lines: 107
Message-ID: <sit150$9ge$1@dont-email.me>
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>
<3334J.92273$g81.40558@fx33.iad>
<EamdnXNwMonoI838nZ2dnUU7-I3NnZ2d@giganews.com>
<P044J.30758$dI3.12183@fx10.iad>
<Nu6dnWRSDPvOlsz8nZ2dnUU7-VudnZ2d@giganews.com> <sir7f5$335$1@dont-email.me>
<is6dnXAMkO3ou8z8nZ2dnUU7-N2dnZ2d@giganews.com> <sirb0g$n3j$1@dont-email.me>
<sNOdnRZn8oM2qsz8nZ2dnUU7-aPNnZ2d@giganews.com> <sirfdi$agv$1@dont-email.me>
<VKGdnU8yDdWS1Mz8nZ2dnUU7-YHNnZ2d@giganews.com> <sirk11$j9$1@dont-email.me>
<6u6dnRt6pveUTsz8nZ2dnUU7-VednZ2d@giganews.com> <sistkb$dr5$1@dont-email.me>
<IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: base64
Injection-Date: Mon, 27 Sep 2021 18:05:21 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="ccbd62c3b5cbe39327dd9bd467d9fc7a";
logging-data="9742"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+EmAej9rY+sK8bbRizDuPtBHX+4tioHJ8="
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.1.1
Cancel-Lock: sha1:zzMZgWlqT2VOdnXdYU3mkDLnq08=
In-Reply-To: <IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com>
Content-Language: en-US
 by: Jeff Barnett - Mon, 27 Sep 2021 18:05 UTC

On 9/27/2021 11:41 AM, olcott wrote:
> On 9/27/2021 12:05 PM, Jeff Barnett wrote:
>> On 9/27/2021 8:19 AM, olcott wrote:
>>> On 9/27/2021 12:15 AM, Jeff Barnett wrote:
>>>> On 9/26/2021 10:31 PM, olcott wrote:
>>>>> On 9/26/2021 10:56 PM, André G. Isaak wrote:
>>       <CRAP DELETED>
>>>>>
>>>>> So then maybe you are stupid or ignorant, The actual code itself
>>>>> cycles from 0xc36 though 0xc41 an infinite number of times unless
>>>>> H(P,P) aborts the simulation of its input. In that case the
>>>>> simulation is cut off at 0xc41. In no case does this code reach
>>>>> final state 0xc50.
>>>>
>>>> <CRAP DELETED>
>>>>
>>>> So you now admit that your x86 simulator is flawed? Or maybe it
>>>> isn't, but you set it up wrong or are using it incorrectly? You need
>>>> to do something other than software; you're just not very good at it
>>>> you know. Working in an area where you are inadequate causes you to
>>>> act like a bad person out of frustration. Here you are calling Andre
>>>> stupid and ignorant for trying to help you and make you better. You
>>>> should say "thank you" instead of being such a crappy person. You
>>>> should change your area of study to something simple like cooking
>>>> rice. A few successes would improve your self image and stop the
>>>> name calling and tantrums. You are no longer 3 years old. Time to
>>>> mature a little.
>>>
>>> You are a clueless wonder that only has utterly baseless nay saying.
>>
>> More name calling; so out of control. a recapitulation of the
>> "terrible threes". Concentrate; control yourself; be grateful for help
>> offered to you. Time's short; strive for adulthood now. We are all
>> rooting for you. Give life as an adult a chance while you have that
>> opportunity. Good luck.
>
> You are the only one with utterly baseless critique of my work. The only
> critique of the {essence of my work} that has not been baseless has been
> the key issue of what is required for a C function to meet the standard
> of the theory of computation computable function.
>
> There have been numerous times when I used a technical term of the art
> in ways that slightly differ from their conventional meaning. Some of
> these times may be accurately construed as errors. Some of these times
> are cases where the term of the art was the closest approximation to the
> meaning that I intended thus not exactly an actual error. Imprecise use
> of terms of the art may reduce my credibility yet has no impact
> what-so-ever on the validity of the essence of my work.
>
> It is true that without the reviews of my work on comp.theory that my
> work would have never been completed. This deserves gratitude to the
> reviewers of my work on comp.theory. Even though what these reviewers
> presented as an error was almost never any actual error at all these
> reviews did help me increasingly clarify my position to best address
> objections to this position.
>
> The most exasperating critique of my work is when reviewers essentially
> disagree that a {black cat} is either {black} or a {cat}.
>
> _P()
> [00000c36](01)  55          push ebp
> [00000c37](02)  8bec        mov ebp,esp
> [00000c39](03)  8b4508      mov eax,[ebp+08] // 2nd Param
> [00000c3c](01)  50          push eax
> [00000c3d](03)  8b4d08      mov ecx,[ebp+08] // 1st Param
> [00000c40](01)  51          push ecx
> [00000c41](05)  e820fdffff  call 00000966    // call H
> [00000c46](03)  83c408      add esp,+08
> [00000c49](02)  85c0        test eax,eax
> [00000c4b](02)  7402        jz 00000c4f
> [00000c4d](02)  ebfe        jmp 00000c4d
> [00000c4f](01)  5d          pop ebp
> [00000c50](01)  c3          ret
> Size in bytes:(0027) [00000c50]
>
>  machine   stack     stack     machine    assembly
>  address   address   data      code       language
>  ========  ========  ========  =========  =============
>
> Begin Local Halt Decider Simulation at Machine Address:c36
> [00000c36][002117ca][002117ce] 55          push ebp
> [00000c37][002117ca][002117ce] 8bec        mov ebp,esp
> [00000c39][002117ca][002117ce] 8b4508      mov eax,[ebp+08]
> [00000c3c][002117c6][00000c36] 50          push eax       // push P
> [00000c3d][002117c6][00000c36] 8b4d08      mov ecx,[ebp+08]
> [00000c40][002117c2][00000c36] 51          push ecx       // push P
> [00000c41][002117be][00000c46] e820fdffff  call 00000966  // call H(P,P)
>
> Disagreeing that the input to H(P,P) never reaches its final state of
> 0xc50 whether or not simulating halt decider H stops simulating its
> input is one of the cases where a {black cat} is denied being either
> {black} or a {cat}.
You are still out of control. Ben will not let you off from specific
lies and contradictions no matter how much you try to change the
subject. I, on the other hand, will not let you off from your childish
(NB, I did not say child-like) behavior until we can see a maturation
process started. Given your off the mark, ignorant ideas and tantrums,
can you imagine how these howlers are perceived at the end of your messages:
"Copyright 2021 Pete Olcott
'Great spirits have always encountered violent opposition from
mediocre minds.' Einstein"
A copyright! I can't imagine anyone else dumb enough to write such
dribble. No not a soul. And as the king/queen of mediocrity, well can
you imagine the giggle when anyone reads it? Who do they think it's
about. Do you need a hint?
--
Jeff Barnett

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<J8udneU4C5mSk8_8nZ2dnUU7-cXNnZ2d@giganews.com>

  copy mid

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

  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!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 27 Sep 2021 13:31:43 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as
a pure function
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>
<3334J.92273$g81.40558@fx33.iad>
<EamdnXNwMonoI838nZ2dnUU7-I3NnZ2d@giganews.com>
<P044J.30758$dI3.12183@fx10.iad>
<Nu6dnWRSDPvOlsz8nZ2dnUU7-VudnZ2d@giganews.com> <sir7f5$335$1@dont-email.me>
<is6dnXAMkO3ou8z8nZ2dnUU7-N2dnZ2d@giganews.com> <sirb0g$n3j$1@dont-email.me>
<sNOdnRZn8oM2qsz8nZ2dnUU7-aPNnZ2d@giganews.com> <sirfdi$agv$1@dont-email.me>
<VKGdnU8yDdWS1Mz8nZ2dnUU7-YHNnZ2d@giganews.com> <sirk11$j9$1@dont-email.me>
<6u6dnRt6pveUTsz8nZ2dnUU7-VednZ2d@giganews.com> <sistkb$dr5$1@dont-email.me>
<IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com> <sit150$9ge$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Date: Mon, 27 Sep 2021 13:31:41 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <sit150$9ge$1@dont-email.me>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <J8udneU4C5mSk8_8nZ2dnUU7-cXNnZ2d@giganews.com>
Lines: 122
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-dmN3REO+Ern15m0pzXe1qUHmdvBi5gHB2c/rE7NjbGoe0WCXyXgMFBwNq4w1U7pCupn0UFqHyvQ5gd5!r7Od3um0r6ILn1FsiQLYKQECPfooRuTJXQNUiWKr8Ge6ew9+fRO+TwYgyrjtYom3PJD3zE3ijUE=
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: 7972
 by: olcott - Mon, 27 Sep 2021 18:31 UTC

On 9/27/2021 1:05 PM, Jeff Barnett wrote:
> On 9/27/2021 11:41 AM, olcott wrote:
>> On 9/27/2021 12:05 PM, Jeff Barnett wrote:
>>> On 9/27/2021 8:19 AM, olcott wrote:
>>>> On 9/27/2021 12:15 AM, Jeff Barnett wrote:
>>>>> On 9/26/2021 10:31 PM, olcott wrote:
>>>>>> On 9/26/2021 10:56 PM, André G. Isaak wrote:
>>>       <CRAP DELETED>
>>>>>>
>>>>>> So then maybe you are stupid or ignorant, The actual code itself
>>>>>> cycles from 0xc36 though 0xc41 an infinite number of times unless
>>>>>> H(P,P) aborts the simulation of its input. In that case the
>>>>>> simulation is cut off at 0xc41. In no case does this code reach
>>>>>> final state 0xc50.
>>>>>
>>>>> <CRAP DELETED>
>>>>>
>>>>> So you now admit that your x86 simulator is flawed? Or maybe it
>>>>> isn't, but you set it up wrong or are using it incorrectly? You
>>>>> need to do something other than software; you're just not very good
>>>>> at it you know. Working in an area where you are inadequate causes
>>>>> you to act like a bad person out of frustration. Here you are
>>>>> calling Andre stupid and ignorant for trying to help you and make
>>>>> you better. You should say "thank you" instead of being such a
>>>>> crappy person. You should change your area of study to something
>>>>> simple like cooking rice. A few successes would improve your self
>>>>> image and stop the name calling and tantrums. You are no longer 3
>>>>> years old. Time to mature a little.
>>>>
>>>> You are a clueless wonder that only has utterly baseless nay saying.
>>>
>>> More name calling; so out of control. a recapitulation of the
>>> "terrible threes". Concentrate; control yourself; be grateful for
>>> help offered to you. Time's short; strive for adulthood now. We are
>>> all rooting for you. Give life as an adult a chance while you have
>>> that opportunity. Good luck.
>>
>> You are the only one with utterly baseless critique of my work. The
>> only critique of the {essence of my work} that has not been baseless
>> has been the key issue of what is required for a C function to meet
>> the standard of the theory of computation computable function.
>>
>> There have been numerous times when I used a technical term of the art
>> in ways that slightly differ from their conventional meaning. Some of
>> these times may be accurately construed as errors. Some of these times
>> are cases where the term of the art was the closest approximation to
>> the meaning that I intended thus not exactly an actual error.
>> Imprecise use of terms of the art may reduce my credibility yet has no
>> impact what-so-ever on the validity of the essence of my work.
>>
>> It is true that without the reviews of my work on comp.theory that my
>> work would have never been completed. This deserves gratitude to the
>> reviewers of my work on comp.theory. Even though what these reviewers
>> presented as an error was almost never any actual error at all these
>> reviews did help me increasingly clarify my position to best address
>> objections to this position.
>>
>> The most exasperating critique of my work is when reviewers
>> essentially disagree that a {black cat} is either {black} or a {cat}.
>>
>> _P()
>> [00000c36](01)  55          push ebp
>> [00000c37](02)  8bec        mov ebp,esp
>> [00000c39](03)  8b4508      mov eax,[ebp+08] // 2nd Param
>> [00000c3c](01)  50          push eax
>> [00000c3d](03)  8b4d08      mov ecx,[ebp+08] // 1st Param
>> [00000c40](01)  51          push ecx
>> [00000c41](05)  e820fdffff  call 00000966    // call H
>> [00000c46](03)  83c408      add esp,+08
>> [00000c49](02)  85c0        test eax,eax
>> [00000c4b](02)  7402        jz 00000c4f
>> [00000c4d](02)  ebfe        jmp 00000c4d
>> [00000c4f](01)  5d          pop ebp
>> [00000c50](01)  c3          ret
>> Size in bytes:(0027) [00000c50]
>>
>>   machine   stack     stack     machine    assembly
>>   address   address   data      code       language
>>   ========  ========  ========  =========  =============
>>
>> Begin Local Halt Decider Simulation at Machine Address:c36
>> [00000c36][002117ca][002117ce] 55          push ebp
>> [00000c37][002117ca][002117ce] 8bec        mov ebp,esp
>> [00000c39][002117ca][002117ce] 8b4508      mov eax,[ebp+08]
>> [00000c3c][002117c6][00000c36] 50          push eax       // push P
>> [00000c3d][002117c6][00000c36] 8b4d08      mov ecx,[ebp+08]
>> [00000c40][002117c2][00000c36] 51          push ecx       // push P
>> [00000c41][002117be][00000c46] e820fdffff  call 00000966  // call H(P,P)
>>
>> Disagreeing that the input to H(P,P) never reaches its final state of
>> 0xc50 whether or not simulating halt decider H stops simulating its
>> input is one of the cases where a {black cat} is denied being either
>> {black} or a {cat}.
>
> You are still out of control. Ben will not let you off from specific
> lies and contradictions no matter how much you try to change the
> subject.

This is the key basis of my refutation of the halting theorem:
The halting theorem counter-examples present infinitely nested
simulation (non-halting) behavior to every simulating halt decider.

I presented this to Ben more than four years ago and he successfully
changed the subject with various dishonest dodges so that it could not
be properly evaluated until now.

Infinitely Recursive input on HP Proofs
peteolcott
Mar 11, 2017, 3:13:03 PM
https://groups.google.com/g/comp.theory/c/NcFS02hKs1U

All of the "rebuttals" have taken the form of the strawman error:
The halting theorem does not specify a simulating halt decider.
This is no actual rebuttal to the original claim at all.

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<sit40a$upf$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic sci.math
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: jbb...@notatt.com (Jeff Barnett)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as
a pure function
Date: Mon, 27 Sep 2021 12:53:59 -0600
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <sit40a$upf$1@dont-email.me>
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>
<3334J.92273$g81.40558@fx33.iad>
<EamdnXNwMonoI838nZ2dnUU7-I3NnZ2d@giganews.com>
<P044J.30758$dI3.12183@fx10.iad>
<Nu6dnWRSDPvOlsz8nZ2dnUU7-VudnZ2d@giganews.com> <sir7f5$335$1@dont-email.me>
<is6dnXAMkO3ou8z8nZ2dnUU7-N2dnZ2d@giganews.com> <sirb0g$n3j$1@dont-email.me>
<sNOdnRZn8oM2qsz8nZ2dnUU7-aPNnZ2d@giganews.com> <sirfdi$agv$1@dont-email.me>
<VKGdnU8yDdWS1Mz8nZ2dnUU7-YHNnZ2d@giganews.com> <sirk11$j9$1@dont-email.me>
<6u6dnRt6pveUTsz8nZ2dnUU7-VednZ2d@giganews.com> <sistkb$dr5$1@dont-email.me>
<IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com> <sit150$9ge$1@dont-email.me>
<J8udneU4C5mSk8_8nZ2dnUU7-cXNnZ2d@giganews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 27 Sep 2021 18:54:03 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="ccbd62c3b5cbe39327dd9bd467d9fc7a";
logging-data="31535"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX182WQpkj6UTKWeGZXXYnqxFNzh9dAmgqC0="
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.1.1
Cancel-Lock: sha1:sKWlDpOSDAz0CgP5diNJtb13mRA=
In-Reply-To: <J8udneU4C5mSk8_8nZ2dnUU7-cXNnZ2d@giganews.com>
Content-Language: en-US
 by: Jeff Barnett - Mon, 27 Sep 2021 18:53 UTC

On 9/27/2021 12:31 PM, olcott wrote:
<CRAP SNAP>

> This is the key basis of my refutation of the halting theorem:
> The halting theorem counter-examples present infinitely nested
> simulation (non-halting) behavior to every simulating halt decider.
>
> I presented this to Ben more than four years ago and he successfully
> changed the subject with various dishonest dodges so that it could not
> be properly evaluated until now.
>
> Infinitely Recursive input on HP Proofs
> peteolcott
> Mar 11, 2017, 3:13:03 PM
> https://groups.google.com/g/comp.theory/c/NcFS02hKs1U
>
> All of the "rebuttals" have taken the form of the strawman error:
> The halting theorem does not specify a simulating halt decider.
> This is no actual rebuttal to the original claim at all.

No one but you has been dishonest. And that is a two decade truth. If
Martin Davis or Peter Lintz said they now had doubt of the halting
theorem, the world would be excited. We would expect to learn something
new about model theory or a new theory of computation. Also, most of us
would be a little sad: Since this was an extremely well pawed over area,
we would expect the insight to occur at such a deep level that we may or
may not be able to enjoy it either through lack of ability or of
knowledge at the state of the art. You, on the other hand are repeating
problems first discussed and analyzed by the pre Greeks. Today, the liar
paradox is for the amusement of school children, not logicians or
mathematicians. You are several thousand years late. The issues which
drive you are the stuff of Penny Problem Solver collections. There is a
book called "What is the name of this book?". Get a copy and read it
while there is time.

In any event, stop this childish repetition of non sense. Give adulthood
a chance. We are not all destined for fame and immortality for our brain
power. It's certain you are not. Even if your brain was adequate to do
world class work, your personality disorders disqualify you. You refuse
to listen, you refuse to learn, and you throw constant tantrums. The
technical world is much too sophisticated for a genius to walk in off
the streets and present a new earth shaking method to bake bread, let
alone do a new computation theory. You really do need to study more and
learn from the masters.

Your current plan has made you appear (and be) a classic case of
ignorance morphed into stupidity. You need to grow up.
Jeff Barnett

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<_bidnQSYRcPsi8_8nZ2dnUU7-RXNnZ2d@giganews.com>

  copy mid

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

  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!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 27 Sep 2021 14:07:29 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as
a pure function
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>
<3334J.92273$g81.40558@fx33.iad>
<EamdnXNwMonoI838nZ2dnUU7-I3NnZ2d@giganews.com>
<P044J.30758$dI3.12183@fx10.iad>
<Nu6dnWRSDPvOlsz8nZ2dnUU7-VudnZ2d@giganews.com> <sir7f5$335$1@dont-email.me>
<is6dnXAMkO3ou8z8nZ2dnUU7-N2dnZ2d@giganews.com> <sirb0g$n3j$1@dont-email.me>
<sNOdnRZn8oM2qsz8nZ2dnUU7-aPNnZ2d@giganews.com> <sirfdi$agv$1@dont-email.me>
<VKGdnU8yDdWS1Mz8nZ2dnUU7-YHNnZ2d@giganews.com> <sirk11$j9$1@dont-email.me>
<6u6dnRt6pveUTsz8nZ2dnUU7-VednZ2d@giganews.com> <sistkb$dr5$1@dont-email.me>
<IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com> <sit150$9ge$1@dont-email.me>
<J8udneU4C5mSk8_8nZ2dnUU7-cXNnZ2d@giganews.com> <sit40a$upf$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Date: Mon, 27 Sep 2021 14:07:27 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <sit40a$upf$1@dont-email.me>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <_bidnQSYRcPsi8_8nZ2dnUU7-RXNnZ2d@giganews.com>
Lines: 32
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-bODvGlWUfWydpCRR4BXBqAsvFslxHwCL5Dww8EDcNSPVbm95RpbY0ghzJxPNYAdaRYoZQ+CA/tBpRT7!mrc99Dy6+VPZ20arI2fRcl5QZIg6lwd8I88rBN2Lp1MC5sRG+McXhDQDdCvEFSxUflVBQeMQnY8=
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: 3158
 by: olcott - Mon, 27 Sep 2021 19:07 UTC

On 9/27/2021 1:53 PM, Jeff Barnett wrote:
> On 9/27/2021 12:31 PM, olcott wrote:
>    <CRAP SNAP>
>
>> This is the key basis of my refutation of the halting theorem:
>> The halting theorem counter-examples present infinitely nested
>> simulation (non-halting) behavior to every simulating halt decider.
>>
>> I presented this to Ben more than four years ago and he successfully
>> changed the subject with various dishonest dodges so that it could not
>> be properly evaluated until now.
>>
>> Infinitely Recursive input on HP Proofs
>> peteolcott
>> Mar 11, 2017, 3:13:03 PM
>> https://groups.google.com/g/comp.theory/c/NcFS02hKs1U
>>
>> All of the "rebuttals" have taken the form of the strawman error:
>> The halting theorem does not specify a simulating halt decider.
>> This is no actual rebuttal to the original claim at all.
>
>
> No one but you has been dishonest.

I triple dog dare you to show how the above key basis of my refutation
is incorrect. https://www.youtube.com/watch?v=ZLZj3zOUZNs

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<Gb6dnd4FDLS0sM_8nZ2dnUU7-IXNnZ2d@giganews.com>

  copy mid

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

  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!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 27 Sep 2021 15:44:25 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as
a pure function
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>
<3334J.92273$g81.40558@fx33.iad>
<EamdnXNwMonoI838nZ2dnUU7-I3NnZ2d@giganews.com>
<P044J.30758$dI3.12183@fx10.iad>
<Nu6dnWRSDPvOlsz8nZ2dnUU7-VudnZ2d@giganews.com> <sir7f5$335$1@dont-email.me>
<is6dnXAMkO3ou8z8nZ2dnUU7-N2dnZ2d@giganews.com> <sirb0g$n3j$1@dont-email.me>
<sNOdnRZn8oM2qsz8nZ2dnUU7-aPNnZ2d@giganews.com> <sirfdi$agv$1@dont-email.me>
<VKGdnU8yDdWS1Mz8nZ2dnUU7-YHNnZ2d@giganews.com> <sirk11$j9$1@dont-email.me>
<6u6dnRt6pveUTsz8nZ2dnUU7-VednZ2d@giganews.com> <sistkb$dr5$1@dont-email.me>
<IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com> <sit150$9ge$1@dont-email.me>
<J8udneU4C5mSk8_8nZ2dnUU7-cXNnZ2d@giganews.com> <87h7e5u775.fsf@bsb.me.uk>
From: NoO...@NoWhere.com (olcott)
Date: Mon, 27 Sep 2021 15:44:23 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <87h7e5u775.fsf@bsb.me.uk>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <Gb6dnd4FDLS0sM_8nZ2dnUU7-IXNnZ2d@giganews.com>
Lines: 87
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-IToiK09elFv8nSt0/PPoYio68N1sxFLXK5urShLUodsHNeOvkQi/L8WA7SAlfQraRPr/s1LGuVKh4Bt!5l+lcx03ldc/dvzOI1rzqojZOsd8RfcfIMZIhDiTpPxNS4iIf4EV555VrZ+vOPlnrc5v8AKeWlg=
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: 5530
 by: olcott - Mon, 27 Sep 2021 20:44 UTC

On 9/27/2021 2:52 PM, Ben Bacarisse wrote:
> olcott <NoOne@NoWhere.com> writes:
>
>> This is the key basis of my refutation of the halting theorem:
>> The halting theorem counter-examples present infinitely nested
>> simulation (non-halting) behavior to every simulating halt decider.
>
> This is one reason a simulator can't be a halt decider.

Of course you know that I am net talking about a simulator being used as
it it was a halt decider thus your reply is the same dishonest dodge
intentional (thus dishonest) strawman error as always.

> Of course you
> know this, which is why your putative decider is not a simulator but a
> partial simulator. It too fails to be a halt decider, as does every
> Turing machine. That's why you must declare false to be the correct
> answer for some halting computations.
>
>> This is the key basis of my refutation of the halting theorem:
>
> You would have to find a logical flaw in the proofs. All of them. But
> you have not even read the "proper" proof in Linz. The one that you can
> understand is only presented for historical reasons.
>

The logical flaw is that the halting theorem attempts to show that the
halting problem is undecidable by a counter-example that is clearly
decidable as non-halting.

> The fact that a simulator can't be a halt decider (and there are more
> reasons for that than the one you cite above) does not show a flaw in
> any proof.
>

Of course a simulator cannot by itself be a halt decider and it is
ridiculously dishonest of you to imply that this is what I mean.

>> All of the "rebuttals" have taken the form of the strawman error:
>> The halting theorem does not specify a simulating halt decider.
>> This is no actual rebuttal to the original claim at all.
>
> No, the rebuttals start with a simple fact: false is not the correct
> answer for a halting computation. The rest of the rebuttal comes from
> you (it has to since you are carefully hiding the code):
>

Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.qx ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
if the simulated ⟨Ĥ⟩ applied to ⟨Ĥ⟩ halts, and

Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.qx ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
if the simulated ⟨Ĥ⟩ applied to ⟨Ĥ⟩ does not halt

Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.qx ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
// because the simulation of ⟨Ĥ⟩ applied to ⟨Ĥ⟩ by Ĥ.qx DOES NOT HALT

The computation of Ĥ applied to ⟨Ĥ⟩ is a distinctly different
computation than the computation of the simulation of ⟨Ĥ⟩ applied to ⟨Ĥ⟩
by Ĥ.qx.

If we want to specify a computation that is equivalent to Ĥ applied to
⟨Ĥ⟩ we must specify H applied to ⟨Ĥ⟩ ⟨Ĥ⟩. H applied to ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* H.qy

The difference is that the input to Ĥ.qx ⟨Ĥ⟩ ⟨Ĥ⟩ invokes a copy of Ĥ.qx
whereas the input to H does not invoke a copy of H.

The pathological self-reference error that I first discovered in 2004 is
the key to finally resolved these otherwise undecidable decision problem
inputs.

comp.theory
Halting Problem Final Conclusion
Peter Olcott Sep 5, 2004,

The Liar Paradox can be shown to be nothing more than
a incorrectly formed statement because of its pathological
self-reference. The Halting Problem can only exist because
of this same sort of pathological self-reference.
https://groups.google.com/g/comp.theory/c/RO9Z9eCabeE/m/Ka8-xS2rdEEJ

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: It looks like I can exactly duplicate the Linz proof in C/x86 as a pure function

<PKGdnfCNfZVRFs_8nZ2dnUU7-I_NnZ2d@giganews.com>

  copy mid

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

  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: Mon, 27 Sep 2021 22:28:11 -0500
Subject: Re: It looks like I can exactly duplicate the Linz proof in C/x86 as
a pure function
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic,sci.math
References: <mumdnSgQWpCHCdf8nZ2dnUU7-cHNnZ2d@giganews.com>
<C-CdnTfoaedxJs38nZ2dnUU7-L3NnZ2d@giganews.com>
<3334J.92273$g81.40558@fx33.iad>
<EamdnXNwMonoI838nZ2dnUU7-I3NnZ2d@giganews.com>
<P044J.30758$dI3.12183@fx10.iad>
<Nu6dnWRSDPvOlsz8nZ2dnUU7-VudnZ2d@giganews.com> <sir7f5$335$1@dont-email.me>
<is6dnXAMkO3ou8z8nZ2dnUU7-N2dnZ2d@giganews.com> <sirb0g$n3j$1@dont-email.me>
<sNOdnRZn8oM2qsz8nZ2dnUU7-aPNnZ2d@giganews.com> <sirfdi$agv$1@dont-email.me>
<VKGdnU8yDdWS1Mz8nZ2dnUU7-YHNnZ2d@giganews.com> <sirk11$j9$1@dont-email.me>
<6u6dnRt6pveUTsz8nZ2dnUU7-VednZ2d@giganews.com> <sistkb$dr5$1@dont-email.me>
<IZudnYjB1fr4n8_8nZ2dnUU7-X_NnZ2d@giganews.com> <sit150$9ge$1@dont-email.me>
<J8udneU4C5mSk8_8nZ2dnUU7-cXNnZ2d@giganews.com> <87h7e5u775.fsf@bsb.me.uk>
<Gb6dnd4FDLS0sM_8nZ2dnUU7-IXNnZ2d@giganews.com> <877df1scav.fsf_-_@bsb.me.uk>
<F5CdnaQUNenj5c_8nZ2dnUU7-cPNnZ2d@giganews.com> <sitvb7$iia$1@dont-email.me>
<1vOdncXXw_nkHs_8nZ2dnUU7-YHNnZ2d@giganews.com> <siu1bl$t2e$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
Date: Mon, 27 Sep 2021 22:28:09 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <siu1bl$t2e$1@dont-email.me>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <PKGdnfCNfZVRFs_8nZ2dnUU7-I_NnZ2d@giganews.com>
Lines: 64
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-c6cMPFpdbzSvMv880M4ThOlqmf4vvQKIUhQApn5v1eRXQjPhEHOuV2cTVVprsmiWDDz5jqKQ4Tdg/TH!L1d7DSMYG13D8cIl+VsTcoul1hXNintPYUShPt5M6V2CqJ3bB71tzUePeoDt1TEdFxj1Sw5UL2U=
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: 4785
 by: olcott - Tue, 28 Sep 2021 03:28 UTC

On 9/27/2021 10:14 PM, André G. Isaak wrote:
> On 2021-09-27 20:52, olcott wrote:
>> On 9/27/2021 9:40 PM, André G. Isaak wrote:
>>> On 2021-09-27 20:05, olcott wrote:
>>>> 9/27/2021 8:45 PM, Ben Bacarisse wrote:
>>>
>>>> You know that the input to a halt decider is a TM description and
>>>> not a TM. This means that you know that it is not about whether or
>>>> not Ĥ halts.
>>>>
>>>> It it about whether or not the simulation of the first parameter ⟨Ĥ⟩
>>>> to Ĥ.qx halts on its input ⟨Ĥ⟩.
>>>
>>> The position you're taking here is, to put it bluntly, simply absurd.
>>>
>>> A halt decider takes a description of a computation as its input. It
>>> is supposed to determine whether the computation described by that
>>> description halts.
>>>
>>
>> Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.qx ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
>> if the simulated ⟨Ĥ⟩ applied to ⟨Ĥ⟩ halts, and
>>
>> Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.qx ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
>> if the simulated ⟨Ĥ⟩ applied to ⟨Ĥ⟩ does not halt
>>
>> I merely adapted the Linz annotations to be more clear.
>> It is not about whether or not Ĥ halts on ⟨Ĥ⟩.
>> It is about whether or not the simulation of ⟨Ĥ⟩ on ⟨Ĥ⟩ at Ĥ.qx halts.
>
> I was not commenting on your (mis)use of notation and nothing in your
> response even remotely addressed what I was saying. I was commenting on
> the ridiculous statement that "You know that the input to a halt decider
> is a TM description and not a TM. This means that you know that it is
> not about whether or not Ĥ halts."
>
> This statement is simply wrong. Spectacularly wrong. If you don't
> understand what the halting problem is even about, you shouldn't be
> working on it at all.
>
> André
>

It may seem that way to you only because you have not bothered to think
it all the way through.

It may be that you fail to comprehend the following, yet a failure of
comprehension is less than no rebuttal at all:

H applied to ⟨Ĥ⟩ ⟨Ĥ⟩ is computationally equivalent to Ĥ applied to ⟨Ĥ⟩.

Ĥ applied to ⟨Ĥ⟩ is NOT computationally equivalent to H applied to ⟨Ĥ⟩ ⟨Ĥ⟩.

It turns out that when the input program P calls the same halt decider H
that is deciding its halting status this is computationally distinct
from another identically coded halt decider H1 that is not called by the
input program P.

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor