Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

New systems generate new problems.


computers / comp.ai.philosophy / Refutation of the Ben Bacarisse Rebuttal

SubjectAuthor
* Refutation of the Ben Bacarisse Rebuttalolcott
`* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
 `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
  `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   +* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |`* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   | `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |  `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |   `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |    `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |     `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |      `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |       `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |        `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |         `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |          `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |           `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |            `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |             `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |              `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |               `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |                `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |                 `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |                  `* Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   |                   `* Re: Refutation of the Ben Bacarisse Rebuttalolcott
   |                    `- Re: Refutation of the Ben Bacarisse RebuttalRichard Damon
   `* Re: Refutation of [nothing]Ben Bacarisse
    +- Ben Bacarisse specifically targets my posts to discourage honestolcott
    `* Re: Refutation of [nothing] (Ben Bacarisse lies about this see below)olcott
     `- Re: Refutation of [nothing] (Peter Olcott lies about this see below)Richard Damon

Pages:12
Refutation of the Ben Bacarisse Rebuttal

<u6qell$25lfs$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Refutation of the Ben Bacarisse Rebuttal
Date: Mon, 19 Jun 2023 15:43:30 -0500
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <u6qell$25lfs$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 19 Jun 2023 20:43:33 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="da2a2a5be7520e5bfb8b309b00339e3a";
logging-data="2283004"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Wu/YT3mZZDHr3SZU8mYO7"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:ZnbkItURcv6kdveM10b/W1fv+xE=
Content-Language: en-US
 by: olcott - Mon, 19 Jun 2023 20:43 UTC

The behavior of the directly executed P(P) is different than the
behavior of P(P) correctly simulated by H because in the first case H
has already aborted its simulation of its input and in the second case
this has not yet occurred.

I now refer to P(P) as D(D).

Can D correctly simulated by H terminate normally?
No it cannot see the details below.

The x86utm operating system based on an open source x86 emulator. This
system enables one C function to execute another C function in debug
step mode. When H simulates D it creates a separate process context for
D with its own memory, stack and virtual registers. H is able to
simulate D simulating itself, thus the only limit to recursive
simulations is RAM.

// The following is written in C
//
01 typedef int (*ptr)(); // pointer to int function
02 int H(ptr x, ptr y) // uses x86 emulator to simulate its input
03
04 int D(ptr x)
05 {
06 int Halt_Status = H(x, x);
07 if (Halt_Status)
08 HERE: goto HERE;
09 return Halt_Status;
10 }
11
12 void main()
13 {
14 D(D);
15 }

D correctly simulated by H cannot possibly terminate normally by
reaching its own final state at line 09.

We can easily fix what Ben has misconstrued as a contradiction by
defining the return value of 0 from H as meaning:
(a) the input does not halt <or>
(b) the input is defined to have a pathological relationship to H.

Since it is true that D was defined to do the opposite of whatever
Boolean value that H returns H is correct to return 0.

*Termination Analyzer H is Not Fooled by Pathological Input D*
https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D

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

Re: Refutation of the Ben Bacarisse Rebuttal

<rE6kM.5962$zcM5.3620@fx11.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx11.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6qell$25lfs$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 102
Message-ID: <rE6kM.5962$zcM5.3620@fx11.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: Mon, 19 Jun 2023 20:45:11 -0400
X-Received-Bytes: 4543
 by: Richard Damon - Tue, 20 Jun 2023 00:45 UTC

On 6/19/23 4:43 PM, olcott wrote:
> The behavior of the directly executed P(P) is different than the
> behavior of P(P) correctly simulated by H because in the first case H
> has already aborted its simulation of its input and in the second case
> this has not yet occurred.

By what definition of "Correctly Simulated"?

The fact that H aborts its simulation has NO affect on the direct
execution of the machine, so all you are saying that H has shut its eyes
and said "I don't see it, so it didn't happen".

That is just FALSEHOOD.

>
> I now refer to P(P) as D(D).
>
> Can D correctly simulated by H terminate normally?
> No it cannot see the details below.

Which is not the question being asked. The fact that it is impossible to
design an H that can correctly simulate its input to a halting state
just proves that H can not correctly decider that its input is Halting.

This does NOT mean that the input can't be Halting, just that H can
never prove it.

IF H doesn't ever abort its simulation, then yes, the D built on that H
is non-halting, but that H never gives that answer, so it is still wrong.

Each H gets a DIFFERENT D, since they include the H that the
"pathological test" is to be performed on, so the behavior of one D
built on a different H doesn't apply, and for correct reasoning, you
really need to give each one a different name. Reusing the same name for
different machine, and then trying to confuse which one is which is just
a sign of being intentionally deceptive to try to tell a LIE.
>
> The x86utm operating system based on an open source x86 emulator. This
> system enables one C function to execute another C function in debug
> step mode. When H simulates D it creates a separate process context for
> D with its own memory, stack and virtual registers. H is able to
> simulate D simulating itself, thus the only limit to recursive
> simulations is RAM.

But D is not SPECIFIED in a seperate context, but share code space with
H, which means it fails to be truely distinctly, like a Turing Machine
would be.

It is NOT a full "separate process context" as all the contexts share
code space.

>
> // The following is written in C
> //
> 01 typedef int (*ptr)(); // pointer to int function
> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
> 03
> 04 int D(ptr x)
> 05 {
> 06   int Halt_Status = H(x, x);
> 07   if (Halt_Status)
> 08     HERE: goto HERE;
> 09   return Halt_Status;
> 10 }
> 11
> 12 void main()
> 13 {
> 14   D(D);
> 15 }
>
> D correctly simulated by H cannot possibly terminate normally by
> reaching its own final state at line 09.

But D correctly simulated by a correct simulator would, at least as long
as you are using an H that answer H(D,D) as 0, as you claim.

Thus, you H never DOES a correct simulation, so it answering based on a
false premise.

>
> We can easily fix what Ben has misconstrued as a contradiction by
> defining the return value of 0 from H as meaning:
> (a) the input does not halt <or>

ANd thus admit that you are lying about working on the Halting Problem,
since that doesn't have a (b) term, PERIOD.

> (b) the input is defined to have a pathological relationship to H.

Which you can't define in a way that you H actually handles.

>
> Since it is true that D was defined to do the opposite of whatever
> Boolean value that H returns H is correct to return 0.
>
> *Termination Analyzer H is Not Fooled by Pathological Input D*
> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D
>
>

FAIL.

Re: Refutation of the Ben Bacarisse Rebuttal

<u6qtqj$273dd$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Mon, 19 Jun 2023 20:02:11 -0500
Organization: A noiseless patient Spider
Lines: 97
Message-ID: <u6qtqj$273dd$2@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 01:02:11 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2330029"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+saFcfIXmCistM7XjGdS98"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:q5NF9ixlTlVhGdWOuWygtVPpqE8=
Content-Language: en-US
In-Reply-To: <rE6kM.5962$zcM5.3620@fx11.iad>
 by: olcott - Tue, 20 Jun 2023 01:02 UTC

On 6/19/2023 7:45 PM, Richard Damon wrote:
> On 6/19/23 4:43 PM, olcott wrote:
>> The behavior of the directly executed P(P) is different than the
>> behavior of P(P) correctly simulated by H because in the first case H
>> has already aborted its simulation of its input and in the second case
>> this has not yet occurred.
>
> By what definition of "Correctly Simulated"?
>
> The fact that H aborts its simulation has NO affect on the direct
> execution of the machine, so all you are saying that H has shut its eyes
> and said "I don't see it, so it didn't happen".
>
> That is just FALSEHOOD.
>
>>
>> I now refer to P(P) as D(D).
>>
>> Can D correctly simulated by H terminate normally?
>> No it cannot see the details below.
>
> Which is not the question being asked. The fact that it is impossible to
> design an H that can correctly simulate its input to a halting state
> just proves that H can not correctly decider that its input is Halting.
>
> This does NOT mean that the input can't be Halting, just that H can
> never prove it.
>
> IF H doesn't ever abort its simulation, then yes, the D built on that H
> is non-halting, but that H never gives that answer, so it is still wrong.
>
> Each H gets a DIFFERENT D, since they include the H that the
> "pathological test" is to be performed on, so the behavior of one D
> built on a different H doesn't apply, and for correct reasoning, you
> really need to give each one a different name. Reusing the same name for
> different machine, and then trying to confuse which one is which is just
> a sign of being intentionally deceptive to try to tell a LIE.
>>
>> The x86utm operating system based on an open source x86 emulator. This
>> system enables one C function to execute another C function in debug
>> step mode. When H simulates D it creates a separate process context for
>> D with its own memory, stack and virtual registers. H is able to
>> simulate D simulating itself, thus the only limit to recursive
>> simulations is RAM.
>
> But D is not SPECIFIED in a seperate context, but share code space with
> H, which means it fails to be truely distinctly, like a Turing Machine
> would be.
>
> It is NOT a full "separate process context" as all the contexts share
> code space.
>
>
>>
>> // The following is written in C
>> //
>> 01 typedef int (*ptr)(); // pointer to int function
>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
>> 03
>> 04 int D(ptr x)
>> 05 {
>> 06   int Halt_Status = H(x, x);
>> 07   if (Halt_Status)
>> 08     HERE: goto HERE;
>> 09   return Halt_Status;
>> 10 }
>> 11
>> 12 void main()
>> 13 {
>> 14   D(D);
>> 15 }
>>
>> D correctly simulated by H cannot possibly terminate normally by
>> reaching its own final state at line 09.
>
> But D correctly simulated by a correct simulator would, at least as long
> as you are using an H that answer H(D,D) as 0, as you claim.
H correctly simulates N steps of D until H correctly predicts through
the type of mathematical induction used by termination analyzers that D
correctly simulated by H cannot possibly terminate normally.

int factorial(int n)
{ if(n==0)
return(1);
return(n*factorial(n-1));
}

AProVE correctly determines that factorial(5) halts by
boiling the key behavior of entire function to this:
f(x) → f(x-1) :|: x > 0 && x <= 5

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

Re: Refutation of the Ben Bacarisse Rebuttal

<u6quge$277en$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news.x.richarddamon@xoxy.net (Richard Damon)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Mon, 19 Jun 2023 21:13:49 -0400
Organization: A noiseless patient Spider
Lines: 110
Message-ID: <u6quge$277en$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 01:13:50 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c606c0ae21308414fddd6a6126339eae";
logging-data="2334167"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19y6yFq1lhwUEnYxj05o8ER9gqLCH2Fzxk="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Cancel-Lock: sha1:JAqjfrvVwCDo/5ibaNZ4ToO975Q=
Content-Language: en-US
In-Reply-To: <u6qtqj$273dd$2@dont-email.me>
 by: Richard Damon - Tue, 20 Jun 2023 01:13 UTC

On 6/19/23 9:02 PM, olcott wrote:
> On 6/19/2023 7:45 PM, Richard Damon wrote:
>> On 6/19/23 4:43 PM, olcott wrote:
>>> The behavior of the directly executed P(P) is different than the
>>> behavior of P(P) correctly simulated by H because in the first case H
>>> has already aborted its simulation of its input and in the second case
>>> this has not yet occurred.
>>
>> By what definition of "Correctly Simulated"?
>>
>> The fact that H aborts its simulation has NO affect on the direct
>> execution of the machine, so all you are saying that H has shut its
>> eyes and said "I don't see it, so it didn't happen".
>>
>> That is just FALSEHOOD.
>>
>>>
>>> I now refer to P(P) as D(D).
>>>
>>> Can D correctly simulated by H terminate normally?
>>> No it cannot see the details below.
>>
>> Which is not the question being asked. The fact that it is impossible
>> to design an H that can correctly simulate its input to a halting
>> state just proves that H can not correctly decider that its input is
>> Halting.
>>
>> This does NOT mean that the input can't be Halting, just that H can
>> never prove it.
>>
>> IF H doesn't ever abort its simulation, then yes, the D built on that
>> H is non-halting, but that H never gives that answer, so it is still
>> wrong.
>>
>> Each H gets a DIFFERENT D, since they include the H that the
>> "pathological test" is to be performed on, so the behavior of one D
>> built on a different H doesn't apply, and for correct reasoning, you
>> really need to give each one a different name. Reusing the same name
>> for different machine, and then trying to confuse which one is which
>> is just a sign of being intentionally deceptive to try to tell a LIE.
>>>
>>> The x86utm operating system based on an open source x86 emulator. This
>>> system enables one C function to execute another C function in debug
>>> step mode. When H simulates D it creates a separate process context for
>>> D with its own memory, stack and virtual registers. H is able to
>>> simulate D simulating itself, thus the only limit to recursive
>>> simulations is RAM.
>>
>> But D is not SPECIFIED in a seperate context, but share code space
>> with H, which means it fails to be truely distinctly, like a Turing
>> Machine would be.
>>
>> It is NOT a full "separate process context" as all the contexts share
>> code space.
>>
>>
>>>
>>> // The following is written in C
>>> //
>>> 01 typedef int (*ptr)(); // pointer to int function
>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
>>> 03
>>> 04 int D(ptr x)
>>> 05 {
>>> 06   int Halt_Status = H(x, x);
>>> 07   if (Halt_Status)
>>> 08     HERE: goto HERE;
>>> 09   return Halt_Status;
>>> 10 }
>>> 11
>>> 12 void main()
>>> 13 {
>>> 14   D(D);
>>> 15 }
>>>
>>> D correctly simulated by H cannot possibly terminate normally by
>>> reaching its own final state at line 09.
>>
>> But D correctly simulated by a correct simulator would, at least as
>> long as you are using an H that answer H(D,D) as 0, as you claim.
> H correctly simulates N steps of D until H correctly predicts through
> the type of mathematical induction used by termination analyzers that D
> correctly simulated by H cannot possibly terminate normally.

But that is the wrong prediction. It needs to predict if the input when
run will halt, as THAT is the Halting Question.

Thus, you are just admitting to working on POOP instead of Halting, and
ALL your statements are just LIES.

>
> int factorial(int n)
> {
>   if(n==0)
>     return(1);
>   return(n*factorial(n-1));
> }
>
> AProVE correctly determines that factorial(5) halts by
> boiling the key behavior of entire function to this:
> f(x) → f(x-1) :|: x > 0 && x <= 5
>
>

Wrong Question leads to incorrect answer, and all your work goes down
the drain.

You are just proving you don't understand basic English.

YOU ARE JUST TOO STUPID for this.

Re: Refutation of the Ben Bacarisse Rebuttal

<u6r7dt$2bi2u$3@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Mon, 19 Jun 2023 22:46:05 -0500
Organization: A noiseless patient Spider
Lines: 122
Message-ID: <u6r7dt$2bi2u$3@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 03:46:05 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2476126"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ZHodFI9rRIIYckI7iHZDp"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:Sk2NB2THTcICVLpGl6GREfykSY0=
In-Reply-To: <u6quge$277en$1@dont-email.me>
Content-Language: en-US
 by: olcott - Tue, 20 Jun 2023 03:46 UTC

On 6/19/2023 8:13 PM, Richard Damon wrote:
> On 6/19/23 9:02 PM, olcott wrote:
>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>> On 6/19/23 4:43 PM, olcott wrote:
>>>> The behavior of the directly executed P(P) is different than the
>>>> behavior of P(P) correctly simulated by H because in the first case H
>>>> has already aborted its simulation of its input and in the second case
>>>> this has not yet occurred.
>>>
>>> By what definition of "Correctly Simulated"?
>>>
>>> The fact that H aborts its simulation has NO affect on the direct
>>> execution of the machine, so all you are saying that H has shut its
>>> eyes and said "I don't see it, so it didn't happen".
>>>
>>> That is just FALSEHOOD.
>>>
>>>>
>>>> I now refer to P(P) as D(D).
>>>>
>>>> Can D correctly simulated by H terminate normally?
>>>> No it cannot see the details below.
>>>
>>> Which is not the question being asked. The fact that it is impossible
>>> to design an H that can correctly simulate its input to a halting
>>> state just proves that H can not correctly decider that its input is
>>> Halting.
>>>
>>> This does NOT mean that the input can't be Halting, just that H can
>>> never prove it.
>>>
>>> IF H doesn't ever abort its simulation, then yes, the D built on that
>>> H is non-halting, but that H never gives that answer, so it is still
>>> wrong.
>>>
>>> Each H gets a DIFFERENT D, since they include the H that the
>>> "pathological test" is to be performed on, so the behavior of one D
>>> built on a different H doesn't apply, and for correct reasoning, you
>>> really need to give each one a different name. Reusing the same name
>>> for different machine, and then trying to confuse which one is which
>>> is just a sign of being intentionally deceptive to try to tell a LIE.
>>>>
>>>> The x86utm operating system based on an open source x86 emulator. This
>>>> system enables one C function to execute another C function in debug
>>>> step mode. When H simulates D it creates a separate process context for
>>>> D with its own memory, stack and virtual registers. H is able to
>>>> simulate D simulating itself, thus the only limit to recursive
>>>> simulations is RAM.
>>>
>>> But D is not SPECIFIED in a seperate context, but share code space
>>> with H, which means it fails to be truely distinctly, like a Turing
>>> Machine would be.
>>>
>>> It is NOT a full "separate process context" as all the contexts share
>>> code space.
>>>
>>>
>>>>
>>>> // The following is written in C
>>>> //
>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
>>>> 03
>>>> 04 int D(ptr x)
>>>> 05 {
>>>> 06   int Halt_Status = H(x, x);
>>>> 07   if (Halt_Status)
>>>> 08     HERE: goto HERE;
>>>> 09   return Halt_Status;
>>>> 10 }
>>>> 11
>>>> 12 void main()
>>>> 13 {
>>>> 14   D(D);
>>>> 15 }
>>>>
>>>> D correctly simulated by H cannot possibly terminate normally by
>>>> reaching its own final state at line 09.
>>>
>>> But D correctly simulated by a correct simulator would, at least as
>>> long as you are using an H that answer H(D,D) as 0, as you claim.
>> H correctly simulates N steps of D until H correctly predicts through
>> the type of mathematical induction used by termination analyzers that D
>> correctly simulated by H cannot possibly terminate normally.
>
> But that is the wrong prediction. It needs to predict if the input when
> run will halt, as THAT is the Halting Question.
>

That is just like Jack's question posed to Jack, self-contradictory.
ChatGPT could understand that I am correct.

> Thus, you are just admitting to working on POOP instead of Halting, and
> ALL your statements are just LIES.
>
>>
>> int factorial(int n)
>> {
>>    if(n==0)
>>      return(1);
>>    return(n*factorial(n-1));
>> }
>>
>> AProVE correctly determines that factorial(5) halts by
>> boiling the key behavior of entire function to this:
>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>
>>
> > Wrong Question leads to incorrect answer, and all your work goes down
> the drain.
>

AProVE is the largest termination analysis project in the world.

> You are just proving you don't understand basic English.
>
> YOU ARE JUST TOO STUPID for this.

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

Re: Refutation of the Ben Bacarisse Rebuttal

<JWfkM.7457$Zq81.4718@fx15.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx15.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6r7dt$2bi2u$3@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 132
Message-ID: <JWfkM.7457$Zq81.4718@fx15.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, 20 Jun 2023 07:19:05 -0400
X-Received-Bytes: 5805
 by: Richard Damon - Tue, 20 Jun 2023 11:19 UTC

On 6/19/23 11:46 PM, olcott wrote:
> On 6/19/2023 8:13 PM, Richard Damon wrote:
>> On 6/19/23 9:02 PM, olcott wrote:
>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>> The behavior of the directly executed P(P) is different than the
>>>>> behavior of P(P) correctly simulated by H because in the first case H
>>>>> has already aborted its simulation of its input and in the second case
>>>>> this has not yet occurred.
>>>>
>>>> By what definition of "Correctly Simulated"?
>>>>
>>>> The fact that H aborts its simulation has NO affect on the direct
>>>> execution of the machine, so all you are saying that H has shut its
>>>> eyes and said "I don't see it, so it didn't happen".
>>>>
>>>> That is just FALSEHOOD.
>>>>
>>>>>
>>>>> I now refer to P(P) as D(D).
>>>>>
>>>>> Can D correctly simulated by H terminate normally?
>>>>> No it cannot see the details below.
>>>>
>>>> Which is not the question being asked. The fact that it is
>>>> impossible to design an H that can correctly simulate its input to a
>>>> halting state just proves that H can not correctly decider that its
>>>> input is Halting.
>>>>
>>>> This does NOT mean that the input can't be Halting, just that H can
>>>> never prove it.
>>>>
>>>> IF H doesn't ever abort its simulation, then yes, the D built on
>>>> that H is non-halting, but that H never gives that answer, so it is
>>>> still wrong.
>>>>
>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>> "pathological test" is to be performed on, so the behavior of one D
>>>> built on a different H doesn't apply, and for correct reasoning, you
>>>> really need to give each one a different name. Reusing the same name
>>>> for different machine, and then trying to confuse which one is which
>>>> is just a sign of being intentionally deceptive to try to tell a LIE.
>>>>>
>>>>> The x86utm operating system based on an open source x86 emulator. This
>>>>> system enables one C function to execute another C function in debug
>>>>> step mode. When H simulates D it creates a separate process context
>>>>> for
>>>>> D with its own memory, stack and virtual registers. H is able to
>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>> simulations is RAM.
>>>>
>>>> But D is not SPECIFIED in a seperate context, but share code space
>>>> with H, which means it fails to be truely distinctly, like a Turing
>>>> Machine would be.
>>>>
>>>> It is NOT a full "separate process context" as all the contexts
>>>> share code space.
>>>>
>>>>
>>>>>
>>>>> // The following is written in C
>>>>> //
>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
>>>>> 03
>>>>> 04 int D(ptr x)
>>>>> 05 {
>>>>> 06   int Halt_Status = H(x, x);
>>>>> 07   if (Halt_Status)
>>>>> 08     HERE: goto HERE;
>>>>> 09   return Halt_Status;
>>>>> 10 }
>>>>> 11
>>>>> 12 void main()
>>>>> 13 {
>>>>> 14   D(D);
>>>>> 15 }
>>>>>
>>>>> D correctly simulated by H cannot possibly terminate normally by
>>>>> reaching its own final state at line 09.
>>>>
>>>> But D correctly simulated by a correct simulator would, at least as
>>>> long as you are using an H that answer H(D,D) as 0, as you claim.
>>> H correctly simulates N steps of D until H correctly predicts through
>>> the type of mathematical induction used by termination analyzers that D
>>> correctly simulated by H cannot possibly terminate normally.
>>
>> But that is the wrong prediction. It needs to predict if the input
>> when run will halt, as THAT is the Halting Question.
>>
>
> That is just like Jack's question posed to Jack, self-contradictory.
> ChatGPT could understand that I am correct.

Nope, and you just seem too stupid to understand.

>
>> Thus, you are just admitting to working on POOP instead of Halting,
>> and ALL your statements are just LIES.
>>
>>>
>>> int factorial(int n)
>>> {
>>>    if(n==0)
>>>      return(1);
>>>    return(n*factorial(n-1));
>>> }
>>>
>>> AProVE correctly determines that factorial(5) halts by
>>> boiling the key behavior of entire function to this:
>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>
>>>
>>  > Wrong Question leads to incorrect answer, and all your work goes down
>> the drain.
>>
>
> AProVE is the largest termination analysis project in the world.

Yes, and it probably uses the RIGHT question, will the program halt when
actually run.

It will probably also tell you that D(D) will Halt since H(D,D) returns 0.

Thus, it likely shows you are wrong about everything.

>
>> You are just proving you don't understand basic English.
>>
>> YOU ARE JUST TOO STUPID for this.
>

Re: Refutation of [nothing]

<87jzvyiccj.fsf_-_@bsb.me.uk>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ben.usenet@bsb.me.uk (Ben Bacarisse)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of [nothing]
Date: Tue, 20 Jun 2023 12:48:12 +0100
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <87jzvyiccj.fsf_-_@bsb.me.uk>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="4c6daad976f0015f94eedb7b5cde6d3c";
logging-data="2568609"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/M4j2hRGOkxdSC6VhARraeOTpnhD1wO60="
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:1jZZXN/2YBLQSm8go27YXjLmiUw=
sha1:OKzL7zlunCWnhXpVlhQMNu09AFU=
X-BSB-Auth: 1.92778f2e28d1a4c9c81b.20230620124812BST.87jzvyiccj.fsf_-_@bsb.me.uk
 by: Ben Bacarisse - Tue, 20 Jun 2023 11:48 UTC

Richard Damon <news.x.richarddamon@xoxy.net> writes:
....

If it's all the same to you, I'd much rather PO's stalking threads
(those where tries to get my attention) simply died a natural death.
He's become obsessed with me ever since I stopped talking to him, and I
don't want him encouraged.

If you must reply, at least change the subject so that it's accurate (as
above!).

--
Ben.

Re: Refutation of the Ben Bacarisse Rebuttal

<u6sf1o$2fgh0$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 10:02:14 -0500
Organization: A noiseless patient Spider
Lines: 162
Message-ID: <u6sf1o$2fgh0$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 15:02:16 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2605600"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Jzcsz46//Zdmaji1H+Bxo"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:TyHl+TRjchLtFIujkjsjdhVELOw=
In-Reply-To: <JWfkM.7457$Zq81.4718@fx15.iad>
Content-Language: en-US
 by: olcott - Tue, 20 Jun 2023 15:02 UTC

On 6/20/2023 6:19 AM, Richard Damon wrote:
> On 6/19/23 11:46 PM, olcott wrote:
>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>> On 6/19/23 9:02 PM, olcott wrote:
>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>> The behavior of the directly executed P(P) is different than the
>>>>>> behavior of P(P) correctly simulated by H because in the first case H
>>>>>> has already aborted its simulation of its input and in the second
>>>>>> case
>>>>>> this has not yet occurred.
>>>>>
>>>>> By what definition of "Correctly Simulated"?
>>>>>
>>>>> The fact that H aborts its simulation has NO affect on the direct
>>>>> execution of the machine, so all you are saying that H has shut its
>>>>> eyes and said "I don't see it, so it didn't happen".
>>>>>
>>>>> That is just FALSEHOOD.
>>>>>
>>>>>>
>>>>>> I now refer to P(P) as D(D).
>>>>>>
>>>>>> Can D correctly simulated by H terminate normally?
>>>>>> No it cannot see the details below.
>>>>>
>>>>> Which is not the question being asked. The fact that it is
>>>>> impossible to design an H that can correctly simulate its input to
>>>>> a halting state just proves that H can not correctly decider that
>>>>> its input is Halting.
>>>>>
>>>>> This does NOT mean that the input can't be Halting, just that H can
>>>>> never prove it.
>>>>>
>>>>> IF H doesn't ever abort its simulation, then yes, the D built on
>>>>> that H is non-halting, but that H never gives that answer, so it is
>>>>> still wrong.
>>>>>
>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>> "pathological test" is to be performed on, so the behavior of one D
>>>>> built on a different H doesn't apply, and for correct reasoning,
>>>>> you really need to give each one a different name. Reusing the same
>>>>> name for different machine, and then trying to confuse which one is
>>>>> which is just a sign of being intentionally deceptive to try to
>>>>> tell a LIE.
>>>>>>
>>>>>> The x86utm operating system based on an open source x86 emulator.
>>>>>> This
>>>>>> system enables one C function to execute another C function in debug
>>>>>> step mode. When H simulates D it creates a separate process
>>>>>> context for
>>>>>> D with its own memory, stack and virtual registers. H is able to
>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>> simulations is RAM.
>>>>>
>>>>> But D is not SPECIFIED in a seperate context, but share code space
>>>>> with H, which means it fails to be truely distinctly, like a Turing
>>>>> Machine would be.
>>>>>
>>>>> It is NOT a full "separate process context" as all the contexts
>>>>> share code space.
>>>>>
>>>>>
>>>>>>
>>>>>> // The following is written in C
>>>>>> //
>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
>>>>>> 03
>>>>>> 04 int D(ptr x)
>>>>>> 05 {
>>>>>> 06   int Halt_Status = H(x, x);
>>>>>> 07   if (Halt_Status)
>>>>>> 08     HERE: goto HERE;
>>>>>> 09   return Halt_Status;
>>>>>> 10 }
>>>>>> 11
>>>>>> 12 void main()
>>>>>> 13 {
>>>>>> 14   D(D);
>>>>>> 15 }
>>>>>>
>>>>>> D correctly simulated by H cannot possibly terminate normally by
>>>>>> reaching its own final state at line 09.
>>>>>
>>>>> But D correctly simulated by a correct simulator would, at least as
>>>>> long as you are using an H that answer H(D,D) as 0, as you claim.
>>>> H correctly simulates N steps of D until H correctly predicts through
>>>> the type of mathematical induction used by termination analyzers that D
>>>> correctly simulated by H cannot possibly terminate normally.
>>>
>>> But that is the wrong prediction. It needs to predict if the input
>>> when run will halt, as THAT is the Halting Question.
>>>
>>
>> That is just like Jack's question posed to Jack, self-contradictory.
>> ChatGPT could understand that I am correct.
>
> Nope, and you just seem too stupid to understand.
>
>>
>>> Thus, you are just admitting to working on POOP instead of Halting,
>>> and ALL your statements are just LIES.
>>>
>>>>
>>>> int factorial(int n)
>>>> {
>>>>    if(n==0)
>>>>      return(1);
>>>>    return(n*factorial(n-1));
>>>> }
>>>>
>>>> AProVE correctly determines that factorial(5) halts by
>>>> boiling the key behavior of entire function to this:
>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>
>>>>
>>>  > Wrong Question leads to incorrect answer, and all your work goes down
>>> the drain.
>>>
>>
>> AProVE is the largest termination analysis project in the world.
>
> Yes, and it probably uses the RIGHT question, will the program halt when
> actually run.
>
> It will probably also tell you that D(D) will Halt since H(D,D) returns 0.
>
> Thus, it likely shows you are wrong about everything.

When we use the criteria:
Can D correctly simulated by H ever terminate normally?

After N steps of correct simulation the execution trace of D proves that
D cannot possibly reach its final instruction and terminate normally in
any finite number of steps.

This criteria matches non-halting input and it also matches the cases
where the input D has been intentionally defined to do the opposite of
whatever Boolean value that H returns.

When H returns 1 it means that its input halts and when H return 0
it means that either its input does not halt or D was intentionally
defined to do the opposite of whatever Boolean value that H returns.

To the best of my knowledge no one has ever made this much progress on
the halting problem's pathological input. To the best of my knowledge
everyone else was completely stumped by the halting problem's
pathological input.

>
>>
>>> You are just proving you don't understand basic English.
>>>
>>> YOU ARE JUST TOO STUPID for this.
>>
>

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

Ben Bacarisse specifically targets my posts to discourage honest dialogue ...

<u6sf4m$2fgi8$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Ben Bacarisse specifically targets my posts to discourage honest
dialogue ...
Date: Tue, 20 Jun 2023 10:03:49 -0500
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <u6sf4m$2fgi8$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<87jzvyiccj.fsf_-_@bsb.me.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Jun 2023 15:03:50 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2605640"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+UkxHOXTd18Nfghdrodulr"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:bf7znFZ/07P3+so/Es3H9LEW5Mk=
In-Reply-To: <87jzvyiccj.fsf_-_@bsb.me.uk>
Content-Language: en-US
 by: olcott - Tue, 20 Jun 2023 15:03 UTC

On 6/20/2023 6:48 AM, Ben Bacarisse wrote:
> Richard Damon <news.x.richarddamon@xoxy.net> writes:
> ...
>
> If it's all the same to you, I'd much rather PO's stalking threads
> (those where tries to get my attention) simply died a natural death.
> He's become obsessed with me ever since I stopped talking to him, and I
> don't want him encouraged.
>
> If you must reply, at least change the subject so that it's accurate (as
> above!).
>

When we use the criteria:
Can D correctly simulated by H ever terminate normally?

After N steps of correct simulation the execution trace of D proves that
D cannot possibly reach its final instruction and terminate normally in
any finite number of steps.

This criteria matches non-halting input and it also matches the cases
where the input D has been intentionally defined to do the opposite of
whatever Boolean value that H returns.

When H returns 1 it means that its input halts and when H return 0
it means that either its input does not halt or D was intentionally
defined to do the opposite of whatever Boolean value that H returns.

To the best of my knowledge no one has ever made this much progress on
the halting problem's pathological input. To the best of my knowledge
everyone else was completely stumped by the halting problem's
pathological input.

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

Re: Refutation of the Ben Bacarisse Rebuttal

<gTjkM.3651$WpOe.3136@fx18.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.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:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6sf1o$2fgh0$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 171
Message-ID: <gTjkM.3651$WpOe.3136@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, 20 Jun 2023 11:48:27 -0400
X-Received-Bytes: 7558
 by: Richard Damon - Tue, 20 Jun 2023 15:48 UTC

On 6/20/23 11:02 AM, olcott wrote:
> On 6/20/2023 6:19 AM, Richard Damon wrote:
>> On 6/19/23 11:46 PM, olcott wrote:
>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>> The behavior of the directly executed P(P) is different than the
>>>>>>> behavior of P(P) correctly simulated by H because in the first
>>>>>>> case H
>>>>>>> has already aborted its simulation of its input and in the second
>>>>>>> case
>>>>>>> this has not yet occurred.
>>>>>>
>>>>>> By what definition of "Correctly Simulated"?
>>>>>>
>>>>>> The fact that H aborts its simulation has NO affect on the direct
>>>>>> execution of the machine, so all you are saying that H has shut
>>>>>> its eyes and said "I don't see it, so it didn't happen".
>>>>>>
>>>>>> That is just FALSEHOOD.
>>>>>>
>>>>>>>
>>>>>>> I now refer to P(P) as D(D).
>>>>>>>
>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>> No it cannot see the details below.
>>>>>>
>>>>>> Which is not the question being asked. The fact that it is
>>>>>> impossible to design an H that can correctly simulate its input to
>>>>>> a halting state just proves that H can not correctly decider that
>>>>>> its input is Halting.
>>>>>>
>>>>>> This does NOT mean that the input can't be Halting, just that H
>>>>>> can never prove it.
>>>>>>
>>>>>> IF H doesn't ever abort its simulation, then yes, the D built on
>>>>>> that H is non-halting, but that H never gives that answer, so it
>>>>>> is still wrong.
>>>>>>
>>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>>> "pathological test" is to be performed on, so the behavior of one
>>>>>> D built on a different H doesn't apply, and for correct reasoning,
>>>>>> you really need to give each one a different name. Reusing the
>>>>>> same name for different machine, and then trying to confuse which
>>>>>> one is which is just a sign of being intentionally deceptive to
>>>>>> try to tell a LIE.
>>>>>>>
>>>>>>> The x86utm operating system based on an open source x86 emulator.
>>>>>>> This
>>>>>>> system enables one C function to execute another C function in debug
>>>>>>> step mode. When H simulates D it creates a separate process
>>>>>>> context for
>>>>>>> D with its own memory, stack and virtual registers. H is able to
>>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>>> simulations is RAM.
>>>>>>
>>>>>> But D is not SPECIFIED in a seperate context, but share code space
>>>>>> with H, which means it fails to be truely distinctly, like a
>>>>>> Turing Machine would be.
>>>>>>
>>>>>> It is NOT a full "separate process context" as all the contexts
>>>>>> share code space.
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> // The following is written in C
>>>>>>> //
>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
>>>>>>> 03
>>>>>>> 04 int D(ptr x)
>>>>>>> 05 {
>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>> 07   if (Halt_Status)
>>>>>>> 08     HERE: goto HERE;
>>>>>>> 09   return Halt_Status;
>>>>>>> 10 }
>>>>>>> 11
>>>>>>> 12 void main()
>>>>>>> 13 {
>>>>>>> 14   D(D);
>>>>>>> 15 }
>>>>>>>
>>>>>>> D correctly simulated by H cannot possibly terminate normally by
>>>>>>> reaching its own final state at line 09.
>>>>>>
>>>>>> But D correctly simulated by a correct simulator would, at least
>>>>>> as long as you are using an H that answer H(D,D) as 0, as you claim.
>>>>> H correctly simulates N steps of D until H correctly predicts through
>>>>> the type of mathematical induction used by termination analyzers
>>>>> that D
>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>
>>>> But that is the wrong prediction. It needs to predict if the input
>>>> when run will halt, as THAT is the Halting Question.
>>>>
>>>
>>> That is just like Jack's question posed to Jack, self-contradictory.
>>> ChatGPT could understand that I am correct.
>>
>> Nope, and you just seem too stupid to understand.
>>
>>>
>>>> Thus, you are just admitting to working on POOP instead of Halting,
>>>> and ALL your statements are just LIES.
>>>>
>>>>>
>>>>> int factorial(int n)
>>>>> {
>>>>>    if(n==0)
>>>>>      return(1);
>>>>>    return(n*factorial(n-1));
>>>>> }
>>>>>
>>>>> AProVE correctly determines that factorial(5) halts by
>>>>> boiling the key behavior of entire function to this:
>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>
>>>>>
>>>>  > Wrong Question leads to incorrect answer, and all your work goes
>>>> down
>>>> the drain.
>>>>
>>>
>>> AProVE is the largest termination analysis project in the world.
>>
>> Yes, and it probably uses the RIGHT question, will the program halt
>> when actually run.
>>
>> It will probably also tell you that D(D) will Halt since H(D,D)
>> returns 0.
>>
>> Thus, it likely shows you are wrong about everything.
>
> When we use the criteria:
> Can D correctly simulated by H ever terminate normally?

So you are ADMITTING to working on a different problem, and lying about
what you are doing. Thank you for being honest about that.

Ben is just pointing out the ERRORS in your logic

The fact you can't see that just shows your lack of understanding.

Just because you don't understand something doesn't make it
"inconsistent" or "invalid", the fact that only YOU don't understand it
shows that the problem is with you.

>
> After N steps of correct simulation the execution trace of D proves that
> D cannot possibly reach its final instruction and terminate normally in
> any finite number of steps.
>
> This criteria matches non-halting input and it also matches the cases
> where the input D has been intentionally defined to do the opposite of
> whatever Boolean value that H returns.
>
> When H returns 1 it means that its input halts and when H return 0
> it means that either its input does not halt or D was intentionally
> defined to do the opposite of whatever Boolean value that H returns.
>
> To the best of my knowledge no one has ever made this much progress on
> the halting problem's pathological input. To the best of my knowledge
> everyone else was completely stumped by the halting problem's
> pathological input.
>

Nope, just shows you are ignorant.

Re: Refutation of the Ben Bacarisse Rebuttal

<u6solb$2ggcv$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 12:46:16 -0500
Organization: A noiseless patient Spider
Lines: 191
Message-ID: <u6solb$2ggcv$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 17:46:20 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2638239"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+dugO/1DIUyM7RLR+GTvBe"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:dHjRA5x4J38gDXOpsbR1kqxKHXg=
Content-Language: en-US
In-Reply-To: <gTjkM.3651$WpOe.3136@fx18.iad>
 by: olcott - Tue, 20 Jun 2023 17:46 UTC

On 6/20/2023 10:48 AM, Richard Damon wrote:
> On 6/20/23 11:02 AM, olcott wrote:
>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>> On 6/19/23 11:46 PM, olcott wrote:
>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>> The behavior of the directly executed P(P) is different than the
>>>>>>>> behavior of P(P) correctly simulated by H because in the first
>>>>>>>> case H
>>>>>>>> has already aborted its simulation of its input and in the
>>>>>>>> second case
>>>>>>>> this has not yet occurred.
>>>>>>>
>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>
>>>>>>> The fact that H aborts its simulation has NO affect on the direct
>>>>>>> execution of the machine, so all you are saying that H has shut
>>>>>>> its eyes and said "I don't see it, so it didn't happen".
>>>>>>>
>>>>>>> That is just FALSEHOOD.
>>>>>>>
>>>>>>>>
>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>
>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>> No it cannot see the details below.
>>>>>>>
>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>> impossible to design an H that can correctly simulate its input
>>>>>>> to a halting state just proves that H can not correctly decider
>>>>>>> that its input is Halting.
>>>>>>>
>>>>>>> This does NOT mean that the input can't be Halting, just that H
>>>>>>> can never prove it.
>>>>>>>
>>>>>>> IF H doesn't ever abort its simulation, then yes, the D built on
>>>>>>> that H is non-halting, but that H never gives that answer, so it
>>>>>>> is still wrong.
>>>>>>>
>>>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>>>> "pathological test" is to be performed on, so the behavior of one
>>>>>>> D built on a different H doesn't apply, and for correct
>>>>>>> reasoning, you really need to give each one a different name.
>>>>>>> Reusing the same name for different machine, and then trying to
>>>>>>> confuse which one is which is just a sign of being intentionally
>>>>>>> deceptive to try to tell a LIE.
>>>>>>>>
>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>> emulator. This
>>>>>>>> system enables one C function to execute another C function in
>>>>>>>> debug
>>>>>>>> step mode. When H simulates D it creates a separate process
>>>>>>>> context for
>>>>>>>> D with its own memory, stack and virtual registers. H is able to
>>>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>>>> simulations is RAM.
>>>>>>>
>>>>>>> But D is not SPECIFIED in a seperate context, but share code
>>>>>>> space with H, which means it fails to be truely distinctly, like
>>>>>>> a Turing Machine would be.
>>>>>>>
>>>>>>> It is NOT a full "separate process context" as all the contexts
>>>>>>> share code space.
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> // The following is written in C
>>>>>>>> //
>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its input
>>>>>>>> 03
>>>>>>>> 04 int D(ptr x)
>>>>>>>> 05 {
>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>> 07   if (Halt_Status)
>>>>>>>> 08     HERE: goto HERE;
>>>>>>>> 09   return Halt_Status;
>>>>>>>> 10 }
>>>>>>>> 11
>>>>>>>> 12 void main()
>>>>>>>> 13 {
>>>>>>>> 14   D(D);
>>>>>>>> 15 }
>>>>>>>>
>>>>>>>> D correctly simulated by H cannot possibly terminate normally by
>>>>>>>> reaching its own final state at line 09.
>>>>>>>
>>>>>>> But D correctly simulated by a correct simulator would, at least
>>>>>>> as long as you are using an H that answer H(D,D) as 0, as you claim.
>>>>>> H correctly simulates N steps of D until H correctly predicts through
>>>>>> the type of mathematical induction used by termination analyzers
>>>>>> that D
>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>
>>>>> But that is the wrong prediction. It needs to predict if the input
>>>>> when run will halt, as THAT is the Halting Question.
>>>>>
>>>>
>>>> That is just like Jack's question posed to Jack, self-contradictory.
>>>> ChatGPT could understand that I am correct.
>>>
>>> Nope, and you just seem too stupid to understand.
>>>
>>>>
>>>>> Thus, you are just admitting to working on POOP instead of Halting,
>>>>> and ALL your statements are just LIES.
>>>>>
>>>>>>
>>>>>> int factorial(int n)
>>>>>> {
>>>>>>    if(n==0)
>>>>>>      return(1);
>>>>>>    return(n*factorial(n-1));
>>>>>> }
>>>>>>
>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>> boiling the key behavior of entire function to this:
>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>
>>>>>>
>>>>>  > Wrong Question leads to incorrect answer, and all your work goes
>>>>> down
>>>>> the drain.
>>>>>
>>>>
>>>> AProVE is the largest termination analysis project in the world.
>>>
>>> Yes, and it probably uses the RIGHT question, will the program halt
>>> when actually run.
>>>
>>> It will probably also tell you that D(D) will Halt since H(D,D)
>>> returns 0.
>>>
>>> Thus, it likely shows you are wrong about everything.
>>
>> When we use the criteria:
>> Can D correctly simulated by H ever terminate normally?
>
> So you are ADMITTING to working on a different problem, and lying about
> what you are doing. Thank you for being honest about that.
>
> Ben is just pointing out the ERRORS in your logic
>

When Ben pointed out that H(P,P) reports that P(P) does not halt when
P(P) does halt this seems to be a contradiction to people that lack a
complete understanding.

Because of this I changed the semantic meaning of a return value of 0
from H to mean either that P(P) does not halt or P(P) specifically
targets H to do the opposite of whatever Boolean value that H returns.

When H(P,P) reports that P correctly simulated by H cannot possibly
reach its own last instruction this is an easily verified fact, thus
P(P) does not halt from the point of view of H.

When H returns 0 for input P means either that P does not halt or
P specifically targets H to do the opposite of whatever Boolean
value that H returns not even people with little understanding can
say that this is contradictory.

> The fact you can't see that just shows your lack of understanding.
ChatGPT understood that Jack’s question is a self contradictory
question when posed to Jack.

ChatGPT further understood that this makes Jack’s question posed
to Jack an incorrect question.


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<06mkM.4327$1CTd.966@fx03.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx03.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6solb$2ggcv$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 248
Message-ID: <06mkM.4327$1CTd.966@fx03.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, 20 Jun 2023 14:20:44 -0400
X-Received-Bytes: 10803
 by: Richard Damon - Tue, 20 Jun 2023 18:20 UTC

On 6/20/23 1:46 PM, olcott wrote:
> On 6/20/2023 10:48 AM, Richard Damon wrote:
>> On 6/20/23 11:02 AM, olcott wrote:
>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>> The behavior of the directly executed P(P) is different than the
>>>>>>>>> behavior of P(P) correctly simulated by H because in the first
>>>>>>>>> case H
>>>>>>>>> has already aborted its simulation of its input and in the
>>>>>>>>> second case
>>>>>>>>> this has not yet occurred.
>>>>>>>>
>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>
>>>>>>>> The fact that H aborts its simulation has NO affect on the
>>>>>>>> direct execution of the machine, so all you are saying that H
>>>>>>>> has shut its eyes and said "I don't see it, so it didn't happen".
>>>>>>>>
>>>>>>>> That is just FALSEHOOD.
>>>>>>>>
>>>>>>>>>
>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>
>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>> No it cannot see the details below.
>>>>>>>>
>>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>>> impossible to design an H that can correctly simulate its input
>>>>>>>> to a halting state just proves that H can not correctly decider
>>>>>>>> that its input is Halting.
>>>>>>>>
>>>>>>>> This does NOT mean that the input can't be Halting, just that H
>>>>>>>> can never prove it.
>>>>>>>>
>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D built on
>>>>>>>> that H is non-halting, but that H never gives that answer, so it
>>>>>>>> is still wrong.
>>>>>>>>
>>>>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>>>>> "pathological test" is to be performed on, so the behavior of
>>>>>>>> one D built on a different H doesn't apply, and for correct
>>>>>>>> reasoning, you really need to give each one a different name.
>>>>>>>> Reusing the same name for different machine, and then trying to
>>>>>>>> confuse which one is which is just a sign of being intentionally
>>>>>>>> deceptive to try to tell a LIE.
>>>>>>>>>
>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>> emulator. This
>>>>>>>>> system enables one C function to execute another C function in
>>>>>>>>> debug
>>>>>>>>> step mode. When H simulates D it creates a separate process
>>>>>>>>> context for
>>>>>>>>> D with its own memory, stack and virtual registers. H is able to
>>>>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>>>>> simulations is RAM.
>>>>>>>>
>>>>>>>> But D is not SPECIFIED in a seperate context, but share code
>>>>>>>> space with H, which means it fails to be truely distinctly, like
>>>>>>>> a Turing Machine would be.
>>>>>>>>
>>>>>>>> It is NOT a full "separate process context" as all the contexts
>>>>>>>> share code space.
>>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>> // The following is written in C
>>>>>>>>> //
>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its
>>>>>>>>> input
>>>>>>>>> 03
>>>>>>>>> 04 int D(ptr x)
>>>>>>>>> 05 {
>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>> 09   return Halt_Status;
>>>>>>>>> 10 }
>>>>>>>>> 11
>>>>>>>>> 12 void main()
>>>>>>>>> 13 {
>>>>>>>>> 14   D(D);
>>>>>>>>> 15 }
>>>>>>>>>
>>>>>>>>> D correctly simulated by H cannot possibly terminate normally
>>>>>>>>> by reaching its own final state at line 09.
>>>>>>>>
>>>>>>>> But D correctly simulated by a correct simulator would, at least
>>>>>>>> as long as you are using an H that answer H(D,D) as 0, as you
>>>>>>>> claim.
>>>>>>> H correctly simulates N steps of D until H correctly predicts
>>>>>>> through
>>>>>>> the type of mathematical induction used by termination analyzers
>>>>>>> that D
>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>
>>>>>> But that is the wrong prediction. It needs to predict if the input
>>>>>> when run will halt, as THAT is the Halting Question.
>>>>>>
>>>>>
>>>>> That is just like Jack's question posed to Jack, self-contradictory.
>>>>> ChatGPT could understand that I am correct.
>>>>
>>>> Nope, and you just seem too stupid to understand.
>>>>
>>>>>
>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>
>>>>>>>
>>>>>>> int factorial(int n)
>>>>>>> {
>>>>>>>    if(n==0)
>>>>>>>      return(1);
>>>>>>>    return(n*factorial(n-1));
>>>>>>> }
>>>>>>>
>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>> boiling the key behavior of entire function to this:
>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>
>>>>>>>
>>>>>>  > Wrong Question leads to incorrect answer, and all your work
>>>>>> goes down
>>>>>> the drain.
>>>>>>
>>>>>
>>>>> AProVE is the largest termination analysis project in the world.
>>>>
>>>> Yes, and it probably uses the RIGHT question, will the program halt
>>>> when actually run.
>>>>
>>>> It will probably also tell you that D(D) will Halt since H(D,D)
>>>> returns 0.
>>>>
>>>> Thus, it likely shows you are wrong about everything.
>>>
>>> When we use the criteria:
>>> Can D correctly simulated by H ever terminate normally?
>>
>> So you are ADMITTING to working on a different problem, and lying
>> about what you are doing. Thank you for being honest about that.
>>
>> Ben is just pointing out the ERRORS in your logic
>>
>
> When Ben pointed out that H(P,P) reports that P(P) does not halt when
> P(P) does halt this seems to be a contradiction to people that lack a
> complete understanding.

NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.

It might be a valid POOP decider with your altered criteria, but it
isn't correct as a Halt Decider.


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u6sre8$2go01$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 13:33:43 -0500
Organization: A noiseless patient Spider
Lines: 182
Message-ID: <u6sre8$2go01$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 18:33:44 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2646017"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MGfXBABd8jkOLDwlDRgEw"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:uf4SSWNunEJizw7D5lfcrJvBtW8=
Content-Language: en-US
In-Reply-To: <06mkM.4327$1CTd.966@fx03.iad>
 by: olcott - Tue, 20 Jun 2023 18:33 UTC

On 6/20/2023 1:20 PM, Richard Damon wrote:
> On 6/20/23 1:46 PM, olcott wrote:
>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>> On 6/20/23 11:02 AM, olcott wrote:
>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>> The behavior of the directly executed P(P) is different than the
>>>>>>>>>> behavior of P(P) correctly simulated by H because in the first
>>>>>>>>>> case H
>>>>>>>>>> has already aborted its simulation of its input and in the
>>>>>>>>>> second case
>>>>>>>>>> this has not yet occurred.
>>>>>>>>>
>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>
>>>>>>>>> The fact that H aborts its simulation has NO affect on the
>>>>>>>>> direct execution of the machine, so all you are saying that H
>>>>>>>>> has shut its eyes and said "I don't see it, so it didn't happen".
>>>>>>>>>
>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>
>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>
>>>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>>>> impossible to design an H that can correctly simulate its input
>>>>>>>>> to a halting state just proves that H can not correctly decider
>>>>>>>>> that its input is Halting.
>>>>>>>>>
>>>>>>>>> This does NOT mean that the input can't be Halting, just that H
>>>>>>>>> can never prove it.
>>>>>>>>>
>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D built
>>>>>>>>> on that H is non-halting, but that H never gives that answer,
>>>>>>>>> so it is still wrong.
>>>>>>>>>
>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>>>>>> "pathological test" is to be performed on, so the behavior of
>>>>>>>>> one D built on a different H doesn't apply, and for correct
>>>>>>>>> reasoning, you really need to give each one a different name.
>>>>>>>>> Reusing the same name for different machine, and then trying to
>>>>>>>>> confuse which one is which is just a sign of being
>>>>>>>>> intentionally deceptive to try to tell a LIE.
>>>>>>>>>>
>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>> emulator. This
>>>>>>>>>> system enables one C function to execute another C function in
>>>>>>>>>> debug
>>>>>>>>>> step mode. When H simulates D it creates a separate process
>>>>>>>>>> context for
>>>>>>>>>> D with its own memory, stack and virtual registers. H is able to
>>>>>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>>>>>> simulations is RAM.
>>>>>>>>>
>>>>>>>>> But D is not SPECIFIED in a seperate context, but share code
>>>>>>>>> space with H, which means it fails to be truely distinctly,
>>>>>>>>> like a Turing Machine would be.
>>>>>>>>>
>>>>>>>>> It is NOT a full "separate process context" as all the contexts
>>>>>>>>> share code space.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> // The following is written in C
>>>>>>>>>> //
>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its
>>>>>>>>>> input
>>>>>>>>>> 03
>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>> 05 {
>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>> 10 }
>>>>>>>>>> 11
>>>>>>>>>> 12 void main()
>>>>>>>>>> 13 {
>>>>>>>>>> 14   D(D);
>>>>>>>>>> 15 }
>>>>>>>>>>
>>>>>>>>>> D correctly simulated by H cannot possibly terminate normally
>>>>>>>>>> by reaching its own final state at line 09.
>>>>>>>>>
>>>>>>>>> But D correctly simulated by a correct simulator would, at
>>>>>>>>> least as long as you are using an H that answer H(D,D) as 0, as
>>>>>>>>> you claim.
>>>>>>>> H correctly simulates N steps of D until H correctly predicts
>>>>>>>> through
>>>>>>>> the type of mathematical induction used by termination analyzers
>>>>>>>> that D
>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>
>>>>>>> But that is the wrong prediction. It needs to predict if the
>>>>>>> input when run will halt, as THAT is the Halting Question.
>>>>>>>
>>>>>>
>>>>>> That is just like Jack's question posed to Jack, self-contradictory.
>>>>>> ChatGPT could understand that I am correct.
>>>>>
>>>>> Nope, and you just seem too stupid to understand.
>>>>>
>>>>>>
>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>
>>>>>>>>
>>>>>>>> int factorial(int n)
>>>>>>>> {
>>>>>>>>    if(n==0)
>>>>>>>>      return(1);
>>>>>>>>    return(n*factorial(n-1));
>>>>>>>> }
>>>>>>>>
>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>
>>>>>>>>
>>>>>>>  > Wrong Question leads to incorrect answer, and all your work
>>>>>>> goes down
>>>>>>> the drain.
>>>>>>>
>>>>>>
>>>>>> AProVE is the largest termination analysis project in the world.
>>>>>
>>>>> Yes, and it probably uses the RIGHT question, will the program halt
>>>>> when actually run.
>>>>>
>>>>> It will probably also tell you that D(D) will Halt since H(D,D)
>>>>> returns 0.
>>>>>
>>>>> Thus, it likely shows you are wrong about everything.
>>>>
>>>> When we use the criteria:
>>>> Can D correctly simulated by H ever terminate normally?
>>>
>>> So you are ADMITTING to working on a different problem, and lying
>>> about what you are doing. Thank you for being honest about that.
>>>
>>> Ben is just pointing out the ERRORS in your logic
>>>
>>
>> When Ben pointed out that H(P,P) reports that P(P) does not halt when
>> P(P) does halt this seems to be a contradiction to people that lack a
>> complete understanding.
>
> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>
> It might be a valid POOP decider with your altered criteria, but it
> isn't correct as a Halt Decider.
>
> You don't get to change the meaning of words, attempting to just shows
> you are a liar.
>
> Halting is a property of the original machine, not of the partial
> simulation that H does.
>>
>> Because of this I changed the semantic meaning of a return value of 0
>> from H to mean either that P(P) does not halt or P(P) specifically
>> targets H to do the opposite of whatever Boolean value that H returns.
>
> Which means you H need to return BOTH a 0 and 1 at the same time,
Not at all. Not the least little bit.
A return value of 0 also indicates that input D intentionally targets
H by doing the opposite of whatever Boolean value that H returns.


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<H1okM.865$Ect9.276@fx44.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx44.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6sre8$2go01$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 199
Message-ID: <H1okM.865$Ect9.276@fx44.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, 20 Jun 2023 16:32:39 -0400
X-Received-Bytes: 9235
 by: Richard Damon - Tue, 20 Jun 2023 20:32 UTC

On 6/20/23 2:33 PM, olcott wrote:
> On 6/20/2023 1:20 PM, Richard Damon wrote:
>> On 6/20/23 1:46 PM, olcott wrote:
>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>> The behavior of the directly executed P(P) is different than the
>>>>>>>>>>> behavior of P(P) correctly simulated by H because in the
>>>>>>>>>>> first case H
>>>>>>>>>>> has already aborted its simulation of its input and in the
>>>>>>>>>>> second case
>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>
>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>
>>>>>>>>>> The fact that H aborts its simulation has NO affect on the
>>>>>>>>>> direct execution of the machine, so all you are saying that H
>>>>>>>>>> has shut its eyes and said "I don't see it, so it didn't happen".
>>>>>>>>>>
>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>
>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>
>>>>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>>>>> impossible to design an H that can correctly simulate its
>>>>>>>>>> input to a halting state just proves that H can not correctly
>>>>>>>>>> decider that its input is Halting.
>>>>>>>>>>
>>>>>>>>>> This does NOT mean that the input can't be Halting, just that
>>>>>>>>>> H can never prove it.
>>>>>>>>>>
>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D built
>>>>>>>>>> on that H is non-halting, but that H never gives that answer,
>>>>>>>>>> so it is still wrong.
>>>>>>>>>>
>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>>>>>>> "pathological test" is to be performed on, so the behavior of
>>>>>>>>>> one D built on a different H doesn't apply, and for correct
>>>>>>>>>> reasoning, you really need to give each one a different name.
>>>>>>>>>> Reusing the same name for different machine, and then trying
>>>>>>>>>> to confuse which one is which is just a sign of being
>>>>>>>>>> intentionally deceptive to try to tell a LIE.
>>>>>>>>>>>
>>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>>> emulator. This
>>>>>>>>>>> system enables one C function to execute another C function
>>>>>>>>>>> in debug
>>>>>>>>>>> step mode. When H simulates D it creates a separate process
>>>>>>>>>>> context for
>>>>>>>>>>> D with its own memory, stack and virtual registers. H is able to
>>>>>>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>
>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share code
>>>>>>>>>> space with H, which means it fails to be truely distinctly,
>>>>>>>>>> like a Turing Machine would be.
>>>>>>>>>>
>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>> contexts share code space.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> // The following is written in C
>>>>>>>>>>> //
>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate its
>>>>>>>>>>> input
>>>>>>>>>>> 03
>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>> 05 {
>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>> 10 }
>>>>>>>>>>> 11
>>>>>>>>>>> 12 void main()
>>>>>>>>>>> 13 {
>>>>>>>>>>> 14   D(D);
>>>>>>>>>>> 15 }
>>>>>>>>>>>
>>>>>>>>>>> D correctly simulated by H cannot possibly terminate normally
>>>>>>>>>>> by reaching its own final state at line 09.
>>>>>>>>>>
>>>>>>>>>> But D correctly simulated by a correct simulator would, at
>>>>>>>>>> least as long as you are using an H that answer H(D,D) as 0,
>>>>>>>>>> as you claim.
>>>>>>>>> H correctly simulates N steps of D until H correctly predicts
>>>>>>>>> through
>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>> analyzers that D
>>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>>
>>>>>>>> But that is the wrong prediction. It needs to predict if the
>>>>>>>> input when run will halt, as THAT is the Halting Question.
>>>>>>>>
>>>>>>>
>>>>>>> That is just like Jack's question posed to Jack, self-contradictory.
>>>>>>> ChatGPT could understand that I am correct.
>>>>>>
>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>
>>>>>>>
>>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>>
>>>>>>>>>
>>>>>>>>> int factorial(int n)
>>>>>>>>> {
>>>>>>>>>    if(n==0)
>>>>>>>>>      return(1);
>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>
>>>>>>>>>
>>>>>>>>  > Wrong Question leads to incorrect answer, and all your work
>>>>>>>> goes down
>>>>>>>> the drain.
>>>>>>>>
>>>>>>>
>>>>>>> AProVE is the largest termination analysis project in the world.
>>>>>>
>>>>>> Yes, and it probably uses the RIGHT question, will the program
>>>>>> halt when actually run.
>>>>>>
>>>>>> It will probably also tell you that D(D) will Halt since H(D,D)
>>>>>> returns 0.
>>>>>>
>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>
>>>>> When we use the criteria:
>>>>> Can D correctly simulated by H ever terminate normally?
>>>>
>>>> So you are ADMITTING to working on a different problem, and lying
>>>> about what you are doing. Thank you for being honest about that.
>>>>
>>>> Ben is just pointing out the ERRORS in your logic
>>>>
>>>
>>> When Ben pointed out that H(P,P) reports that P(P) does not halt when
>>> P(P) does halt this seems to be a contradiction to people that lack a
>>> complete understanding.
>>
>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>
>> It might be a valid POOP decider with your altered criteria, but it
>> isn't correct as a Halt Decider.
>>
>> You don't get to change the meaning of words, attempting to just shows
>> you are a liar.
>>
>> Halting is a property of the original machine, not of the partial
>> simulation that H does.
>>>
>>> Because of this I changed the semantic meaning of a return value of 0
>>> from H to mean either that P(P) does not halt or P(P) specifically
>>> targets H to do the opposite of whatever Boolean value that H returns.
>>
>> Which means you H need to return BOTH a 0 and 1 at the same time,
> Not at all. Not the least little bit.
> A return value of 0 also indicates that input D intentionally targets
> H by doing the opposite of whatever Boolean value that H returns.


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u6t2nm$2hh2e$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 15:38:13 -0500
Organization: A noiseless patient Spider
Lines: 198
Message-ID: <u6t2nm$2hh2e$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 20:38:14 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2671694"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19HbYMkqkfEm6gSW1JlcGpb"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:kGbeM56ziDXcUKNMy3dfzjcgQXg=
In-Reply-To: <H1okM.865$Ect9.276@fx44.iad>
Content-Language: en-US
 by: olcott - Tue, 20 Jun 2023 20:38 UTC

On 6/20/2023 3:32 PM, Richard Damon wrote:
> On 6/20/23 2:33 PM, olcott wrote:
>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>> On 6/20/23 1:46 PM, olcott wrote:
>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>> The behavior of the directly executed P(P) is different than
>>>>>>>>>>>> the
>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in the
>>>>>>>>>>>> first case H
>>>>>>>>>>>> has already aborted its simulation of its input and in the
>>>>>>>>>>>> second case
>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>
>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>
>>>>>>>>>>> The fact that H aborts its simulation has NO affect on the
>>>>>>>>>>> direct execution of the machine, so all you are saying that H
>>>>>>>>>>> has shut its eyes and said "I don't see it, so it didn't
>>>>>>>>>>> happen".
>>>>>>>>>>>
>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>
>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>
>>>>>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>>>>>> impossible to design an H that can correctly simulate its
>>>>>>>>>>> input to a halting state just proves that H can not correctly
>>>>>>>>>>> decider that its input is Halting.
>>>>>>>>>>>
>>>>>>>>>>> This does NOT mean that the input can't be Halting, just that
>>>>>>>>>>> H can never prove it.
>>>>>>>>>>>
>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D built
>>>>>>>>>>> on that H is non-halting, but that H never gives that answer,
>>>>>>>>>>> so it is still wrong.
>>>>>>>>>>>
>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>>>>>>>> "pathological test" is to be performed on, so the behavior of
>>>>>>>>>>> one D built on a different H doesn't apply, and for correct
>>>>>>>>>>> reasoning, you really need to give each one a different name.
>>>>>>>>>>> Reusing the same name for different machine, and then trying
>>>>>>>>>>> to confuse which one is which is just a sign of being
>>>>>>>>>>> intentionally deceptive to try to tell a LIE.
>>>>>>>>>>>>
>>>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>>>> emulator. This
>>>>>>>>>>>> system enables one C function to execute another C function
>>>>>>>>>>>> in debug
>>>>>>>>>>>> step mode. When H simulates D it creates a separate process
>>>>>>>>>>>> context for
>>>>>>>>>>>> D with its own memory, stack and virtual registers. H is
>>>>>>>>>>>> able to
>>>>>>>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>
>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share code
>>>>>>>>>>> space with H, which means it fails to be truely distinctly,
>>>>>>>>>>> like a Turing Machine would be.
>>>>>>>>>>>
>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>> //
>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate
>>>>>>>>>>>> its input
>>>>>>>>>>>> 03
>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>> 05 {
>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>> 10 }
>>>>>>>>>>>> 11
>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>> 13 {
>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>> 15 }
>>>>>>>>>>>>
>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>
>>>>>>>>>>> But D correctly simulated by a correct simulator would, at
>>>>>>>>>>> least as long as you are using an H that answer H(D,D) as 0,
>>>>>>>>>>> as you claim.
>>>>>>>>>> H correctly simulates N steps of D until H correctly predicts
>>>>>>>>>> through
>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>> analyzers that D
>>>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>>>
>>>>>>>>> But that is the wrong prediction. It needs to predict if the
>>>>>>>>> input when run will halt, as THAT is the Halting Question.
>>>>>>>>>
>>>>>>>>
>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>> self-contradictory.
>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>
>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>
>>>>>>>>
>>>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> int factorial(int n)
>>>>>>>>>> {
>>>>>>>>>>    if(n==0)
>>>>>>>>>>      return(1);
>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>  > Wrong Question leads to incorrect answer, and all your work
>>>>>>>>> goes down
>>>>>>>>> the drain.
>>>>>>>>>
>>>>>>>>
>>>>>>>> AProVE is the largest termination analysis project in the world.
>>>>>>>
>>>>>>> Yes, and it probably uses the RIGHT question, will the program
>>>>>>> halt when actually run.
>>>>>>>
>>>>>>> It will probably also tell you that D(D) will Halt since H(D,D)
>>>>>>> returns 0.
>>>>>>>
>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>
>>>>>> When we use the criteria:
>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>
>>>>> So you are ADMITTING to working on a different problem, and lying
>>>>> about what you are doing. Thank you for being honest about that.
>>>>>
>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>
>>>>
>>>> When Ben pointed out that H(P,P) reports that P(P) does not halt when
>>>> P(P) does halt this seems to be a contradiction to people that lack a
>>>> complete understanding.
>>>
>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>
>>> It might be a valid POOP decider with your altered criteria, but it
>>> isn't correct as a Halt Decider.
>>>
>>> You don't get to change the meaning of words, attempting to just
>>> shows you are a liar.
>>>
>>> Halting is a property of the original machine, not of the partial
>>> simulation that H does.
>>>>
>>>> Because of this I changed the semantic meaning of a return value of 0
>>>> from H to mean either that P(P) does not halt or P(P) specifically
>>>> targets H to do the opposite of whatever Boolean value that H returns.
>>>
>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>> Not at all. Not the least little bit.
>> A return value of 0 also indicates that input D intentionally targets
>> H by doing the opposite of whatever Boolean value that H returns.
>
> But a return of 1 signals that it halts, which it does.
>
> You don't seem to understand English.
>
> The Halting Problem asks if the Machine Described by the input Halts.
>
> It Does (for the H that you are cliaming to be correct)
>
> Therefore, the correct answer is YES / Halting, and you are PROVED to be
> a LIAR.
If I am the one that is a Liar then why did you already say that 1 is
the wrong answer and are now saying that it is the right answer?


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<1fokM.7187$Vpga.2560@fx09.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx09.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6t2nm$2hh2e$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 208
Message-ID: <1fokM.7187$Vpga.2560@fx09.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, 20 Jun 2023 16:46:53 -0400
X-Received-Bytes: 10086
 by: Richard Damon - Tue, 20 Jun 2023 20:46 UTC

On 6/20/23 4:38 PM, olcott wrote:
> On 6/20/2023 3:32 PM, Richard Damon wrote:
>> On 6/20/23 2:33 PM, olcott wrote:
>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>> The behavior of the directly executed P(P) is different
>>>>>>>>>>>>> than the
>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in the
>>>>>>>>>>>>> first case H
>>>>>>>>>>>>> has already aborted its simulation of its input and in the
>>>>>>>>>>>>> second case
>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>
>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>
>>>>>>>>>>>> The fact that H aborts its simulation has NO affect on the
>>>>>>>>>>>> direct execution of the machine, so all you are saying that
>>>>>>>>>>>> H has shut its eyes and said "I don't see it, so it didn't
>>>>>>>>>>>> happen".
>>>>>>>>>>>>
>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>
>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>
>>>>>>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>>>>>>> impossible to design an H that can correctly simulate its
>>>>>>>>>>>> input to a halting state just proves that H can not
>>>>>>>>>>>> correctly decider that its input is Halting.
>>>>>>>>>>>>
>>>>>>>>>>>> This does NOT mean that the input can't be Halting, just
>>>>>>>>>>>> that H can never prove it.
>>>>>>>>>>>>
>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D
>>>>>>>>>>>> built on that H is non-halting, but that H never gives that
>>>>>>>>>>>> answer, so it is still wrong.
>>>>>>>>>>>>
>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that the
>>>>>>>>>>>> "pathological test" is to be performed on, so the behavior
>>>>>>>>>>>> of one D built on a different H doesn't apply, and for
>>>>>>>>>>>> correct reasoning, you really need to give each one a
>>>>>>>>>>>> different name. Reusing the same name for different machine,
>>>>>>>>>>>> and then trying to confuse which one is which is just a sign
>>>>>>>>>>>> of being intentionally deceptive to try to tell a LIE.
>>>>>>>>>>>>>
>>>>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>>>>> emulator. This
>>>>>>>>>>>>> system enables one C function to execute another C function
>>>>>>>>>>>>> in debug
>>>>>>>>>>>>> step mode. When H simulates D it creates a separate process
>>>>>>>>>>>>> context for
>>>>>>>>>>>>> D with its own memory, stack and virtual registers. H is
>>>>>>>>>>>>> able to
>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to recursive
>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>
>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share code
>>>>>>>>>>>> space with H, which means it fails to be truely distinctly,
>>>>>>>>>>>> like a Turing Machine would be.
>>>>>>>>>>>>
>>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>> //
>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate
>>>>>>>>>>>>> its input
>>>>>>>>>>>>> 03
>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>> 11
>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>
>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>
>>>>>>>>>>>> But D correctly simulated by a correct simulator would, at
>>>>>>>>>>>> least as long as you are using an H that answer H(D,D) as 0,
>>>>>>>>>>>> as you claim.
>>>>>>>>>>> H correctly simulates N steps of D until H correctly predicts
>>>>>>>>>>> through
>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>> analyzers that D
>>>>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>>>>
>>>>>>>>>> But that is the wrong prediction. It needs to predict if the
>>>>>>>>>> input when run will halt, as THAT is the Halting Question.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>> self-contradictory.
>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>
>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>
>>>>>>>>>
>>>>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>> {
>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>      return(1);
>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all your work
>>>>>>>>>> goes down
>>>>>>>>>> the drain.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> AProVE is the largest termination analysis project in the world.
>>>>>>>>
>>>>>>>> Yes, and it probably uses the RIGHT question, will the program
>>>>>>>> halt when actually run.
>>>>>>>>
>>>>>>>> It will probably also tell you that D(D) will Halt since H(D,D)
>>>>>>>> returns 0.
>>>>>>>>
>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>
>>>>>>> When we use the criteria:
>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>
>>>>>> So you are ADMITTING to working on a different problem, and lying
>>>>>> about what you are doing. Thank you for being honest about that.
>>>>>>
>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>
>>>>>
>>>>> When Ben pointed out that H(P,P) reports that P(P) does not halt when
>>>>> P(P) does halt this seems to be a contradiction to people that lack a
>>>>> complete understanding.
>>>>
>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>
>>>> It might be a valid POOP decider with your altered criteria, but it
>>>> isn't correct as a Halt Decider.
>>>>
>>>> You don't get to change the meaning of words, attempting to just
>>>> shows you are a liar.
>>>>
>>>> Halting is a property of the original machine, not of the partial
>>>> simulation that H does.
>>>>>
>>>>> Because of this I changed the semantic meaning of a return value of 0
>>>>> from H to mean either that P(P) does not halt or P(P) specifically
>>>>> targets H to do the opposite of whatever Boolean value that H returns.
>>>>
>>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>>> Not at all. Not the least little bit.
>>> A return value of 0 also indicates that input D intentionally targets
>>> H by doing the opposite of whatever Boolean value that H returns.
>>
>> But a return of 1 signals that it halts, which it does.
>>
>> You don't seem to understand English.
>>
>> The Halting Problem asks if the Machine Described by the input Halts.
>>
>> It Does (for the H that you are cliaming to be correct)
>>
>> Therefore, the correct answer is YES / Halting, and you are PROVED to
>> be a LIAR.
> If I am the one that is a Liar then why did you already say that 1 is
> the wrong answer and are now saying that it is the right answer?
>


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u6t5jr$2hu9u$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 16:27:22 -0500
Organization: A noiseless patient Spider
Lines: 208
Message-ID: <u6t5jr$2hu9u$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 21:27:23 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2685246"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+kGeRnHJBRwCl2XZL9vYt/"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:QCn7/kY+WbeiHJvCyXbEIk1YjCM=
In-Reply-To: <1fokM.7187$Vpga.2560@fx09.iad>
Content-Language: en-US
 by: olcott - Tue, 20 Jun 2023 21:27 UTC

On 6/20/2023 3:46 PM, Richard Damon wrote:
> On 6/20/23 4:38 PM, olcott wrote:
>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>> On 6/20/23 2:33 PM, olcott wrote:
>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>> The behavior of the directly executed P(P) is different
>>>>>>>>>>>>>> than the
>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in the
>>>>>>>>>>>>>> first case H
>>>>>>>>>>>>>> has already aborted its simulation of its input and in the
>>>>>>>>>>>>>> second case
>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>
>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>
>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect on the
>>>>>>>>>>>>> direct execution of the machine, so all you are saying that
>>>>>>>>>>>>> H has shut its eyes and said "I don't see it, so it didn't
>>>>>>>>>>>>> happen".
>>>>>>>>>>>>>
>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>>>>>>>> impossible to design an H that can correctly simulate its
>>>>>>>>>>>>> input to a halting state just proves that H can not
>>>>>>>>>>>>> correctly decider that its input is Halting.
>>>>>>>>>>>>>
>>>>>>>>>>>>> This does NOT mean that the input can't be Halting, just
>>>>>>>>>>>>> that H can never prove it.
>>>>>>>>>>>>>
>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D
>>>>>>>>>>>>> built on that H is non-halting, but that H never gives that
>>>>>>>>>>>>> answer, so it is still wrong.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that
>>>>>>>>>>>>> the "pathological test" is to be performed on, so the
>>>>>>>>>>>>> behavior of one D built on a different H doesn't apply, and
>>>>>>>>>>>>> for correct reasoning, you really need to give each one a
>>>>>>>>>>>>> different name. Reusing the same name for different
>>>>>>>>>>>>> machine, and then trying to confuse which one is which is
>>>>>>>>>>>>> just a sign of being intentionally deceptive to try to tell
>>>>>>>>>>>>> a LIE.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>>>>>> emulator. This
>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>> D with its own memory, stack and virtual registers. H is
>>>>>>>>>>>>>> able to
>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to
>>>>>>>>>>>>>> recursive
>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>
>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share
>>>>>>>>>>>>> code space with H, which means it fails to be truely
>>>>>>>>>>>>> distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>
>>>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>> //
>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate
>>>>>>>>>>>>>> its input
>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>>
>>>>>>>>>>>>> But D correctly simulated by a correct simulator would, at
>>>>>>>>>>>>> least as long as you are using an H that answer H(D,D) as
>>>>>>>>>>>>> 0, as you claim.
>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>> predicts through
>>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>>> analyzers that D
>>>>>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>>>>>
>>>>>>>>>>> But that is the wrong prediction. It needs to predict if the
>>>>>>>>>>> input when run will halt, as THAT is the Halting Question.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>> self-contradictory.
>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>
>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>> {
>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>> }
>>>>>>>>>>>>
>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all your
>>>>>>>>>>> work goes down
>>>>>>>>>>> the drain.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> AProVE is the largest termination analysis project in the world.
>>>>>>>>>
>>>>>>>>> Yes, and it probably uses the RIGHT question, will the program
>>>>>>>>> halt when actually run.
>>>>>>>>>
>>>>>>>>> It will probably also tell you that D(D) will Halt since H(D,D)
>>>>>>>>> returns 0.
>>>>>>>>>
>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>
>>>>>>>> When we use the criteria:
>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>
>>>>>>> So you are ADMITTING to working on a different problem, and lying
>>>>>>> about what you are doing. Thank you for being honest about that.
>>>>>>>
>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>
>>>>>>
>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not halt when
>>>>>> P(P) does halt this seems to be a contradiction to people that lack a
>>>>>> complete understanding.
>>>>>
>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>
>>>>> It might be a valid POOP decider with your altered criteria, but it
>>>>> isn't correct as a Halt Decider.
>>>>>
>>>>> You don't get to change the meaning of words, attempting to just
>>>>> shows you are a liar.
>>>>>
>>>>> Halting is a property of the original machine, not of the partial
>>>>> simulation that H does.
>>>>>>
>>>>>> Because of this I changed the semantic meaning of a return value of 0
>>>>>> from H to mean either that P(P) does not halt or P(P) specifically
>>>>>> targets H to do the opposite of whatever Boolean value that H
>>>>>> returns.
>>>>>
>>>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>>>> Not at all. Not the least little bit.
>>>> A return value of 0 also indicates that input D intentionally targets
>>>> H by doing the opposite of whatever Boolean value that H returns.
>>>
>>> But a return of 1 signals that it halts, which it does.
>>>
>>> You don't seem to understand English.
>>>
>>> The Halting Problem asks if the Machine Described by the input Halts.
>>>
>>> It Does (for the H that you are cliaming to be correct)
>>>
>>> Therefore, the correct answer is YES / Halting, and you are PROVED to
>>> be a LIAR.
>> If I am the one that is a Liar then why did you already say that 1 is
>> the wrong answer and are now saying that it is the right answer?
>>
>
> Where did I say that 1 is the wrong answer to THAT question.
>
What happens when H returns 1 to D?


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<JgpkM.839$3XE8.474@fx42.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx42.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6t5jr$2hu9u$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 223
Message-ID: <JgpkM.839$3XE8.474@fx42.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, 20 Jun 2023 17:56:57 -0400
X-Received-Bytes: 10785
 by: Richard Damon - Tue, 20 Jun 2023 21:56 UTC

On 6/20/23 5:27 PM, olcott wrote:
> On 6/20/2023 3:46 PM, Richard Damon wrote:
>> On 6/20/23 4:38 PM, olcott wrote:
>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is different
>>>>>>>>>>>>>>> than the
>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in the
>>>>>>>>>>>>>>> first case H
>>>>>>>>>>>>>>> has already aborted its simulation of its input and in
>>>>>>>>>>>>>>> the second case
>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect on the
>>>>>>>>>>>>>> direct execution of the machine, so all you are saying
>>>>>>>>>>>>>> that H has shut its eyes and said "I don't see it, so it
>>>>>>>>>>>>>> didn't happen".
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Which is not the question being asked. The fact that it is
>>>>>>>>>>>>>> impossible to design an H that can correctly simulate its
>>>>>>>>>>>>>> input to a halting state just proves that H can not
>>>>>>>>>>>>>> correctly decider that its input is Halting.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting, just
>>>>>>>>>>>>>> that H can never prove it.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D
>>>>>>>>>>>>>> built on that H is non-halting, but that H never gives
>>>>>>>>>>>>>> that answer, so it is still wrong.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that
>>>>>>>>>>>>>> the "pathological test" is to be performed on, so the
>>>>>>>>>>>>>> behavior of one D built on a different H doesn't apply,
>>>>>>>>>>>>>> and for correct reasoning, you really need to give each
>>>>>>>>>>>>>> one a different name. Reusing the same name for different
>>>>>>>>>>>>>> machine, and then trying to confuse which one is which is
>>>>>>>>>>>>>> just a sign of being intentionally deceptive to try to
>>>>>>>>>>>>>> tell a LIE.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>>>>>>> emulator. This
>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>>> D with its own memory, stack and virtual registers. H is
>>>>>>>>>>>>>>> able to
>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to
>>>>>>>>>>>>>>> recursive
>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share
>>>>>>>>>>>>>> code space with H, which means it fails to be truely
>>>>>>>>>>>>>> distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to simulate
>>>>>>>>>>>>>>> its input
>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> But D correctly simulated by a correct simulator would, at
>>>>>>>>>>>>>> least as long as you are using an H that answer H(D,D) as
>>>>>>>>>>>>>> 0, as you claim.
>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>>>> analyzers that D
>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>>>>>>
>>>>>>>>>>>> But that is the wrong prediction. It needs to predict if the
>>>>>>>>>>>> input when run will halt, as THAT is the Halting Question.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>> self-contradictory.
>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>
>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>> {
>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>> }
>>>>>>>>>>>>>
>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all your
>>>>>>>>>>>> work goes down
>>>>>>>>>>>> the drain.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> AProVE is the largest termination analysis project in the world.
>>>>>>>>>>
>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the program
>>>>>>>>>> halt when actually run.
>>>>>>>>>>
>>>>>>>>>> It will probably also tell you that D(D) will Halt since
>>>>>>>>>> H(D,D) returns 0.
>>>>>>>>>>
>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>
>>>>>>>>> When we use the criteria:
>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>
>>>>>>>> So you are ADMITTING to working on a different problem, and
>>>>>>>> lying about what you are doing. Thank you for being honest about
>>>>>>>> that.
>>>>>>>>
>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>
>>>>>>>
>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not halt
>>>>>>> when
>>>>>>> P(P) does halt this seems to be a contradiction to people that
>>>>>>> lack a
>>>>>>> complete understanding.
>>>>>>
>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>
>>>>>> It might be a valid POOP decider with your altered criteria, but
>>>>>> it isn't correct as a Halt Decider.
>>>>>>
>>>>>> You don't get to change the meaning of words, attempting to just
>>>>>> shows you are a liar.
>>>>>>
>>>>>> Halting is a property of the original machine, not of the partial
>>>>>> simulation that H does.
>>>>>>>
>>>>>>> Because of this I changed the semantic meaning of a return value
>>>>>>> of 0
>>>>>>> from H to mean either that P(P) does not halt or P(P) specifically
>>>>>>> targets H to do the opposite of whatever Boolean value that H
>>>>>>> returns.
>>>>>>
>>>>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>>>>> Not at all. Not the least little bit.
>>>>> A return value of 0 also indicates that input D intentionally targets
>>>>> H by doing the opposite of whatever Boolean value that H returns.
>>>>
>>>> But a return of 1 signals that it halts, which it does.
>>>>
>>>> You don't seem to understand English.
>>>>
>>>> The Halting Problem asks if the Machine Described by the input Halts.
>>>>
>>>> It Does (for the H that you are cliaming to be correct)
>>>>
>>>> Therefore, the correct answer is YES / Halting, and you are PROVED
>>>> to be a LIAR.
>>> If I am the one that is a Liar then why did you already say that 1 is
>>> the wrong answer and are now saying that it is the right answer?
>>>
>>
>> Where did I say that 1 is the wrong answer to THAT question.
>>
> What happens when H returns 1 to D?
>


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u6t8kt$2iavi$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 17:19:07 -0500
Organization: A noiseless patient Spider
Lines: 236
Message-ID: <u6t8kt$2iavi$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me> <JgpkM.839$3XE8.474@fx42.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 22:19:09 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ed643445410f82d7b44362150a53c93e";
logging-data="2698226"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19d52dHlBxEsmzoDkqSA4fH"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:yS9W+xSTzo+HqZopl2IJ4EqYzFU=
In-Reply-To: <JgpkM.839$3XE8.474@fx42.iad>
Content-Language: en-US
 by: olcott - Tue, 20 Jun 2023 22:19 UTC

On 6/20/2023 4:56 PM, Richard Damon wrote:
> On 6/20/23 5:27 PM, olcott wrote:
>> On 6/20/2023 3:46 PM, Richard Damon wrote:
>>> On 6/20/23 4:38 PM, olcott wrote:
>>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is different
>>>>>>>>>>>>>>>> than the
>>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in the
>>>>>>>>>>>>>>>> first case H
>>>>>>>>>>>>>>>> has already aborted its simulation of its input and in
>>>>>>>>>>>>>>>> the second case
>>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect on
>>>>>>>>>>>>>>> the direct execution of the machine, so all you are
>>>>>>>>>>>>>>> saying that H has shut its eyes and said "I don't see it,
>>>>>>>>>>>>>>> so it didn't happen".
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Which is not the question being asked. The fact that it
>>>>>>>>>>>>>>> is impossible to design an H that can correctly simulate
>>>>>>>>>>>>>>> its input to a halting state just proves that H can not
>>>>>>>>>>>>>>> correctly decider that its input is Halting.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting, just
>>>>>>>>>>>>>>> that H can never prove it.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D
>>>>>>>>>>>>>>> built on that H is non-halting, but that H never gives
>>>>>>>>>>>>>>> that answer, so it is still wrong.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that
>>>>>>>>>>>>>>> the "pathological test" is to be performed on, so the
>>>>>>>>>>>>>>> behavior of one D built on a different H doesn't apply,
>>>>>>>>>>>>>>> and for correct reasoning, you really need to give each
>>>>>>>>>>>>>>> one a different name. Reusing the same name for different
>>>>>>>>>>>>>>> machine, and then trying to confuse which one is which is
>>>>>>>>>>>>>>> just a sign of being intentionally deceptive to try to
>>>>>>>>>>>>>>> tell a LIE.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>>>>>>>> emulator. This
>>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>>>> D with its own memory, stack and virtual registers. H is
>>>>>>>>>>>>>>>> able to
>>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to
>>>>>>>>>>>>>>>> recursive
>>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share
>>>>>>>>>>>>>>> code space with H, which means it fails to be truely
>>>>>>>>>>>>>>> distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to
>>>>>>>>>>>>>>>> simulate its input
>>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> But D correctly simulated by a correct simulator would,
>>>>>>>>>>>>>>> at least as long as you are using an H that answer H(D,D)
>>>>>>>>>>>>>>> as 0, as you claim.
>>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>>>>> analyzers that D
>>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>>>>>>>
>>>>>>>>>>>>> But that is the wrong prediction. It needs to predict if
>>>>>>>>>>>>> the input when run will halt, as THAT is the Halting Question.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>>> self-contradictory.
>>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>>
>>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all your
>>>>>>>>>>>>> work goes down
>>>>>>>>>>>>> the drain.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> AProVE is the largest termination analysis project in the
>>>>>>>>>>>> world.
>>>>>>>>>>>
>>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the
>>>>>>>>>>> program halt when actually run.
>>>>>>>>>>>
>>>>>>>>>>> It will probably also tell you that D(D) will Halt since
>>>>>>>>>>> H(D,D) returns 0.
>>>>>>>>>>>
>>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>>
>>>>>>>>>> When we use the criteria:
>>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>>
>>>>>>>>> So you are ADMITTING to working on a different problem, and
>>>>>>>>> lying about what you are doing. Thank you for being honest
>>>>>>>>> about that.
>>>>>>>>>
>>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>>
>>>>>>>>
>>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not halt
>>>>>>>> when
>>>>>>>> P(P) does halt this seems to be a contradiction to people that
>>>>>>>> lack a
>>>>>>>> complete understanding.
>>>>>>>
>>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>>
>>>>>>> It might be a valid POOP decider with your altered criteria, but
>>>>>>> it isn't correct as a Halt Decider.
>>>>>>>
>>>>>>> You don't get to change the meaning of words, attempting to just
>>>>>>> shows you are a liar.
>>>>>>>
>>>>>>> Halting is a property of the original machine, not of the partial
>>>>>>> simulation that H does.
>>>>>>>>
>>>>>>>> Because of this I changed the semantic meaning of a return value
>>>>>>>> of 0
>>>>>>>> from H to mean either that P(P) does not halt or P(P) specifically
>>>>>>>> targets H to do the opposite of whatever Boolean value that H
>>>>>>>> returns.
>>>>>>>
>>>>>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>>>>>> Not at all. Not the least little bit.
>>>>>> A return value of 0 also indicates that input D intentionally targets
>>>>>> H by doing the opposite of whatever Boolean value that H returns.
>>>>>
>>>>> But a return of 1 signals that it halts, which it does.
>>>>>
>>>>> You don't seem to understand English.
>>>>>
>>>>> The Halting Problem asks if the Machine Described by the input Halts.
>>>>>
>>>>> It Does (for the H that you are cliaming to be correct)
>>>>>
>>>>> Therefore, the correct answer is YES / Halting, and you are PROVED
>>>>> to be a LIAR.
>>>> If I am the one that is a Liar then why did you already say that 1 is
>>>> the wrong answer and are now saying that it is the right answer?
>>>>
>>>
>>> Where did I say that 1 is the wrong answer to THAT question.
>>>
>> What happens when H returns 1 to D?
>>
>
> But it doesn't, so it doesn't matter.
No H can possibly be defined that can be embedded within
Linz Ĥ such that embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ transitions to Ĥ.qy or Ĥ.qn
consistently with the behavior of Ĥ applied to ⟨Ĥ⟩.


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u4qkM.9814$8fUf.1381@fx16.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!paganini.bofh.team!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!feeder.erje.net!feeder1.feed.usenet.farm!feed.usenet.farm!peer01.ams4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx16.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me> <JgpkM.839$3XE8.474@fx42.iad>
<u6t8kt$2iavi$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6t8kt$2iavi$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 254
Message-ID: <u4qkM.9814$8fUf.1381@fx16.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, 20 Jun 2023 18:52:09 -0400
X-Received-Bytes: 12380
 by: Richard Damon - Tue, 20 Jun 2023 22:52 UTC

On 6/20/23 6:19 PM, olcott wrote:
> On 6/20/2023 4:56 PM, Richard Damon wrote:
>> On 6/20/23 5:27 PM, olcott wrote:
>>> On 6/20/2023 3:46 PM, Richard Damon wrote:
>>>> On 6/20/23 4:38 PM, olcott wrote:
>>>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is different
>>>>>>>>>>>>>>>>> than the
>>>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in
>>>>>>>>>>>>>>>>> the first case H
>>>>>>>>>>>>>>>>> has already aborted its simulation of its input and in
>>>>>>>>>>>>>>>>> the second case
>>>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect on
>>>>>>>>>>>>>>>> the direct execution of the machine, so all you are
>>>>>>>>>>>>>>>> saying that H has shut its eyes and said "I don't see
>>>>>>>>>>>>>>>> it, so it didn't happen".
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Which is not the question being asked. The fact that it
>>>>>>>>>>>>>>>> is impossible to design an H that can correctly simulate
>>>>>>>>>>>>>>>> its input to a halting state just proves that H can not
>>>>>>>>>>>>>>>> correctly decider that its input is Halting.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting, just
>>>>>>>>>>>>>>>> that H can never prove it.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D
>>>>>>>>>>>>>>>> built on that H is non-halting, but that H never gives
>>>>>>>>>>>>>>>> that answer, so it is still wrong.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H that
>>>>>>>>>>>>>>>> the "pathological test" is to be performed on, so the
>>>>>>>>>>>>>>>> behavior of one D built on a different H doesn't apply,
>>>>>>>>>>>>>>>> and for correct reasoning, you really need to give each
>>>>>>>>>>>>>>>> one a different name. Reusing the same name for
>>>>>>>>>>>>>>>> different machine, and then trying to confuse which one
>>>>>>>>>>>>>>>> is which is just a sign of being intentionally deceptive
>>>>>>>>>>>>>>>> to try to tell a LIE.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The x86utm operating system based on an open source x86
>>>>>>>>>>>>>>>>> emulator. This
>>>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>>>>> D with its own memory, stack and virtual registers. H
>>>>>>>>>>>>>>>>> is able to
>>>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to
>>>>>>>>>>>>>>>>> recursive
>>>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share
>>>>>>>>>>>>>>>> code space with H, which means it fails to be truely
>>>>>>>>>>>>>>>> distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to
>>>>>>>>>>>>>>>>> simulate its input
>>>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> But D correctly simulated by a correct simulator would,
>>>>>>>>>>>>>>>> at least as long as you are using an H that answer
>>>>>>>>>>>>>>>> H(D,D) as 0, as you claim.
>>>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>>>>>> analyzers that D
>>>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate normally.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> But that is the wrong prediction. It needs to predict if
>>>>>>>>>>>>>> the input when run will halt, as THAT is the Halting
>>>>>>>>>>>>>> Question.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>>>> self-contradictory.
>>>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>>>
>>>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thus, you are just admitting to working on POOP instead of
>>>>>>>>>>>>>> Halting, and ALL your statements are just LIES.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all your
>>>>>>>>>>>>>> work goes down
>>>>>>>>>>>>>> the drain.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> AProVE is the largest termination analysis project in the
>>>>>>>>>>>>> world.
>>>>>>>>>>>>
>>>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the
>>>>>>>>>>>> program halt when actually run.
>>>>>>>>>>>>
>>>>>>>>>>>> It will probably also tell you that D(D) will Halt since
>>>>>>>>>>>> H(D,D) returns 0.
>>>>>>>>>>>>
>>>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>>>
>>>>>>>>>>> When we use the criteria:
>>>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>>>
>>>>>>>>>> So you are ADMITTING to working on a different problem, and
>>>>>>>>>> lying about what you are doing. Thank you for being honest
>>>>>>>>>> about that.
>>>>>>>>>>
>>>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not
>>>>>>>>> halt when
>>>>>>>>> P(P) does halt this seems to be a contradiction to people that
>>>>>>>>> lack a
>>>>>>>>> complete understanding.
>>>>>>>>
>>>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>>>
>>>>>>>> It might be a valid POOP decider with your altered criteria, but
>>>>>>>> it isn't correct as a Halt Decider.
>>>>>>>>
>>>>>>>> You don't get to change the meaning of words, attempting to just
>>>>>>>> shows you are a liar.
>>>>>>>>
>>>>>>>> Halting is a property of the original machine, not of the
>>>>>>>> partial simulation that H does.
>>>>>>>>>
>>>>>>>>> Because of this I changed the semantic meaning of a return
>>>>>>>>> value of 0
>>>>>>>>> from H to mean either that P(P) does not halt or P(P) specifically
>>>>>>>>> targets H to do the opposite of whatever Boolean value that H
>>>>>>>>> returns.
>>>>>>>>
>>>>>>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>>>>>>> Not at all. Not the least little bit.
>>>>>>> A return value of 0 also indicates that input D intentionally
>>>>>>> targets
>>>>>>> H by doing the opposite of whatever Boolean value that H returns.
>>>>>>
>>>>>> But a return of 1 signals that it halts, which it does.
>>>>>>
>>>>>> You don't seem to understand English.
>>>>>>
>>>>>> The Halting Problem asks if the Machine Described by the input Halts.
>>>>>>
>>>>>> It Does (for the H that you are cliaming to be correct)
>>>>>>
>>>>>> Therefore, the correct answer is YES / Halting, and you are PROVED
>>>>>> to be a LIAR.
>>>>> If I am the one that is a Liar then why did you already say that 1 is
>>>>> the wrong answer and are now saying that it is the right answer?
>>>>>
>>>>
>>>> Where did I say that 1 is the wrong answer to THAT question.
>>>>
>>> What happens when H returns 1 to D?
>>>
>>
>> But it doesn't, so it doesn't matter.
> No H can possibly be defined that can be embedded within
> Linz Ĥ such that embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ transitions to Ĥ.qy or Ĥ.qn
> consistently with the behavior of Ĥ applied to ⟨Ĥ⟩.


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u6tb1f$2iisn$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 17:59:58 -0500
Organization: A noiseless patient Spider
Lines: 244
Message-ID: <u6tb1f$2iisn$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me> <JgpkM.839$3XE8.474@fx42.iad>
<u6t8kt$2iavi$1@dont-email.me> <u4qkM.9814$8fUf.1381@fx16.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 20 Jun 2023 22:59:59 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ed643445410f82d7b44362150a53c93e";
logging-data="2706327"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19vdu8kIzg5x0JkY4LGz5wl"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:pKBWCQyNFDkf11HSoBaRXOsfmxQ=
Content-Language: en-US
In-Reply-To: <u4qkM.9814$8fUf.1381@fx16.iad>
 by: olcott - Tue, 20 Jun 2023 22:59 UTC

On 6/20/2023 5:52 PM, Richard Damon wrote:
> On 6/20/23 6:19 PM, olcott wrote:
>> On 6/20/2023 4:56 PM, Richard Damon wrote:
>>> On 6/20/23 5:27 PM, olcott wrote:
>>>> On 6/20/2023 3:46 PM, Richard Damon wrote:
>>>>> On 6/20/23 4:38 PM, olcott wrote:
>>>>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is
>>>>>>>>>>>>>>>>>> different than the
>>>>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in
>>>>>>>>>>>>>>>>>> the first case H
>>>>>>>>>>>>>>>>>> has already aborted its simulation of its input and in
>>>>>>>>>>>>>>>>>> the second case
>>>>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect on
>>>>>>>>>>>>>>>>> the direct execution of the machine, so all you are
>>>>>>>>>>>>>>>>> saying that H has shut its eyes and said "I don't see
>>>>>>>>>>>>>>>>> it, so it didn't happen".
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Which is not the question being asked. The fact that it
>>>>>>>>>>>>>>>>> is impossible to design an H that can correctly
>>>>>>>>>>>>>>>>> simulate its input to a halting state just proves that
>>>>>>>>>>>>>>>>> H can not correctly decider that its input is Halting.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting,
>>>>>>>>>>>>>>>>> just that H can never prove it.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the D
>>>>>>>>>>>>>>>>> built on that H is non-halting, but that H never gives
>>>>>>>>>>>>>>>>> that answer, so it is still wrong.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H
>>>>>>>>>>>>>>>>> that the "pathological test" is to be performed on, so
>>>>>>>>>>>>>>>>> the behavior of one D built on a different H doesn't
>>>>>>>>>>>>>>>>> apply, and for correct reasoning, you really need to
>>>>>>>>>>>>>>>>> give each one a different name. Reusing the same name
>>>>>>>>>>>>>>>>> for different machine, and then trying to confuse which
>>>>>>>>>>>>>>>>> one is which is just a sign of being intentionally
>>>>>>>>>>>>>>>>> deceptive to try to tell a LIE.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> The x86utm operating system based on an open source
>>>>>>>>>>>>>>>>>> x86 emulator. This
>>>>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>>>>>> D with its own memory, stack and virtual registers. H
>>>>>>>>>>>>>>>>>> is able to
>>>>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to
>>>>>>>>>>>>>>>>>> recursive
>>>>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but share
>>>>>>>>>>>>>>>>> code space with H, which means it fails to be truely
>>>>>>>>>>>>>>>>> distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to
>>>>>>>>>>>>>>>>>> simulate its input
>>>>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> But D correctly simulated by a correct simulator would,
>>>>>>>>>>>>>>>>> at least as long as you are using an H that answer
>>>>>>>>>>>>>>>>> H(D,D) as 0, as you claim.
>>>>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>>>>>>> analyzers that D
>>>>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>> normally.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> But that is the wrong prediction. It needs to predict if
>>>>>>>>>>>>>>> the input when run will halt, as THAT is the Halting
>>>>>>>>>>>>>>> Question.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>>>>> self-contradictory.
>>>>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thus, you are just admitting to working on POOP instead
>>>>>>>>>>>>>>> of Halting, and ALL your statements are just LIES.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all your
>>>>>>>>>>>>>>> work goes down
>>>>>>>>>>>>>>> the drain.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> AProVE is the largest termination analysis project in the
>>>>>>>>>>>>>> world.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the
>>>>>>>>>>>>> program halt when actually run.
>>>>>>>>>>>>>
>>>>>>>>>>>>> It will probably also tell you that D(D) will Halt since
>>>>>>>>>>>>> H(D,D) returns 0.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>>>>
>>>>>>>>>>>> When we use the criteria:
>>>>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>>>>
>>>>>>>>>>> So you are ADMITTING to working on a different problem, and
>>>>>>>>>>> lying about what you are doing. Thank you for being honest
>>>>>>>>>>> about that.
>>>>>>>>>>>
>>>>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not
>>>>>>>>>> halt when
>>>>>>>>>> P(P) does halt this seems to be a contradiction to people that
>>>>>>>>>> lack a
>>>>>>>>>> complete understanding.
>>>>>>>>>
>>>>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>>>>
>>>>>>>>> It might be a valid POOP decider with your altered criteria,
>>>>>>>>> but it isn't correct as a Halt Decider.
>>>>>>>>>
>>>>>>>>> You don't get to change the meaning of words, attempting to
>>>>>>>>> just shows you are a liar.
>>>>>>>>>
>>>>>>>>> Halting is a property of the original machine, not of the
>>>>>>>>> partial simulation that H does.
>>>>>>>>>>
>>>>>>>>>> Because of this I changed the semantic meaning of a return
>>>>>>>>>> value of 0
>>>>>>>>>> from H to mean either that P(P) does not halt or P(P)
>>>>>>>>>> specifically
>>>>>>>>>> targets H to do the opposite of whatever Boolean value that H
>>>>>>>>>> returns.
>>>>>>>>>
>>>>>>>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>>>>>>>> Not at all. Not the least little bit.
>>>>>>>> A return value of 0 also indicates that input D intentionally
>>>>>>>> targets
>>>>>>>> H by doing the opposite of whatever Boolean value that H returns.
>>>>>>>
>>>>>>> But a return of 1 signals that it halts, which it does.
>>>>>>>
>>>>>>> You don't seem to understand English.
>>>>>>>
>>>>>>> The Halting Problem asks if the Machine Described by the input
>>>>>>> Halts.
>>>>>>>
>>>>>>> It Does (for the H that you are cliaming to be correct)
>>>>>>>
>>>>>>> Therefore, the correct answer is YES / Halting, and you are
>>>>>>> PROVED to be a LIAR.
>>>>>> If I am the one that is a Liar then why did you already say that 1 is
>>>>>> the wrong answer and are now saying that it is the right answer?
>>>>>>
>>>>>
>>>>> Where did I say that 1 is the wrong answer to THAT question.
>>>>>
>>>> What happens when H returns 1 to D?
>>>>
>>>
>>> But it doesn't, so it doesn't matter.
>> No H can possibly be defined that can be embedded within
>> Linz Ĥ such that embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ transitions to Ĥ.qy or Ĥ.qn
>> consistently with the behavior of Ĥ applied to ⟨Ĥ⟩.
>
> Right, which is why it is impossible to make a correct Halt Decider.
>
>>
>> The reason for this is that Ĥ does the opposite of both
>> Ĥ.qy and Ĥ.qn. This makes the input ⟨Ĥ⟩ ⟨Ĥ⟩ to embedded_H
>> self-contradictory for embedded_H.
>
> Not SELF contradicotory, but just contradictory.
>


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<yGrkM.7192$Vpga.651@fx09.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx09.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me> <JgpkM.839$3XE8.474@fx42.iad>
<u6t8kt$2iavi$1@dont-email.me> <u4qkM.9814$8fUf.1381@fx16.iad>
<u6tb1f$2iisn$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6tb1f$2iisn$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 269
Message-ID: <yGrkM.7192$Vpga.651@fx09.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, 20 Jun 2023 20:41:02 -0400
X-Received-Bytes: 13675
 by: Richard Damon - Wed, 21 Jun 2023 00:41 UTC

On 6/20/23 6:59 PM, olcott wrote:
> On 6/20/2023 5:52 PM, Richard Damon wrote:
>> On 6/20/23 6:19 PM, olcott wrote:
>>> On 6/20/2023 4:56 PM, Richard Damon wrote:
>>>> On 6/20/23 5:27 PM, olcott wrote:
>>>>> On 6/20/2023 3:46 PM, Richard Damon wrote:
>>>>>> On 6/20/23 4:38 PM, olcott wrote:
>>>>>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>>>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is
>>>>>>>>>>>>>>>>>>> different than the
>>>>>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in
>>>>>>>>>>>>>>>>>>> the first case H
>>>>>>>>>>>>>>>>>>> has already aborted its simulation of its input and
>>>>>>>>>>>>>>>>>>> in the second case
>>>>>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect on
>>>>>>>>>>>>>>>>>> the direct execution of the machine, so all you are
>>>>>>>>>>>>>>>>>> saying that H has shut its eyes and said "I don't see
>>>>>>>>>>>>>>>>>> it, so it didn't happen".
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Which is not the question being asked. The fact that
>>>>>>>>>>>>>>>>>> it is impossible to design an H that can correctly
>>>>>>>>>>>>>>>>>> simulate its input to a halting state just proves that
>>>>>>>>>>>>>>>>>> H can not correctly decider that its input is Halting.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting,
>>>>>>>>>>>>>>>>>> just that H can never prove it.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the
>>>>>>>>>>>>>>>>>> D built on that H is non-halting, but that H never
>>>>>>>>>>>>>>>>>> gives that answer, so it is still wrong.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H
>>>>>>>>>>>>>>>>>> that the "pathological test" is to be performed on, so
>>>>>>>>>>>>>>>>>> the behavior of one D built on a different H doesn't
>>>>>>>>>>>>>>>>>> apply, and for correct reasoning, you really need to
>>>>>>>>>>>>>>>>>> give each one a different name. Reusing the same name
>>>>>>>>>>>>>>>>>> for different machine, and then trying to confuse
>>>>>>>>>>>>>>>>>> which one is which is just a sign of being
>>>>>>>>>>>>>>>>>> intentionally deceptive to try to tell a LIE.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> The x86utm operating system based on an open source
>>>>>>>>>>>>>>>>>>> x86 emulator. This
>>>>>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>>>>>>> D with its own memory, stack and virtual registers. H
>>>>>>>>>>>>>>>>>>> is able to
>>>>>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to
>>>>>>>>>>>>>>>>>>> recursive
>>>>>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but
>>>>>>>>>>>>>>>>>> share code space with H, which means it fails to be
>>>>>>>>>>>>>>>>>> truely distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> It is NOT a full "separate process context" as all the
>>>>>>>>>>>>>>>>>> contexts share code space.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to
>>>>>>>>>>>>>>>>>>> simulate its input
>>>>>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> But D correctly simulated by a correct simulator
>>>>>>>>>>>>>>>>>> would, at least as long as you are using an H that
>>>>>>>>>>>>>>>>>> answer H(D,D) as 0, as you claim.
>>>>>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>>>>>>>> analyzers that D
>>>>>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>> normally.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> But that is the wrong prediction. It needs to predict if
>>>>>>>>>>>>>>>> the input when run will halt, as THAT is the Halting
>>>>>>>>>>>>>>>> Question.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>>>>>> self-contradictory.
>>>>>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thus, you are just admitting to working on POOP instead
>>>>>>>>>>>>>>>> of Halting, and ALL your statements are just LIES.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all
>>>>>>>>>>>>>>>> your work goes down
>>>>>>>>>>>>>>>> the drain.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> AProVE is the largest termination analysis project in the
>>>>>>>>>>>>>>> world.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the
>>>>>>>>>>>>>> program halt when actually run.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It will probably also tell you that D(D) will Halt since
>>>>>>>>>>>>>> H(D,D) returns 0.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>>>>>
>>>>>>>>>>>>> When we use the criteria:
>>>>>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>>>>>
>>>>>>>>>>>> So you are ADMITTING to working on a different problem, and
>>>>>>>>>>>> lying about what you are doing. Thank you for being honest
>>>>>>>>>>>> about that.
>>>>>>>>>>>>
>>>>>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not
>>>>>>>>>>> halt when
>>>>>>>>>>> P(P) does halt this seems to be a contradiction to people
>>>>>>>>>>> that lack a
>>>>>>>>>>> complete understanding.
>>>>>>>>>>
>>>>>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>>>>>
>>>>>>>>>> It might be a valid POOP decider with your altered criteria,
>>>>>>>>>> but it isn't correct as a Halt Decider.
>>>>>>>>>>
>>>>>>>>>> You don't get to change the meaning of words, attempting to
>>>>>>>>>> just shows you are a liar.
>>>>>>>>>>
>>>>>>>>>> Halting is a property of the original machine, not of the
>>>>>>>>>> partial simulation that H does.
>>>>>>>>>>>
>>>>>>>>>>> Because of this I changed the semantic meaning of a return
>>>>>>>>>>> value of 0
>>>>>>>>>>> from H to mean either that P(P) does not halt or P(P)
>>>>>>>>>>> specifically
>>>>>>>>>>> targets H to do the opposite of whatever Boolean value that H
>>>>>>>>>>> returns.
>>>>>>>>>>
>>>>>>>>>> Which means you H need to return BOTH a 0 and 1 at the same time,
>>>>>>>>> Not at all. Not the least little bit.
>>>>>>>>> A return value of 0 also indicates that input D intentionally
>>>>>>>>> targets
>>>>>>>>> H by doing the opposite of whatever Boolean value that H returns.
>>>>>>>>
>>>>>>>> But a return of 1 signals that it halts, which it does.
>>>>>>>>
>>>>>>>> You don't seem to understand English.
>>>>>>>>
>>>>>>>> The Halting Problem asks if the Machine Described by the input
>>>>>>>> Halts.
>>>>>>>>
>>>>>>>> It Does (for the H that you are cliaming to be correct)
>>>>>>>>
>>>>>>>> Therefore, the correct answer is YES / Halting, and you are
>>>>>>>> PROVED to be a LIAR.
>>>>>>> If I am the one that is a Liar then why did you already say that
>>>>>>> 1 is
>>>>>>> the wrong answer and are now saying that it is the right answer?
>>>>>>>
>>>>>>
>>>>>> Where did I say that 1 is the wrong answer to THAT question.
>>>>>>
>>>>> What happens when H returns 1 to D?
>>>>>
>>>>
>>>> But it doesn't, so it doesn't matter.
>>> No H can possibly be defined that can be embedded within
>>> Linz Ĥ such that embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ transitions to Ĥ.qy or Ĥ.qn
>>> consistently with the behavior of Ĥ applied to ⟨Ĥ⟩.
>>
>> Right, which is why it is impossible to make a correct Halt Decider.
>>
>>>
>>> The reason for this is that Ĥ does the opposite of both
>>> Ĥ.qy and Ĥ.qn. This makes the input ⟨Ĥ⟩ ⟨Ĥ⟩ to embedded_H
>>> self-contradictory for embedded_H.
>>
>> Not SELF contradicotory, but just contradictory.
>>
>
> OK that may make sense. One of our very rare agreements. The
> question does not contradict itself it contradicts every answer.
>
> Contradictory questions are also incorrect questions.
> Likewise Jack's question contradicts every answer.
>


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u6tk6j$2nal3$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 20:36:19 -0500
Organization: A noiseless patient Spider
Lines: 255
Message-ID: <u6tk6j$2nal3$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me> <JgpkM.839$3XE8.474@fx42.iad>
<u6t8kt$2iavi$1@dont-email.me> <u4qkM.9814$8fUf.1381@fx16.iad>
<u6tb1f$2iisn$1@dont-email.me> <yGrkM.7192$Vpga.651@fx09.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 21 Jun 2023 01:36:19 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ed643445410f82d7b44362150a53c93e";
logging-data="2861731"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX183vDZDABP8dkHtHzjbzAdJ"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:+JGIl4wo31XV7WzRihyNBiiQsVM=
Content-Language: en-US
In-Reply-To: <yGrkM.7192$Vpga.651@fx09.iad>
 by: olcott - Wed, 21 Jun 2023 01:36 UTC

On 6/20/2023 7:41 PM, Richard Damon wrote:
> On 6/20/23 6:59 PM, olcott wrote:
>> On 6/20/2023 5:52 PM, Richard Damon wrote:
>>> On 6/20/23 6:19 PM, olcott wrote:
>>>> On 6/20/2023 4:56 PM, Richard Damon wrote:
>>>>> On 6/20/23 5:27 PM, olcott wrote:
>>>>>> On 6/20/2023 3:46 PM, Richard Damon wrote:
>>>>>>> On 6/20/23 4:38 PM, olcott wrote:
>>>>>>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>>>>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>>>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is
>>>>>>>>>>>>>>>>>>>> different than the
>>>>>>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because in
>>>>>>>>>>>>>>>>>>>> the first case H
>>>>>>>>>>>>>>>>>>>> has already aborted its simulation of its input and
>>>>>>>>>>>>>>>>>>>> in the second case
>>>>>>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect
>>>>>>>>>>>>>>>>>>> on the direct execution of the machine, so all you
>>>>>>>>>>>>>>>>>>> are saying that H has shut its eyes and said "I don't
>>>>>>>>>>>>>>>>>>> see it, so it didn't happen".
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Which is not the question being asked. The fact that
>>>>>>>>>>>>>>>>>>> it is impossible to design an H that can correctly
>>>>>>>>>>>>>>>>>>> simulate its input to a halting state just proves
>>>>>>>>>>>>>>>>>>> that H can not correctly decider that its input is
>>>>>>>>>>>>>>>>>>> Halting.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting,
>>>>>>>>>>>>>>>>>>> just that H can never prove it.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes, the
>>>>>>>>>>>>>>>>>>> D built on that H is non-halting, but that H never
>>>>>>>>>>>>>>>>>>> gives that answer, so it is still wrong.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H
>>>>>>>>>>>>>>>>>>> that the "pathological test" is to be performed on,
>>>>>>>>>>>>>>>>>>> so the behavior of one D built on a different H
>>>>>>>>>>>>>>>>>>> doesn't apply, and for correct reasoning, you really
>>>>>>>>>>>>>>>>>>> need to give each one a different name. Reusing the
>>>>>>>>>>>>>>>>>>> same name for different machine, and then trying to
>>>>>>>>>>>>>>>>>>> confuse which one is which is just a sign of being
>>>>>>>>>>>>>>>>>>> intentionally deceptive to try to tell a LIE.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> The x86utm operating system based on an open source
>>>>>>>>>>>>>>>>>>>> x86 emulator. This
>>>>>>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>>>>>>>> D with its own memory, stack and virtual registers.
>>>>>>>>>>>>>>>>>>>> H is able to
>>>>>>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit to
>>>>>>>>>>>>>>>>>>>> recursive
>>>>>>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but
>>>>>>>>>>>>>>>>>>> share code space with H, which means it fails to be
>>>>>>>>>>>>>>>>>>> truely distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> It is NOT a full "separate process context" as all
>>>>>>>>>>>>>>>>>>> the contexts share code space.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to
>>>>>>>>>>>>>>>>>>>> simulate its input
>>>>>>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>>>>> normally by reaching its own final state at line 09.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> But D correctly simulated by a correct simulator
>>>>>>>>>>>>>>>>>>> would, at least as long as you are using an H that
>>>>>>>>>>>>>>>>>>> answer H(D,D) as 0, as you claim.
>>>>>>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>>>>>>> the type of mathematical induction used by termination
>>>>>>>>>>>>>>>>>> analyzers that D
>>>>>>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>>> normally.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> But that is the wrong prediction. It needs to predict
>>>>>>>>>>>>>>>>> if the input when run will halt, as THAT is the Halting
>>>>>>>>>>>>>>>>> Question.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>>>>>>> self-contradictory.
>>>>>>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thus, you are just admitting to working on POOP instead
>>>>>>>>>>>>>>>>> of Halting, and ALL your statements are just LIES.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all
>>>>>>>>>>>>>>>>> your work goes down
>>>>>>>>>>>>>>>>> the drain.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> AProVE is the largest termination analysis project in
>>>>>>>>>>>>>>>> the world.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the
>>>>>>>>>>>>>>> program halt when actually run.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It will probably also tell you that D(D) will Halt since
>>>>>>>>>>>>>>> H(D,D) returns 0.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> When we use the criteria:
>>>>>>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>>>>>>
>>>>>>>>>>>>> So you are ADMITTING to working on a different problem, and
>>>>>>>>>>>>> lying about what you are doing. Thank you for being honest
>>>>>>>>>>>>> about that.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not
>>>>>>>>>>>> halt when
>>>>>>>>>>>> P(P) does halt this seems to be a contradiction to people
>>>>>>>>>>>> that lack a
>>>>>>>>>>>> complete understanding.
>>>>>>>>>>>
>>>>>>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>>>>>>
>>>>>>>>>>> It might be a valid POOP decider with your altered criteria,
>>>>>>>>>>> but it isn't correct as a Halt Decider.
>>>>>>>>>>>
>>>>>>>>>>> You don't get to change the meaning of words, attempting to
>>>>>>>>>>> just shows you are a liar.
>>>>>>>>>>>
>>>>>>>>>>> Halting is a property of the original machine, not of the
>>>>>>>>>>> partial simulation that H does.
>>>>>>>>>>>>
>>>>>>>>>>>> Because of this I changed the semantic meaning of a return
>>>>>>>>>>>> value of 0
>>>>>>>>>>>> from H to mean either that P(P) does not halt or P(P)
>>>>>>>>>>>> specifically
>>>>>>>>>>>> targets H to do the opposite of whatever Boolean value that
>>>>>>>>>>>> H returns.
>>>>>>>>>>>
>>>>>>>>>>> Which means you H need to return BOTH a 0 and 1 at the same
>>>>>>>>>>> time,
>>>>>>>>>> Not at all. Not the least little bit.
>>>>>>>>>> A return value of 0 also indicates that input D intentionally
>>>>>>>>>> targets
>>>>>>>>>> H by doing the opposite of whatever Boolean value that H returns.
>>>>>>>>>
>>>>>>>>> But a return of 1 signals that it halts, which it does.
>>>>>>>>>
>>>>>>>>> You don't seem to understand English.
>>>>>>>>>
>>>>>>>>> The Halting Problem asks if the Machine Described by the input
>>>>>>>>> Halts.
>>>>>>>>>
>>>>>>>>> It Does (for the H that you are cliaming to be correct)
>>>>>>>>>
>>>>>>>>> Therefore, the correct answer is YES / Halting, and you are
>>>>>>>>> PROVED to be a LIAR.
>>>>>>>> If I am the one that is a Liar then why did you already say that
>>>>>>>> 1 is
>>>>>>>> the wrong answer and are now saying that it is the right answer?
>>>>>>>>
>>>>>>>
>>>>>>> Where did I say that 1 is the wrong answer to THAT question.
>>>>>>>
>>>>>> What happens when H returns 1 to D?
>>>>>>
>>>>>
>>>>> But it doesn't, so it doesn't matter.
>>>> No H can possibly be defined that can be embedded within
>>>> Linz Ĥ such that embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ transitions to Ĥ.qy or Ĥ.qn
>>>> consistently with the behavior of Ĥ applied to ⟨Ĥ⟩.
>>>
>>> Right, which is why it is impossible to make a correct Halt Decider.
>>>
>>>>
>>>> The reason for this is that Ĥ does the opposite of both
>>>> Ĥ.qy and Ĥ.qn. This makes the input ⟨Ĥ⟩ ⟨Ĥ⟩ to embedded_H
>>>> self-contradictory for embedded_H.
>>>
>>> Not SELF contradicotory, but just contradictory.
>>>
>>
>> OK that may make sense. One of our very rare agreements. The
>> question does not contradict itself it contradicts every answer.
>>
>> Contradictory questions are also incorrect questions.
>> Likewise Jack's question contradicts every answer.
>>
>
> It doesn't contradict the answer to the actual question,
If this is true then you can say which of yes/no are correct for Jack to
reply and which of true/false that H can return.


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<sjtkM.307$_%y4.301@fx48.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx48.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Content-Language: en-US
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me> <JgpkM.839$3XE8.474@fx42.iad>
<u6t8kt$2iavi$1@dont-email.me> <u4qkM.9814$8fUf.1381@fx16.iad>
<u6tb1f$2iisn$1@dont-email.me> <yGrkM.7192$Vpga.651@fx09.iad>
<u6tk6j$2nal3$1@dont-email.me>
From: Richard@Damon-Family.org (Richard Damon)
In-Reply-To: <u6tk6j$2nal3$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 288
Message-ID: <sjtkM.307$_%y4.301@fx48.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, 20 Jun 2023 22:32:56 -0400
X-Received-Bytes: 14790
 by: Richard Damon - Wed, 21 Jun 2023 02:32 UTC

On 6/20/23 9:36 PM, olcott wrote:
> On 6/20/2023 7:41 PM, Richard Damon wrote:
>> On 6/20/23 6:59 PM, olcott wrote:
>>> On 6/20/2023 5:52 PM, Richard Damon wrote:
>>>> On 6/20/23 6:19 PM, olcott wrote:
>>>>> On 6/20/2023 4:56 PM, Richard Damon wrote:
>>>>>> On 6/20/23 5:27 PM, olcott wrote:
>>>>>>> On 6/20/2023 3:46 PM, Richard Damon wrote:
>>>>>>>> On 6/20/23 4:38 PM, olcott wrote:
>>>>>>>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>>>>>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>>>>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>>>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is
>>>>>>>>>>>>>>>>>>>>> different than the
>>>>>>>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because
>>>>>>>>>>>>>>>>>>>>> in the first case H
>>>>>>>>>>>>>>>>>>>>> has already aborted its simulation of its input and
>>>>>>>>>>>>>>>>>>>>> in the second case
>>>>>>>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect
>>>>>>>>>>>>>>>>>>>> on the direct execution of the machine, so all you
>>>>>>>>>>>>>>>>>>>> are saying that H has shut its eyes and said "I
>>>>>>>>>>>>>>>>>>>> don't see it, so it didn't happen".
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Which is not the question being asked. The fact that
>>>>>>>>>>>>>>>>>>>> it is impossible to design an H that can correctly
>>>>>>>>>>>>>>>>>>>> simulate its input to a halting state just proves
>>>>>>>>>>>>>>>>>>>> that H can not correctly decider that its input is
>>>>>>>>>>>>>>>>>>>> Halting.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting,
>>>>>>>>>>>>>>>>>>>> just that H can never prove it.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes,
>>>>>>>>>>>>>>>>>>>> the D built on that H is non-halting, but that H
>>>>>>>>>>>>>>>>>>>> never gives that answer, so it is still wrong.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H
>>>>>>>>>>>>>>>>>>>> that the "pathological test" is to be performed on,
>>>>>>>>>>>>>>>>>>>> so the behavior of one D built on a different H
>>>>>>>>>>>>>>>>>>>> doesn't apply, and for correct reasoning, you really
>>>>>>>>>>>>>>>>>>>> need to give each one a different name. Reusing the
>>>>>>>>>>>>>>>>>>>> same name for different machine, and then trying to
>>>>>>>>>>>>>>>>>>>> confuse which one is which is just a sign of being
>>>>>>>>>>>>>>>>>>>> intentionally deceptive to try to tell a LIE.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> The x86utm operating system based on an open source
>>>>>>>>>>>>>>>>>>>>> x86 emulator. This
>>>>>>>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>>>>>>>> step mode. When H simulates D it creates a separate
>>>>>>>>>>>>>>>>>>>>> process context for
>>>>>>>>>>>>>>>>>>>>> D with its own memory, stack and virtual registers.
>>>>>>>>>>>>>>>>>>>>> H is able to
>>>>>>>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit
>>>>>>>>>>>>>>>>>>>>> to recursive
>>>>>>>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but
>>>>>>>>>>>>>>>>>>>> share code space with H, which means it fails to be
>>>>>>>>>>>>>>>>>>>> truely distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> It is NOT a full "separate process context" as all
>>>>>>>>>>>>>>>>>>>> the contexts share code space.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to
>>>>>>>>>>>>>>>>>>>>> simulate its input
>>>>>>>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly
>>>>>>>>>>>>>>>>>>>>> terminate normally by reaching its own final state
>>>>>>>>>>>>>>>>>>>>> at line 09.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> But D correctly simulated by a correct simulator
>>>>>>>>>>>>>>>>>>>> would, at least as long as you are using an H that
>>>>>>>>>>>>>>>>>>>> answer H(D,D) as 0, as you claim.
>>>>>>>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>>>>>>>> the type of mathematical induction used by
>>>>>>>>>>>>>>>>>>> termination analyzers that D
>>>>>>>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>>>> normally.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> But that is the wrong prediction. It needs to predict
>>>>>>>>>>>>>>>>>> if the input when run will halt, as THAT is the
>>>>>>>>>>>>>>>>>> Halting Question.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>>>>>>>> self-contradictory.
>>>>>>>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thus, you are just admitting to working on POOP
>>>>>>>>>>>>>>>>>> instead of Halting, and ALL your statements are just
>>>>>>>>>>>>>>>>>> LIES.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all
>>>>>>>>>>>>>>>>>> your work goes down
>>>>>>>>>>>>>>>>>> the drain.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> AProVE is the largest termination analysis project in
>>>>>>>>>>>>>>>>> the world.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the
>>>>>>>>>>>>>>>> program halt when actually run.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It will probably also tell you that D(D) will Halt since
>>>>>>>>>>>>>>>> H(D,D) returns 0.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> When we use the criteria:
>>>>>>>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> So you are ADMITTING to working on a different problem,
>>>>>>>>>>>>>> and lying about what you are doing. Thank you for being
>>>>>>>>>>>>>> honest about that.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does not
>>>>>>>>>>>>> halt when
>>>>>>>>>>>>> P(P) does halt this seems to be a contradiction to people
>>>>>>>>>>>>> that lack a
>>>>>>>>>>>>> complete understanding.
>>>>>>>>>>>>
>>>>>>>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>>>>>>>
>>>>>>>>>>>> It might be a valid POOP decider with your altered criteria,
>>>>>>>>>>>> but it isn't correct as a Halt Decider.
>>>>>>>>>>>>
>>>>>>>>>>>> You don't get to change the meaning of words, attempting to
>>>>>>>>>>>> just shows you are a liar.
>>>>>>>>>>>>
>>>>>>>>>>>> Halting is a property of the original machine, not of the
>>>>>>>>>>>> partial simulation that H does.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Because of this I changed the semantic meaning of a return
>>>>>>>>>>>>> value of 0
>>>>>>>>>>>>> from H to mean either that P(P) does not halt or P(P)
>>>>>>>>>>>>> specifically
>>>>>>>>>>>>> targets H to do the opposite of whatever Boolean value that
>>>>>>>>>>>>> H returns.
>>>>>>>>>>>>
>>>>>>>>>>>> Which means you H need to return BOTH a 0 and 1 at the same
>>>>>>>>>>>> time,
>>>>>>>>>>> Not at all. Not the least little bit.
>>>>>>>>>>> A return value of 0 also indicates that input D intentionally
>>>>>>>>>>> targets
>>>>>>>>>>> H by doing the opposite of whatever Boolean value that H
>>>>>>>>>>> returns.
>>>>>>>>>>
>>>>>>>>>> But a return of 1 signals that it halts, which it does.
>>>>>>>>>>
>>>>>>>>>> You don't seem to understand English.
>>>>>>>>>>
>>>>>>>>>> The Halting Problem asks if the Machine Described by the input
>>>>>>>>>> Halts.
>>>>>>>>>>
>>>>>>>>>> It Does (for the H that you are cliaming to be correct)
>>>>>>>>>>
>>>>>>>>>> Therefore, the correct answer is YES / Halting, and you are
>>>>>>>>>> PROVED to be a LIAR.
>>>>>>>>> If I am the one that is a Liar then why did you already say
>>>>>>>>> that 1 is
>>>>>>>>> the wrong answer and are now saying that it is the right answer?
>>>>>>>>>
>>>>>>>>
>>>>>>>> Where did I say that 1 is the wrong answer to THAT question.
>>>>>>>>
>>>>>>> What happens when H returns 1 to D?
>>>>>>>
>>>>>>
>>>>>> But it doesn't, so it doesn't matter.
>>>>> No H can possibly be defined that can be embedded within
>>>>> Linz Ĥ such that embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ transitions to Ĥ.qy or Ĥ.qn
>>>>> consistently with the behavior of Ĥ applied to ⟨Ĥ⟩.
>>>>
>>>> Right, which is why it is impossible to make a correct Halt Decider.
>>>>
>>>>>
>>>>> The reason for this is that Ĥ does the opposite of both
>>>>> Ĥ.qy and Ĥ.qn. This makes the input ⟨Ĥ⟩ ⟨Ĥ⟩ to embedded_H
>>>>> self-contradictory for embedded_H.
>>>>
>>>> Not SELF contradicotory, but just contradictory.
>>>>
>>>
>>> OK that may make sense. One of our very rare agreements. The
>>> question does not contradict itself it contradicts every answer.
>>>
>>> Contradictory questions are also incorrect questions.
>>> Likewise Jack's question contradicts every answer.
>>>
>>
>> It doesn't contradict the answer to the actual question,
> If this is true then you can say which of yes/no are correct for Jack to
> reply and which of true/false that H can return.
>


Click here to read the complete article
Re: Refutation of the Ben Bacarisse Rebuttal

<u6tp20$2ns03$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Refutation of the Ben Bacarisse Rebuttal
Date: Tue, 20 Jun 2023 21:59:12 -0500
Organization: A noiseless patient Spider
Lines: 278
Message-ID: <u6tp20$2ns03$1@dont-email.me>
References: <u6qell$25lfs$1@dont-email.me> <rE6kM.5962$zcM5.3620@fx11.iad>
<u6qtqj$273dd$2@dont-email.me> <u6quge$277en$1@dont-email.me>
<u6r7dt$2bi2u$3@dont-email.me> <JWfkM.7457$Zq81.4718@fx15.iad>
<u6sf1o$2fgh0$1@dont-email.me> <gTjkM.3651$WpOe.3136@fx18.iad>
<u6solb$2ggcv$1@dont-email.me> <06mkM.4327$1CTd.966@fx03.iad>
<u6sre8$2go01$1@dont-email.me> <H1okM.865$Ect9.276@fx44.iad>
<u6t2nm$2hh2e$1@dont-email.me> <1fokM.7187$Vpga.2560@fx09.iad>
<u6t5jr$2hu9u$1@dont-email.me> <JgpkM.839$3XE8.474@fx42.iad>
<u6t8kt$2iavi$1@dont-email.me> <u4qkM.9814$8fUf.1381@fx16.iad>
<u6tb1f$2iisn$1@dont-email.me> <yGrkM.7192$Vpga.651@fx09.iad>
<u6tk6j$2nal3$1@dont-email.me> <sjtkM.307$_%y4.301@fx48.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 21 Jun 2023 02:59:12 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="ed643445410f82d7b44362150a53c93e";
logging-data="2879491"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/clgR2FQiz6OjGaTF/JUl6"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:iZdnKyuixTBy3Wt9InhzHwuiEBA=
In-Reply-To: <sjtkM.307$_%y4.301@fx48.iad>
Content-Language: en-US
 by: olcott - Wed, 21 Jun 2023 02:59 UTC

On 6/20/2023 9:32 PM, Richard Damon wrote:
> On 6/20/23 9:36 PM, olcott wrote:
>> On 6/20/2023 7:41 PM, Richard Damon wrote:
>>> On 6/20/23 6:59 PM, olcott wrote:
>>>> On 6/20/2023 5:52 PM, Richard Damon wrote:
>>>>> On 6/20/23 6:19 PM, olcott wrote:
>>>>>> On 6/20/2023 4:56 PM, Richard Damon wrote:
>>>>>>> On 6/20/23 5:27 PM, olcott wrote:
>>>>>>>> On 6/20/2023 3:46 PM, Richard Damon wrote:
>>>>>>>>> On 6/20/23 4:38 PM, olcott wrote:
>>>>>>>>>> On 6/20/2023 3:32 PM, Richard Damon wrote:
>>>>>>>>>>> On 6/20/23 2:33 PM, olcott wrote:
>>>>>>>>>>>> On 6/20/2023 1:20 PM, Richard Damon wrote:
>>>>>>>>>>>>> On 6/20/23 1:46 PM, olcott wrote:
>>>>>>>>>>>>>> On 6/20/2023 10:48 AM, Richard Damon wrote:
>>>>>>>>>>>>>>> On 6/20/23 11:02 AM, olcott wrote:
>>>>>>>>>>>>>>>> On 6/20/2023 6:19 AM, Richard Damon wrote:
>>>>>>>>>>>>>>>>> On 6/19/23 11:46 PM, olcott wrote:
>>>>>>>>>>>>>>>>>> On 6/19/2023 8:13 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>>> On 6/19/23 9:02 PM, olcott wrote:
>>>>>>>>>>>>>>>>>>>> On 6/19/2023 7:45 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>>>>> On 6/19/23 4:43 PM, olcott wrote:
>>>>>>>>>>>>>>>>>>>>>> The behavior of the directly executed P(P) is
>>>>>>>>>>>>>>>>>>>>>> different than the
>>>>>>>>>>>>>>>>>>>>>> behavior of P(P) correctly simulated by H because
>>>>>>>>>>>>>>>>>>>>>> in the first case H
>>>>>>>>>>>>>>>>>>>>>> has already aborted its simulation of its input
>>>>>>>>>>>>>>>>>>>>>> and in the second case
>>>>>>>>>>>>>>>>>>>>>> this has not yet occurred.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> By what definition of "Correctly Simulated"?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> The fact that H aborts its simulation has NO affect
>>>>>>>>>>>>>>>>>>>>> on the direct execution of the machine, so all you
>>>>>>>>>>>>>>>>>>>>> are saying that H has shut its eyes and said "I
>>>>>>>>>>>>>>>>>>>>> don't see it, so it didn't happen".
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> That is just FALSEHOOD.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I now refer to P(P) as D(D).
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Can D correctly simulated by H terminate normally?
>>>>>>>>>>>>>>>>>>>>>> No it cannot see the details below.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Which is not the question being asked. The fact
>>>>>>>>>>>>>>>>>>>>> that it is impossible to design an H that can
>>>>>>>>>>>>>>>>>>>>> correctly simulate its input to a halting state
>>>>>>>>>>>>>>>>>>>>> just proves that H can not correctly decider that
>>>>>>>>>>>>>>>>>>>>> its input is Halting.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> This does NOT mean that the input can't be Halting,
>>>>>>>>>>>>>>>>>>>>> just that H can never prove it.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> IF H doesn't ever abort its simulation, then yes,
>>>>>>>>>>>>>>>>>>>>> the D built on that H is non-halting, but that H
>>>>>>>>>>>>>>>>>>>>> never gives that answer, so it is still wrong.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Each H gets a DIFFERENT D, since they include the H
>>>>>>>>>>>>>>>>>>>>> that the "pathological test" is to be performed on,
>>>>>>>>>>>>>>>>>>>>> so the behavior of one D built on a different H
>>>>>>>>>>>>>>>>>>>>> doesn't apply, and for correct reasoning, you
>>>>>>>>>>>>>>>>>>>>> really need to give each one a different name.
>>>>>>>>>>>>>>>>>>>>> Reusing the same name for different machine, and
>>>>>>>>>>>>>>>>>>>>> then trying to confuse which one is which is just a
>>>>>>>>>>>>>>>>>>>>> sign of being intentionally deceptive to try to
>>>>>>>>>>>>>>>>>>>>> tell a LIE.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> The x86utm operating system based on an open
>>>>>>>>>>>>>>>>>>>>>> source x86 emulator. This
>>>>>>>>>>>>>>>>>>>>>> system enables one C function to execute another C
>>>>>>>>>>>>>>>>>>>>>> function in debug
>>>>>>>>>>>>>>>>>>>>>> step mode. When H simulates D it creates a
>>>>>>>>>>>>>>>>>>>>>> separate process context for
>>>>>>>>>>>>>>>>>>>>>> D with its own memory, stack and virtual
>>>>>>>>>>>>>>>>>>>>>> registers. H is able to
>>>>>>>>>>>>>>>>>>>>>> simulate D simulating itself, thus the only limit
>>>>>>>>>>>>>>>>>>>>>> to recursive
>>>>>>>>>>>>>>>>>>>>>> simulations is RAM.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> But D is not SPECIFIED in a seperate context, but
>>>>>>>>>>>>>>>>>>>>> share code space with H, which means it fails to be
>>>>>>>>>>>>>>>>>>>>> truely distinctly, like a Turing Machine would be.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> It is NOT a full "separate process context" as all
>>>>>>>>>>>>>>>>>>>>> the contexts share code space.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> // The following is written in C
>>>>>>>>>>>>>>>>>>>>>> //
>>>>>>>>>>>>>>>>>>>>>> 01 typedef int (*ptr)(); // pointer to int function
>>>>>>>>>>>>>>>>>>>>>> 02 int H(ptr x, ptr y)   // uses x86 emulator to
>>>>>>>>>>>>>>>>>>>>>> simulate its input
>>>>>>>>>>>>>>>>>>>>>> 03
>>>>>>>>>>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>>>>>>> 11
>>>>>>>>>>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>>>>>>>>>>> 14   D(D);
>>>>>>>>>>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> D correctly simulated by H cannot possibly
>>>>>>>>>>>>>>>>>>>>>> terminate normally by reaching its own final state
>>>>>>>>>>>>>>>>>>>>>> at line 09.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> But D correctly simulated by a correct simulator
>>>>>>>>>>>>>>>>>>>>> would, at least as long as you are using an H that
>>>>>>>>>>>>>>>>>>>>> answer H(D,D) as 0, as you claim.
>>>>>>>>>>>>>>>>>>>> H correctly simulates N steps of D until H correctly
>>>>>>>>>>>>>>>>>>>> predicts through
>>>>>>>>>>>>>>>>>>>> the type of mathematical induction used by
>>>>>>>>>>>>>>>>>>>> termination analyzers that D
>>>>>>>>>>>>>>>>>>>> correctly simulated by H cannot possibly terminate
>>>>>>>>>>>>>>>>>>>> normally.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> But that is the wrong prediction. It needs to predict
>>>>>>>>>>>>>>>>>>> if the input when run will halt, as THAT is the
>>>>>>>>>>>>>>>>>>> Halting Question.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> That is just like Jack's question posed to Jack,
>>>>>>>>>>>>>>>>>> self-contradictory.
>>>>>>>>>>>>>>>>>> ChatGPT could understand that I am correct.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Nope, and you just seem too stupid to understand.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thus, you are just admitting to working on POOP
>>>>>>>>>>>>>>>>>>> instead of Halting, and ALL your statements are just
>>>>>>>>>>>>>>>>>>> LIES.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> int factorial(int n)
>>>>>>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>>>>>>    if(n==0)
>>>>>>>>>>>>>>>>>>>>      return(1);
>>>>>>>>>>>>>>>>>>>>    return(n*factorial(n-1));
>>>>>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> AProVE correctly determines that factorial(5) halts by
>>>>>>>>>>>>>>>>>>>> boiling the key behavior of entire function to this:
>>>>>>>>>>>>>>>>>>>> f(x) → f(x-1) :|: x > 0 && x <= 5
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  > Wrong Question leads to incorrect answer, and all
>>>>>>>>>>>>>>>>>>> your work goes down
>>>>>>>>>>>>>>>>>>> the drain.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> AProVE is the largest termination analysis project in
>>>>>>>>>>>>>>>>>> the world.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Yes, and it probably uses the RIGHT question, will the
>>>>>>>>>>>>>>>>> program halt when actually run.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It will probably also tell you that D(D) will Halt
>>>>>>>>>>>>>>>>> since H(D,D) returns 0.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thus, it likely shows you are wrong about everything.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> When we use the criteria:
>>>>>>>>>>>>>>>> Can D correctly simulated by H ever terminate normally?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> So you are ADMITTING to working on a different problem,
>>>>>>>>>>>>>>> and lying about what you are doing. Thank you for being
>>>>>>>>>>>>>>> honest about that.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ben is just pointing out the ERRORS in your logic
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> When Ben pointed out that H(P,P) reports that P(P) does
>>>>>>>>>>>>>> not halt when
>>>>>>>>>>>>>> P(P) does halt this seems to be a contradiction to people
>>>>>>>>>>>>>> that lack a
>>>>>>>>>>>>>> complete understanding.
>>>>>>>>>>>>>
>>>>>>>>>>>>> NO, it is a TRUE statement. H is NOT a correct HALT DECIDER.
>>>>>>>>>>>>>
>>>>>>>>>>>>> It might be a valid POOP decider with your altered
>>>>>>>>>>>>> criteria, but it isn't correct as a Halt Decider.
>>>>>>>>>>>>>
>>>>>>>>>>>>> You don't get to change the meaning of words, attempting to
>>>>>>>>>>>>> just shows you are a liar.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Halting is a property of the original machine, not of the
>>>>>>>>>>>>> partial simulation that H does.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Because of this I changed the semantic meaning of a return
>>>>>>>>>>>>>> value of 0
>>>>>>>>>>>>>> from H to mean either that P(P) does not halt or P(P)
>>>>>>>>>>>>>> specifically
>>>>>>>>>>>>>> targets H to do the opposite of whatever Boolean value
>>>>>>>>>>>>>> that H returns.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Which means you H need to return BOTH a 0 and 1 at the same
>>>>>>>>>>>>> time,
>>>>>>>>>>>> Not at all. Not the least little bit.
>>>>>>>>>>>> A return value of 0 also indicates that input D
>>>>>>>>>>>> intentionally targets
>>>>>>>>>>>> H by doing the opposite of whatever Boolean value that H
>>>>>>>>>>>> returns.
>>>>>>>>>>>
>>>>>>>>>>> But a return of 1 signals that it halts, which it does.
>>>>>>>>>>>
>>>>>>>>>>> You don't seem to understand English.
>>>>>>>>>>>
>>>>>>>>>>> The Halting Problem asks if the Machine Described by the
>>>>>>>>>>> input Halts.
>>>>>>>>>>>
>>>>>>>>>>> It Does (for the H that you are cliaming to be correct)
>>>>>>>>>>>
>>>>>>>>>>> Therefore, the correct answer is YES / Halting, and you are
>>>>>>>>>>> PROVED to be a LIAR.
>>>>>>>>>> If I am the one that is a Liar then why did you already say
>>>>>>>>>> that 1 is
>>>>>>>>>> the wrong answer and are now saying that it is the right answer?
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Where did I say that 1 is the wrong answer to THAT question.
>>>>>>>>>
>>>>>>>> What happens when H returns 1 to D?
>>>>>>>>
>>>>>>>
>>>>>>> But it doesn't, so it doesn't matter.
>>>>>> No H can possibly be defined that can be embedded within
>>>>>> Linz Ĥ such that embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ transitions to Ĥ.qy or Ĥ.qn
>>>>>> consistently with the behavior of Ĥ applied to ⟨Ĥ⟩.
>>>>>
>>>>> Right, which is why it is impossible to make a correct Halt Decider.
>>>>>
>>>>>>
>>>>>> The reason for this is that Ĥ does the opposite of both
>>>>>> Ĥ.qy and Ĥ.qn. This makes the input ⟨Ĥ⟩ ⟨Ĥ⟩ to embedded_H
>>>>>> self-contradictory for embedded_H.
>>>>>
>>>>> Not SELF contradicotory, but just contradictory.
>>>>>
>>>>
>>>> OK that may make sense. One of our very rare agreements. The
>>>> question does not contradict itself it contradicts every answer.
>>>>
>>>> Contradictory questions are also incorrect questions.
>>>> Likewise Jack's question contradicts every answer.
>>>>
>>>
>>> It doesn't contradict the answer to the actual question,
>> If this is true then you can say which of yes/no are correct for Jack to
>> reply and which of true/false that H can return.
>>
>
> SO, you are just to dumb to understand


Click here to read the complete article
Pages:12
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor