Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

If it wasn't for Newton, we wouldn't have to eat bruised apples.


devel / comp.lang.c / Halting problem proofs refuted on the basis of software engineering V2

SubjectAuthor
* Halting problem proofs refuted on the basis of software engineeringolcott
`* Re: Halting problem proofs refuted on the basis of softwarePaul N
 +* Re: Halting problem proofs refuted on the basis of softwarePaul N
 |`- Re: Halting problem proofs refuted on the basis of software engineering V2olcott
 +* Re: Halting problem proofs refuted on the basis of softwareolcott
 |`- Re: Halting problem proofs refuted on the basis of softwareRichard Damon
 `- Re: Halting problem proofs refuted on the basis of softwareolcott

1
Halting problem proofs refuted on the basis of software engineering V2

<pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=22114&group=comp.lang.c#22114

  copy link   Newsgroups: comp.theory comp.lang.c comp.lang.c++ comp.software-eng
Followup: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!1.us.feeder.erje.net!feeder.erje.net!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: Mon, 04 Jul 2022 09:45:46 -0500
Date: Mon, 4 Jul 2022 09:45:45 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Newsgroups: comp.theory,comp.lang.c,comp.lang.c++,comp.software-eng
Content-Language: en-US
Followup-To: comp.theory
From: NoO...@NoWhere.com (olcott)
Subject: Halting problem proofs refuted on the basis of software engineering
V2
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com>
Lines: 57
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-ZKE1vjTCa9zVlV9X/jLpPdWSJfqJtb4n2h7tPeBarnNT+5IQ9pDQkZRl2rzN18nXE97J8FxmN2yUBaB!DjT/V+90fr04tPM0FOEoj27d0fNl2D5KcNFThDzWY5JyIfGKuAN5fBLAGgNltXNvaLtyR3d9G7Ah
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: 2856
 by: olcott - Mon, 4 Jul 2022 14:45 UTC

No one can provide any "rebuttal" of my paper on any other basis
than

(1) disagreeing with the semantics of the x86 language
*x86 Instruction Set Reference* https://c9x.me/x86/

*or disagreeing with this necessarily true principle*
(2) A halt decider must compute the mapping from its inputs to an accept
or reject state on the basis of the actual behavior that is actually
specified by these inputs.

This much more concise version of my paper focuses on the actual
execution of three fully operational examples.

H0 correctly determines that Infinite_Loop() never halts
H correctly determines that Infinite_Recursion() never halts
H(P,P) correctly determines that its input never halts

typedef void (*ptr)();

void P(ptr x)
{ if (H(x, x))
HERE: goto HERE;
return;
}

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

As shown below the above P and H have the required (halting problem)
pathological relationship to each other:

For any program H that might determine if programs halt, a
"pathological"
program P, called with some input, can pass its own source and its
input to
H and then specifically do the opposite of what H predicts P will
do. No H
can exist that handles this case.
https://en.wikipedia.org/wiki/Halting_problem

*Halting problem proofs refuted on the basis of software engineering*
https://www.researchgate.net/publication/361701808_Halting_problem_proofs_refuted_on_the_basis_of_software_engineering

--
Copyright 2022 Pete Olcott

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

Re: Halting problem proofs refuted on the basis of software engineering V2

<9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=22116&group=comp.lang.c#22116

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a05:622a:201:b0:319:fd74:3771 with SMTP id b1-20020a05622a020100b00319fd743771mr28401682qtx.669.1657028847579;
Tue, 05 Jul 2022 06:47:27 -0700 (PDT)
X-Received: by 2002:a0c:b284:0:b0:472:6e5e:e2f0 with SMTP id
r4-20020a0cb284000000b004726e5ee2f0mr32807732qve.90.1657028847380; Tue, 05
Jul 2022 06:47:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Tue, 5 Jul 2022 06:47:27 -0700 (PDT)
In-Reply-To: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com>
Injection-Info: google-groups.googlegroups.com; posting-host=89.240.149.110; posting-account=0B-afgoAAABP6274zLUJKa8ZpdIdhsYx
NNTP-Posting-Host: 89.240.149.110
References: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
Subject: Re: Halting problem proofs refuted on the basis of software
engineering V2
From: gw7...@aol.com (Paul N)
Injection-Date: Tue, 05 Jul 2022 13:47:27 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 16
 by: Paul N - Tue, 5 Jul 2022 13:47 UTC

On Monday, July 4, 2022 at 3:46:05 PM UTC+1, olcott wrote:
> No one can provide any "rebuttal" of my paper on any other basis
> than

You're the one disagreeing with these!

> (1) disagreeing with the semantics of the x86 language
> *x86 Instruction Set Reference* https://c9x.me/x86/

You've said numerous times that a "correct emulation" of P(P) does not halt, whereas P(P) actually halts. You're clearly failing to emulate correctly.

> *or disagreeing with this necessarily true principle*
> (2) A halt decider must compute the mapping from its inputs to an accept
> or reject state on the basis of the actual behavior that is actually
> specified by these inputs.

Likewise, you've said numerous times that your halt decider decides P(P) does not halt, whereas P(P) actually halts.

Re: Halting problem proofs refuted on the basis of software engineering V2

<deffbbb4-cb34-40ba-936c-0ef579b24482n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=22117&group=comp.lang.c#22117

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a05:6214:1cce:b0:470:85e2:dc3e with SMTP id g14-20020a0562141cce00b0047085e2dc3emr31324592qvd.52.1657028959211;
Tue, 05 Jul 2022 06:49:19 -0700 (PDT)
X-Received: by 2002:a05:620a:2983:b0:6b1:ceef:f850 with SMTP id
r3-20020a05620a298300b006b1ceeff850mr19899084qkp.297.1657028959000; Tue, 05
Jul 2022 06:49:19 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Tue, 5 Jul 2022 06:49:18 -0700 (PDT)
In-Reply-To: <9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=89.240.149.110; posting-account=0B-afgoAAABP6274zLUJKa8ZpdIdhsYx
NNTP-Posting-Host: 89.240.149.110
References: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com> <9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <deffbbb4-cb34-40ba-936c-0ef579b24482n@googlegroups.com>
Subject: Re: Halting problem proofs refuted on the basis of software
engineering V2
From: gw7...@aol.com (Paul N)
Injection-Date: Tue, 05 Jul 2022 13:49:19 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 14
 by: Paul N - Tue, 5 Jul 2022 13:49 UTC

On Tuesday, July 5, 2022 at 2:47:35 PM UTC+1, Paul N wrote:
> On Monday, July 4, 2022 at 3:46:05 PM UTC+1, olcott wrote:
> > No one can provide any "rebuttal" of my paper on any other basis
> > than
> You're the one disagreeing with these!
> > (1) disagreeing with the semantics of the x86 language
> > *x86 Instruction Set Reference* https://c9x.me/x86/
> You've said numerous times that a "correct emulation" of P(P) does not halt, whereas P(P) actually halts. You're clearly failing to emulate correctly.
> > *or disagreeing with this necessarily true principle*
> > (2) A halt decider must compute the mapping from its inputs to an accept
> > or reject state on the basis of the actual behavior that is actually
> > specified by these inputs.
> Likewise, you've said numerous times that your halt decider decides P(P) does not halt, whereas P(P) actually halts.

Apologies all (especially Keith), I forgot I was not in comp.theory!

Re: Halting problem proofs refuted on the basis of software engineering V2

<zoydnUguBK2S2ln_nZ2dnUU7_81g4p2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=22118&group=comp.lang.c#22118

  copy link   Newsgroups: comp.lang.c
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, 05 Jul 2022 09:13:35 -0500
Date: Tue, 5 Jul 2022 09:13:34 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Subject: Re: Halting problem proofs refuted on the basis of software
engineering V2
Content-Language: en-US
Newsgroups: comp.lang.c
References: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com>
<9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <zoydnUguBK2S2ln_nZ2dnUU7_81g4p2d@giganews.com>
Lines: 29
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-FYN5WJt70OZ2Q+eCPNd8rYnxlaFNWL/oxVyS0zLyxttLC30qDoAlpR31hb3v5PdDhjNAPs7AeIpPDIa!8kM2YDwcln/mFTxvCkkzfw4rAw6cNbjPtxrHOtgJ6imA3KJkoe+75PwSM9ODKjOf8qQ5Z9uHWAuy
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: 2528
 by: olcott - Tue, 5 Jul 2022 14:13 UTC

On 7/5/2022 8:47 AM, Paul N wrote:
> On Monday, July 4, 2022 at 3:46:05 PM UTC+1, olcott wrote:
>> No one can provide any "rebuttal" of my paper on any other basis
>> than
>
> You're the one disagreeing with these!
>
>> (1) disagreeing with the semantics of the x86 language
>> *x86 Instruction Set Reference* https://c9x.me/x86/
>
> You've said numerous times that a "correct emulation" of P(P) does not halt, whereas P(P) actually halts. You're clearly failing to emulate correctly.
>
>> *or disagreeing with this necessarily true principle*
>> (2) A halt decider must compute the mapping from its inputs to an accept
>> or reject state on the basis of the actual behavior that is actually
>> specified by these inputs.
>
> Likewise, you've said numerous times that your halt decider decides P(P) does not halt, whereas P(P) actually halts.

The correctly emulated input to H(P,P) is an entirely different sequence
of configurations than the directly executed P(P). This is conclusively
proved by the provably correct execution trace of each.

--
Copyright 2022 Pete Olcott

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

Re: Halting problem proofs refuted on the basis of software engineering V2

<B9idneSthN3f1Fn_nZ2dnUU7_81g4p2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=22119&group=comp.lang.c#22119

  copy link   Newsgroups: comp.lang.c
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: Tue, 05 Jul 2022 09:22:58 -0500
Date: Tue, 5 Jul 2022 09:22:57 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Subject: Re: Halting problem proofs refuted on the basis of software
engineering V2
Content-Language: en-US
Newsgroups: comp.lang.c
References: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com>
<9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
Followup-To: comp.theory
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <B9idneSthN3f1Fn_nZ2dnUU7_81g4p2d@giganews.com>
Lines: 127
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-kWQl5yPTlx8XSSMSqFUeNBFgEYbBlC+HbiI0oa/aW+ygYvdZHDwqk9C2uxOTCiPCutugE68BjbPG0/7!MqVSlRe69J9S3WE42b9X7lCvclwuou2AZO+/OinybxGIhb06SfuKOTFiLasjGDui5llzrQkcTByg
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: 6688
 by: olcott - Tue, 5 Jul 2022 14:22 UTC

On 7/5/2022 8:47 AM, Paul N wrote:
> On Monday, July 4, 2022 at 3:46:05 PM UTC+1, olcott wrote:
>> No one can provide any "rebuttal" of my paper on any other basis
>> than
>
> You're the one disagreeing with these!
>
>> (1) disagreeing with the semantics of the x86 language
>> *x86 Instruction Set Reference* https://c9x.me/x86/
>
> You've said numerous times that a "correct emulation" of P(P) does not halt, whereas P(P) actually halts. You're clearly failing to emulate correctly.
>
>> *or disagreeing with this necessarily true principle*
>> (2) A halt decider must compute the mapping from its inputs to an accept
>> or reject state on the basis of the actual behavior that is actually
>> specified by these inputs.
>
> Likewise, you've said numerous times that your halt decider decides P(P) does not halt, whereas P(P) actually halts.

The correctly emulated input to H(P,P) is an entirely different sequence
of configurations than the directly executed P(P). This is conclusively
proved by the provably correct execution trace of each.

Example 04: P(P) halts because H(P,P) correctly determines that its
input never halts

void P(u32 x)
{ if (H(x, x))
HERE: goto HERE;
return;
}

int main()
{ P((u32)P);
}

_P()
[000011f0](01) 55 push ebp
[000011f1](02) 8bec mov ebp,esp
[000011f3](03) 8b4508 mov eax,[ebp+08]
[000011f6](01) 50 push eax
[000011f7](03) 8b4d08 mov ecx,[ebp+08]
[000011fa](01) 51 push ecx
[000011fb](05) e820feffff call 00001020
[00001200](03) 83c408 add esp,+08
[00001203](02) 85c0 test eax,eax
[00001205](02) 7402 jz 00001209
[00001207](02) ebfe jmp 00001207
[00001209](01) 5d pop ebp
[0000120a](01) c3 ret
Size in bytes:(0027) [0000120a]

_main()
[00001210](01) 55 push ebp
[00001211](02) 8bec mov ebp,esp
[00001213](05) 68f0110000 push 000011f0
[00001218](05) e8d3ffffff call 000011f0
[0000121d](03) 83c404 add esp,+04
[00001220](02) 33c0 xor eax,eax
[00001222](01) 5d pop ebp
[00001223](01) c3 ret
Size in bytes:(0020) [00001223]

machine stack stack machine assembly
address address data code language
======== ======== ======== ========= =============
[00001210][00101fba][00000000] 55 push ebp
[00001211][00101fba][00000000] 8bec mov ebp,esp
[00001213][00101fb6][000011f0] 68f0110000 push 000011f0 // push P
[00001218][00101fb2][0000121d] e8d3ffffff call 000011f0 // call P
[000011f0][00101fae][00101fba] 55 push ebp // enter executed P
[000011f1][00101fae][00101fba] 8bec mov ebp,esp
[000011f3][00101fae][00101fba] 8b4508 mov eax,[ebp+08]
[000011f6][00101faa][000011f0] 50 push eax // push P
[000011f7][00101faa][000011f0] 8b4d08 mov ecx,[ebp+08]
[000011fa][00101fa6][000011f0] 51 push ecx // push P
[000011fb][00101fa2][00001200] e820feffff call 00001020 // call H

Begin Simulation Execution Trace Stored at:21206e
Address_of_H:1020
[000011f0][0021205a][0021205e] 55 push ebp // enter emulated P
[000011f1][0021205a][0021205e] 8bec mov ebp,esp
[000011f3][0021205a][0021205e] 8b4508 mov eax,[ebp+08]
[000011f6][00212056][000011f0] 50 push eax // push P
[000011f7][00212056][000011f0] 8b4d08 mov ecx,[ebp+08]
[000011fa][00212052][000011f0] 51 push ecx // push P
[000011fb][0021204e][00001200] e820feffff call 00001020 // call emulated H
Infinitely Recursive Simulation Detected Simulation Stopped

H knows its own machine address and on this basis it can easily
examine its stored execution_trace of P (see above) to determine:
(a) P is calling H with the same arguments that H was called with.
(b) No instructions in P could possibly escape this otherwise infinitely
recursive emulation.
(c) H aborts its emulation of P before its call to H is emulated.

From a purely software engineering perspective (anchored in the
semantics of the x86 language) it is proven that H(P,P) correctly
predicts that its correct and complete x86 emulation of its input would
never reach the "ret" instruction (final state) of this input.

[00001200][00101fae][00101fba] 83c408 add esp,+08 // return to
executed P
[00001203][00101fae][00101fba] 85c0 test eax,eax
[00001205][00101fae][00101fba] 7402 jz 00001209
[00001209][00101fb2][0000121d] 5d pop ebp
[0000120a][00101fb6][000011f0] c3 ret // return from
executed P
[0000121d][00101fba][00000000] 83c404 add esp,+04
[00001220][00101fba][00000000] 33c0 xor eax,eax
[00001222][00101fbe][00100000] 5d pop ebp
[00001223][00101fc2][00000000] c3 ret // ret from main
Number of Instructions Executed(878) / 67 = 13 pages

*Halting problem proofs refuted on the basis of software engineering*
https://www.researchgate.net/publication/361701808_Halting_problem_proofs_refuted_on_the_basis_of_software_engineering

--
Copyright 2022 Pete Olcott

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

Re: Halting problem proofs refuted on the basis of software engineering V2

<066dnWrnRJvr0Vn_nZ2dnUU7_8zNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=22120&group=comp.lang.c#22120

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.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: Tue, 05 Jul 2022 09:36:38 -0500
Date: Tue, 5 Jul 2022 09:36:37 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0
Subject: Re: Halting problem proofs refuted on the basis of software engineering V2
Content-Language: en-US
Newsgroups: comp.lang.c
References: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com> <9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com> <deffbbb4-cb34-40ba-936c-0ef579b24482n@googlegroups.com>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <deffbbb4-cb34-40ba-936c-0ef579b24482n@googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <066dnWrnRJvr0Vn_nZ2dnUU7_8zNnZ2d@giganews.com>
Lines: 26
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-GFgl225AmWevvU6Pzo5yvpEfICTXtQnTeDl8l+PThsBs6DSzvev0JRl/MsWT+wOe0KsK7vW9/t41XP8!VoeyHJGnXZzwEZR7CMZ2/0FJ74tQp8IzhzvlYxD+3tZoq3IT9Rk/4TJ4+FtkNtiNqUv31O+2j34R
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: 2621
X-Received-Bytes: 2787
 by: olcott - Tue, 5 Jul 2022 14:36 UTC

On 7/5/2022 8:49 AM, Paul N wrote:
> On Tuesday, July 5, 2022 at 2:47:35 PM UTC+1, Paul N wrote:
>> On Monday, July 4, 2022 at 3:46:05 PM UTC+1, olcott wrote:
>>> No one can provide any "rebuttal" of my paper on any other basis
>>> than
>> You're the one disagreeing with these!
>>> (1) disagreeing with the semantics of the x86 language
>>> *x86 Instruction Set Reference* https://c9x.me/x86/
>> You've said numerous times that a "correct emulation" of P(P) does not halt, whereas P(P) actually halts. You're clearly failing to emulate correctly.
>>> *or disagreeing with this necessarily true principle*
>>> (2) A halt decider must compute the mapping from its inputs to an accept
>>> or reject state on the basis of the actual behavior that is actually
>>> specified by these inputs.
>> Likewise, you've said numerous times that your halt decider decides P(P) does not halt, whereas P(P) actually halts.
>
> Apologies all (especially Keith), I forgot I was not in comp.theory!

The post that you replied to already had followup to comp.theory
you must have changed this to comp.lang.c

--
Copyright 2022 Pete Olcott

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

Re: Halting problem proofs refuted on the basis of software engineering V2

<Qt6xK.388848$X_i.132149@fx18.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=22121&group=comp.lang.c#22121

  copy link   Newsgroups: comp.lang.c
Followup: comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx18.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.11.0
Subject: Re: Halting problem proofs refuted on the basis of software
engineering V2
Content-Language: en-US
Newsgroups: comp.lang.c
References: <pKqdnSAPzf6HYF__nZ2dnUU7_83NnZ2d@giganews.com>
<9f7e7f3b-3560-4e81-b9f1-ecb8dd628da3n@googlegroups.com>
<zoydnUguBK2S2ln_nZ2dnUU7_81g4p2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
Followup-To: comp.theory
In-Reply-To: <zoydnUguBK2S2ln_nZ2dnUU7_81g4p2d@giganews.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 34
Message-ID: <Qt6xK.388848$X_i.132149@fx18.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Tue, 5 Jul 2022 22:31:12 -0400
X-Received-Bytes: 2501
 by: Richard Damon - Wed, 6 Jul 2022 02:31 UTC

On 7/5/22 10:13 AM, olcott wrote:
> On 7/5/2022 8:47 AM, Paul N wrote:
>> On Monday, July 4, 2022 at 3:46:05 PM UTC+1, olcott wrote:
>>> No one can provide any "rebuttal" of my paper on any other basis
>>> than
>>
>> You're the one disagreeing with these!
>>
>>> (1) disagreeing with the semantics of the x86 language
>>> *x86 Instruction Set Reference* https://c9x.me/x86/
>>
>> You've said numerous times that a "correct emulation" of P(P) does not
>> halt, whereas P(P) actually halts. You're clearly failing to emulate
>> correctly.
>>
>>> *or disagreeing with this necessarily true principle*
>>> (2) A halt decider must compute the mapping from its inputs to an accept
>>> or reject state on the basis of the actual behavior that is actually
>>> specified by these inputs.
>>
>> Likewise, you've said numerous times that your halt decider decides
>> P(P) does not halt, whereas P(P) actually halts.
>
> The correctly emulated input to H(P,P) is an entirely different sequence
> of configurations than the directly executed P(P). This is conclusively
> proved by the provably correct execution trace of each.
>

Then P isn't the correct P, as P is defined to call H to decide on P(P),
so if H(P,P) isn't representing P(P), then P is wrong, and you need to
tell us what P needs to do to even ask about P(P) or H fails to be able
to be asked the needed qudstion and thus can't give the correct answer
to be the claimed counter example.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor