Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Fascinating is a word I use for the unexpected. -- Spock, "The Squire of Gothos", stardate 2124.5


devel / comp.theory / Re: H(D,D)==0 is proven to be correct V4 [*validity*]

SubjectAuthor
* H(D,D)==0 is proven to be correct V4olcott
+- H(D,D)==0 is proven to be correct V4Richard Damon
+* H(D,D)==0 is proven to be correct V4olcott
|`- H(D,D)==0 is proven to be correct V4Richard Damon
+* H(D,D)==0 is proven to be correct V4olcott
|`- H(D,D)==0 is proven to be correct V4Richard Damon
`* H(D,D)==0 is proven to be correct V4olcott
 +- H(D,D)==0 is proven to be correct V4Richard Damon
 `* H(D,D)==0 is proven to be correct V4olcott
  +* H(D,D)==0 is proven to be correct V4Richard Damon
  |`* H(D,D)==0 is proven to be correct V4Mr Flibble
  | `- H(D,D)==0 is proven to be correct V4Richard Damon
  `* H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]olcott
   +* H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]Richard Damon
   |`- H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]Mr Flibble
   `* H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]olcott
    +* H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]Richard Damon
    |`- H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]Mr Flibble
    `* H(D,D)==0 is proven to be correct V4 [*validity*]olcott
     +* H(D,D)==0 is proven to be correct V4 [*validity*]Richard Damon
     |`- H(D,D)==0 is proven to be correct V4 [*validity*]Mr Flibble
     +- H(D,D)==0 is proven to be correct V4 [*validity*]olcott
     `* H(D,D)==0 is proven to be correct V4 [*validity*]olcott
      `- H(D,D)==0 is proven to be correct V4 [*validity*]Richard Damon

1
H(D,D)==0 is proven to be correct V4

<ttdnlt$2kcuu$3@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44237&group=comp.theory#44237

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: H(D,D)==0 is proven to be correct V4
Date: Sat, 25 Feb 2023 13:31:09 -0600
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <ttdnlt$2kcuu$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 25 Feb 2023 19:31:09 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="32a36533b2283e3d7ef90b55098ce0e9";
logging-data="2765790"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+a1A0xoAXFKp+kU3AK1Cbs"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:SNOX9Wyq2V/o6FOoTe8td6d42Tw=
Content-Language: en-US
 by: olcott - Sat, 25 Feb 2023 19:31 UTC

When simulating halt decider H examines the behavior of D correctly
simulated by H it correctly determines that D(D) would never stop
running unless H aborts its simulation of D.

int D(int (*x)())
{ int Halt_Status = H(x, x);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}

*D simulated by H cannot correctly reach its ret instruction and halt*

_D()
[00001d12] 55 push ebp
[00001d13] 8bec mov ebp,esp
[00001d15] 51 push ecx
[00001d16] 8b4508 mov eax,[ebp+08] // move 1st argument to eax
[00001d19] 50 push eax // push D
[00001d1a] 8b4d08 mov ecx,[ebp+08] // move 1st argument to ecx
[00001d1d] 51 push ecx // push D
[00001d1e] e83ff8ffff call 00001562 // call H same as H(D,D)
[00001d23] 83c408 add esp,+08
[00001d26] 8945fc mov [ebp-04],eax
[00001d29] 837dfc00 cmp dword [ebp-04],+00
[00001d2d] 7402 jz 00001d31
[00001d2f] ebfe jmp 00001d2f
[00001d31] 8b45fc mov eax,[ebp-04]
[00001d34] 8be5 mov esp,ebp
[00001d36] 5d pop ebp
[00001d37] c3 ret

*Simulating Halt Deciders Defeat the Halting Theorem*
https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem

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

Re: H(D,D)==0 is proven to be correct V4

<2EtKL.1287385$9sn9.419951@fx17.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44240&group=comp.theory#44240

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx17.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.7.2
Subject: Re: H(D,D)==0 is proven to be correct V4
Content-Language: en-US
Newsgroups: comp.theory,sci.logic
References: <ttdnlt$2kcuu$3@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttdnlt$2kcuu$3@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 52
Message-ID: <2EtKL.1287385$9sn9.419951@fx17.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: Sat, 25 Feb 2023 14:50:22 -0500
X-Received-Bytes: 3021
 by: Richard Damon - Sat, 25 Feb 2023 19:50 UTC

On 2/25/23 2:31 PM, olcott wrote:
> When simulating halt decider H examines the behavior of D correctly
> simulated by H it correctly determines that D(D) would never stop
> running unless H aborts its simulation of D.
>
> int D(int (*x)())
> {
>   int Halt_Status = H(x, x);
>   if (Halt_Status)
>     HERE: goto HERE;
>   return Halt_Status;
> }
>
> *D simulated by H cannot correctly reach its ret instruction and halt*
>
> _D()
>  [00001d12] 55         push ebp
>  [00001d13] 8bec       mov ebp,esp
>  [00001d15] 51         push ecx
>  [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>  [00001d19] 50         push eax         // push D
>  [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>  [00001d1d] 51         push ecx         // push D
>  [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>  [00001d23] 83c408     add esp,+08
>  [00001d26] 8945fc     mov [ebp-04],eax
>  [00001d29] 837dfc00   cmp dword [ebp-04],+00
>  [00001d2d] 7402       jz 00001d31
>  [00001d2f] ebfe       jmp 00001d2f
>  [00001d31] 8b45fc     mov eax,[ebp-04]
>  [00001d34] 8be5       mov esp,ebp
>  [00001d36] 5d         pop ebp
>  [00001d37] c3         ret
>
> *Simulating Halt Deciders Defeat the Halting Theorem*
> https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>

But since In computability theory, the halting problem is the problem of
determining, from a description of an arbitrary computer program and an
input, whether the program will finish running, or continue to run forever.

And it has been shown that since H(D,D) returns 0, that D(D) will halt,
the correct answer for an actual Halt Decider is Halting, so your H is
NOT a correct Halt Decider.

Thus, you may have solved your POOP 💩 problem, but I don't know of
anyone interested in that. You are just showing that you don't
understand what you are talking about, and LYING about working on the
Halting Problem.

Re: H(D,D)==0 is proven to be correct V4

<ttdp7k$2kcuu$5@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44243&group=comp.theory#44243

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: H(D,D)==0 is proven to be correct V4
Date: Sat, 25 Feb 2023 13:57:39 -0600
Organization: A noiseless patient Spider
Lines: 63
Message-ID: <ttdp7k$2kcuu$5@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 25 Feb 2023 19:57:40 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="32a36533b2283e3d7ef90b55098ce0e9";
logging-data="2765790"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18LuG2K6pM8rNH8jrNJmwWj"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:5j79tTS5y9cd4VuhRmUX6n7bGzA=
In-Reply-To: <ttdnlt$2kcuu$3@dont-email.me>
Content-Language: en-US
 by: olcott - Sat, 25 Feb 2023 19:57 UTC

On 2/25/2023 1:31 PM, olcott wrote:
> When simulating halt decider H examines the behavior of D correctly
> simulated by H it correctly determines that D(D) would never stop
> running unless H aborts its simulation of D.
>
> int D(int (*x)())
> {
>   int Halt_Status = H(x, x);
>   if (Halt_Status)
>     HERE: goto HERE;
>   return Halt_Status;
> }
>
> *D simulated by H cannot correctly reach its ret instruction and halt*
>
> _D()
>  [00001d12] 55         push ebp
>  [00001d13] 8bec       mov ebp,esp
>  [00001d15] 51         push ecx
>  [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>  [00001d19] 50         push eax         // push D
>  [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>  [00001d1d] 51         push ecx         // push D
>  [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>  [00001d23] 83c408     add esp,+08
>  [00001d26] 8945fc     mov [ebp-04],eax
>  [00001d29] 837dfc00   cmp dword [ebp-04],+00
>  [00001d2d] 7402       jz 00001d31
>  [00001d2f] ebfe       jmp 00001d2f
>  [00001d31] 8b45fc     mov eax,[ebp-04]
>  [00001d34] 8be5       mov esp,ebp
>  [00001d36] 5d         pop ebp
>  [00001d37] c3         ret
>
> *Simulating Halt Deciders Defeat the Halting Theorem*
> https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>

In computability theory, the halting problem is the problem of
determining, from a description of an arbitrary computer program and an
input, whether the program will finish running, or continue to run
forever. https://en.wikipedia.org/wiki/Halting_problem

H does correctly predict that D(D) would keep running forever unless H
aborts its simulation of D, therefore H correctly rejects this input for
the same reason that it rejects these other two inputs:

void Infinite_Loop()
{ HERE: goto HERE;
}

void Infinite_Recursion(u32 N)
{ Infinite_Recursion(N);
}

*They would keep running forever unless H aborts its simulation*

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

Re: H(D,D)==0 is proven to be correct V4

<ttdqqt$2kcuu$8@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44248&group=comp.theory#44248

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: H(D,D)==0 is proven to be correct V4
Date: Sat, 25 Feb 2023 14:25:01 -0600
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <ttdqqt$2kcuu$8@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me>
<e184b575-bf54-4880-95a6-167b987a0a41n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 25 Feb 2023 20:25:01 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="32a36533b2283e3d7ef90b55098ce0e9";
logging-data="2765790"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19EqbdvKjxjJY3/U9Slda7R"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:v+AuivhW3d+tFo14w5oYrSDfdL0=
In-Reply-To: <e184b575-bf54-4880-95a6-167b987a0a41n@googlegroups.com>
Content-Language: en-US
 by: olcott - Sat, 25 Feb 2023 20:25 UTC

On 2/25/2023 2:20 PM, Fritz Feldhase wrote:
> On Saturday, February 25, 2023 at 8:31:12 PM UTC+1, olcott wrote:
>
>> When simulating halt decider H examines the behavior of D [with input D]
>> it correctly determines that D(D) would never stop running <bla>
>
> Look man, either D(D) stops running or it doesn't. Got that?
>

void Infinite_Loop()
{ HERE: goto HERE;
}

Even Infinite_Loop() stops running when H aborts its simulation of
Infinite_Loop().

Because of this we know that whenever a program only stops running
when its simulation has been aborted this proves that this program
doesn't halt.

> Now if f H(D, D) determines that D(D) halts (and hence returns 1), D(D) doesn't halt. If H(D, D) determines that D(D) doesn't halt (and hence returns 0), D(D) halts. Got that?
>
> H simply doesn't determine the correct halt status of D with input D (i.e. D(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: H(D,D)==0 is proven to be correct V4

<acuKL.310570$Lfzc.72272@fx36.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44249&group=comp.theory#44249

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx36.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.7.2
Subject: Re: H(D,D)==0 is proven to be correct V4
Content-Language: en-US
Newsgroups: comp.theory,sci.logic
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdp7k$2kcuu$5@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttdp7k$2kcuu$5@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 77
Message-ID: <acuKL.310570$Lfzc.72272@fx36.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: Sat, 25 Feb 2023 15:28:54 -0500
X-Received-Bytes: 3695
 by: Richard Damon - Sat, 25 Feb 2023 20:28 UTC

On 2/25/23 2:57 PM, olcott wrote:
> On 2/25/2023 1:31 PM, olcott wrote:
>> When simulating halt decider H examines the behavior of D correctly
>> simulated by H it correctly determines that D(D) would never stop
>> running unless H aborts its simulation of D.
>>
>> int D(int (*x)())
>> {
>>    int Halt_Status = H(x, x);
>>    if (Halt_Status)
>>      HERE: goto HERE;
>>    return Halt_Status;
>> }
>>
>> *D simulated by H cannot correctly reach its ret instruction and halt*
>>
>> _D()
>>   [00001d12] 55         push ebp
>>   [00001d13] 8bec       mov ebp,esp
>>   [00001d15] 51         push ecx
>>   [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>>   [00001d19] 50         push eax         // push D
>>   [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>>   [00001d1d] 51         push ecx         // push D
>>   [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>>   [00001d23] 83c408     add esp,+08
>>   [00001d26] 8945fc     mov [ebp-04],eax
>>   [00001d29] 837dfc00   cmp dword [ebp-04],+00
>>   [00001d2d] 7402       jz 00001d31
>>   [00001d2f] ebfe       jmp 00001d2f
>>   [00001d31] 8b45fc     mov eax,[ebp-04]
>>   [00001d34] 8be5       mov esp,ebp
>>   [00001d36] 5d         pop ebp
>>   [00001d37] c3         ret
>>
>> *Simulating Halt Deciders Defeat the Halting Theorem*
>> https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>>
>
> In computability theory, the halting problem is the problem of
> determining, from a description of an arbitrary computer program and an
> input, whether the program will finish running, or continue to run
> forever. https://en.wikipedia.org/wiki/Halting_problem
>
> H does correctly predict that D(D) would keep running forever unless H
> aborts its simulation of D, therefore H correctly rejects this input for
> the same reason that it rejects these other two inputs:

So, you quote the definition and then IGNORE it.

What matters is the program given. It doesn't matter what some other
program does.

Since H(D,D) DOES abort its simulation and return 0, D(D) DOES HALT, and
thus H is WRONG.

>
> void Infinite_Loop()
> {
>   HERE: goto HERE;
> }
>
> void Infinite_Recursion(u32 N)
> {
>   Infinite_Recursion(N);
> }
>
> *They would keep running forever unless H aborts its simulation*
>

But it does, so that doesn't matter if H's behavior affects the machine,
like it does in D

You are just proving that you don't understand the basics of how
computers work, or logic.

You have disqualified yoursef to speak about these things.

Re: H(D,D)==0 is proven to be correct V4

<9guKL.310571$Lfzc.251905@fx36.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44251&group=comp.theory#44251

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx36.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.7.2
Subject: Re: H(D,D)==0 is proven to be correct V4
Content-Language: en-US
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me>
<e184b575-bf54-4880-95a6-167b987a0a41n@googlegroups.com>
<ttdqqt$2kcuu$8@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttdqqt$2kcuu$8@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 50
Message-ID: <9guKL.310571$Lfzc.251905@fx36.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: Sat, 25 Feb 2023 15:33:09 -0500
X-Received-Bytes: 2703
 by: Richard Damon - Sat, 25 Feb 2023 20:33 UTC

On 2/25/23 3:25 PM, olcott wrote:
> On 2/25/2023 2:20 PM, Fritz Feldhase wrote:
>> On Saturday, February 25, 2023 at 8:31:12 PM UTC+1, olcott wrote:
>>
>>> When simulating halt decider H examines the behavior of D [with input D]
>>> it correctly determines that D(D) would never stop running <bla>
>>
>> Look man, either D(D) stops running or it doesn't. Got that?
>>
>
> void Infinite_Loop()
> {
>   HERE: goto HERE;
> }
>
> Even Infinite_Loop() stops running when H aborts its simulation of
> Infinite_Loop().

Nope, the SIMULATION of it stops running, but not the actual machine.

You CAN'T abort an actual Turing Machine, it has no "off" switch.

>
> Because of this we know that whenever a program only stops running
> when its simulation has been aborted this proves that this program
> doesn't halt.

Nope, just shows you don't understand what you are talking about.

You COULD say if you replace THIS INSTANCE of the decider with a UTM,
and the simulation would go on forever, then the decider is correct to
say non-halting. Note carefully, just THIS INSTANCE, and that can not
change the code that is in the input, and since D calls H, you can't
change H, thus you can't use that option with the way you have defined
things.

You are just proving how little you understand about the theory, it
seems because you have made yourself intentionally ignorant of it. Your
fault and your loss. You are just proving your stupidity.

>
>> Now if f H(D, D) determines that D(D) halts (and hence returns 1),
>> D(D) doesn't halt. If H(D, D) determines that D(D) doesn't halt (and
>> hence returns 0), D(D) halts. Got that?
>>
>> H simply doesn't determine the correct halt status of D with input D
>> (i.e. D(D)).
>>
>

Re: H(D,D)==0 is proven to be correct V4

<ttdsvm$2kcuu$10@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44254&group=comp.theory#44254

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: H(D,D)==0 is proven to be correct V4
Date: Sat, 25 Feb 2023 15:01:41 -0600
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <ttdsvm$2kcuu$10@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 25 Feb 2023 21:01:42 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="32a36533b2283e3d7ef90b55098ce0e9";
logging-data="2765790"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BJRPpZli/HBdCov0MCRdb"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:YTF38+7DPqhitxIl35HlAfUTpbQ=
In-Reply-To: <ttdnlt$2kcuu$3@dont-email.me>
Content-Language: en-US
 by: olcott - Sat, 25 Feb 2023 21:01 UTC

On 2/25/2023 1:31 PM, olcott wrote:
> When simulating halt decider H examines the behavior of D correctly
> simulated by H it correctly determines that D(D) would never stop
> running unless H aborts its simulation of D.
>
> int D(int (*x)())
> {
>   int Halt_Status = H(x, x);
>   if (Halt_Status)
>     HERE: goto HERE;
>   return Halt_Status;
> }
>
> *D simulated by H cannot correctly reach its ret instruction and halt*
>
> _D()
>  [00001d12] 55         push ebp
>  [00001d13] 8bec       mov ebp,esp
>  [00001d15] 51         push ecx
>  [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>  [00001d19] 50         push eax         // push D
>  [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>  [00001d1d] 51         push ecx         // push D
>  [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>  [00001d23] 83c408     add esp,+08
>  [00001d26] 8945fc     mov [ebp-04],eax
>  [00001d29] 837dfc00   cmp dword [ebp-04],+00
>  [00001d2d] 7402       jz 00001d31
>  [00001d2f] ebfe       jmp 00001d2f
>  [00001d31] 8b45fc     mov eax,[ebp-04]
>  [00001d34] 8be5       mov esp,ebp
>  [00001d36] 5d         pop ebp
>  [00001d37] c3         ret
>
> *Simulating Halt Deciders Defeat the Halting Theorem*
> https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>

Because D(D) would never stop running unless H aborts its simulation H
is necessarily correct to reject its input on this basis.

*The Peter Linz halting problem proof*
Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn

Because Ĥ applied to ⟨Ĥ⟩ would never stop running unless embedded_H
aborts its simulation embedded_H is necessarily correct to reject its
input on this basis.

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

Re: H(D,D)==0 is proven to be correct V4

<STuKL.1183134$iS99.208338@fx16.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44255&group=comp.theory#44255

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.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.7.2
Subject: Re: H(D,D)==0 is proven to be correct V4
Content-Language: en-US
Newsgroups: comp.theory,sci.logic
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttdsvm$2kcuu$10@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 76
Message-ID: <STuKL.1183134$iS99.208338@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: Sat, 25 Feb 2023 16:15:30 -0500
X-Received-Bytes: 3878
 by: Richard Damon - Sat, 25 Feb 2023 21:15 UTC

On 2/25/23 4:01 PM, olcott wrote:
> On 2/25/2023 1:31 PM, olcott wrote:
>> When simulating halt decider H examines the behavior of D correctly
>> simulated by H it correctly determines that D(D) would never stop
>> running unless H aborts its simulation of D.
>>
>> int D(int (*x)())
>> {
>>    int Halt_Status = H(x, x);
>>    if (Halt_Status)
>>      HERE: goto HERE;
>>    return Halt_Status;
>> }
>>
>> *D simulated by H cannot correctly reach its ret instruction and halt*
>>
>> _D()
>>   [00001d12] 55         push ebp
>>   [00001d13] 8bec       mov ebp,esp
>>   [00001d15] 51         push ecx
>>   [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>>   [00001d19] 50         push eax         // push D
>>   [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>>   [00001d1d] 51         push ecx         // push D
>>   [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>>   [00001d23] 83c408     add esp,+08
>>   [00001d26] 8945fc     mov [ebp-04],eax
>>   [00001d29] 837dfc00   cmp dword [ebp-04],+00
>>   [00001d2d] 7402       jz 00001d31
>>   [00001d2f] ebfe       jmp 00001d2f
>>   [00001d31] 8b45fc     mov eax,[ebp-04]
>>   [00001d34] 8be5       mov esp,ebp
>>   [00001d36] 5d         pop ebp
>>   [00001d37] c3         ret
>>
>> *Simulating Halt Deciders Defeat the Halting Theorem*
>> https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>>
>
> Because D(D) would never stop running unless H aborts its simulation H
> is necessarily correct to reject its input on this basis.
>

But the H(D,D) that D(D) calls DOES abort its simultion, so D(D) Halts.

> *The Peter Linz halting problem proof*
> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞

If H/embedded_H go to qy, which they must do if Ĥ applied to ⟨Ĥ⟩ Halts

> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn

If H/embedded)H go to qn, which they must do if Ĥ applied to ⟨Ĥ⟩ will
never halt.

(You seem to like to drop the required conditions, I think becaue your
H/embedded_H fail to meet them).

>
> Because Ĥ applied to ⟨Ĥ⟩ would never stop running unless embedded_H
> aborts its simulation embedded_H is necessarily correct to reject its
> input on this basis.
>
>

But if embedded_H never aborts its simulation, neither does H, and thus
H will not answer.

Thus since you have stated that H DOES abort its simulation and go to
qn, then so does embedded_H and thus Ĥ applied to ⟨Ĥ⟩ does halt.

You are getting yourself tangled up in confusing the truth of reality
with your lies about hypotheticals.

SInce Ĥ applied to ⟨Ĥ⟩ Halts, it can not be correct for H to go to qn,
but it MUST go to qy to be correct. Since it doesn't, it is just wrong.

Re: H(D,D)==0 is proven to be correct V4

<ttdvdv$2kcuu$11@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44256&group=comp.theory#44256

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: H(D,D)==0 is proven to be correct V4
Date: Sat, 25 Feb 2023 15:43:27 -0600
Organization: A noiseless patient Spider
Lines: 70
Message-ID: <ttdvdv$2kcuu$11@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 25 Feb 2023 21:43:28 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="32a36533b2283e3d7ef90b55098ce0e9";
logging-data="2765790"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191gy6DkQbMsrQujmpa/0Ik"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:0+XW+xCUSRNcEigFV9FU2xkPFC0=
In-Reply-To: <ttdsvm$2kcuu$10@dont-email.me>
Content-Language: en-US
 by: olcott - Sat, 25 Feb 2023 21:43 UTC

On 2/25/2023 3:01 PM, olcott wrote:
> On 2/25/2023 1:31 PM, olcott wrote:
>> When simulating halt decider H examines the behavior of D correctly
>> simulated by H it correctly determines that D(D) would never stop
>> running unless H aborts its simulation of D.
>>
>> int D(int (*x)())
>> {
>>    int Halt_Status = H(x, x);
>>    if (Halt_Status)
>>      HERE: goto HERE;
>>    return Halt_Status;
>> }
>>
>> *D simulated by H cannot correctly reach its ret instruction and halt*
>>
>> _D()
>>   [00001d12] 55         push ebp
>>   [00001d13] 8bec       mov ebp,esp
>>   [00001d15] 51         push ecx
>>   [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>>   [00001d19] 50         push eax         // push D
>>   [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>>   [00001d1d] 51         push ecx         // push D
>>   [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>>   [00001d23] 83c408     add esp,+08
>>   [00001d26] 8945fc     mov [ebp-04],eax
>>   [00001d29] 837dfc00   cmp dword [ebp-04],+00
>>   [00001d2d] 7402       jz 00001d31
>>   [00001d2f] ebfe       jmp 00001d2f
>>   [00001d31] 8b45fc     mov eax,[ebp-04]
>>   [00001d34] 8be5       mov esp,ebp
>>   [00001d36] 5d         pop ebp
>>   [00001d37] c3         ret
>>
>> *Simulating Halt Deciders Defeat the Halting Theorem*
>> https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>>
>
> Because D(D) would never stop running unless H aborts its simulation H
> is necessarily correct to reject its input on this basis.
>
> *The Peter Linz halting problem proof*
> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
>
> Because Ĥ applied to ⟨Ĥ⟩ would never stop running unless embedded_H
> aborts its simulation embedded_H is necessarily correct to reject its
> input on this basis.
>
>

A simulating halt decider correctly predicts what the behavior of its
input would be if this simulated input never had its simulation aborted.
It does this by correctly recognizing several non-halting behavior
patterns in a finite number of steps of correct simulation.

H correctly predicts that D(D) would never stop running if H does not
abort the simulation of its input.

embedded_H correctly predicts that Ĥ applied to ⟨Ĥ⟩ would never stop
running if H does not abort the simulation of its 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: H(D,D)==0 is proven to be correct V4

<AKvKL.213187$mmyc.44389@fx37.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44257&group=comp.theory#44257

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx37.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.7.2
Subject: Re: H(D,D)==0 is proven to be correct V4
Content-Language: en-US
Newsgroups: comp.theory,sci.logic
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttdvdv$2kcuu$11@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 96
Message-ID: <AKvKL.213187$mmyc.44389@fx37.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: Sat, 25 Feb 2023 17:13:52 -0500
X-Received-Bytes: 5304
 by: Richard Damon - Sat, 25 Feb 2023 22:13 UTC

On 2/25/23 4:43 PM, olcott wrote:
> On 2/25/2023 3:01 PM, olcott wrote:
>> On 2/25/2023 1:31 PM, olcott wrote:
>>> When simulating halt decider H examines the behavior of D correctly
>>> simulated by H it correctly determines that D(D) would never stop
>>> running unless H aborts its simulation of D.
>>>
>>> int D(int (*x)())
>>> {
>>>    int Halt_Status = H(x, x);
>>>    if (Halt_Status)
>>>      HERE: goto HERE;
>>>    return Halt_Status;
>>> }
>>>
>>> *D simulated by H cannot correctly reach its ret instruction and halt*
>>>
>>> _D()
>>>   [00001d12] 55         push ebp
>>>   [00001d13] 8bec       mov ebp,esp
>>>   [00001d15] 51         push ecx
>>>   [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>>>   [00001d19] 50         push eax         // push D
>>>   [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>>>   [00001d1d] 51         push ecx         // push D
>>>   [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>>>   [00001d23] 83c408     add esp,+08
>>>   [00001d26] 8945fc     mov [ebp-04],eax
>>>   [00001d29] 837dfc00   cmp dword [ebp-04],+00
>>>   [00001d2d] 7402       jz 00001d31
>>>   [00001d2f] ebfe       jmp 00001d2f
>>>   [00001d31] 8b45fc     mov eax,[ebp-04]
>>>   [00001d34] 8be5       mov esp,ebp
>>>   [00001d36] 5d         pop ebp
>>>   [00001d37] c3         ret
>>>
>>> *Simulating Halt Deciders Defeat the Halting Theorem*
>>> https://www.researchgate.net/publication/368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>>>
>>
>> Because D(D) would never stop running unless H aborts its simulation H
>> is necessarily correct to reject its input on this basis.
>>
>> *The Peter Linz halting problem proof*
>> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
>> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
>>
>> Because Ĥ applied to ⟨Ĥ⟩ would never stop running unless embedded_H
>> aborts its simulation embedded_H is necessarily correct to reject its
>> input on this basis.
>>
>>
>
> A simulating halt decider correctly predicts what the behavior of its
> input would be if this simulated input never had its simulation aborted.
> It does this by correctly recognizing several non-halting behavior
> patterns in a finite number of steps of correct simulation.

IF by that you mean if the decider, and alll copies of it elsewhere,
were different, then you definition is BROKEN, because it is looking at
inputs that it hasn't been given. You are not allowed to change the data
that has been given as an input, and because you have intertwined your
input and the decider, you can't talk about actually changing the code
of your decider, so your statement is just proven to be NONSENSE.

If you mean it THIS INSTANCE didn't abort its simulation, then your
answer is just wrong, as if H' is the altered version of H that doesn't
abort, then since H'(D,D) will reach a final state as H(D,D) by your
"logic" decided that its input is non-halting, so H' sees D(D) use
H(D,D), then see it return that 0, ad then Halt

>
> H correctly predicts that D(D) would never stop running if H does not
> abort the simulation of its input.

Except that since H DOES abort its simulation, that isn't the behavior
of its actual input.

Remember In computability theory, the halting problem is the problem of
determining, from a description of an arbitrary computer program and an
input, whether the program will finish running, or continue to run forever.

Ths since the actual D(D) Halts because the actual H(D,D) returns 0
(non-halting) the correct answer for a Halt Decider is Halting, so H is
not a correct halt decider.

>
> embedded_H correctly predicts that Ĥ applied to ⟨Ĥ⟩ would never stop
> running if H does not abort the simulation of its input.
>

So, embdded_H will, by your logic, abort its simulation and go to qn and
then Ĥ applied to ⟨Ĥ⟩ will also end up in qn and it will halt, showing
that this "correct answer" is NOT the correct answer for a Halt Decider,
thus proving that neither H or embedded_H are Halt Deciders and that you
have been just lying for the last couple of decades.

Re: H(D,D)==0 is proven to be correct V4

<1747682b3c422ac6$340$223354$baa1eca3@news.newsdemon.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44282&group=comp.theory#44282

  copy link   Newsgroups: comp.theory sci.logic
From: flib...@reddwarf.jmc.corp (Mr Flibble)
Subject: Re: H(D,D)==0 is proven to be correct V4
Newsgroups: comp.theory,sci.logic
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me> <ttdvdv$2kcuu$11@dont-email.me> <AKvKL.213187$mmyc.44389@fx37.iad>
User-Agent: Pan/0.146 (Hic habitat felicitas; d7a48b4 gitlab.gnome.org/GNOME/pan.git)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 103
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!news.karotte.org!news.uzoreto.com!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!news.newsdemon.com!not-for-mail
Date: Sun, 26 Feb 2023 15:05:21 +0000
Nntp-Posting-Date: Sun, 26 Feb 2023 15:05:21 +0000
X-Received-Bytes: 5313
Organization: NewsDemon - www.newsdemon.com
X-Complaints-To: abuse@newsdemon.com
Message-Id: <1747682b3c422ac6$340$223354$baa1eca3@news.newsdemon.com>
 by: Mr Flibble - Sun, 26 Feb 2023 15:05 UTC

On Sat, 25 Feb 2023 17:13:52 -0500, Richard Damon wrote:

> On 2/25/23 4:43 PM, olcott wrote:
>> On 2/25/2023 3:01 PM, olcott wrote:
>>> On 2/25/2023 1:31 PM, olcott wrote:
>>>> When simulating halt decider H examines the behavior of D correctly
>>>> simulated by H it correctly determines that D(D) would never stop
>>>> running unless H aborts its simulation of D.
>>>>
>>>> int D(int (*x)())
>>>> {
>>>>    int Halt_Status = H(x, x);
>>>>    if (Halt_Status)
>>>>      HERE: goto HERE;
>>>>    return Halt_Status;
>>>> }
>>>>
>>>> *D simulated by H cannot correctly reach its ret instruction and
>>>> halt*
>>>>
>>>> _D()
>>>>   [00001d12] 55         push ebp [00001d13] 8bec       mov ebp,esp
>>>>   [00001d15] 51         push ecx [00001d16] 8b4508     mov
>>>>   eax,[ebp+08] // move 1st argument to eax [00001d19] 50        
>>>>   push eax         // push D [00001d1a] 8b4d08     mov ecx,[ebp+08]
>>>>   // move 1st argument to ecx [00001d1d] 51         push
>>>>   ecx         // push D [00001d1e] e83ff8ffff call 00001562    //
>>>>   call H same as H(D,D) [00001d23] 83c408     add esp,+08
>>>>   [00001d26] 8945fc     mov [ebp-04],eax [00001d29] 837dfc00   cmp
>>>>   dword [ebp-04],+00 [00001d2d] 7402       jz 00001d31 [00001d2f]
>>>>   ebfe       jmp 00001d2f [00001d31] 8b45fc     mov eax,[ebp-04]
>>>>   [00001d34] 8be5       mov esp,ebp [00001d36] 5d         pop ebp
>>>>   [00001d37] c3         ret
>>>>
>>>> *Simulating Halt Deciders Defeat the Halting Theorem*
>>>> https://www.researchgate.net/publication/
368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>>>>
>>>>
>>> Because D(D) would never stop running unless H aborts its simulation H
>>> is necessarily correct to reject its input on this basis.
>>>
>>> *The Peter Linz halting problem proof*
>>> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
>>> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
>>>
>>> Because Ĥ applied to ⟨Ĥ⟩ would never stop running unless embedded_H
>>> aborts its simulation embedded_H is necessarily correct to reject its
>>> input on this basis.
>>>
>>>
>>>
>> A simulating halt decider correctly predicts what the behavior of its
>> input would be if this simulated input never had its simulation
>> aborted. It does this by correctly recognizing several non-halting
>> behavior patterns in a finite number of steps of correct simulation.
>
> IF by that you mean if the decider, and alll copies of it elsewhere,
> were different, then you definition is BROKEN, because it is looking at
> inputs that it hasn't been given. You are not allowed to change the data
> that has been given as an input, and because you have intertwined your
> input and the decider, you can't talk about actually changing the code
> of your decider, so your statement is just proven to be NONSENSE.
>
> If you mean it THIS INSTANCE didn't abort its simulation, then your
> answer is just wrong, as if H' is the altered version of H that doesn't
> abort, then since H'(D,D) will reach a final state as H(D,D) by your
> "logic" decided that its input is non-halting, so H' sees D(D) use
> H(D,D), then see it return that 0, ad then Halt
>
>
>> H correctly predicts that D(D) would never stop running if H does not
>> abort the simulation of its input.
>
> Except that since H DOES abort its simulation, that isn't the behavior
> of its actual input.
>
> Remember In computability theory, the halting problem is the problem of
> determining, from a description of an arbitrary computer program and an
> input, whether the program will finish running, or continue to run
> forever.
>
> Ths since the actual D(D) Halts because the actual H(D,D) returns 0
> (non-halting) the correct answer for a Halt Decider is Halting, so H is
> not a correct halt decider.
>
>
>> embedded_H correctly predicts that Ĥ applied to ⟨Ĥ⟩ would never stop
>> running if H does not abort the simulation of its input.
>>
>>
> So, embdded_H will, by your logic, abort its simulation and go to qn and
> then Ĥ applied to ⟨Ĥ⟩ will also end up in qn and it will halt,
showing
> that this "correct answer" is NOT the correct answer for a Halt Decider,
> thus proving that neither H or embedded_H are Halt Deciders and that you
> have been just lying for the last couple of decades.

Reply again but this time randomly swap the words around a bit. Oh, you
have been doing that already, for over a year. Take your fucking meds,
mate.

/Flibble

Re: H(D,D)==0 is proven to be correct V4

<p5OKL.139159$ZhSc.17316@fx38.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44298&group=comp.theory#44298

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx38.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.8.0
Subject: Re: H(D,D)==0 is proven to be correct V4
Content-Language: en-US
Newsgroups: comp.theory,sci.logic
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me> <AKvKL.213187$mmyc.44389@fx37.iad>
<1747682b3c422ac6$340$223354$baa1eca3@news.newsdemon.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <1747682b3c422ac6$340$223354$baa1eca3@news.newsdemon.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 108
Message-ID: <p5OKL.139159$ZhSc.17316@fx38.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: Sun, 26 Feb 2023 14:07:01 -0500
X-Received-Bytes: 5954
 by: Richard Damon - Sun, 26 Feb 2023 19:07 UTC

On 2/26/23 10:05 AM, Mr Flibble wrote:
> On Sat, 25 Feb 2023 17:13:52 -0500, Richard Damon wrote:
>
>> On 2/25/23 4:43 PM, olcott wrote:
>>> On 2/25/2023 3:01 PM, olcott wrote:
>>>> On 2/25/2023 1:31 PM, olcott wrote:
>>>>> When simulating halt decider H examines the behavior of D correctly
>>>>> simulated by H it correctly determines that D(D) would never stop
>>>>> running unless H aborts its simulation of D.
>>>>>
>>>>> int D(int (*x)())
>>>>> {
>>>>>    int Halt_Status = H(x, x);
>>>>>    if (Halt_Status)
>>>>>      HERE: goto HERE;
>>>>>    return Halt_Status;
>>>>> }
>>>>>
>>>>> *D simulated by H cannot correctly reach its ret instruction and
>>>>> halt*
>>>>>
>>>>> _D()
>>>>>   [00001d12] 55         push ebp [00001d13] 8bec       mov ebp,esp
>>>>>   [00001d15] 51         push ecx [00001d16] 8b4508     mov
>>>>>   eax,[ebp+08] // move 1st argument to eax [00001d19] 50
>>>>>   push eax         // push D [00001d1a] 8b4d08     mov ecx,[ebp+08]
>>>>>   // move 1st argument to ecx [00001d1d] 51         push
>>>>>   ecx         // push D [00001d1e] e83ff8ffff call 00001562    //
>>>>>   call H same as H(D,D) [00001d23] 83c408     add esp,+08
>>>>>   [00001d26] 8945fc     mov [ebp-04],eax [00001d29] 837dfc00   cmp
>>>>>   dword [ebp-04],+00 [00001d2d] 7402       jz 00001d31 [00001d2f]
>>>>>   ebfe       jmp 00001d2f [00001d31] 8b45fc     mov eax,[ebp-04]
>>>>>   [00001d34] 8be5       mov esp,ebp [00001d36] 5d         pop ebp
>>>>>   [00001d37] c3         ret
>>>>>
>>>>> *Simulating Halt Deciders Defeat the Halting Theorem*
>>>>> https://www.researchgate.net/publication/
> 368568464_Simulating_Halt_Deciders_Defeat_the_Halting_Theorem
>>>>>
>>>>>
>>>> Because D(D) would never stop running unless H aborts its simulation H
>>>> is necessarily correct to reject its input on this basis.
>>>>
>>>> *The Peter Linz halting problem proof*
>>>> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
>>>> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
>>>>
>>>> Because Ĥ applied to ⟨Ĥ⟩ would never stop running unless embedded_H
>>>> aborts its simulation embedded_H is necessarily correct to reject its
>>>> input on this basis.
>>>>
>>>>
>>>>
>>> A simulating halt decider correctly predicts what the behavior of its
>>> input would be if this simulated input never had its simulation
>>> aborted. It does this by correctly recognizing several non-halting
>>> behavior patterns in a finite number of steps of correct simulation.
>>
>> IF by that you mean if the decider, and alll copies of it elsewhere,
>> were different, then you definition is BROKEN, because it is looking at
>> inputs that it hasn't been given. You are not allowed to change the data
>> that has been given as an input, and because you have intertwined your
>> input and the decider, you can't talk about actually changing the code
>> of your decider, so your statement is just proven to be NONSENSE.
>>
>> If you mean it THIS INSTANCE didn't abort its simulation, then your
>> answer is just wrong, as if H' is the altered version of H that doesn't
>> abort, then since H'(D,D) will reach a final state as H(D,D) by your
>> "logic" decided that its input is non-halting, so H' sees D(D) use
>> H(D,D), then see it return that 0, ad then Halt
>>
>>
>>> H correctly predicts that D(D) would never stop running if H does not
>>> abort the simulation of its input.
>>
>> Except that since H DOES abort its simulation, that isn't the behavior
>> of its actual input.
>>
>> Remember In computability theory, the halting problem is the problem of
>> determining, from a description of an arbitrary computer program and an
>> input, whether the program will finish running, or continue to run
>> forever.
>>
>> Ths since the actual D(D) Halts because the actual H(D,D) returns 0
>> (non-halting) the correct answer for a Halt Decider is Halting, so H is
>> not a correct halt decider.
>>
>>
>>> embedded_H correctly predicts that Ĥ applied to ⟨Ĥ⟩ would never stop
>>> running if H does not abort the simulation of its input.
>>>
>>>
>> So, embdded_H will, by your logic, abort its simulation and go to qn and
>> then Ĥ applied to ⟨Ĥ⟩ will also end up in qn and it will halt,
> showing
>> that this "correct answer" is NOT the correct answer for a Halt Decider,
>> thus proving that neither H or embedded_H are Halt Deciders and that you
>> have been just lying for the last couple of decades.
>
> Reply again but this time randomly swap the words around a bit. Oh, you
> have been doing that already, for over a year. Take your fucking meds,
> mate.
>
> /Flibble

PLONK, if you understand the term.

You are showing yourself to just be incoherent.

Re: H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]

<ttgd8l$30h93$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44303&group=comp.theory#44303

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]
Date: Sun, 26 Feb 2023 13:51:48 -0600
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <ttgd8l$30h93$1@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 26 Feb 2023 19:51:50 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="6aeba910b9823ace1967d806fccd1427";
logging-data="3163427"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+3GxXsSicbU3Jy03b5qSzC"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:/G88sYLDH1UcRGNfDq8lU1lJSAw=
Content-Language: en-US
In-Reply-To: <6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
 by: olcott - Sun, 26 Feb 2023 19:51 UTC

On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>
>> A [correct] halt decider [...] predicts what the behavior of its input would be
>
> ...if run "stand allone".
>
> Now, if run stand allone D(D) either stops running or it doesn't. Got that?
>
> Now if H(D, D) determines that D(D) halts (when run stand allone), D(D) doesn't halt (when run stand allone). If H(D, D) determines that D(D) doesn't halt (when run stand allone), D(D) halts (when run stand allone). Got that?
>
> H simply doesn't determine the correct halt behaviour of D(D).
>
>> H [...] predicts that D(D) would never stop running [when run stand allone]
>
> Well, in this case D(D) terminates (stops running) [when run stand allone]. Hence H's "prediction" is wrong.

ONLY LIARS WILL DISAGREE
The fact that D(D) never stops running unless H(D,D) aborts its
simulation of D conclusively proves that H is necessarily correct to
reject D as non-halting.

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

Re: H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]

<ZUOKL.1555041$vBI8.1168361@fx15.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44310&group=comp.theory#44310

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!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.8.0
Subject: Re: H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]
Content-Language: en-US
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttgd8l$30h93$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 49
Message-ID: <ZUOKL.1555041$vBI8.1168361@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: Sun, 26 Feb 2023 15:02:01 -0500
X-Received-Bytes: 2697
 by: Richard Damon - Sun, 26 Feb 2023 20:02 UTC

On 2/26/23 2:51 PM, olcott wrote:
> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>
>>> A [correct] halt decider [...] predicts what the behavior of its
>>> input would be
>>
>> ...if run "stand allone".
>>
>> Now, if run stand allone D(D) either stops running or it doesn't. Got
>> that?
>>
>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>> D(D) doesn't halt (when run stand allone). If H(D, D) determines that
>> D(D) doesn't halt (when run stand allone), D(D) halts (when run stand
>> allone). Got that?
>>
>> H simply doesn't determine the correct halt behaviour of D(D).
>>
>>> H [...] predicts that D(D) would never stop running [when run stand
>>> allone]
>>
>> Well, in this case D(D) terminates (stops running) [when run stand
>> allone]. Hence H's "prediction" is wrong.
>
> ONLY LIARS WILL DISAGREE
> The fact that D(D) never stops running unless H(D,D) aborts its
> simulation of D conclusively proves that H is necessarily correct to
> reject D as non-halting.
>
>

Why do you say that?

The reasoning has been explained to you.

You have ignored it, or at least not pointed out an error in the rebuttal.

That makes YOU the LIAR.

And only liars will disagree.

If you want to redeam your reputation, you need to do more than just
keep on repeating disproven ideas and false statements.

You are going to DIE soon (unless you have been lying, but in one sense,
all of us will die soon) and right now, your only legacy is as that of a
lying crank. If you are satisfied with that, continue on and cement that
future.

Re: H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]

<ttgegf$30h93$3@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44314&group=comp.theory#44314

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]
Date: Sun, 26 Feb 2023 14:13:02 -0600
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <ttgegf$30h93$3@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 26 Feb 2023 20:13:03 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="6aeba910b9823ace1967d806fccd1427";
logging-data="3163427"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18qb81agzOHxYt4mEBL6acO"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:TblRmWA0wrJAtqnxrH6GmTb0Ij0=
Content-Language: en-US
In-Reply-To: <ttgd8l$30h93$1@dont-email.me>
 by: olcott - Sun, 26 Feb 2023 20:13 UTC

On 2/26/2023 1:51 PM, olcott wrote:
> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>
>>> A [correct] halt decider [...] predicts what the behavior of its
>>> input would be
>>
>> ...if run "stand allone".
>>
>> Now, if run stand allone D(D) either stops running or it doesn't. Got
>> that?
>>
>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>> D(D) doesn't halt (when run stand allone). If H(D, D) determines that
>> D(D) doesn't halt (when run stand allone), D(D) halts (when run stand
>> allone). Got that?
>>
>> H simply doesn't determine the correct halt behaviour of D(D).
>>
>>> H [...] predicts that D(D) would never stop running [when run stand
>>> allone]
>>
>> Well, in this case D(D) terminates (stops running) [when run stand
>> allone]. Hence H's "prediction" is wrong.
>
> ONLY LIARS WILL DISAGREE
> The fact that D(D) never stops running unless H(D,D) aborts its
> simulation of D conclusively proves that H is necessarily correct to
> reject D as non-halting.

LIARS know full well the the above is infallibly correct as proven by
their completely vacuous attempts at rebuttal.

They have known this for the whole two years since I first providing the
above reasoning.

Now that I know that completely vacuous attempts at rebuttal by lying
reviewers are affirmations that my point has been made things are
proceeding much more quickly.

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

Re: H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]

<17477953c46cb3ac$377$588642$faa1aca7@news.newsdemon.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44316&group=comp.theory#44316

  copy link   Newsgroups: sci.logic comp.theory
From: flib...@reddwarf.jmc.corp (Mr Flibble)
Subject: Re: H(D,D)==0 is proven to be correct V4 [ONLY LIARS WILL DISAGREE]
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me> <ttdvdv$2kcuu$11@dont-email.me> <6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com> <ttgd8l$30h93$1@dont-email.me> <ZUOKL.1555041$vBI8.1168361@fx15.iad>
User-Agent: Pan/0.146 (Hic habitat felicitas; d7a48b4 gitlab.gnome.org/GNOME/pan.git)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 57
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.netnews.com!news.alt.net!us1.netnews.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!news.newsdemon.com!not-for-mail
Date: Sun, 26 Feb 2023 20:19:46 +0000
Nntp-Posting-Date: Sun, 26 Feb 2023 20:19:46 +0000
X-Complaints-To: abuse@newsdemon.com
Organization: NewsDemon - www.newsdemon.com
Message-Id: <17477953c46cb3ac$377$588642$faa1aca7@news.newsdemon.com>
X-Received-Bytes: 2971
 by: Mr Flibble - Sun, 26 Feb 2023 20:19 UTC

On Sun, 26 Feb 2023 15:02:01 -0500, Richard Damon wrote:

> On 2/26/23 2:51 PM, olcott wrote:
>> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>>
>>>> A [correct] halt decider [...] predicts what the behavior of its
>>>> input would be
>>>
>>> ...if run "stand allone".
>>>
>>> Now, if run stand allone D(D) either stops running or it doesn't. Got
>>> that?
>>>
>>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>>> D(D) doesn't halt (when run stand allone). If H(D, D) determines that
>>> D(D) doesn't halt (when run stand allone), D(D) halts (when run stand
>>> allone). Got that?
>>>
>>> H simply doesn't determine the correct halt behaviour of D(D).
>>>
>>>> H [...] predicts that D(D) would never stop running [when run stand
>>>> allone]
>>>
>>> Well, in this case D(D) terminates (stops running) [when run stand
>>> allone]. Hence H's "prediction" is wrong.
>>
>> ONLY LIARS WILL DISAGREE The fact that D(D) never stops running unless
>> H(D,D) aborts its simulation of D conclusively proves that H is
>> necessarily correct to reject D as non-halting.
>>
>>
>>
> Why do you say that?
>
> The reasoning has been explained to you.
>
> You have ignored it, or at least not pointed out an error in the
> rebuttal.
>
> That makes YOU the LIAR.
>
> And only liars will disagree.
>
> If you want to redeam your reputation, you need to do more than just
> keep on repeating disproven ideas and false statements.
>
> You are going to DIE soon (unless you have been lying, but in one sense,
> all of us will die soon) and right now, your only legacy is as that of a
> lying crank. If you are satisfied with that, continue on and cement that
> future.

Reply again but this time randomly swap the words around a bit. Oh, you
have been doing that already, for over a year. Take your fucking meds,
mate.

/Flibble

Re: H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]

<1hPKL.1561992$vBI8.1399601@fx15.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44318&group=comp.theory#44318

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.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.8.0
Subject: Re: H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]
Content-Language: en-US
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttgegf$30h93$3@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 65
Message-ID: <1hPKL.1561992$vBI8.1399601@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: Sun, 26 Feb 2023 15:27:41 -0500
X-Received-Bytes: 3356
 by: Richard Damon - Sun, 26 Feb 2023 20:27 UTC

On 2/26/23 3:13 PM, olcott wrote:
> On 2/26/2023 1:51 PM, olcott wrote:
>> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>>
>>>> A [correct] halt decider [...] predicts what the behavior of its
>>>> input would be
>>>
>>> ...if run "stand allone".
>>>
>>> Now, if run stand allone D(D) either stops running or it doesn't. Got
>>> that?
>>>
>>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>>> D(D) doesn't halt (when run stand allone). If H(D, D) determines that
>>> D(D) doesn't halt (when run stand allone), D(D) halts (when run stand
>>> allone). Got that?
>>>
>>> H simply doesn't determine the correct halt behaviour of D(D).
>>>
>>>> H [...] predicts that D(D) would never stop running [when run stand
>>>> allone]
>>>
>>> Well, in this case D(D) terminates (stops running) [when run stand
>>> allone]. Hence H's "prediction" is wrong.
>>
>> ONLY LIARS WILL DISAGREE
>> The fact that D(D) never stops running unless H(D,D) aborts its
>> simulation of D conclusively proves that H is necessarily correct to
>> reject D as non-halting.
>
> LIARS know full well the the above is infallibly correct as proven by
> their completely vacuous attempts at rebuttal.
>

So, no attempt to actually show it. I guess that is the needed proof
that it is just a fabrication.

> They have known this for the whole two years since I first providing the
> above reasoning.
>

Yes, we have known that everything you have said is just a fabrication
of your crocked mind.

> Now that I know that completely vacuous attempts at rebuttal by lying
> reviewers are affirmations that my point has been made things are
> proceeding much more quickly.
>

So, you plan to accelerate your insanity?

Maybe you should just submit the paper once and for all and get the
rejection that terminates the debate.

Or did you start to do that, and that is why you are trying to put down
the editor of the CACM?

If everyone (or nearly everyone) thinks your ideas are garbage, maybe it
is becaue it is.

Even the geniuses that were ahead of their time were able to get some
smart people to at least look at and try to understand their ideas.

You haven't. Take a hint.

Re: H(D,D)==0 is proven to be correct V4 [*validity*]

<ttgfd6$30h93$4@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44319&group=comp.theory#44319

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: H(D,D)==0 is proven to be correct V4 [*validity*]
Date: Sun, 26 Feb 2023 14:28:21 -0600
Organization: A noiseless patient Spider
Lines: 60
Message-ID: <ttgfd6$30h93$4@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 26 Feb 2023 20:28:22 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="6aeba910b9823ace1967d806fccd1427";
logging-data="3163427"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18hFRNcVAyedUAJBtyOl0vt"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:mQXJVXVvvTzwM+dpHpzU0qJ4kp8=
In-Reply-To: <ttgegf$30h93$3@dont-email.me>
Content-Language: en-US
 by: olcott - Sun, 26 Feb 2023 20:28 UTC

On 2/26/2023 2:13 PM, olcott wrote:
> On 2/26/2023 1:51 PM, olcott wrote:
>> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>>
>>>> A [correct] halt decider [...] predicts what the behavior of its
>>>> input would be
>>>
>>> ...if run "stand allone".
>>>
>>> Now, if run stand allone D(D) either stops running or it doesn't. Got
>>> that?
>>>
>>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>>> D(D) doesn't halt (when run stand allone). If H(D, D) determines that
>>> D(D) doesn't halt (when run stand allone), D(D) halts (when run stand
>>> allone). Got that?
>>>
>>> H simply doesn't determine the correct halt behaviour of D(D).
>>>
>>>> H [...] predicts that D(D) would never stop running [when run stand
>>>> allone]
>>>
>>> Well, in this case D(D) terminates (stops running) [when run stand
>>> allone]. Hence H's "prediction" is wrong.
>>
>> ONLY LIARS WILL DISAGREE
>> The fact that D(D) never stops running unless H(D,D) aborts its
>> simulation of D conclusively proves that H is necessarily correct to
>> reject D as non-halting.
>
> LIARS know full well the the above is infallibly correct as proven by
> their completely vacuous attempts at rebuttal.
>
> They have known this for the whole two years since I first providing the
> above reasoning.
>
> Now that I know that completely vacuous attempts at rebuttal by lying
> reviewers are affirmations that my point has been made things are
> proceeding much more quickly.
>

A deductive argument is said to be valid if and only if it takes a form
that makes it impossible for the premises to be true and the conclusion
nevertheless to be false. Otherwise, a deductive argument is said to be
invalid. https://iep.utm.edu/val-snd/

The problem might be that when one starts with a falsehood and derives a
falsehood this is considered a valid deductive argument according to the
above standard definition.

The [correct reasoning] definition of valid deductive inference is
conclusion C of language L is derived by applying truth preserving
operations to premises P of language L. *Copyright 2023 Olcott*

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

Re: H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]

<17477b03f2d33290$7$746483$baa1ecb3@news.newsdemon.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44323&group=comp.theory#44323

  copy link   Newsgroups: sci.logic comp.theory
From: flib...@reddwarf.jmc.corp (Mr Flibble)
Subject: Re: H(D,D)==0 is proven to be correct V4 [*ONLY LIARS WILL DISAGREE*]
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me> <ttdvdv$2kcuu$11@dont-email.me> <6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com> <ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me> <1hPKL.1561992$vBI8.1399601@fx15.iad>
User-Agent: Pan/0.146 (Hic habitat felicitas; d7a48b4 gitlab.gnome.org/GNOME/pan.git)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 72
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!news.newsdemon.com!not-for-mail
Date: Sun, 26 Feb 2023 20:50:43 +0000
Nntp-Posting-Date: Sun, 26 Feb 2023 20:50:43 +0000
X-Complaints-To: abuse@newsdemon.com
Organization: NewsDemon - www.newsdemon.com
Message-Id: <17477b03f2d33290$7$746483$baa1ecb3@news.newsdemon.com>
X-Received-Bytes: 3596
 by: Mr Flibble - Sun, 26 Feb 2023 20:50 UTC

On Sun, 26 Feb 2023 15:27:41 -0500, Richard Damon wrote:

> On 2/26/23 3:13 PM, olcott wrote:
>> On 2/26/2023 1:51 PM, olcott wrote:
>>> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>>>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>>>
>>>>> A [correct] halt decider [...] predicts what the behavior of its
>>>>> input would be
>>>>
>>>> ...if run "stand allone".
>>>>
>>>> Now, if run stand allone D(D) either stops running or it doesn't. Got
>>>> that?
>>>>
>>>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>>>> D(D) doesn't halt (when run stand allone). If H(D, D) determines that
>>>> D(D) doesn't halt (when run stand allone), D(D) halts (when run stand
>>>> allone). Got that?
>>>>
>>>> H simply doesn't determine the correct halt behaviour of D(D).
>>>>
>>>>> H [...] predicts that D(D) would never stop running [when run stand
>>>>> allone]
>>>>
>>>> Well, in this case D(D) terminates (stops running) [when run stand
>>>> allone]. Hence H's "prediction" is wrong.
>>>
>>> ONLY LIARS WILL DISAGREE The fact that D(D) never stops running unless
>>> H(D,D) aborts its simulation of D conclusively proves that H is
>>> necessarily correct to reject D as non-halting.
>>
>> LIARS know full well the the above is infallibly correct as proven by
>> their completely vacuous attempts at rebuttal.
>>
>>
> So, no attempt to actually show it. I guess that is the needed proof
> that it is just a fabrication.
>
>> They have known this for the whole two years since I first providing
>> the above reasoning.
>>
>>
> Yes, we have known that everything you have said is just a fabrication
> of your crocked mind.
>
>> Now that I know that completely vacuous attempts at rebuttal by lying
>> reviewers are affirmations that my point has been made things are
>> proceeding much more quickly.
>>
>>
> So, you plan to accelerate your insanity?
>
> Maybe you should just submit the paper once and for all and get the
> rejection that terminates the debate.
>
> Or did you start to do that, and that is why you are trying to put down
> the editor of the CACM?
>
> If everyone (or nearly everyone) thinks your ideas are garbage, maybe it
> is becaue it is.
>
> Even the geniuses that were ahead of their time were able to get some
> smart people to at least look at and try to understand their ideas.
>
> You haven't. Take a hint.

Reply again but this time randomly swap the words around a bit. Oh, you
have been doing that already, for over a year. Take your fucking meds,
mate.

/Flibble

Re: H(D,D)==0 is proven to be correct V4 [*validity*]

<J9QKL.177502$Sgyc.112443@fx40.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44325&group=comp.theory#44325

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx40.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.8.0
Subject: Re: H(D,D)==0 is proven to be correct V4 [*validity*]
Content-Language: en-US
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me>
<ttgfd6$30h93$4@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttgfd6$30h93$4@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 60
Message-ID: <J9QKL.177502$Sgyc.112443@fx40.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: Sun, 26 Feb 2023 16:28:09 -0500
X-Received-Bytes: 3772
 by: Richard Damon - Sun, 26 Feb 2023 21:28 UTC

On 2/26/23 3:28 PM, olcott wrote:

>
> A deductive argument is said to be valid if and only if it takes a form
> that makes it impossible for the premises to be true and the conclusion
> nevertheless to be false. Otherwise, a deductive argument is said to be
> invalid. https://iep.utm.edu/val-snd/
>
> The problem might be that when one starts with a falsehood and derives a
> falsehood this is considered a valid deductive argument according to the
> above standard definition.
>
> The [correct reasoning] definition of valid deductive inference is
> conclusion C of language L is derived by applying truth preserving
> operations to premises P of language L.   *Copyright 2023 Olcott*
>
>

So, start with your correct reasoning definition and go back to
primitive logic and see what you can do.

It is just incorrect logic to try to change the basic rules and ignore
what they do to the system.

My guess is you don't have enough formal knowledge of how to build a
logic system to be able to do much with that advice, but looking forward
to you trying to prove me wrong on that.

On the other hand, your statement might actually not be any different
than what is currently established.

Remember, to use that A -> B you first need to PROVE A -> B, and what is
a proof other than your statement of using Truth Preserving Operations.

You also seem to have something against the operator of inplications,
that is that A -> B. That operator is actual nothing other than a short
cut for the assetion that ((!A) | B) is true, so unless you also think
that the OR operator has a problem you shouldn't have a problem with the
implication operator. And if you have a problem with or, you should have
a problem with and as (A | B) is equivalent to !(!A & !B)

So, unless your logic system is SO stripped down that you can't do any
logic (or maybe just can't use the not operator) implication should not
be an issue.

Now, part of your problem seems to be that you seem to be willing to
inject as a usable inference things that are NOT actually established by
a "Proof", or in your words, by applying truth perserving operations to
the premises of the field.

After all, when was the last time you actually did that. Start from JUST
the well established principles of the field (and not just thing that
must be true by the meaning of the words, when the meaning of the words
isn't an actual established definition of the field).

You ALWAYS seem to fall back to something "MUST" be true as it is
obvious, and ignore when people point out that it isn't true.

That just shows you don't actually follow even your own rules for logic.

Re: H(D,D)==0 is proven to be correct V4 [*validity*]

<ttgl1o$31dik$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44326&group=comp.theory#44326

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: H(D,D)==0 is proven to be correct V4 [*validity*]
Date: Sun, 26 Feb 2023 16:04:38 -0600
Organization: A noiseless patient Spider
Lines: 77
Message-ID: <ttgl1o$31dik$1@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me>
<ttgfd6$30h93$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 26 Feb 2023 22:04:40 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="6aeba910b9823ace1967d806fccd1427";
logging-data="3192404"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1867R9yRugZQm7bHun+KYRN"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:mUplV85yRsFprXdylczwnAfK118=
Content-Language: en-US
In-Reply-To: <ttgfd6$30h93$4@dont-email.me>
 by: olcott - Sun, 26 Feb 2023 22:04 UTC

On 2/26/2023 2:28 PM, olcott wrote:
> On 2/26/2023 2:13 PM, olcott wrote:
>> On 2/26/2023 1:51 PM, olcott wrote:
>>> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>>>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>>>
>>>>> A [correct] halt decider [...] predicts what the behavior of its
>>>>> input would be
>>>>
>>>> ...if run "stand allone".
>>>>
>>>> Now, if run stand allone D(D) either stops running or it doesn't.
>>>> Got that?
>>>>
>>>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>>>> D(D) doesn't halt (when run stand allone). If H(D, D) determines
>>>> that D(D) doesn't halt (when run stand allone), D(D) halts (when run
>>>> stand allone). Got that?
>>>>
>>>> H simply doesn't determine the correct halt behaviour of D(D).
>>>>
>>>>> H [...] predicts that D(D) would never stop running [when run stand
>>>>> allone]
>>>>
>>>> Well, in this case D(D) terminates (stops running) [when run stand
>>>> allone]. Hence H's "prediction" is wrong.
>>>
>>> ONLY LIARS WILL DISAGREE
>>> The fact that D(D) never stops running unless H(D,D) aborts its
>>> simulation of D conclusively proves that H is necessarily correct to
>>> reject D as non-halting.
>>
>> LIARS know full well the the above is infallibly correct as proven by
>> their completely vacuous attempts at rebuttal.
>>
>> They have known this for the whole two years since I first providing the
>> above reasoning.
>>
>> Now that I know that completely vacuous attempts at rebuttal by lying
>> reviewers are affirmations that my point has been made things are
>> proceeding much more quickly.
>>
>
> A deductive argument is said to be valid if and only if it takes a form
> that makes it impossible for the premises to be true and the conclusion
> nevertheless to be false. Otherwise, a deductive argument is said to be
> invalid. https://iep.utm.edu/val-snd/
>
> The problem might be that when one starts with a falsehood and derives a
> falsehood this is considered a valid deductive argument according to the
> above standard definition.
>
> The [correct reasoning] definition of valid deductive inference is
> conclusion C of language L is derived by applying truth preserving
> operations to premises P of language L.   *Copyright 2023 Olcott*

The Prolog programming language already provides this system of [correct
reasoning] with its Facts (expressions of language stipulated to be
true) and Rules (truth preserving operations).

?- G = not(provable(F, G)). % G = ¬(F ⊢ G)

When we test the above pair of expressions we find that neither of them
are are provable in the Prolog formal system: (SWI-Prolog (threaded, 64
bits, version 7.6.4)

?- unify_with_occurs_check(G, not(provable(F, G))).
false.

G is unprovable because it has a cycle in its evaluation graph that
Prolog correctly detects.

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

Re: H(D,D)==0 is proven to be correct V4 [*validity*]

<17477f11849b0a92$1$2480680$baa1eca3@news.newsdemon.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44327&group=comp.theory#44327

  copy link   Newsgroups: sci.logic comp.theory
From: flib...@reddwarf.jmc.corp (Mr Flibble)
Subject: Re: H(D,D)==0 is proven to be correct V4 [*validity*]
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me> <ttdvdv$2kcuu$11@dont-email.me> <6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com> <ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me> <ttgfd6$30h93$4@dont-email.me> <J9QKL.177502$Sgyc.112443@fx40.iad>
User-Agent: Pan/0.146 (Hic habitat felicitas; d7a48b4 gitlab.gnome.org/GNOME/pan.git)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 68
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!news.newsdemon.com!not-for-mail
Date: Sun, 26 Feb 2023 22:04:59 +0000
Nntp-Posting-Date: Sun, 26 Feb 2023 22:04:59 +0000
X-Complaints-To: abuse@newsdemon.com
Organization: NewsDemon - www.newsdemon.com
Message-Id: <17477f11849b0a92$1$2480680$baa1eca3@news.newsdemon.com>
X-Received-Bytes: 4021
 by: Mr Flibble - Sun, 26 Feb 2023 22:04 UTC

On Sun, 26 Feb 2023 16:28:09 -0500, Richard Damon wrote:

> On 2/26/23 3:28 PM, olcott wrote:
>
>
>> A deductive argument is said to be valid if and only if it takes a form
>> that makes it impossible for the premises to be true and the conclusion
>> nevertheless to be false. Otherwise, a deductive argument is said to be
>> invalid. https://iep.utm.edu/val-snd/
>>
>> The problem might be that when one starts with a falsehood and derives
>> a falsehood this is considered a valid deductive argument according to
>> the above standard definition.
>>
>> The [correct reasoning] definition of valid deductive inference is
>> conclusion C of language L is derived by applying truth preserving
>> operations to premises P of language L.   *Copyright 2023 Olcott*
>>
>>
>>
> So, start with your correct reasoning definition and go back to
> primitive logic and see what you can do.
>
> It is just incorrect logic to try to change the basic rules and ignore
> what they do to the system.
>
> My guess is you don't have enough formal knowledge of how to build a
> logic system to be able to do much with that advice, but looking forward
> to you trying to prove me wrong on that.
>
>
> On the other hand, your statement might actually not be any different
> than what is currently established.
>
> Remember, to use that A -> B you first need to PROVE A -> B, and what is
> a proof other than your statement of using Truth Preserving Operations.
>
> You also seem to have something against the operator of inplications,
> that is that A -> B. That operator is actual nothing other than a short
> cut for the assetion that ((!A) | B) is true, so unless you also think
> that the OR operator has a problem you shouldn't have a problem with the
> implication operator. And if you have a problem with or, you should have
> a problem with and as (A | B) is equivalent to !(!A & !B)
>
> So, unless your logic system is SO stripped down that you can't do any
> logic (or maybe just can't use the not operator) implication should not
> be an issue.
>
> Now, part of your problem seems to be that you seem to be willing to
> inject as a usable inference things that are NOT actually established by
> a "Proof", or in your words, by applying truth perserving operations to
> the premises of the field.
>
> After all, when was the last time you actually did that. Start from JUST
> the well established principles of the field (and not just thing that
> must be true by the meaning of the words, when the meaning of the words
> isn't an actual established definition of the field).
>
> You ALWAYS seem to fall back to something "MUST" be true as it is
> obvious, and ignore when people point out that it isn't true.
>
> That just shows you don't actually follow even your own rules for logic.

Reply again but this time randomly swap the words around a bit. Oh, you
have been doing that already, for over a year. Take your fucking meds,
mate.

/Flibble

Re: H(D,D)==0 is proven to be correct V4 [*validity*]

<ttgln9$31dik$2@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44328&group=comp.theory#44328

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: H(D,D)==0 is proven to be correct V4 [*validity*]
Date: Sun, 26 Feb 2023 16:16:08 -0600
Organization: A noiseless patient Spider
Lines: 77
Message-ID: <ttgln9$31dik$2@dont-email.me>
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me>
<ttgfd6$30h93$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 26 Feb 2023 22:16:09 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="6aeba910b9823ace1967d806fccd1427";
logging-data="3192404"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/nDI7T1w5nynpe+OBIggn7"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.8.0
Cancel-Lock: sha1:FMilyZ/iBJxoUKwrNLZdKOxRnO0=
Content-Language: en-US
In-Reply-To: <ttgfd6$30h93$4@dont-email.me>
 by: olcott - Sun, 26 Feb 2023 22:16 UTC

On 2/26/2023 2:28 PM, olcott wrote:
> On 2/26/2023 2:13 PM, olcott wrote:
>> On 2/26/2023 1:51 PM, olcott wrote:
>>> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>>>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>>>
>>>>> A [correct] halt decider [...] predicts what the behavior of its
>>>>> input would be
>>>>
>>>> ...if run "stand allone".
>>>>
>>>> Now, if run stand allone D(D) either stops running or it doesn't.
>>>> Got that?
>>>>
>>>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>>>> D(D) doesn't halt (when run stand allone). If H(D, D) determines
>>>> that D(D) doesn't halt (when run stand allone), D(D) halts (when run
>>>> stand allone). Got that?
>>>>
>>>> H simply doesn't determine the correct halt behaviour of D(D).
>>>>
>>>>> H [...] predicts that D(D) would never stop running [when run stand
>>>>> allone]
>>>>
>>>> Well, in this case D(D) terminates (stops running) [when run stand
>>>> allone]. Hence H's "prediction" is wrong.
>>>
>>> ONLY LIARS WILL DISAGREE
>>> The fact that D(D) never stops running unless H(D,D) aborts its
>>> simulation of D conclusively proves that H is necessarily correct to
>>> reject D as non-halting.
>>
>> LIARS know full well the the above is infallibly correct as proven by
>> their completely vacuous attempts at rebuttal.
>>
>> They have known this for the whole two years since I first providing the
>> above reasoning.
>>
>> Now that I know that completely vacuous attempts at rebuttal by lying
>> reviewers are affirmations that my point has been made things are
>> proceeding much more quickly.
>>
>
> A deductive argument is said to be valid if and only if it takes a form
> that makes it impossible for the premises to be true and the conclusion
> nevertheless to be false. Otherwise, a deductive argument is said to be
> invalid. https://iep.utm.edu/val-snd/
>
> The problem might be that when one starts with a falsehood and derives a
> falsehood this is considered a valid deductive argument according to the
> above standard definition.
>
> The [correct reasoning] definition of valid deductive inference is
> conclusion C of language L is derived by applying truth preserving
> operations to premises P of language L.   *Copyright 2023 Olcott*

The Prolog programming language already provides this system of [correct
reasoning] with its Facts (expressions of language stipulated to be
true) and Rules (truth preserving operations).

?- G = not(provable(F, G)). % G = ¬(F ⊢ G)

When we test the above expression we finds that it is not provable in
the Prolog formal system: (SWI-Prolog (threaded, 64 bits, version 7.6.4)
*Because the expression has an infinite cycle in its evaluation graph*

?- unify_with_occurs_check(G, not(provable(F, G))).
false.

G is unprovable because it has an infinite cycle in its evaluation graph
that Prolog correctly detects.

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

Re: H(D,D)==0 is proven to be correct V4 [*validity*]

<WfRKL.1681012$GNG9.528769@fx18.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=44329&group=comp.theory#44329

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.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.8.0
Subject: Re: H(D,D)==0 is proven to be correct V4 [*validity*]
Content-Language: en-US
Newsgroups: sci.logic,comp.theory
References: <ttdnlt$2kcuu$3@dont-email.me> <ttdsvm$2kcuu$10@dont-email.me>
<ttdvdv$2kcuu$11@dont-email.me>
<6dcc8160-4def-462e-a400-c9e373dbcfb5n@googlegroups.com>
<ttgd8l$30h93$1@dont-email.me> <ttgegf$30h93$3@dont-email.me>
<ttgfd6$30h93$4@dont-email.me> <ttgln9$31dik$2@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <ttgln9$31dik$2@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 102
Message-ID: <WfRKL.1681012$GNG9.528769@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: Sun, 26 Feb 2023 17:43:02 -0500
X-Received-Bytes: 4940
 by: Richard Damon - Sun, 26 Feb 2023 22:43 UTC

On 2/26/23 5:16 PM, olcott wrote:
> On 2/26/2023 2:28 PM, olcott wrote:
>> On 2/26/2023 2:13 PM, olcott wrote:
>>> On 2/26/2023 1:51 PM, olcott wrote:
>>>> On 2/26/2023 1:29 PM, Fritz Feldhase wrote:
>>>>> On Saturday, February 25, 2023 at 10:43:30 PM UTC+1, olcott wrote:
>>>>>
>>>>>> A [correct] halt decider [...] predicts what the behavior of its
>>>>>> input would be
>>>>>
>>>>> ...if run "stand allone".
>>>>>
>>>>> Now, if run stand allone D(D) either stops running or it doesn't.
>>>>> Got that?
>>>>>
>>>>> Now if H(D, D) determines that D(D) halts (when run stand allone),
>>>>> D(D) doesn't halt (when run stand allone). If H(D, D) determines
>>>>> that D(D) doesn't halt (when run stand allone), D(D) halts (when
>>>>> run stand allone). Got that?
>>>>>
>>>>> H simply doesn't determine the correct halt behaviour of D(D).
>>>>>
>>>>>> H [...] predicts that D(D) would never stop running [when run
>>>>>> stand allone]
>>>>>
>>>>> Well, in this case D(D) terminates (stops running) [when run stand
>>>>> allone]. Hence H's "prediction" is wrong.
>>>>
>>>> ONLY LIARS WILL DISAGREE
>>>> The fact that D(D) never stops running unless H(D,D) aborts its
>>>> simulation of D conclusively proves that H is necessarily correct to
>>>> reject D as non-halting.
>>>
>>> LIARS know full well the the above is infallibly correct as proven by
>>> their completely vacuous attempts at rebuttal.
>>>
>>> They have known this for the whole two years since I first providing the
>>> above reasoning.
>>>
>>> Now that I know that completely vacuous attempts at rebuttal by lying
>>> reviewers are affirmations that my point has been made things are
>>> proceeding much more quickly.
>>>
>>
>> A deductive argument is said to be valid if and only if it takes a form
>> that makes it impossible for the premises to be true and the conclusion
>> nevertheless to be false. Otherwise, a deductive argument is said to be
>> invalid. https://iep.utm.edu/val-snd/
>>
>> The problem might be that when one starts with a falsehood and derives a
>> falsehood this is considered a valid deductive argument according to the
>> above standard definition.
>>
>> The [correct reasoning] definition of valid deductive inference is
>> conclusion C of language L is derived by applying truth preserving
>> operations to premises P of language L.   *Copyright 2023 Olcott*
>
> The Prolog programming language already provides this system of [correct
> reasoning] with its Facts (expressions of language stipulated to be
> true) and Rules (truth preserving operations).

Nope, because if you use Prolog you can not go past first order logic,
so you can't deal with the sort of logic needed in computability theory.

You keep on doing this, and it just prove how much of a novice you are
at this.

Have you figured out how to get Prolog to prove the Pythagorean Theorem?

>
> ?- G = not(provable(F, G)).         % G = ¬(F ⊢ G)

Which isn't G, and the Prolog Logic system doesn't meet the minimums
that Godel requires, so you are just proving yourself to be a lying idiot.

Stike One, Strike Two

>
> When we test the above expression we finds that it is not provable in
> the Prolog formal system: (SWI-Prolog (threaded, 64 bits, version 7.6.4)
> *Because the expression has an infinite cycle in its evaluation graph*
>

Of course Prolog can't deal with it, it is beyond what Prolog can handle.

> ?- unify_with_occurs_check(G, not(provable(F, G))).
> false.

Strike Three

>
> G is unprovable because it has an infinite cycle in its evaluation graph
> that Prolog correctly detects.
>

Nope, you are just proving that you are a total idiot about what you are
talking about,

Your use of Prolog is like bringing a knife to a Gun fight.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor