Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Play Rogue, visit exotic locations, meet strange creatures and kill them.


devel / comp.theory / No one can correctly refute that simulating abort decider A(D,D) is correct

SubjectAuthor
* No one can correctly refute that simulating abort decider A(D,D) is correctolcott
+* Re: No one can correctly refute that simulating abort decider A(D,D) is correctFred. Zwarts
|`* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
| `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|  `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|   `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|    `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|     `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|      `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|       `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|        `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|         `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|          `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|           +* Re: No one can correctly refute that simulating abort decider A(D,D) is correctFred. Zwarts
|           |`* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|           | +* Re: No one can correctly refute that simulating abort decider A(D,D) is correctFred. Zwarts
|           | |`- Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|           | `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|           |  `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|           |   `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|           |    `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|           |     `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|           |      `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|           |       `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|           |        `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|           |         `- Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|           `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|            `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|             `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|              `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|               `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|                `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|                 +* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|                 |`* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|                 | `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|                 |  `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|                 |   +- Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|                 |   `* Re: No one can correctly refute that simulating abort decider A(D,D) is correctolcott
|                 |    `- Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
|                 `- Re: No one can correctly refute that simulating abort decider A(D,D) is correctRichard Damon
`- Re: No one can correctly refute that simulating abort decider A(D,D) is correctMikko

Pages:12
No one can correctly refute that simulating abort decider A(D,D) is correct

<uu1qje$3106v$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: No one can correctly refute that simulating abort decider A(D,D) is
correct
Date: Wed, 27 Mar 2024 14:04:13 -0500
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <uu1qje$3106v$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 27 Mar 2024 19:04:15 +0100 (CET)
Injection-Info: dont-email.me; posting-host="fa63db01727c3acc7401a5d56fb7345e";
logging-data="3178719"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/CUE5QmGIb/t0qTPt5px42"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:4xCnKW0Lk000VlL84+rTOchWbtQ=
Content-Language: en-US
 by: olcott - Wed, 27 Mar 2024 19:04 UTC

01 void B(ptr x) // ptr is pointer to void function
02 {
03 A(x, x);
04 return;
05 }
06
07 void main()
08 {
09 A(B,B);
10 }

*Execution Trace*
Line 09: main() invokes A(B,B);

*keeps repeating* (unless aborted)
Line 03: simulated B(B) invokes simulated A(B,B) that simulates B(B)

*Simulation invariant*
B correctly simulated by A cannot possibly reach past its own line 03.

The whole class of every A(B,B) that simulates its input
is divided into two sub-classes:
(a) A(B,B) that DOES NOT abort its simulation is incorrect
(ABOUT THIS ABORT DECISION)
because it would never halt and all deciders must always halt.

(b) A(B,N) that DOES abort its simulation is correct
(ABOUT THIS ABORT DECISION)
because it would halt and all deciders must always halt.

When I provide the same abort criteria that everyone can see
is obviously correct they lie about it.

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

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu1tmp$31mm4$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: F.Zwa...@HetNet.nl (Fred. Zwarts)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 20:57:13 +0100
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <uu1tmp$31mm4$2@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 27 Mar 2024 19:57:14 +0100 (CET)
Injection-Info: dont-email.me; posting-host="3c03feda3a8cb3b751af5e283ec142d7";
logging-data="3201732"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198IgxmlzywUW+vrZ6ADLwE"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:ijBGb5E97Sh1WniLeIE+rO6/WKc=
In-Reply-To: <uu1qje$3106v$1@dont-email.me>
Content-Language: en-GB
 by: Fred. Zwarts - Wed, 27 Mar 2024 19:57 UTC

Op 27.mrt.2024 om 20:04 schreef olcott:
> 01 void B(ptr x) // ptr is pointer to void function
> 02 {
> 03   A(x, x);
> 04   return;
> 05 }
> 06
> 07 void main()
> 08 {
> 09   A(B,B);
> 10 }
>
> *Execution Trace*
> Line 09: main() invokes A(B,B);
>
> *keeps repeating* (unless aborted)
That is a premature conclusion when A is not specified. It holds if A
does not halt. If A returns, then B will halt (unless aborted).
So, the problem of not halting is not in B but in the unspecified A. If
A halts, B will halt. If A does not halt, B will not halt.
Even a beginner will see it.

> Line 03: simulated B(B) invokes simulated A(B,B) that simulates B(B)
but not completely, because A aborts the simulation and halts, which
makes that B halts too (unless aborted).

> *Simulation invariant*
> B correctly simulated by A cannot possibly reach past its own line 03.

Except if A aborts and halts, because then also B halts (unless aborted).

>
> The whole class of every A(B,B) that simulates its input
> is divided into two sub-classes:
> (a) A(B,B) that DOES NOT abort its simulation is incorrect
>     (ABOUT THIS ABORT DECISION)
>     because it would never halt and all deciders must always halt.
>
> (b) A(B,N) that DOES abort its simulation is correct
>     (ABOUT THIS ABORT DECISION)
>     because it would halt and all deciders must always halt.

It would be correct if A would not halt. Only in that case B would not
halt and an abort is needed. But not halting and aborting is not
possible for the same A, so A is wrong, because it aborts prematurely.

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu1ufg$31r8p$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 15:10:24 -0500
Organization: A noiseless patient Spider
Lines: 75
Message-ID: <uu1ufg$31r8p$1@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 27 Mar 2024 20:10:24 +0100 (CET)
Injection-Info: dont-email.me; posting-host="fa63db01727c3acc7401a5d56fb7345e";
logging-data="3206425"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ek8dE1RDHBJOTwEDAc6rj"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:jmIazCwlIgun3yzznllNDEbGGM4=
Content-Language: en-US
In-Reply-To: <uu1tmp$31mm4$2@dont-email.me>
 by: olcott - Wed, 27 Mar 2024 20:10 UTC

On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
> Op 27.mrt.2024 om 20:04 schreef olcott:
>> 01 void B(ptr x) // ptr is pointer to void function
>> 02 {
>> 03   A(x, x);
>> 04   return;
>> 05 }
>> 06
>> 07 void main()
>> 08 {
>> 09   A(B,B);
>> 10 }
>>
>> *Execution Trace*
>> Line 09: main() invokes A(B,B);
>>
>> *keeps repeating* (unless aborted)
> That is a premature conclusion when A is not specified.

*simulating abort decider* A(D,D)
*simulating abort decider* A(D,D)
*simulating abort decider* A(D,D)
*simulating abort decider* A(D,D)

> It holds if A
> does not halt. If A returns, then B will halt (unless aborted).

If you honestly don't see that no A can possible return to
any simulated B then you lied about your programming skill.
Otherwise you can see this and are lying about it.

> So, the problem of not halting is not in B but in the unspecified A. If
> A halts, B will halt. If A does not halt, B will not halt.
> Even a beginner will see it.
>
>> Line 03: simulated B(B) invokes simulated A(B,B) that simulates B(B)
> but not completely, because A aborts the simulation and halts, which
> makes that B halts too (unless aborted).
>
>> *Simulation invariant*
>> B correctly simulated by A cannot possibly reach past its own line 03.
>
> Except if A aborts and halts, because then also B halts (unless aborted).
>

For every A that simulates B whether any A ever aborts this
simulation or not the simulated B cannot possibly reach its
own line 04 and halt.

You either are lying about this or
lying about your programming skill or
are lying about which B you are referring to.

>>
>> The whole class of every A(B,B) that simulates its input
>> is divided into two sub-classes:
>> (a) A(B,B) that DOES NOT abort its simulation is incorrect
>>      (ABOUT THIS ABORT DECISION)
>>      because it would never halt and all deciders must always halt.
>>
>> (b) A(B,N) that DOES abort its simulation is correct
>>      (ABOUT THIS ABORT DECISION)
>>      because it would halt and all deciders must always halt.
>
> It would be correct if A would not halt. Only in that case B would not
> halt and an abort is needed. But not halting and aborting is not
> possible for the same A, so A is wrong, because it aborts prematurely.
>
>
>

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

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2eob$374vo$2@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 20:48:11 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu2eob$374vo$2@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 00:48:11 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3380216"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <uu1ufg$31r8p$1@dont-email.me>
Content-Language: en-US
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Thu, 28 Mar 2024 00:48 UTC

On 3/27/24 4:10 PM, olcott wrote:
> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>> 01 void B(ptr x) // ptr is pointer to void function
>>> 02 {
>>> 03   A(x, x);
>>> 04   return;
>>> 05 }
>>> 06
>>> 07 void main()
>>> 08 {
>>> 09   A(B,B);
>>> 10 }
>>>
>>> *Execution Trace*
>>> Line 09: main() invokes A(B,B);
>>>
>>> *keeps repeating* (unless aborted)
>> That is a premature conclusion when A is not specified.
>
> *simulating abort decider* A(D,D)
> *simulating abort decider* A(D,D)
> *simulating abort decider* A(D,D)
> *simulating abort decider* A(D,D)

Which just shows your ignorance as that doesn't define what A actually
is, or needs to do.

You are just demonstrating that you don't know what you are talking about.

>
>> It holds if A does not halt. If A returns, then B will halt (unless
>> aborted).
>
> If you honestly don't see that no A can possible return to
> any simulated B then you lied about your programming skill.
> Otherwise you can see this and are lying about it.

It may not be able to simulate a B to the point of seeing an A return to
it, but that doesn't mean that the actual behavior of B doesn't have
that happen.

REALITY is the actual behavior of B.

"FANTASY" is what A sees in its simulation and then extrapolating
without reason.

REALITY is what matters, not the lies of FANTASY.

>
>> So, the problem of not halting is not in B but in the unspecified A.
>> If A halts, B will halt. If A does not halt, B will not halt.
>> Even a beginner will see it.
>>
>>> Line 03: simulated B(B) invokes simulated A(B,B) that simulates B(B)
>> but not completely, because A aborts the simulation and halts, which
>> makes that B halts too (unless aborted).
>>
>>> *Simulation invariant*
>>> B correctly simulated by A cannot possibly reach past its own line 03.
>>
>> Except if A aborts and halts, because then also B halts (unless aborted).
>>
>
> For every A that simulates B whether any A ever aborts this
> simulation or not the simulated B cannot possibly reach its
> own line 04 and halt.

But the ACTUAL B does, which is what matters.

>
> You either are lying about this or
> lying about your programming skill or
> are lying about which B you are referring to.

No, you are lying abort how your idea have ANY connection to actual reality.

>
>>>
>>> The whole class of every A(B,B) that simulates its input
>>> is divided into two sub-classes:
>>> (a) A(B,B) that DOES NOT abort its simulation is incorrect
>>>      (ABOUT THIS ABORT DECISION)
>>>      because it would never halt and all deciders must always halt.
>>>
>>> (b) A(B,N) that DOES abort its simulation is correct
>>>      (ABOUT THIS ABORT DECISION)
>>>      because it would halt and all deciders must always halt.
>>
>> It would be correct if A would not halt. Only in that case B would not
>> halt and an abort is needed. But not halting and aborting is not
>> possible for the same A, so A is wrong, because it aborts prematurely.
>>
>>
>>
>

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2g1k$360p2$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 20:10:12 -0500
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <uu2g1k$360p2$2@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 01:10:13 +0100 (CET)
Injection-Info: dont-email.me; posting-host="481a4c8f2cd1b5f60f5d8b2395b87ce0";
logging-data="3343138"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Dd675kvR6IAHfCn0f9P9k"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:i1zjnjTGtNKVR+LsElKS0GTJPlE=
Content-Language: en-US
In-Reply-To: <uu2eob$374vo$2@i2pn2.org>
 by: olcott - Thu, 28 Mar 2024 01:10 UTC

On 3/27/2024 7:48 PM, Richard Damon wrote:
> On 3/27/24 4:10 PM, olcott wrote:
>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>> 02 {
>>>> 03   A(x, x);
>>>> 04   return;
>>>> 05 }
>>>> 06
>>>> 07 void main()
>>>> 08 {
>>>> 09   A(B,B);
>>>> 10 }
>>>>
>>>> *Execution Trace*
>>>> Line 09: main() invokes A(B,B);
>>>>
>>>> *keeps repeating* (unless aborted)
>>> That is a premature conclusion when A is not specified.
>>
>> *simulating abort decider* A(D,D)
>> *simulating abort decider* A(D,D)
>> *simulating abort decider* A(D,D)
>> *simulating abort decider* A(D,D)
>
> Which just shows your ignorance as that doesn't define what A actually
> is, or needs to do.
>
> You are just demonstrating that you don't know what you are talking about.
>
>>
>>> It holds if A does not halt. If A returns, then B will halt (unless
>>> aborted).
>>
>> If you honestly don't see that no A can possible return to
>> any simulated B then you lied about your programming skill.
>> Otherwise you can see this and are lying about it.
>
> It may not be able to simulate a B to the point of seeing an A return to
> it,

*That is the behavior that an abort decider must report on*
*That is the behavior that an abort decider must report on*
*That is the behavior that an abort decider must report on*

It is not possible to CORRECTLY simulate a B to the point of seeing
an A return to it because A calls B in recursive simulation.

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

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2hpe$374vo$11@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 21:39:57 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu2hpe$374vo$11@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 01:39:58 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3380216"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <uu2g1k$360p2$2@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Thu, 28 Mar 2024 01:39 UTC

On 3/27/24 9:10 PM, olcott wrote:
> On 3/27/2024 7:48 PM, Richard Damon wrote:
>> On 3/27/24 4:10 PM, olcott wrote:
>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>> 02 {
>>>>> 03   A(x, x);
>>>>> 04   return;
>>>>> 05 }
>>>>> 06
>>>>> 07 void main()
>>>>> 08 {
>>>>> 09   A(B,B);
>>>>> 10 }
>>>>>
>>>>> *Execution Trace*
>>>>> Line 09: main() invokes A(B,B);
>>>>>
>>>>> *keeps repeating* (unless aborted)
>>>> That is a premature conclusion when A is not specified.
>>>
>>> *simulating abort decider* A(D,D)
>>> *simulating abort decider* A(D,D)
>>> *simulating abort decider* A(D,D)
>>> *simulating abort decider* A(D,D)
>>
>> Which just shows your ignorance as that doesn't define what A actually
>> is, or needs to do.
>>
>> You are just demonstrating that you don't know what you are talking
>> about.
>>
>>>
>>>> It holds if A does not halt. If A returns, then B will halt (unless
>>>> aborted).
>>>
>>> If you honestly don't see that no A can possible return to
>>> any simulated B then you lied about your programming skill.
>>> Otherwise you can see this and are lying about it.
>>
>> It may not be able to simulate a B to the point of seeing an A return
>> to it,
>
> *That is the behavior that an abort decider must report on*
> *That is the behavior that an abort decider must report on*
> *That is the behavior that an abort decider must report on*
>
> It is not possible to CORRECTLY simulate a B to the point of seeing
> an A return to it because A calls B in recursive simulation.
>

Nope, it IS possible to simulate any B to the point of seeing A return,
if A does return, which means it has decided to abort its simulation
(and thus did so incorrectly).

It just isn't possible for the A that B calls to do that.

It IS possible for some other A to do that, but then we need to give
them different names, as we have two different "A"s in the same program
address space, so we need to quallify the name.

Your problem seems to be that you just don't know the language of
Computation Theory well enough to know how to properly describe thinks,
and what you need to do in order to try to do so.

The biggest problem seems to be that you don't understand that a program
is ONE SPECIFIC SET OF CODE, that FULL describes the steps the program
will take. And THAT is the soert of thng that it talks about.

Your "B" as you try to define it, just isn't something in the domain of
Computation Theory, as its behavior changes based on something different
than it, so asking what "it" does is an improper question.

Thats like asking how much will a box weigh when you fill it, but leave
what you will fill it undefined. It could be feathers, or it could be
lead, these give different answers.

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2jp1$36okm$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 21:13:52 -0500
Organization: A noiseless patient Spider
Lines: 63
Message-ID: <uu2jp1$36okm$2@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 02:13:53 +0100 (CET)
Injection-Info: dont-email.me; posting-host="481a4c8f2cd1b5f60f5d8b2395b87ce0";
logging-data="3367574"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+OH57nMXE6/kjRtx1IDwtZ"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:9sBoT0mkuymB3V/56sF9oI9Jd6A=
In-Reply-To: <uu2hpe$374vo$11@i2pn2.org>
Content-Language: en-US
 by: olcott - Thu, 28 Mar 2024 02:13 UTC

On 3/27/2024 8:39 PM, Richard Damon wrote:
> On 3/27/24 9:10 PM, olcott wrote:
>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>> On 3/27/24 4:10 PM, olcott wrote:
>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>> 02 {
>>>>>> 03   A(x, x);
>>>>>> 04   return;
>>>>>> 05 }
>>>>>> 06
>>>>>> 07 void main()
>>>>>> 08 {
>>>>>> 09   A(B,B);
>>>>>> 10 }
>>>>>>
>>>>>> *Execution Trace*
>>>>>> Line 09: main() invokes A(B,B);
>>>>>>
>>>>>> *keeps repeating* (unless aborted)
>>>>> That is a premature conclusion when A is not specified.
>>>>
>>>> *simulating abort decider* A(D,D)
>>>> *simulating abort decider* A(D,D)
>>>> *simulating abort decider* A(D,D)
>>>> *simulating abort decider* A(D,D)
>>>
>>> Which just shows your ignorance as that doesn't define what A
>>> actually is, or needs to do.
>>>
>>> You are just demonstrating that you don't know what you are talking
>>> about.
>>>
>>>>
>>>>> It holds if A does not halt. If A returns, then B will halt (unless
>>>>> aborted).
>>>>
>>>> If you honestly don't see that no A can possible return to
>>>> any simulated B then you lied about your programming skill.
>>>> Otherwise you can see this and are lying about it.
>>>
>>> It may not be able to simulate a B to the point of seeing an A return
>>> to it,
>>
>> *That is the behavior that an abort decider must report on*
>> *That is the behavior that an abort decider must report on*
>> *That is the behavior that an abort decider must report on*
>>
>> It is not possible to CORRECTLY simulate a B to the point of seeing
>> an A return to it because A calls B in recursive simulation.
>>
>
> Nope, it IS possible to simulate any B to the point of seeing A return,

It is impossible for A(B,B) to simulate its input such that any
A ever returns to any B simulated by A because B calls A in recursive
simulation.

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

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2lfu$374vo$15@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 22:43:10 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu2lfu$374vo$15@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 02:43:10 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3380216"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
In-Reply-To: <uu2jp1$36okm$2@dont-email.me>
 by: Richard Damon - Thu, 28 Mar 2024 02:43 UTC

On 3/27/24 10:13 PM, olcott wrote:
> On 3/27/2024 8:39 PM, Richard Damon wrote:
>> On 3/27/24 9:10 PM, olcott wrote:
>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>> 02 {
>>>>>>> 03   A(x, x);
>>>>>>> 04   return;
>>>>>>> 05 }
>>>>>>> 06
>>>>>>> 07 void main()
>>>>>>> 08 {
>>>>>>> 09   A(B,B);
>>>>>>> 10 }
>>>>>>>
>>>>>>> *Execution Trace*
>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>
>>>>>>> *keeps repeating* (unless aborted)
>>>>>> That is a premature conclusion when A is not specified.
>>>>>
>>>>> *simulating abort decider* A(D,D)
>>>>> *simulating abort decider* A(D,D)
>>>>> *simulating abort decider* A(D,D)
>>>>> *simulating abort decider* A(D,D)
>>>>
>>>> Which just shows your ignorance as that doesn't define what A
>>>> actually is, or needs to do.
>>>>
>>>> You are just demonstrating that you don't know what you are talking
>>>> about.
>>>>
>>>>>
>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>> (unless aborted).
>>>>>
>>>>> If you honestly don't see that no A can possible return to
>>>>> any simulated B then you lied about your programming skill.
>>>>> Otherwise you can see this and are lying about it.
>>>>
>>>> It may not be able to simulate a B to the point of seeing an A
>>>> return to it,
>>>
>>> *That is the behavior that an abort decider must report on*
>>> *That is the behavior that an abort decider must report on*
>>> *That is the behavior that an abort decider must report on*
>>>
>>> It is not possible to CORRECTLY simulate a B to the point of seeing
>>> an A return to it because A calls B in recursive simulation.
>>>
>>
>> Nope, it IS possible to simulate any B to the point of seeing A return,
>
> It is impossible for A(B,B) to simulate its input such that any
> A ever returns to any B simulated by A because B calls A in recursive
> simulation.
>

And if the "Definition" of the answer is based on it "Correctly
Simulating its input", which it can not do, then you have a problem with
your definitions.

Your problem is you keep on forgetting that at any given time and
example, A is a SPECIFIC program, with SPECIFIC behavior and it will
either simulate and not abort and not answer, or abort and not show what
its input does.

We can use ANOTHER simulator (perhaps a different version of A, and give
it THIS B, connect with that original A, and not itself) to see the
right answer.

If you can't do that, then you Computation system is just too weak to be
of any interest.

Yes, you may be able to establish what you want to establish, but only
by admittng that you system is FAR from being "Turing Complete", and
thus not any where NEAR being a usable replacement for the actual
Computation Theory and its Halting Question.

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2n0q$37bas$4@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 22:09:14 -0500
Organization: A noiseless patient Spider
Lines: 112
Message-ID: <uu2n0q$37bas$4@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 03:09:17 +0100 (CET)
Injection-Info: dont-email.me; posting-host="481a4c8f2cd1b5f60f5d8b2395b87ce0";
logging-data="3386716"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191CXy7HDuM8I3uxxct1aAV"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:1csXy4Hb9XshV5FRJ9Eye8MC2IY=
Content-Language: en-US
In-Reply-To: <uu2lfu$374vo$15@i2pn2.org>
 by: olcott - Thu, 28 Mar 2024 03:09 UTC

On 3/27/2024 9:43 PM, Richard Damon wrote:
> On 3/27/24 10:13 PM, olcott wrote:
>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>> On 3/27/24 9:10 PM, olcott wrote:
>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>> 02 {
>>>>>>>> 03   A(x, x);
>>>>>>>> 04   return;
>>>>>>>> 05 }
>>>>>>>> 06
>>>>>>>> 07 void main()
>>>>>>>> 08 {
>>>>>>>> 09   A(B,B);
>>>>>>>> 10 }
>>>>>>>>
>>>>>>>> *Execution Trace*
>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>
>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>
>>>>>> *simulating abort decider* A(D,D)
>>>>>> *simulating abort decider* A(D,D)
>>>>>> *simulating abort decider* A(D,D)
>>>>>> *simulating abort decider* A(D,D)
>>>>>
>>>>> Which just shows your ignorance as that doesn't define what A
>>>>> actually is, or needs to do.
>>>>>
>>>>> You are just demonstrating that you don't know what you are talking
>>>>> about.
>>>>>
>>>>>>
>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>> (unless aborted).
>>>>>>
>>>>>> If you honestly don't see that no A can possible return to
>>>>>> any simulated B then you lied about your programming skill.
>>>>>> Otherwise you can see this and are lying about it.
>>>>>
>>>>> It may not be able to simulate a B to the point of seeing an A
>>>>> return to it,
>>>>
>>>> *That is the behavior that an abort decider must report on*
>>>> *That is the behavior that an abort decider must report on*
>>>> *That is the behavior that an abort decider must report on*
>>>>
>>>> It is not possible to CORRECTLY simulate a B to the point of seeing
>>>> an A return to it because A calls B in recursive simulation.
>>>>
>>>
>>> Nope, it IS possible to simulate any B to the point of seeing A return,
>>
>> It is impossible for A(B,B) to simulate its input such that any
>> A ever returns to any B simulated by A because B calls A in recursive
>> simulation.
>>
>
> And if the "Definition" of the answer is based on it "Correctly
> Simulating its input", which it can not do, then you have a problem with
> your definitions.
>

Every A(B,B) simulates its input until it sees the same thing
that you an I have seen for two years.

> Your problem is you keep on forgetting that at any given time and
> example, A is a SPECIFIC program, with SPECIFIC behavior and it will
> either simulate and not abort and not answer, or abort and not show what
> its input does.

I never forget that.
I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT

>
> We can use ANOTHER simulator (perhaps a different version of A, and give
> it THIS B, connect with that original A, and not itself) to see the
> right answer.
>

Every H(D,D) that simulates its input and does not abort
that simulation is wrong.

Every H(D,D) that simulates its input and does abort
that simulation is correct about this abort decision.

> If you can't do that, then you Computation system is just too weak to be
> of any interest.
>
> Yes, you may be able to establish what you want to establish, but only
> by admittng that you system is FAR from being "Turing Complete", and

The same thing works for the Linz H but all the time that
you ridiculously persistently deny easily verified facts
I cannot trust you with that additional complexity.

You must totally accept that H(D,D) is a correct abort decider
for its input before we can move on.

> thus not any where NEAR being a usable replacement for the actual
> Computation Theory and its Halting Question.

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

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2o02$374vn$9@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 23:25:54 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu2o02$374vn$9@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 03:25:54 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3380215"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
In-Reply-To: <uu2n0q$37bas$4@dont-email.me>
 by: Richard Damon - Thu, 28 Mar 2024 03:25 UTC

On 3/27/24 11:09 PM, olcott wrote:
> On 3/27/2024 9:43 PM, Richard Damon wrote:
>> On 3/27/24 10:13 PM, olcott wrote:
>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>> 02 {
>>>>>>>>> 03   A(x, x);
>>>>>>>>> 04   return;
>>>>>>>>> 05 }
>>>>>>>>> 06
>>>>>>>>> 07 void main()
>>>>>>>>> 08 {
>>>>>>>>> 09   A(B,B);
>>>>>>>>> 10 }
>>>>>>>>>
>>>>>>>>> *Execution Trace*
>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>
>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>
>>>>>>> *simulating abort decider* A(D,D)
>>>>>>> *simulating abort decider* A(D,D)
>>>>>>> *simulating abort decider* A(D,D)
>>>>>>> *simulating abort decider* A(D,D)
>>>>>>
>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>> actually is, or needs to do.
>>>>>>
>>>>>> You are just demonstrating that you don't know what you are
>>>>>> talking about.
>>>>>>
>>>>>>>
>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>> (unless aborted).
>>>>>>>
>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>
>>>>>> It may not be able to simulate a B to the point of seeing an A
>>>>>> return to it,
>>>>>
>>>>> *That is the behavior that an abort decider must report on*
>>>>> *That is the behavior that an abort decider must report on*
>>>>> *That is the behavior that an abort decider must report on*
>>>>>
>>>>> It is not possible to CORRECTLY simulate a B to the point of seeing
>>>>> an A return to it because A calls B in recursive simulation.
>>>>>
>>>>
>>>> Nope, it IS possible to simulate any B to the point of seeing A return,
>>>
>>> It is impossible for A(B,B) to simulate its input such that any
>>> A ever returns to any B simulated by A because B calls A in recursive
>>> simulation.
>>>
>>
>> And if the "Definition" of the answer is based on it "Correctly
>> Simulating its input", which it can not do, then you have a problem
>> with your definitions.
>>
>
> Every A(B,B) simulates its input until it sees the same thing
> that you an I have seen for two years.

Which is an INCORECT condition for aborting, as it matches some machines
that do not need there simulation to be aborted.

>
>> Your problem is you keep on forgetting that at any given time and
>> example, A is a SPECIFIC program, with SPECIFIC behavior and it will
>> either simulate and not abort and not answer, or abort and not show
>> what its input does.
>
> I never forget that.
> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT

But you seem to think that some RELEVERNT differences are IRrelevant,
showing you are just stupid.

If it makes a difference to the answer, it is relevent.

>
>>
>> We can use ANOTHER simulator (perhaps a different version of A, and
>> give it THIS B, connect with that original A, and not itself) to see
>> the right answer.
>>
>
> Every H(D,D) that simulates its input and does not abort
> that simulation is wrong.
>
> Every H(D,D) that simulates its input and does abort
> that simulation is correct about this abort decision.

Nope.

Just more of your LIES.

>
>> If you can't do that, then you Computation system is just too weak to
>> be of any interest.
>>
>> Yes, you may be able to establish what you want to establish, but only
>> by admittng that you system is FAR from being "Turing Complete", and
>
> The same thing works for the Linz H but all the time that
> you ridiculously persistently deny easily verified facts
> I cannot trust you with that additional complexity.

Nope, just more of your lies.

You have so seered you concience you can not tell what is actually true
anymore.

>
> You must totally accept that H(D,D) is a correct abort decider
> for its input before we can move on.

SO, I guess we can't move on, as I can not accept an incorrect decider
to be a correct one.

*I* value what is true.

>
>> thus not any where NEAR being a usable replacement for the actual
>> Computation Theory and its Halting Question.
>

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu2och$37bas$8@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Wed, 27 Mar 2024 22:32:33 -0500
Organization: A noiseless patient Spider
Lines: 122
Message-ID: <uu2och$37bas$8@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 03:32:34 +0100 (CET)
Injection-Info: dont-email.me; posting-host="481a4c8f2cd1b5f60f5d8b2395b87ce0";
logging-data="3386716"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/y2xP3NqRoF4NGsalle1pg"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:vHXagAYAD/5I9KcQWk9Kk3Bs2+8=
Content-Language: en-US
In-Reply-To: <uu2o02$374vn$9@i2pn2.org>
 by: olcott - Thu, 28 Mar 2024 03:32 UTC

On 3/27/2024 10:25 PM, Richard Damon wrote:
> On 3/27/24 11:09 PM, olcott wrote:
>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>> On 3/27/24 10:13 PM, olcott wrote:
>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>> 02 {
>>>>>>>>>> 03   A(x, x);
>>>>>>>>>> 04   return;
>>>>>>>>>> 05 }
>>>>>>>>>> 06
>>>>>>>>>> 07 void main()
>>>>>>>>>> 08 {
>>>>>>>>>> 09   A(B,B);
>>>>>>>>>> 10 }
>>>>>>>>>>
>>>>>>>>>> *Execution Trace*
>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>
>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>
>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>
>>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>>> actually is, or needs to do.
>>>>>>>
>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>> talking about.
>>>>>>>
>>>>>>>>
>>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>>> (unless aborted).
>>>>>>>>
>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>
>>>>>>> It may not be able to simulate a B to the point of seeing an A
>>>>>>> return to it,
>>>>>>
>>>>>> *That is the behavior that an abort decider must report on*
>>>>>> *That is the behavior that an abort decider must report on*
>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>
>>>>>> It is not possible to CORRECTLY simulate a B to the point of seeing
>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>
>>>>>
>>>>> Nope, it IS possible to simulate any B to the point of seeing A
>>>>> return,
>>>>
>>>> It is impossible for A(B,B) to simulate its input such that any
>>>> A ever returns to any B simulated by A because B calls A in recursive
>>>> simulation.
>>>>
>>>
>>> And if the "Definition" of the answer is based on it "Correctly
>>> Simulating its input", which it can not do, then you have a problem
>>> with your definitions.
>>>
>>
>> Every A(B,B) simulates its input until it sees the same thing
>> that you an I have seen for two years.
>
> Which is an INCORECT condition for aborting, as it matches some machines
> that do not need there simulation to be aborted.
>
>>
>>> Your problem is you keep on forgetting that at any given time and
>>> example, A is a SPECIFIC program, with SPECIFIC behavior and it will
>>> either simulate and not abort and not answer, or abort and not show
>>> what its input does.
>>
>> I never forget that.
>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>
> But you seem to think that some RELEVERNT differences are IRrelevant,
> showing you are just stupid.
>
> If it makes a difference to the answer, it is relevent.
>
>>
>>>
>>> We can use ANOTHER simulator (perhaps a different version of A, and
>>> give it THIS B, connect with that original A, and not itself) to see
>>> the right answer.
>>>
>>
>> Every H(D,D) that simulates its input and does not abort
>> that simulation is wrong.
>>
>> Every H(D,D) that simulates its input and does abort
>> that simulation is correct about this abort decision.
>
> Nope.
>
> Just more of your LIES.
>

Yet you cannot point out any mistake because you are lying about there
being any mistake. Every time you try to explain your reasoning about
this it always comes down to this:

*Every H(D,D) that needs to abort its input never needed to abort*
*its input because some other H somewhere else that did not abort*
*its input already aborted its input that it never aborted*

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

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu39rj$3far3$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mikko.le...@iki.fi (Mikko)
Newsgroups: comp.theory
Subject: Re: No one can correctly refute that simulating abort decider A(D,D) is correct
Date: Thu, 28 Mar 2024 10:30:43 +0200
Organization: -
Lines: 45
Message-ID: <uu39rj$3far3$1@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 08:30:44 +0100 (CET)
Injection-Info: dont-email.me; posting-host="5e1da9f5063126fad2e3439ec80c0688";
logging-data="3648355"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198WfZtdtYuIcxKWjuNYU1v"
User-Agent: Unison/2.2
Cancel-Lock: sha1:wte3FnVFFug82vzQuR8mOxvgJvk=
 by: Mikko - Thu, 28 Mar 2024 08:30 UTC

On 2024-03-27 19:04:13 +0000, olcott said:

> 01 void B(ptr x) // ptr is pointer to void function
> 02 {
> 03 A(x, x);
> 04 return;
> 05 }
> 06
> 07 void main()
> 08 {
> 09 A(B,B);
> 10 }
>
> *Execution Trace*
> Line 09: main() invokes A(B,B);
>
> *keeps repeating* (unless aborted)
> Line 03: simulated B(B) invokes simulated A(B,B) that simulates B(B)
>
> *Simulation invariant*
> B correctly simulated by A cannot possibly reach past its own line 03.
>
> The whole class of every A(B,B) that simulates its input
> is divided into two sub-classes:
> (a) A(B,B) that DOES NOT abort its simulation is incorrect
> (ABOUT THIS ABORT DECISION)
> because it would never halt and all deciders must always halt.
>
> (b) A(B,N) that DOES abort its simulation is correct
> (ABOUT THIS ABORT DECISION)
> because it would halt and all deciders must always halt.
>
> When I provide the same abort criteria that everyone can see
> is obviously correct they lie about it.

You cannot prove anything about an abort decider before you
define what "abort decider" means. You cannot define what
"abort decider" means before you learn how to define.

There is no reason to refute anything as long as you have not
arrempted to prove.

--
Mikko

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu3m7n$3ajo2$3@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 08:01:58 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu3m7n$3ajo2$3@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 12:01:59 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3493634"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <uu2och$37bas$8@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Thu, 28 Mar 2024 12:01 UTC

On 3/27/24 11:32 PM, olcott wrote:
> On 3/27/2024 10:25 PM, Richard Damon wrote:
>> On 3/27/24 11:09 PM, olcott wrote:
>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>> 02 {
>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>> 04   return;
>>>>>>>>>>> 05 }
>>>>>>>>>>> 06
>>>>>>>>>>> 07 void main()
>>>>>>>>>>> 08 {
>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>> 10 }
>>>>>>>>>>>
>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>
>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>
>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>
>>>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>>>> actually is, or needs to do.
>>>>>>>>
>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>> talking about.
>>>>>>>>
>>>>>>>>>
>>>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>>>> (unless aborted).
>>>>>>>>>
>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>
>>>>>>>> It may not be able to simulate a B to the point of seeing an A
>>>>>>>> return to it,
>>>>>>>
>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>
>>>>>>> It is not possible to CORRECTLY simulate a B to the point of seeing
>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>
>>>>>>
>>>>>> Nope, it IS possible to simulate any B to the point of seeing A
>>>>>> return,
>>>>>
>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>> A ever returns to any B simulated by A because B calls A in recursive
>>>>> simulation.
>>>>>
>>>>
>>>> And if the "Definition" of the answer is based on it "Correctly
>>>> Simulating its input", which it can not do, then you have a problem
>>>> with your definitions.
>>>>
>>>
>>> Every A(B,B) simulates its input until it sees the same thing
>>> that you an I have seen for two years.
>>
>> Which is an INCORECT condition for aborting, as it matches some
>> machines that do not need there simulation to be aborted.
>>
>>>
>>>> Your problem is you keep on forgetting that at any given time and
>>>> example, A is a SPECIFIC program, with SPECIFIC behavior and it will
>>>> either simulate and not abort and not answer, or abort and not show
>>>> what its input does.
>>>
>>> I never forget that.
>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>
>> But you seem to think that some RELEVERNT differences are IRrelevant,
>> showing you are just stupid.
>>
>> If it makes a difference to the answer, it is relevent.
>>
>>>
>>>>
>>>> We can use ANOTHER simulator (perhaps a different version of A, and
>>>> give it THIS B, connect with that original A, and not itself) to see
>>>> the right answer.
>>>>
>>>
>>> Every H(D,D) that simulates its input and does not abort
>>> that simulation is wrong.
>>>
>>> Every H(D,D) that simulates its input and does abort
>>> that simulation is correct about this abort decision.
>>
>> Nope.
>>
>> Just more of your LIES.
>>
>
> Yet you cannot point out any mistake because you are lying about there
> being any mistake. Every time you try to explain your reasoning about
> this it always comes down to this:
>
> *Every H(D,D) that needs to abort its input never needed to abort*
> *its input because some other H somewhere else that did not abort*
> *its input already aborted its input that it never aborted*
>

Nope, the fact that you can't even summarize what I said, just shows it
is beyound your ability to comprehend.

You look at the workd through Olcott glasses, and only see what you want.

This makes you blind to the truth, and the truth will crush you.

I have explained why you are wrong already elsewhere, and don't need to
repeat it.

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu402f$3ktin$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 09:49:49 -0500
Organization: A noiseless patient Spider
Lines: 159
Message-ID: <uu402f$3ktin$1@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 14:49:52 +0100 (CET)
Injection-Info: dont-email.me; posting-host="481a4c8f2cd1b5f60f5d8b2395b87ce0";
logging-data="3831383"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+KGZzjOnhfaJIIdlZwoSwp"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:1NVD00THRJz3uffe1MrPpIZ7h6Q=
Content-Language: en-US
In-Reply-To: <uu3m7n$3ajo2$3@i2pn2.org>
 by: olcott - Thu, 28 Mar 2024 14:49 UTC

On 3/28/2024 7:01 AM, Richard Damon wrote:
> On 3/27/24 11:32 PM, olcott wrote:
>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>> On 3/27/24 11:09 PM, olcott wrote:
>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>> 02 {
>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>> 04   return;
>>>>>>>>>>>> 05 }
>>>>>>>>>>>> 06
>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>> 08 {
>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>> 10 }
>>>>>>>>>>>>
>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>
>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>
>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>
>>>>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>>>>> actually is, or needs to do.
>>>>>>>>>
>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>> talking about.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>>>>> (unless aborted).
>>>>>>>>>>
>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>
>>>>>>>>> It may not be able to simulate a B to the point of seeing an A
>>>>>>>>> return to it,
>>>>>>>>
>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>
>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of seeing
>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>
>>>>>>>
>>>>>>> Nope, it IS possible to simulate any B to the point of seeing A
>>>>>>> return,
>>>>>>
>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>> A ever returns to any B simulated by A because B calls A in recursive
>>>>>> simulation.
>>>>>>
>>>>>
>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>> Simulating its input", which it can not do, then you have a problem
>>>>> with your definitions.
>>>>>
>>>>
>>>> Every A(B,B) simulates its input until it sees the same thing
>>>> that you an I have seen for two years.
>>>
>>> Which is an INCORECT condition for aborting, as it matches some
>>> machines that do not need there simulation to be aborted.
>>>
>>>>
>>>>> Your problem is you keep on forgetting that at any given time and
>>>>> example, A is a SPECIFIC program, with SPECIFIC behavior and it
>>>>> will either simulate and not abort and not answer, or abort and not
>>>>> show what its input does.
>>>>
>>>> I never forget that.
>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>
>>> But you seem to think that some RELEVERNT differences are IRrelevant,
>>> showing you are just stupid.
>>>
>>> If it makes a difference to the answer, it is relevent.
>>>
>>>>
>>>>>
>>>>> We can use ANOTHER simulator (perhaps a different version of A, and
>>>>> give it THIS B, connect with that original A, and not itself) to
>>>>> see the right answer.
>>>>>
>>>>
>>>> Every H(D,D) that simulates its input and does not abort
>>>> that simulation is wrong.
>>>>
>>>> Every H(D,D) that simulates its input and does abort
>>>> that simulation is correct about this abort decision.
>>>
>>> Nope.
>>>
>>> Just more of your LIES.
>>>
>>
>> Yet you cannot point out any mistake because you are lying about there
>> being any mistake. Every time you try to explain your reasoning about
>> this it always comes down to this:
>>
>> *Every H(D,D) that needs to abort its input never needed to abort*
>> *its input because some other H somewhere else that did not abort*
>> *its input already aborted its input that it never aborted*
>>
>
> Nope, the fact that you can't even summarize what I said, just shows it
> is beyound your ability to comprehend.
>
> You look at the workd through Olcott glasses, and only see what you want.
>
> This makes you blind to the truth, and the truth will crush you.
>
> I have explained why you are wrong already elsewhere, and don't need to
> repeat it.

Yes you are great at dogmatically saying that I am wrong.
What you are terrible at is showing any mistake because there are
no mistakes.

This is the machine code of D that every H examines.
83c4088945fc837dfc007402ebfe8b45fc8be55dc3
This finite string of bytes never changes.

You keep insisting that necessarily irrelevant differences
between H/D pairs that have nothing to do with the abort
decision make a significant difference in the abort decision.

You already know that these irrelevant differences don't
make any semantic difference in the abort decision because:

*Every H(D,D) that simulates its input and aborts is equivalent*
and
*Every H(D,D) that simulates its input and does not abort is equivalent*

Why lie? (that could count Revelations 21:8 against you).
Is playing trollish head games worth eternity in the lake
which burneth with fire and brimstone?

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

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu4f8n$3ohm1$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: F.Zwa...@HetNet.nl (Fred. Zwarts)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 20:09:09 +0100
Organization: A noiseless patient Spider
Lines: 154
Message-ID: <uu4f8n$3ohm1$1@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 19:09:12 +0100 (CET)
Injection-Info: dont-email.me; posting-host="ae0c6248643df9e6448a42bbcb2741f3";
logging-data="3950273"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1944Ykf1mI18t4Vvi/ZkTSo"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:kR57ufqPfQs9c+znxKGTttIz0ds=
In-Reply-To: <uu402f$3ktin$1@dont-email.me>
Content-Language: en-GB
 by: Fred. Zwarts - Thu, 28 Mar 2024 19:09 UTC

Op 28.mrt.2024 om 15:49 schreef olcott:
> On 3/28/2024 7:01 AM, Richard Damon wrote:
>> On 3/27/24 11:32 PM, olcott wrote:
>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>> 06
>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>
>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>
>>>>>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>>>>>> actually is, or needs to do.
>>>>>>>>>>
>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>> talking about.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>>>>>> (unless aborted).
>>>>>>>>>>>
>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>
>>>>>>>>>> It may not be able to simulate a B to the point of seeing an A
>>>>>>>>>> return to it,
>>>>>>>>>
>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>
>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>> seeing
>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing A
>>>>>>>> return,
>>>>>>>
>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>> recursive
>>>>>>> simulation.
>>>>>>>
>>>>>>
>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>> Simulating its input", which it can not do, then you have a
>>>>>> problem with your definitions.
>>>>>>
>>>>>
>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>> that you an I have seen for two years.
>>>>
>>>> Which is an INCORECT condition for aborting, as it matches some
>>>> machines that do not need there simulation to be aborted.
>>>>
>>>>>
>>>>>> Your problem is you keep on forgetting that at any given time and
>>>>>> example, A is a SPECIFIC program, with SPECIFIC behavior and it
>>>>>> will either simulate and not abort and not answer, or abort and
>>>>>> not show what its input does.
>>>>>
>>>>> I never forget that.
>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>
>>>> But you seem to think that some RELEVERNT differences are
>>>> IRrelevant, showing you are just stupid.
>>>>
>>>> If it makes a difference to the answer, it is relevent.
>>>>
>>>>>
>>>>>>
>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>> and give it THIS B, connect with that original A, and not itself)
>>>>>> to see the right answer.
>>>>>>
>>>>>
>>>>> Every H(D,D) that simulates its input and does not abort
>>>>> that simulation is wrong.
>>>>>
>>>>> Every H(D,D) that simulates its input and does abort
>>>>> that simulation is correct about this abort decision.
>>>>
>>>> Nope.
>>>>
>>>> Just more of your LIES.
>>>>
>>>
>>> Yet you cannot point out any mistake because you are lying about there
>>> being any mistake. Every time you try to explain your reasoning about
>>> this it always comes down to this:
>>>
>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>> *its input because some other H somewhere else that did not abort*
>>> *its input already aborted its input that it never aborted*
>>>
>>
>> Nope, the fact that you can't even summarize what I said, just shows
>> it is beyound your ability to comprehend.
>>
>> You look at the workd through Olcott glasses, and only see what you want.
>>
>> This makes you blind to the truth, and the truth will crush you.
>>
>> I have explained why you are wrong already elsewhere, and don't need
>> to repeat it.
>
> Yes you are great at dogmatically saying that I am wrong.
> What you are terrible at is showing any mistake because there are
> no mistakes.
>
> This is the machine code of D that every H examines.
> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
> This finite string of bytes never changes.
>

This string is incomplete. There is a call to an undefined function in
it. Therefore, it is not a program, so no decision can be given for it.
A decision can be made only, if the code of the missing function is
added as well. This will make the string longer. But only then we know
the D for which a decision is required. So, olcott should give the
string of (not an incomplete program, but of) the complete program, that
includes the H.
It is very cheating to place all the different H functions at the same
address and pretend that we are still speaking of the same program.
Therefore, we need a string that describes the full program including H.

Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu4fuj$3oq42$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 14:20:51 -0500
Organization: A noiseless patient Spider
Lines: 181
Message-ID: <uu4fuj$3oq42$1@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu4f8n$3ohm1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 19:20:52 +0100 (CET)
Injection-Info: dont-email.me; posting-host="481a4c8f2cd1b5f60f5d8b2395b87ce0";
logging-data="3958914"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+CJOhkydxC379Q7RN0B9lg"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:raD2DcPgBdhrMRdb3M+7suQ+3dc=
Content-Language: en-US
In-Reply-To: <uu4f8n$3ohm1$1@dont-email.me>
 by: olcott - Thu, 28 Mar 2024 19:20 UTC

On 3/28/2024 2:09 PM, Fred. Zwarts wrote:
> Op 28.mrt.2024 om 15:49 schreef olcott:
>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>> On 3/27/24 11:32 PM, olcott wrote:
>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>
>>>>>>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>>>>>>> actually is, or needs to do.
>>>>>>>>>>>
>>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>>> talking about.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>>>>>>> (unless aborted).
>>>>>>>>>>>>
>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>
>>>>>>>>>>> It may not be able to simulate a B to the point of seeing an
>>>>>>>>>>> A return to it,
>>>>>>>>>>
>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>
>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>>> seeing
>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing A
>>>>>>>>> return,
>>>>>>>>
>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>> recursive
>>>>>>>> simulation.
>>>>>>>>
>>>>>>>
>>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>>> Simulating its input", which it can not do, then you have a
>>>>>>> problem with your definitions.
>>>>>>>
>>>>>>
>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>> that you an I have seen for two years.
>>>>>
>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>> machines that do not need there simulation to be aborted.
>>>>>
>>>>>>
>>>>>>> Your problem is you keep on forgetting that at any given time and
>>>>>>> example, A is a SPECIFIC program, with SPECIFIC behavior and it
>>>>>>> will either simulate and not abort and not answer, or abort and
>>>>>>> not show what its input does.
>>>>>>
>>>>>> I never forget that.
>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>
>>>>> But you seem to think that some RELEVERNT differences are
>>>>> IRrelevant, showing you are just stupid.
>>>>>
>>>>> If it makes a difference to the answer, it is relevent.
>>>>>
>>>>>>
>>>>>>>
>>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>>> and give it THIS B, connect with that original A, and not itself)
>>>>>>> to see the right answer.
>>>>>>>
>>>>>>
>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>> that simulation is wrong.
>>>>>>
>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>> that simulation is correct about this abort decision.
>>>>>
>>>>> Nope.
>>>>>
>>>>> Just more of your LIES.
>>>>>
>>>>
>>>> Yet you cannot point out any mistake because you are lying about there
>>>> being any mistake. Every time you try to explain your reasoning about
>>>> this it always comes down to this:
>>>>
>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>> *its input because some other H somewhere else that did not abort*
>>>> *its input already aborted its input that it never aborted*
>>>>
>>>
>>> Nope, the fact that you can't even summarize what I said, just shows
>>> it is beyound your ability to comprehend.
>>>
>>> You look at the workd through Olcott glasses, and only see what you
>>> want.
>>>
>>> This makes you blind to the truth, and the truth will crush you.
>>>
>>> I have explained why you are wrong already elsewhere, and don't need
>>> to repeat it.
>>
>> Yes you are great at dogmatically saying that I am wrong.
>> What you are terrible at is showing any mistake because there are
>> no mistakes.
>>
>> This is the machine code of D that every H examines.
>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>> This finite string of bytes never changes.
>>
>
> This string is incomplete. There is a call to an undefined function in
> it. Therefore, it is not a program, so no decision can be given for it.
> A decision can be made only, if the code of the missing function is
> added as well. This will make the string longer. But only then we know
> the D for which a decision is required. So, olcott should give the
> string of (not an incomplete program, but of) the complete program, that
> includes the H.
> It is very cheating to place all the different H functions at the same
> address and pretend that we are still speaking of the same program.
> Therefore, we need a string that describes the full program including H.
>


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu4go9$3ovmc$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: F.Zwa...@HetNet.nl (Fred. Zwarts)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 20:34:31 +0100
Organization: A noiseless patient Spider
Lines: 186
Message-ID: <uu4go9$3ovmc$1@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu4f8n$3ohm1$1@dont-email.me>
<uu4fuj$3oq42$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 19:34:34 +0100 (CET)
Injection-Info: dont-email.me; posting-host="ae0c6248643df9e6448a42bbcb2741f3";
logging-data="3964620"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/VqBpeGJ5C7QpG10NMYSB4"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:owdErKbnTaaDazcM+XZQVpoOQSw=
Content-Language: en-GB
In-Reply-To: <uu4fuj$3oq42$1@dont-email.me>
 by: Fred. Zwarts - Thu, 28 Mar 2024 19:34 UTC

Op 28.mrt.2024 om 20:20 schreef olcott:
> On 3/28/2024 2:09 PM, Fred. Zwarts wrote:
>> Op 28.mrt.2024 om 15:49 schreef olcott:
>>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>>> On 3/27/24 11:32 PM, olcott wrote:
>>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>>
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>
>>>>>>>>>>>> Which just shows your ignorance as that doesn't define what
>>>>>>>>>>>> A actually is, or needs to do.
>>>>>>>>>>>>
>>>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>>>> talking about.
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will
>>>>>>>>>>>>>> halt (unless aborted).
>>>>>>>>>>>>>
>>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>>
>>>>>>>>>>>> It may not be able to simulate a B to the point of seeing an
>>>>>>>>>>>> A return to it,
>>>>>>>>>>>
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>
>>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>>>> seeing
>>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing
>>>>>>>>>> A return,
>>>>>>>>>
>>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>>> recursive
>>>>>>>>> simulation.
>>>>>>>>>
>>>>>>>>
>>>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>>>> Simulating its input", which it can not do, then you have a
>>>>>>>> problem with your definitions.
>>>>>>>>
>>>>>>>
>>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>>> that you an I have seen for two years.
>>>>>>
>>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>>> machines that do not need there simulation to be aborted.
>>>>>>
>>>>>>>
>>>>>>>> Your problem is you keep on forgetting that at any given time
>>>>>>>> and example, A is a SPECIFIC program, with SPECIFIC behavior and
>>>>>>>> it will either simulate and not abort and not answer, or abort
>>>>>>>> and not show what its input does.
>>>>>>>
>>>>>>> I never forget that.
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>
>>>>>> But you seem to think that some RELEVERNT differences are
>>>>>> IRrelevant, showing you are just stupid.
>>>>>>
>>>>>> If it makes a difference to the answer, it is relevent.
>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>>>> and give it THIS B, connect with that original A, and not
>>>>>>>> itself) to see the right answer.
>>>>>>>>
>>>>>>>
>>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>>> that simulation is wrong.
>>>>>>>
>>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>>> that simulation is correct about this abort decision.
>>>>>>
>>>>>> Nope.
>>>>>>
>>>>>> Just more of your LIES.
>>>>>>
>>>>>
>>>>> Yet you cannot point out any mistake because you are lying about there
>>>>> being any mistake. Every time you try to explain your reasoning about
>>>>> this it always comes down to this:
>>>>>
>>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>>> *its input because some other H somewhere else that did not abort*
>>>>> *its input already aborted its input that it never aborted*
>>>>>
>>>>
>>>> Nope, the fact that you can't even summarize what I said, just shows
>>>> it is beyound your ability to comprehend.
>>>>
>>>> You look at the workd through Olcott glasses, and only see what you
>>>> want.
>>>>
>>>> This makes you blind to the truth, and the truth will crush you.
>>>>
>>>> I have explained why you are wrong already elsewhere, and don't need
>>>> to repeat it.
>>>
>>> Yes you are great at dogmatically saying that I am wrong.
>>> What you are terrible at is showing any mistake because there are
>>> no mistakes.
>>>
>>> This is the machine code of D that every H examines.
>>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>>> This finite string of bytes never changes.
>>>
>>
>> This string is incomplete. There is a call to an undefined function in
>> it. Therefore, it is not a program, so no decision can be given for
>> it. A decision can be made only, if the code of the missing function
>> is added as well. This will make the string longer. But only then we
>> know the D for which a decision is required. So, olcott should give
>> the string of (not an incomplete program, but of) the complete
>> program, that includes the H.
>> It is very cheating to place all the different H functions at the same
>> address and pretend that we are still speaking of the same program.
>> Therefore, we need a string that describes the full program including H.
>>
>
> 01 int D(ptr x) // ptr is pointer to int function
> 02 {
> 03 int Halt_Status = H(x, x);
> 04 if (Halt_Status)
> 05   HERE: goto HERE;
> 06 return Halt_Status;
> 07 }
> 08
> 09 void main()
> 10 {
> 11   H(D,D);
> 12 }
>
> The question has always been:
> Of every element of the infinite set of H/D pairs where H simulates
> the above input can any implementation of the above H(D,D) ever stop
> running without aborting its simulation of D?
>
>
>


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu4h5f$3p4qt$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 14:41:35 -0500
Organization: A noiseless patient Spider
Lines: 197
Message-ID: <uu4h5f$3p4qt$1@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu4f8n$3ohm1$1@dont-email.me>
<uu4fuj$3oq42$1@dont-email.me> <uu4go9$3ovmc$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 28 Mar 2024 19:41:36 +0100 (CET)
Injection-Info: dont-email.me; posting-host="481a4c8f2cd1b5f60f5d8b2395b87ce0";
logging-data="3969885"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+HX2NyKuHcsRu7lH1xp6OV"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:e2OdRLi9QmL1I+BlRPFn6SLhm6s=
In-Reply-To: <uu4go9$3ovmc$1@dont-email.me>
Content-Language: en-US
 by: olcott - Thu, 28 Mar 2024 19:41 UTC

On 3/28/2024 2:34 PM, Fred. Zwarts wrote:
> Op 28.mrt.2024 om 20:20 schreef olcott:
>> On 3/28/2024 2:09 PM, Fred. Zwarts wrote:
>>> Op 28.mrt.2024 om 15:49 schreef olcott:
>>>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>>>> On 3/27/24 11:32 PM, olcott wrote:
>>>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Which just shows your ignorance as that doesn't define what
>>>>>>>>>>>>> A actually is, or needs to do.
>>>>>>>>>>>>>
>>>>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>>>>> talking about.
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will
>>>>>>>>>>>>>>> halt (unless aborted).
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>>>
>>>>>>>>>>>>> It may not be able to simulate a B to the point of seeing
>>>>>>>>>>>>> an A return to it,
>>>>>>>>>>>>
>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>
>>>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>>>>> seeing
>>>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing
>>>>>>>>>>> A return,
>>>>>>>>>>
>>>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>>>> recursive
>>>>>>>>>> simulation.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>>>>> Simulating its input", which it can not do, then you have a
>>>>>>>>> problem with your definitions.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>>>> that you an I have seen for two years.
>>>>>>>
>>>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>>>> machines that do not need there simulation to be aborted.
>>>>>>>
>>>>>>>>
>>>>>>>>> Your problem is you keep on forgetting that at any given time
>>>>>>>>> and example, A is a SPECIFIC program, with SPECIFIC behavior
>>>>>>>>> and it will either simulate and not abort and not answer, or
>>>>>>>>> abort and not show what its input does.
>>>>>>>>
>>>>>>>> I never forget that.
>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>
>>>>>>> But you seem to think that some RELEVERNT differences are
>>>>>>> IRrelevant, showing you are just stupid.
>>>>>>>
>>>>>>> If it makes a difference to the answer, it is relevent.
>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>>>>> and give it THIS B, connect with that original A, and not
>>>>>>>>> itself) to see the right answer.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>>>> that simulation is wrong.
>>>>>>>>
>>>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>>>> that simulation is correct about this abort decision.
>>>>>>>
>>>>>>> Nope.
>>>>>>>
>>>>>>> Just more of your LIES.
>>>>>>>
>>>>>>
>>>>>> Yet you cannot point out any mistake because you are lying about
>>>>>> there
>>>>>> being any mistake. Every time you try to explain your reasoning about
>>>>>> this it always comes down to this:
>>>>>>
>>>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>>>> *its input because some other H somewhere else that did not abort*
>>>>>> *its input already aborted its input that it never aborted*
>>>>>>
>>>>>
>>>>> Nope, the fact that you can't even summarize what I said, just
>>>>> shows it is beyound your ability to comprehend.
>>>>>
>>>>> You look at the workd through Olcott glasses, and only see what you
>>>>> want.
>>>>>
>>>>> This makes you blind to the truth, and the truth will crush you.
>>>>>
>>>>> I have explained why you are wrong already elsewhere, and don't
>>>>> need to repeat it.
>>>>
>>>> Yes you are great at dogmatically saying that I am wrong.
>>>> What you are terrible at is showing any mistake because there are
>>>> no mistakes.
>>>>
>>>> This is the machine code of D that every H examines.
>>>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>>>> This finite string of bytes never changes.
>>>>
>>>
>>> This string is incomplete. There is a call to an undefined function
>>> in it. Therefore, it is not a program, so no decision can be given
>>> for it. A decision can be made only, if the code of the missing
>>> function is added as well. This will make the string longer. But only
>>> then we know the D for which a decision is required. So, olcott
>>> should give the string of (not an incomplete program, but of) the
>>> complete program, that includes the H.
>>> It is very cheating to place all the different H functions at the
>>> same address and pretend that we are still speaking of the same program.
>>> Therefore, we need a string that describes the full program including H.
>>>
>>
>> 01 int D(ptr x) // ptr is pointer to int function
>> 02 {
>> 03 int Halt_Status = H(x, x);
>> 04 if (Halt_Status)
>> 05   HERE: goto HERE;
>> 06 return Halt_Status;
>> 07 }
>> 08
>> 09 void main()
>> 10 {
>> 11   H(D,D);
>> 12 }
>>
>> The question has always been:
>> Of every element of the infinite set of H/D pairs where H simulates
>> the above input can any implementation of the above H(D,D) ever stop
>> running without aborting its simulation of D?
>>
>>
>>
>
> This is not the answer to the question, but a side track with another
> question.


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu50ms$3ca7i$4@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 20:06:52 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu50ms$3ca7i$4@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 00:06:54 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3549426"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <uu402f$3ktin$1@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
 by: Richard Damon - Fri, 29 Mar 2024 00:06 UTC

On 3/28/24 10:49 AM, olcott wrote:
> On 3/28/2024 7:01 AM, Richard Damon wrote:
>> On 3/27/24 11:32 PM, olcott wrote:
>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>> 06
>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>
>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>
>>>>>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>>>>>> actually is, or needs to do.
>>>>>>>>>>
>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>> talking about.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>>>>>> (unless aborted).
>>>>>>>>>>>
>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>
>>>>>>>>>> It may not be able to simulate a B to the point of seeing an A
>>>>>>>>>> return to it,
>>>>>>>>>
>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>
>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>> seeing
>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing A
>>>>>>>> return,
>>>>>>>
>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>> recursive
>>>>>>> simulation.
>>>>>>>
>>>>>>
>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>> Simulating its input", which it can not do, then you have a
>>>>>> problem with your definitions.
>>>>>>
>>>>>
>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>> that you an I have seen for two years.
>>>>
>>>> Which is an INCORECT condition for aborting, as it matches some
>>>> machines that do not need there simulation to be aborted.
>>>>
>>>>>
>>>>>> Your problem is you keep on forgetting that at any given time and
>>>>>> example, A is a SPECIFIC program, with SPECIFIC behavior and it
>>>>>> will either simulate and not abort and not answer, or abort and
>>>>>> not show what its input does.
>>>>>
>>>>> I never forget that.
>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>
>>>> But you seem to think that some RELEVERNT differences are
>>>> IRrelevant, showing you are just stupid.
>>>>
>>>> If it makes a difference to the answer, it is relevent.
>>>>
>>>>>
>>>>>>
>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>> and give it THIS B, connect with that original A, and not itself)
>>>>>> to see the right answer.
>>>>>>
>>>>>
>>>>> Every H(D,D) that simulates its input and does not abort
>>>>> that simulation is wrong.
>>>>>
>>>>> Every H(D,D) that simulates its input and does abort
>>>>> that simulation is correct about this abort decision.
>>>>
>>>> Nope.
>>>>
>>>> Just more of your LIES.
>>>>
>>>
>>> Yet you cannot point out any mistake because you are lying about there
>>> being any mistake. Every time you try to explain your reasoning about
>>> this it always comes down to this:
>>>
>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>> *its input because some other H somewhere else that did not abort*
>>> *its input already aborted its input that it never aborted*
>>>
>>
>> Nope, the fact that you can't even summarize what I said, just shows
>> it is beyound your ability to comprehend.
>>
>> You look at the workd through Olcott glasses, and only see what you want.
>>
>> This makes you blind to the truth, and the truth will crush you.
>>
>> I have explained why you are wrong already elsewhere, and don't need
>> to repeat it.
>
> Yes you are great at dogmatically saying that I am wrong.
> What you are terrible at is showing any mistake because there are
> no mistakes.

I don't think you understand what "Dogma" is.

>
> This is the machine code of D that every H examines.
> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
> This finite string of bytes never changes.

Right, but as you have admitted, the behavior of that machine code
CHANGES depending on what is at the location of H.

>
> You keep insisting that necessarily irrelevant differences
> between H/D pairs that have nothing to do with the abort
> decision make a significant difference in the abort decision.

Because the behavior of H isn't irrelevent, and your claim that it is
just shows that you are jusdt an ignorant pathological lying idiot.

>
> You already know that these irrelevant differences don't
> make any semantic difference in the abort decision because:
>
> *Every H(D,D) that simulates its input and aborts is equivalent*
> and
> *Every H(D,D) that simulates its input and does not abort is equivalent*

Right, and every H in the first group is wrong because it doesn't answer,

And every H in the second group is wrong because it gives the WRONG answer.

>
> Why lie? (that could count Revelations 21:8 against you).
> Is playing trollish head games worth eternity in the lake
> which burneth with fire and brimstone?
>
>


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu50n1$3ca7i$5@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 20:06:57 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu50n1$3ca7i$5@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu4f8n$3ohm1$1@dont-email.me>
<uu4fuj$3oq42$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 00:06:58 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3549426"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <uu4fuj$3oq42$1@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
 by: Richard Damon - Fri, 29 Mar 2024 00:06 UTC

On 3/28/24 3:20 PM, olcott wrote:
> On 3/28/2024 2:09 PM, Fred. Zwarts wrote:
>> Op 28.mrt.2024 om 15:49 schreef olcott:
>>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>>> On 3/27/24 11:32 PM, olcott wrote:
>>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>>
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>
>>>>>>>>>>>> Which just shows your ignorance as that doesn't define what
>>>>>>>>>>>> A actually is, or needs to do.
>>>>>>>>>>>>
>>>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>>>> talking about.
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will
>>>>>>>>>>>>>> halt (unless aborted).
>>>>>>>>>>>>>
>>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>>
>>>>>>>>>>>> It may not be able to simulate a B to the point of seeing an
>>>>>>>>>>>> A return to it,
>>>>>>>>>>>
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>
>>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>>>> seeing
>>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing
>>>>>>>>>> A return,
>>>>>>>>>
>>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>>> recursive
>>>>>>>>> simulation.
>>>>>>>>>
>>>>>>>>
>>>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>>>> Simulating its input", which it can not do, then you have a
>>>>>>>> problem with your definitions.
>>>>>>>>
>>>>>>>
>>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>>> that you an I have seen for two years.
>>>>>>
>>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>>> machines that do not need there simulation to be aborted.
>>>>>>
>>>>>>>
>>>>>>>> Your problem is you keep on forgetting that at any given time
>>>>>>>> and example, A is a SPECIFIC program, with SPECIFIC behavior and
>>>>>>>> it will either simulate and not abort and not answer, or abort
>>>>>>>> and not show what its input does.
>>>>>>>
>>>>>>> I never forget that.
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>
>>>>>> But you seem to think that some RELEVERNT differences are
>>>>>> IRrelevant, showing you are just stupid.
>>>>>>
>>>>>> If it makes a difference to the answer, it is relevent.
>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>>>> and give it THIS B, connect with that original A, and not
>>>>>>>> itself) to see the right answer.
>>>>>>>>
>>>>>>>
>>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>>> that simulation is wrong.
>>>>>>>
>>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>>> that simulation is correct about this abort decision.
>>>>>>
>>>>>> Nope.
>>>>>>
>>>>>> Just more of your LIES.
>>>>>>
>>>>>
>>>>> Yet you cannot point out any mistake because you are lying about there
>>>>> being any mistake. Every time you try to explain your reasoning about
>>>>> this it always comes down to this:
>>>>>
>>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>>> *its input because some other H somewhere else that did not abort*
>>>>> *its input already aborted its input that it never aborted*
>>>>>
>>>>
>>>> Nope, the fact that you can't even summarize what I said, just shows
>>>> it is beyound your ability to comprehend.
>>>>
>>>> You look at the workd through Olcott glasses, and only see what you
>>>> want.
>>>>
>>>> This makes you blind to the truth, and the truth will crush you.
>>>>
>>>> I have explained why you are wrong already elsewhere, and don't need
>>>> to repeat it.
>>>
>>> Yes you are great at dogmatically saying that I am wrong.
>>> What you are terrible at is showing any mistake because there are
>>> no mistakes.
>>>
>>> This is the machine code of D that every H examines.
>>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>>> This finite string of bytes never changes.
>>>
>>
>> This string is incomplete. There is a call to an undefined function in
>> it. Therefore, it is not a program, so no decision can be given for
>> it. A decision can be made only, if the code of the missing function
>> is added as well. This will make the string longer. But only then we
>> know the D for which a decision is required. So, olcott should give
>> the string of (not an incomplete program, but of) the complete
>> program, that includes the H.
>> It is very cheating to place all the different H functions at the same
>> address and pretend that we are still speaking of the same program.
>> Therefore, we need a string that describes the full program including H.
>>
>
> 01 int D(ptr x) // ptr is pointer to int function
> 02 {
> 03 int Halt_Status = H(x, x);
> 04 if (Halt_Status)
> 05   HERE: goto HERE;
> 06 return Halt_Status;
> 07 }
> 08
> 09 void main()
> 10 {
> 11   H(D,D);
> 12 }
>
> The question has always been:
> Of every element of the infinite set of H/D pairs where H simulates
> the above input can any implementation of the above H(D,D) ever stop
> running without aborting its simulation of D?
>


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu5770$3tt5t$8@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 20:57:52 -0500
Organization: A noiseless patient Spider
Lines: 358
Message-ID: <uu5770$3tt5t$8@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu4f8n$3ohm1$1@dont-email.me>
<uu4fuj$3oq42$1@dont-email.me> <uu50n1$3ca7i$5@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 01:57:53 +0100 (CET)
Injection-Info: dont-email.me; posting-host="bfd65a280c18a2165003beacad9b3410";
logging-data="4125885"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19WE6rnbDWkHtJ3kqgQuGa9"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:X1KtVRKFPz5DH0D2NEsLFVXPiWA=
Content-Language: en-US
In-Reply-To: <uu50n1$3ca7i$5@i2pn2.org>
 by: olcott - Fri, 29 Mar 2024 01:57 UTC

On 3/28/2024 7:06 PM, Richard Damon wrote:
> On 3/28/24 3:20 PM, olcott wrote:
>> On 3/28/2024 2:09 PM, Fred. Zwarts wrote:
>>> Op 28.mrt.2024 om 15:49 schreef olcott:
>>>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>>>> On 3/27/24 11:32 PM, olcott wrote:
>>>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Which just shows your ignorance as that doesn't define what
>>>>>>>>>>>>> A actually is, or needs to do.
>>>>>>>>>>>>>
>>>>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>>>>> talking about.
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will
>>>>>>>>>>>>>>> halt (unless aborted).
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>>>
>>>>>>>>>>>>> It may not be able to simulate a B to the point of seeing
>>>>>>>>>>>>> an A return to it,
>>>>>>>>>>>>
>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>
>>>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>>>>> seeing
>>>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing
>>>>>>>>>>> A return,
>>>>>>>>>>
>>>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>>>> recursive
>>>>>>>>>> simulation.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>>>>> Simulating its input", which it can not do, then you have a
>>>>>>>>> problem with your definitions.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>>>> that you an I have seen for two years.
>>>>>>>
>>>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>>>> machines that do not need there simulation to be aborted.
>>>>>>>
>>>>>>>>
>>>>>>>>> Your problem is you keep on forgetting that at any given time
>>>>>>>>> and example, A is a SPECIFIC program, with SPECIFIC behavior
>>>>>>>>> and it will either simulate and not abort and not answer, or
>>>>>>>>> abort and not show what its input does.
>>>>>>>>
>>>>>>>> I never forget that.
>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>
>>>>>>> But you seem to think that some RELEVERNT differences are
>>>>>>> IRrelevant, showing you are just stupid.
>>>>>>>
>>>>>>> If it makes a difference to the answer, it is relevent.
>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>>>>> and give it THIS B, connect with that original A, and not
>>>>>>>>> itself) to see the right answer.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>>>> that simulation is wrong.
>>>>>>>>
>>>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>>>> that simulation is correct about this abort decision.
>>>>>>>
>>>>>>> Nope.
>>>>>>>
>>>>>>> Just more of your LIES.
>>>>>>>
>>>>>>
>>>>>> Yet you cannot point out any mistake because you are lying about
>>>>>> there
>>>>>> being any mistake. Every time you try to explain your reasoning about
>>>>>> this it always comes down to this:
>>>>>>
>>>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>>>> *its input because some other H somewhere else that did not abort*
>>>>>> *its input already aborted its input that it never aborted*
>>>>>>
>>>>>
>>>>> Nope, the fact that you can't even summarize what I said, just
>>>>> shows it is beyound your ability to comprehend.
>>>>>
>>>>> You look at the workd through Olcott glasses, and only see what you
>>>>> want.
>>>>>
>>>>> This makes you blind to the truth, and the truth will crush you.
>>>>>
>>>>> I have explained why you are wrong already elsewhere, and don't
>>>>> need to repeat it.
>>>>
>>>> Yes you are great at dogmatically saying that I am wrong.
>>>> What you are terrible at is showing any mistake because there are
>>>> no mistakes.
>>>>
>>>> This is the machine code of D that every H examines.
>>>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>>>> This finite string of bytes never changes.
>>>>
>>>
>>> This string is incomplete. There is a call to an undefined function
>>> in it. Therefore, it is not a program, so no decision can be given
>>> for it. A decision can be made only, if the code of the missing
>>> function is added as well. This will make the string longer. But only
>>> then we know the D for which a decision is required. So, olcott
>>> should give the string of (not an incomplete program, but of) the
>>> complete program, that includes the H.
>>> It is very cheating to place all the different H functions at the
>>> same address and pretend that we are still speaking of the same program.
>>> Therefore, we need a string that describes the full program including H.
>>>
>>
>> 01 int D(ptr x) // ptr is pointer to int function
>> 02 {
>> 03 int Halt_Status = H(x, x);
>> 04 if (Halt_Status)
>> 05   HERE: goto HERE;
>> 06 return Halt_Status;
>> 07 }
>> 08
>> 09 void main()
>> 10 {
>> 11   H(D,D);
>> 12 }
>>
>> The question has always been:
>> Of every element of the infinite set of H/D pairs where H simulates
>> the above input can any implementation of the above H(D,D) ever stop
>> running without aborting its simulation of D?
>>
>
> Nope.
>
> The question started out, and remains does the Computation described by
> the input Halt when run.
>
You must have rocks in your head.
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu57db$3tt5t$9@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 21:01:15 -0500
Organization: A noiseless patient Spider
Lines: 374
Message-ID: <uu57db$3tt5t$9@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu50ms$3ca7i$4@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 02:01:16 +0100 (CET)
Injection-Info: dont-email.me; posting-host="bfd65a280c18a2165003beacad9b3410";
logging-data="4125885"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19fW9115ZZ1EFk18bTweqWO"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:PdYgpXp4pHFZaxPCGvD9UKPsmZY=
Content-Language: en-US
In-Reply-To: <uu50ms$3ca7i$4@i2pn2.org>
 by: olcott - Fri, 29 Mar 2024 02:01 UTC

On 3/28/2024 7:06 PM, Richard Damon wrote:
> On 3/28/24 10:49 AM, olcott wrote:
>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>> On 3/27/24 11:32 PM, olcott wrote:
>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>
>>>>>>>>>>> Which just shows your ignorance as that doesn't define what A
>>>>>>>>>>> actually is, or needs to do.
>>>>>>>>>>>
>>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>>> talking about.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will halt
>>>>>>>>>>>>> (unless aborted).
>>>>>>>>>>>>
>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>
>>>>>>>>>>> It may not be able to simulate a B to the point of seeing an
>>>>>>>>>>> A return to it,
>>>>>>>>>>
>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>
>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>>> seeing
>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing A
>>>>>>>>> return,
>>>>>>>>
>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>> recursive
>>>>>>>> simulation.
>>>>>>>>
>>>>>>>
>>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>>> Simulating its input", which it can not do, then you have a
>>>>>>> problem with your definitions.
>>>>>>>
>>>>>>
>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>> that you an I have seen for two years.
>>>>>
>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>> machines that do not need there simulation to be aborted.
>>>>>
>>>>>>
>>>>>>> Your problem is you keep on forgetting that at any given time and
>>>>>>> example, A is a SPECIFIC program, with SPECIFIC behavior and it
>>>>>>> will either simulate and not abort and not answer, or abort and
>>>>>>> not show what its input does.
>>>>>>
>>>>>> I never forget that.
>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>
>>>>> But you seem to think that some RELEVERNT differences are
>>>>> IRrelevant, showing you are just stupid.
>>>>>
>>>>> If it makes a difference to the answer, it is relevent.
>>>>>
>>>>>>
>>>>>>>
>>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>>> and give it THIS B, connect with that original A, and not itself)
>>>>>>> to see the right answer.
>>>>>>>
>>>>>>
>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>> that simulation is wrong.
>>>>>>
>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>> that simulation is correct about this abort decision.
>>>>>
>>>>> Nope.
>>>>>
>>>>> Just more of your LIES.
>>>>>
>>>>
>>>> Yet you cannot point out any mistake because you are lying about there
>>>> being any mistake. Every time you try to explain your reasoning about
>>>> this it always comes down to this:
>>>>
>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>> *its input because some other H somewhere else that did not abort*
>>>> *its input already aborted its input that it never aborted*
>>>>
>>>
>>> Nope, the fact that you can't even summarize what I said, just shows
>>> it is beyound your ability to comprehend.
>>>
>>> You look at the workd through Olcott glasses, and only see what you
>>> want.
>>>
>>> This makes you blind to the truth, and the truth will crush you.
>>>
>>> I have explained why you are wrong already elsewhere, and don't need
>>> to repeat it.
>>
>> Yes you are great at dogmatically saying that I am wrong.
>> What you are terrible at is showing any mistake because there are
>> no mistakes.
>
> I don't think you understand what "Dogma" is.
>
>>
>> This is the machine code of D that every H examines.
>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>> This finite string of bytes never changes.
>
> Right, but as you have admitted, the behavior of that machine code
> CHANGES depending on what is at the location of H.
>

The behavior of D simulated by any H that can possibly exist
remains the same.

>>
>> You keep insisting that necessarily irrelevant differences
>> between H/D pairs that have nothing to do with the abort
>> decision make a significant difference in the abort decision.
>
> Because the behavior of H isn't irrelevent, and your claim that it is
> just shows that you are jusdt an ignorant pathological lying idiot.
>
>>
>> You already know that these irrelevant differences don't
>> make any semantic difference in the abort decision because:
>>
>> *Every H(D,D) that simulates its input and aborts is equivalent*
>> and
>> *Every H(D,D) that simulates its input and does not abort is equivalent*
>
> Right, and every H in the first group is wrong because it doesn't answer,
>
> And every H in the second group is wrong because it gives the WRONG answer.
>
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS
IT IS AN ABORT DECIDER THAT GIVES NO ANSWER IT ONLY ABORTS


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu58kq$3ca7j$1@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 22:22:18 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu58kq$3ca7j$1@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu50ms$3ca7i$4@i2pn2.org>
<uu57db$3tt5t$9@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 02:22:20 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3549427"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <uu57db$3tt5t$9@dont-email.me>
Content-Language: en-US
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Fri, 29 Mar 2024 02:22 UTC

On 3/28/24 10:01 PM, olcott wrote:
> On 3/28/2024 7:06 PM, Richard Damon wrote:
>> On 3/28/24 10:49 AM, olcott wrote:
>>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>>> On 3/27/24 11:32 PM, olcott wrote:
>>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>>
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>
>>>>>>>>>>>> Which just shows your ignorance as that doesn't define what
>>>>>>>>>>>> A actually is, or needs to do.
>>>>>>>>>>>>
>>>>>>>>>>>> You are just demonstrating that you don't know what you are
>>>>>>>>>>>> talking about.
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will
>>>>>>>>>>>>>> halt (unless aborted).
>>>>>>>>>>>>>
>>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>>
>>>>>>>>>>>> It may not be able to simulate a B to the point of seeing an
>>>>>>>>>>>> A return to it,
>>>>>>>>>>>
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>
>>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point of
>>>>>>>>>>> seeing
>>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Nope, it IS possible to simulate any B to the point of seeing
>>>>>>>>>> A return,
>>>>>>>>>
>>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>>> recursive
>>>>>>>>> simulation.
>>>>>>>>>
>>>>>>>>
>>>>>>>> And if the "Definition" of the answer is based on it "Correctly
>>>>>>>> Simulating its input", which it can not do, then you have a
>>>>>>>> problem with your definitions.
>>>>>>>>
>>>>>>>
>>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>>> that you an I have seen for two years.
>>>>>>
>>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>>> machines that do not need there simulation to be aborted.
>>>>>>
>>>>>>>
>>>>>>>> Your problem is you keep on forgetting that at any given time
>>>>>>>> and example, A is a SPECIFIC program, with SPECIFIC behavior and
>>>>>>>> it will either simulate and not abort and not answer, or abort
>>>>>>>> and not show what its input does.
>>>>>>>
>>>>>>> I never forget that.
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>
>>>>>> But you seem to think that some RELEVERNT differences are
>>>>>> IRrelevant, showing you are just stupid.
>>>>>>
>>>>>> If it makes a difference to the answer, it is relevent.
>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> We can use ANOTHER simulator (perhaps a different version of A,
>>>>>>>> and give it THIS B, connect with that original A, and not
>>>>>>>> itself) to see the right answer.
>>>>>>>>
>>>>>>>
>>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>>> that simulation is wrong.
>>>>>>>
>>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>>> that simulation is correct about this abort decision.
>>>>>>
>>>>>> Nope.
>>>>>>
>>>>>> Just more of your LIES.
>>>>>>
>>>>>
>>>>> Yet you cannot point out any mistake because you are lying about there
>>>>> being any mistake. Every time you try to explain your reasoning about
>>>>> this it always comes down to this:
>>>>>
>>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>>> *its input because some other H somewhere else that did not abort*
>>>>> *its input already aborted its input that it never aborted*
>>>>>
>>>>
>>>> Nope, the fact that you can't even summarize what I said, just shows
>>>> it is beyound your ability to comprehend.
>>>>
>>>> You look at the workd through Olcott glasses, and only see what you
>>>> want.
>>>>
>>>> This makes you blind to the truth, and the truth will crush you.
>>>>
>>>> I have explained why you are wrong already elsewhere, and don't need
>>>> to repeat it.
>>>
>>> Yes you are great at dogmatically saying that I am wrong.
>>> What you are terrible at is showing any mistake because there are
>>> no mistakes.
>>
>> I don't think you understand what "Dogma" is.
>>
>>>
>>> This is the machine code of D that every H examines.
>>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>>> This finite string of bytes never changes.
>>
>> Right, but as you have admitted, the behavior of that machine code
>> CHANGES depending on what is at the location of H.
>>
>
> The behavior of D simulated by any H that can possibly exist
> remains the same.


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu5aai$3ca7j$9@i2pn2.org>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!.POSTED!not-for-mail
From: rich...@damon-family.org (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 22:50:58 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <uu5aai$3ca7j$9@i2pn2.org>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu4f8n$3ohm1$1@dont-email.me>
<uu4fuj$3oq42$1@dont-email.me> <uu50n1$3ca7i$5@i2pn2.org>
<uu5770$3tt5t$8@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 02:50:59 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3549427"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <uu5770$3tt5t$8@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Fri, 29 Mar 2024 02:50 UTC

On 3/28/24 9:57 PM, olcott wrote:
> On 3/28/2024 7:06 PM, Richard Damon wrote:
>> On 3/28/24 3:20 PM, olcott wrote:
>>> On 3/28/2024 2:09 PM, Fred. Zwarts wrote:
>>>> Op 28.mrt.2024 om 15:49 schreef olcott:
>>>>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>>>>> On 3/27/24 11:32 PM, olcott wrote:
>>>>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Which just shows your ignorance as that doesn't define
>>>>>>>>>>>>>> what A actually is, or needs to do.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> You are just demonstrating that you don't know what you
>>>>>>>>>>>>>> are talking about.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will
>>>>>>>>>>>>>>>> halt (unless aborted).
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It may not be able to simulate a B to the point of seeing
>>>>>>>>>>>>>> an A return to it,
>>>>>>>>>>>>>
>>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>>
>>>>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point
>>>>>>>>>>>>> of seeing
>>>>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Nope, it IS possible to simulate any B to the point of
>>>>>>>>>>>> seeing A return,
>>>>>>>>>>>
>>>>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>>>>> recursive
>>>>>>>>>>> simulation.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> And if the "Definition" of the answer is based on it
>>>>>>>>>> "Correctly Simulating its input", which it can not do, then
>>>>>>>>>> you have a problem with your definitions.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>>>>> that you an I have seen for two years.
>>>>>>>>
>>>>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>>>>> machines that do not need there simulation to be aborted.
>>>>>>>>
>>>>>>>>>
>>>>>>>>>> Your problem is you keep on forgetting that at any given time
>>>>>>>>>> and example, A is a SPECIFIC program, with SPECIFIC behavior
>>>>>>>>>> and it will either simulate and not abort and not answer, or
>>>>>>>>>> abort and not show what its input does.
>>>>>>>>>
>>>>>>>>> I never forget that.
>>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>>
>>>>>>>> But you seem to think that some RELEVERNT differences are
>>>>>>>> IRrelevant, showing you are just stupid.
>>>>>>>>
>>>>>>>> If it makes a difference to the answer, it is relevent.
>>>>>>>>
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> We can use ANOTHER simulator (perhaps a different version of
>>>>>>>>>> A, and give it THIS B, connect with that original A, and not
>>>>>>>>>> itself) to see the right answer.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>>>>> that simulation is wrong.
>>>>>>>>>
>>>>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>>>>> that simulation is correct about this abort decision.
>>>>>>>>
>>>>>>>> Nope.
>>>>>>>>
>>>>>>>> Just more of your LIES.
>>>>>>>>
>>>>>>>
>>>>>>> Yet you cannot point out any mistake because you are lying about
>>>>>>> there
>>>>>>> being any mistake. Every time you try to explain your reasoning
>>>>>>> about
>>>>>>> this it always comes down to this:
>>>>>>>
>>>>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>>>>> *its input because some other H somewhere else that did not abort*
>>>>>>> *its input already aborted its input that it never aborted*
>>>>>>>
>>>>>>
>>>>>> Nope, the fact that you can't even summarize what I said, just
>>>>>> shows it is beyound your ability to comprehend.
>>>>>>
>>>>>> You look at the workd through Olcott glasses, and only see what
>>>>>> you want.
>>>>>>
>>>>>> This makes you blind to the truth, and the truth will crush you.
>>>>>>
>>>>>> I have explained why you are wrong already elsewhere, and don't
>>>>>> need to repeat it.
>>>>>
>>>>> Yes you are great at dogmatically saying that I am wrong.
>>>>> What you are terrible at is showing any mistake because there are
>>>>> no mistakes.
>>>>>
>>>>> This is the machine code of D that every H examines.
>>>>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>>>>> This finite string of bytes never changes.
>>>>>
>>>>
>>>> This string is incomplete. There is a call to an undefined function
>>>> in it. Therefore, it is not a program, so no decision can be given
>>>> for it. A decision can be made only, if the code of the missing
>>>> function is added as well. This will make the string longer. But
>>>> only then we know the D for which a decision is required. So, olcott
>>>> should give the string of (not an incomplete program, but of) the
>>>> complete program, that includes the H.
>>>> It is very cheating to place all the different H functions at the
>>>> same address and pretend that we are still speaking of the same
>>>> program.
>>>> Therefore, we need a string that describes the full program
>>>> including H.
>>>>
>>>
>>> 01 int D(ptr x) // ptr is pointer to int function
>>> 02 {
>>> 03 int Halt_Status = H(x, x);
>>> 04 if (Halt_Status)
>>> 05   HERE: goto HERE;
>>> 06 return Halt_Status;
>>> 07 }
>>> 08
>>> 09 void main()
>>> 10 {
>>> 11   H(D,D);
>>> 12 }
>>>
>>> The question has always been:
>>> Of every element of the infinite set of H/D pairs where H simulates
>>> the above input can any implementation of the above H(D,D) ever stop
>>> running without aborting its simulation of D?
>>>
>>
>> Nope.
>>
>> The question started out, and remains does the Computation described
>> by the input Halt when run.
>>
> You must have rocks in your head.
> I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER


Click here to read the complete article
Re: No one can correctly refute that simulating abort decider A(D,D) is correct

<uu5ant$3ubje$4@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: No one can correctly refute that simulating abort decider A(D,D)
is correct
Date: Thu, 28 Mar 2024 21:58:04 -0500
Organization: A noiseless patient Spider
Lines: 238
Message-ID: <uu5ant$3ubje$4@dont-email.me>
References: <uu1qje$3106v$1@dont-email.me> <uu1tmp$31mm4$2@dont-email.me>
<uu1ufg$31r8p$1@dont-email.me> <uu2eob$374vo$2@i2pn2.org>
<uu2g1k$360p2$2@dont-email.me> <uu2hpe$374vo$11@i2pn2.org>
<uu2jp1$36okm$2@dont-email.me> <uu2lfu$374vo$15@i2pn2.org>
<uu2n0q$37bas$4@dont-email.me> <uu2o02$374vn$9@i2pn2.org>
<uu2och$37bas$8@dont-email.me> <uu3m7n$3ajo2$3@i2pn2.org>
<uu402f$3ktin$1@dont-email.me> <uu4f8n$3ohm1$1@dont-email.me>
<uu4fuj$3oq42$1@dont-email.me> <uu50n1$3ca7i$5@i2pn2.org>
<uu5770$3tt5t$8@dont-email.me> <uu5aai$3ca7j$9@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 29 Mar 2024 02:58:05 +0100 (CET)
Injection-Info: dont-email.me; posting-host="bfd65a280c18a2165003beacad9b3410";
logging-data="4140654"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19wNx3iLwYqV+b6/AZ6enqx"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:WuqDvA3EKZ5JYA8dyIf+N0Ke1hc=
In-Reply-To: <uu5aai$3ca7j$9@i2pn2.org>
Content-Language: en-US
 by: olcott - Fri, 29 Mar 2024 02:58 UTC

On 3/28/2024 9:50 PM, Richard Damon wrote:
> On 3/28/24 9:57 PM, olcott wrote:
>> On 3/28/2024 7:06 PM, Richard Damon wrote:
>>> On 3/28/24 3:20 PM, olcott wrote:
>>>> On 3/28/2024 2:09 PM, Fred. Zwarts wrote:
>>>>> Op 28.mrt.2024 om 15:49 schreef olcott:
>>>>>> On 3/28/2024 7:01 AM, Richard Damon wrote:
>>>>>>> On 3/27/24 11:32 PM, olcott wrote:
>>>>>>>> On 3/27/2024 10:25 PM, Richard Damon wrote:
>>>>>>>>> On 3/27/24 11:09 PM, olcott wrote:
>>>>>>>>>> On 3/27/2024 9:43 PM, Richard Damon wrote:
>>>>>>>>>>> On 3/27/24 10:13 PM, olcott wrote:
>>>>>>>>>>>> On 3/27/2024 8:39 PM, Richard Damon wrote:
>>>>>>>>>>>>> On 3/27/24 9:10 PM, olcott wrote:
>>>>>>>>>>>>>> On 3/27/2024 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>>>>> On 3/27/24 4:10 PM, olcott wrote:
>>>>>>>>>>>>>>>> On 3/27/2024 2:57 PM, Fred. Zwarts wrote:
>>>>>>>>>>>>>>>>> Op 27.mrt.2024 om 20:04 schreef olcott:
>>>>>>>>>>>>>>>>>> 01 void B(ptr x) // ptr is pointer to void function
>>>>>>>>>>>>>>>>>> 02 {
>>>>>>>>>>>>>>>>>> 03   A(x, x);
>>>>>>>>>>>>>>>>>> 04   return;
>>>>>>>>>>>>>>>>>> 05 }
>>>>>>>>>>>>>>>>>> 06
>>>>>>>>>>>>>>>>>> 07 void main()
>>>>>>>>>>>>>>>>>> 08 {
>>>>>>>>>>>>>>>>>> 09   A(B,B);
>>>>>>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>>>>>>> Line 09: main() invokes A(B,B);
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *keeps repeating* (unless aborted)
>>>>>>>>>>>>>>>>> That is a premature conclusion when A is not specified.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>>> *simulating abort decider* A(D,D)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Which just shows your ignorance as that doesn't define
>>>>>>>>>>>>>>> what A actually is, or needs to do.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> You are just demonstrating that you don't know what you
>>>>>>>>>>>>>>> are talking about.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It holds if A does not halt. If A returns, then B will
>>>>>>>>>>>>>>>>> halt (unless aborted).
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> If you honestly don't see that no A can possible return to
>>>>>>>>>>>>>>>> any simulated B then you lied about your programming skill.
>>>>>>>>>>>>>>>> Otherwise you can see this and are lying about it.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It may not be able to simulate a B to the point of seeing
>>>>>>>>>>>>>>> an A return to it,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>>> *That is the behavior that an abort decider must report on*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It is not possible to CORRECTLY simulate a B to the point
>>>>>>>>>>>>>> of seeing
>>>>>>>>>>>>>> an A return to it because A calls B in recursive simulation.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Nope, it IS possible to simulate any B to the point of
>>>>>>>>>>>>> seeing A return,
>>>>>>>>>>>>
>>>>>>>>>>>> It is impossible for A(B,B) to simulate its input such that any
>>>>>>>>>>>> A ever returns to any B simulated by A because B calls A in
>>>>>>>>>>>> recursive
>>>>>>>>>>>> simulation.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> And if the "Definition" of the answer is based on it
>>>>>>>>>>> "Correctly Simulating its input", which it can not do, then
>>>>>>>>>>> you have a problem with your definitions.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Every A(B,B) simulates its input until it sees the same thing
>>>>>>>>>> that you an I have seen for two years.
>>>>>>>>>
>>>>>>>>> Which is an INCORECT condition for aborting, as it matches some
>>>>>>>>> machines that do not need there simulation to be aborted.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> Your problem is you keep on forgetting that at any given time
>>>>>>>>>>> and example, A is a SPECIFIC program, with SPECIFIC behavior
>>>>>>>>>>> and it will either simulate and not abort and not answer, or
>>>>>>>>>>> abort and not show what its input does.
>>>>>>>>>>
>>>>>>>>>> I never forget that.
>>>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>>>> I KNOW THAT IRRELEVANT DIFFERENCES ARE IRRELEVANT
>>>>>>>>>
>>>>>>>>> But you seem to think that some RELEVERNT differences are
>>>>>>>>> IRrelevant, showing you are just stupid.
>>>>>>>>>
>>>>>>>>> If it makes a difference to the answer, it is relevent.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> We can use ANOTHER simulator (perhaps a different version of
>>>>>>>>>>> A, and give it THIS B, connect with that original A, and not
>>>>>>>>>>> itself) to see the right answer.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Every H(D,D) that simulates its input and does not abort
>>>>>>>>>> that simulation is wrong.
>>>>>>>>>>
>>>>>>>>>> Every H(D,D) that simulates its input and does abort
>>>>>>>>>> that simulation is correct about this abort decision.
>>>>>>>>>
>>>>>>>>> Nope.
>>>>>>>>>
>>>>>>>>> Just more of your LIES.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Yet you cannot point out any mistake because you are lying about
>>>>>>>> there
>>>>>>>> being any mistake. Every time you try to explain your reasoning
>>>>>>>> about
>>>>>>>> this it always comes down to this:
>>>>>>>>
>>>>>>>> *Every H(D,D) that needs to abort its input never needed to abort*
>>>>>>>> *its input because some other H somewhere else that did not abort*
>>>>>>>> *its input already aborted its input that it never aborted*
>>>>>>>>
>>>>>>>
>>>>>>> Nope, the fact that you can't even summarize what I said, just
>>>>>>> shows it is beyound your ability to comprehend.
>>>>>>>
>>>>>>> You look at the workd through Olcott glasses, and only see what
>>>>>>> you want.
>>>>>>>
>>>>>>> This makes you blind to the truth, and the truth will crush you.
>>>>>>>
>>>>>>> I have explained why you are wrong already elsewhere, and don't
>>>>>>> need to repeat it.
>>>>>>
>>>>>> Yes you are great at dogmatically saying that I am wrong.
>>>>>> What you are terrible at is showing any mistake because there are
>>>>>> no mistakes.
>>>>>>
>>>>>> This is the machine code of D that every H examines.
>>>>>> 83c4088945fc837dfc007402ebfe8b45fc8be55dc3
>>>>>> This finite string of bytes never changes.
>>>>>>
>>>>>
>>>>> This string is incomplete. There is a call to an undefined function
>>>>> in it. Therefore, it is not a program, so no decision can be given
>>>>> for it. A decision can be made only, if the code of the missing
>>>>> function is added as well. This will make the string longer. But
>>>>> only then we know the D for which a decision is required. So,
>>>>> olcott should give the string of (not an incomplete program, but
>>>>> of) the complete program, that includes the H.
>>>>> It is very cheating to place all the different H functions at the
>>>>> same address and pretend that we are still speaking of the same
>>>>> program.
>>>>> Therefore, we need a string that describes the full program
>>>>> including H.
>>>>>
>>>>
>>>> 01 int D(ptr x) // ptr is pointer to int function
>>>> 02 {
>>>> 03 int Halt_Status = H(x, x);
>>>> 04 if (Halt_Status)
>>>> 05   HERE: goto HERE;
>>>> 06 return Halt_Status;
>>>> 07 }
>>>> 08
>>>> 09 void main()
>>>> 10 {
>>>> 11   H(D,D);
>>>> 12 }
>>>>
>>>> The question has always been:
>>>> Of every element of the infinite set of H/D pairs where H simulates
>>>> the above input can any implementation of the above H(D,D) ever stop
>>>> running without aborting its simulation of D?
>>>>
>>>
>>> Nope.
>>>
>>> The question started out, and remains does the Computation described
>>> by the input Halt when run.
>>>
>> You must have rocks in your head.
>> I have said 500 freaking times ABORT DECIDER NOT HALT DECIDER
>
> Then why does D put the return value into a variable called Halt_Status?
>


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

rocksolid light 0.9.81
clearnet tor