Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

You! What PLANET is this! -- McCoy, "The City on the Edge of Forever", stardate 3134.0


devel / comp.theory / Execution trace of D correctly simulated by H

SubjectAuthor
* Execution trace of D correctly simulated by Holcott
+* Re: Execution trace of D correctly simulated by HRichard Damon
|`* Re: Execution trace of D correctly simulated by Holcott
| +* Re: Execution trace of D correctly simulated by HRichard Damon
| |`* Re: Execution trace of D correctly simulated by Holcott
| | +* Re: Execution trace of D correctly simulated by HRichard Damon
| | |`* Re: Execution trace of D correctly simulated by Holcott
| | | `* Re: Execution trace of D correctly simulated by HRichard Damon
| | |  `* Re: Execution trace of D correctly simulated by Holcott
| | |   +* Re: Execution trace of D correctly simulated by Himmibis
| | |   |`* Re: Execution trace of D correctly simulated by Holcott
| | |   | +- Re: Execution trace of D correctly simulated by HRichard Damon
| | |   | `* Re: Execution trace of D correctly simulated by Himmibis
| | |   |  `* Re: Execution trace of D correctly simulated by Holcott
| | |   |   +- Re: Execution trace of D correctly simulated by HRichard Damon
| | |   |   `* Re: Execution trace of D correctly simulated by Himmibis
| | |   |    `* Re: Execution trace of D correctly simulated by Holcott
| | |   |     +- Re: Execution trace of D correctly simulated by HRichard Damon
| | |   |     `- Re: Execution trace of D correctly simulated by Himmibis
| | |   `- Re: Execution trace of D correctly simulated by HRichard Damon
| | `* Re: Execution trace of D correctly simulated by Himmibis
| |  `* Re: Execution trace of D correctly simulated by Holcott
| |   `* Re: Execution trace of D correctly simulated by Himmibis
| |    `* Re: Execution trace of D correctly simulated by Holcott
| |     `- Re: Execution trace of D correctly simulated by HRichard Damon
| `- Re: Execution trace of D correctly simulated by Himmibis
`* Re: Execution trace of D correctly simulated by Holcott
 `* Re: Execution trace of D correctly simulated by HRichard Damon
  `- Re: Execution trace of D correctly simulated by Himmibis

Pages:12
Execution trace of D correctly simulated by H

<unpgu5$344n2$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51168&group=comp.theory#51168

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 13:52:37 -0600
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <unpgu5$344n2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 11 Jan 2024 19:52:37 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5eaa576052ce117e47e43878417ed80f";
logging-data="3281634"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/d0jI+GtAiTZ5czEA+0vDE"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:ba2n2gHAolmv1pizKfvDYPcOvnQ=
Content-Language: en-US
 by: olcott - Thu, 11 Jan 2024 19:52 UTC

No one can possibly provide the exact sequence of D correctly
simulated by H that differs from the one provided below.

*Every rebuttal has always been the pure bluster of dogma*
*with zero supporting exact execution trace*

04 int D(ptr x)
05 {
06 int Halt_Status = H(x, x);
07 if (Halt_Status)
08 HERE: goto HERE;
09 return Halt_Status;
10 }
11
12 void main()
13 {
14 H(D,D);
15 }

*Execution Trace*
Line 14: main() invokes H(D,D);

*keeps repeating* (unless aborted)
Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)

*Simulation invariant*
D correctly simulated by H cannot possibly reach past its own line 06

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

Re: Execution trace of D correctly simulated by H

<unqa1o$2vfs1$4@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51172&group=comp.theory#51172

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 22:01:12 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unqa1o$2vfs1$4@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 03:01:13 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3129217"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <unpgu5$344n2$1@dont-email.me>
Content-Language: en-US
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Fri, 12 Jan 2024 03:01 UTC

On 1/11/24 2:52 PM, olcott wrote:
> No one can possibly provide the exact sequence of D correctly
> simulated by H that differs from the one provided below.
>
> *Every rebuttal has always been the pure bluster of dogma*
> *with zero supporting exact execution trace*
>
> 04 int D(ptr x)
> 05 {
> 06   int Halt_Status = H(x, x);
> 07   if (Halt_Status)
> 08     HERE: goto HERE;
> 09   return Halt_Status;
> 10 }
> 11
> 12 void main()
> 13 {
> 14   H(D,D);
> 15 }
>
> *Execution Trace*
> Line 14: main() invokes H(D,D);
>
> *keeps repeating* (unless aborte
> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>
> *Simulation invariant*
> D correctly simulated by H cannot possibly reach past its own line 06
>

So, you are just showing that you aren't actually interested in Honest
Dialog, because you keep shifting to your Dishonest Strawman.

First, you have ADMITTED that you aren't actually working on the halting
problem, as you have admitted that your input "D" isn't actually a
program but just a program template

Remember, as you quote when you start, the Halting Problem is about
determining if the **PROGRAM** described in the input will halt when
run. This question, ALWAYS has a correct anwer, as any given program,
with its given input, will either Halt or Not, and that specific
combination always does exactly the same thing.

Just like the "Shaving Question", Does George (where George is a
specific person) shave himself, has a definite answer.

The more generic question, Does "The Barber" (without a definitive
context) shave himself doesn't have a definite answer, as some Barbers
shave themselves, and some don't. Just like does D(D), where D is a
program template, not fixed to a single specific program, Halt, doesn't
have a definite answer, as some will halt and some will not, depending
on which specific input you are talking about.

THen we get to the question: "Does the Barber who only shaves those who
don't shave themselves, shave himself?" becomes an incorrect question,
not because of its connection to "Shaving", but because it describes a
person who can't actually exist.

This is just like your "How can a D(D) exist that halts when an H
correctly simulate it and gives the correct answer?"

The problem isn't about the Halting of the input, but of the ability of
an H to exist that both correctly simulates this template, and answers.

Note, you can't assume the existance of such a machine, and because the
actual question is about a SPECIFIC program, you can't use the behavior
of a different actual input based on a different halt decider to justify
your answer for this one.

This is just proving your insanity of thinking that things that are
different are the same.

I will reverse the question, where is the H that actually does a correct
simulation of the input (per the definition of a UTM) that gives an answer?

If you don't have such an actual correct simulation, your "rule" can't
be applied, and you are just shown to be a pathological liar.

You have admitted that your question is a strawman, as you have quoted
that the actual definition of "Halting" is the behavior of the actual
machine reaching a final state.

That is a specific MACHINE (not template)
That is its actual execution (not a simulation)
Sincd the ACTUAL MACHINE doesn't stop until it reaches a final state
(verses a simulation that might be aborted), this shows that the only
way for a simulation to be "correct" is if it isn't aborted. (Thus a
"simulator" that does abort, can't look at its own simulation as
"correct", but must try to predict the behavior of an ACTUAL correct
simulation of the exact same program input (not the same template of the
different simulator).

The fact that this D(D) Halts, when we use the actual H that you claim
to be "correct" to build the D that we give it, shows that H can not be
correct, unless you want to expalin how a wrong answer is correct, but
your logic ignroes the actual facts, and goes by your "reasoning".

By this logic, you agree that Trump is correct that because he claims
there was massive voter fraud, there was in fact massive voter fraud,
and he is actually the current President of the United States.

Re: Execution trace of D correctly simulated by H

<unqauh$3b4po$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51174&group=comp.theory#51174

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 21:16:33 -0600
Organization: A noiseless patient Spider
Lines: 56
Message-ID: <unqauh$3b4po$1@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 03:16:34 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3511096"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18fKy/y4EimngG++EY2r/Ao"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:WCOiAVTRhiQ+hq8QZB+mWoP6ovU=
Content-Language: en-US
In-Reply-To: <unqa1o$2vfs1$4@i2pn2.org>
 by: olcott - Fri, 12 Jan 2024 03:16 UTC

On 1/11/2024 9:01 PM, Richard Damon wrote:
> On 1/11/24 2:52 PM, olcott wrote:
>> No one can possibly provide the exact sequence of D correctly
>> simulated by H that differs from the one provided below.
>>
>> *Every rebuttal has always been the pure bluster of dogma*
>> *with zero supporting exact execution trace*
>>
>> 04 int D(ptr x)
>> 05 {
>> 06   int Halt_Status = H(x, x);
>> 07   if (Halt_Status)
>> 08     HERE: goto HERE;
>> 09   return Halt_Status;
>> 10 }
>> 11
>> 12 void main()
>> 13 {
>> 14   H(D,D);
>> 15 }
>>
>> *Execution Trace*
>> Line 14: main() invokes H(D,D);
>>
>> *keeps repeating* (unless aborte
>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>
>> *Simulation invariant*
>> D correctly simulated by H cannot possibly reach past its own line 06
>>
>
> So, you are just showing that you aren't actually interested in Honest
> Dialog, because you keep shifting to your Dishonest Strawman.

No one can possibly provide the exact sequence of D
correctly simulated by H that differs from the above
sequence *thus proving that is it correct*

If I say that 2 + 3 = 27 then you can say that
2 + 3 = 5 and not 27.

If I provide an execution trace that you believe is
incorrect then you can provide the execution trace
of D simulated by H that is correct.

*Failing to do this acknowledges that there is no error*
*Failing to do this acknowledges that there is no error*
*Failing to do this acknowledges that there is no error*
*Failing to do this acknowledges that there is no error*
*Failing to do this acknowledges that there is no error*

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

Re: Execution trace of D correctly simulated by H

<unqb7v$3b4po$2@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51175&group=comp.theory#51175

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 21:21:35 -0600
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <unqb7v$3b4po$2@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 03:21:35 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3511096"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/hqZJtMIJiYDfzfVbLmfCs"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:XZgscPJKA12jT565WnH14UVoaTs=
In-Reply-To: <unpgu5$344n2$1@dont-email.me>
Content-Language: en-US
 by: olcott - Fri, 12 Jan 2024 03:21 UTC

On 1/11/2024 1:52 PM, olcott wrote:
> No one can possibly provide the exact sequence of D correctly
> simulated by H that differs from the one provided below.
>
> *Every rebuttal has always been the pure bluster of dogma*
> *with zero supporting exact execution trace*
>
> 04 int D(ptr x) // ptr is a pointer to an int function
> 05 {
> 06   int Halt_Status = H(x, x);
> 07   if (Halt_Status)
> 08     HERE: goto HERE;
> 09   return Halt_Status;
> 10 }
> 11
> 12 void main()
> 13 {
> 14   H(D,D);
> 15 }
>
> *Execution Trace*
> Line 14: main() invokes H(D,D);
>
> *keeps repeating* (unless aborted)
> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>
> *Simulation invariant*
> D correctly simulated by H cannot possibly reach past its own line 06
>

No one can possibly provide the exact sequence of D
correctly simulated by H that differs from the above
sequence *thus proving that is it correct*

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

Re: Execution trace of D correctly simulated by H

<unqc0c$2vfs2$2@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51176&group=comp.theory#51176

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 22:34:36 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unqc0c$2vfs2$2@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 03:34:37 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3129218"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <unqauh$3b4po$1@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
 by: Richard Damon - Fri, 12 Jan 2024 03:34 UTC

On 1/11/24 10:16 PM, olcott wrote:
> On 1/11/2024 9:01 PM, Richard Damon wrote:
>> On 1/11/24 2:52 PM, olcott wrote:
>>> No one can possibly provide the exact sequence of D correctly
>>> simulated by H that differs from the one provided below.
>>>
>>> *Every rebuttal has always been the pure bluster of dogma*
>>> *with zero supporting exact execution trace*
>>>
>>> 04 int D(ptr x)
>>> 05 {
>>> 06   int Halt_Status = H(x, x);
>>> 07   if (Halt_Status)
>>> 08     HERE: goto HERE;
>>> 09   return Halt_Status;
>>> 10 }
>>> 11
>>> 12 void main()
>>> 13 {
>>> 14   H(D,D);
>>> 15 }
>>>
>>> *Execution Trace*
>>> Line 14: main() invokes H(D,D);
>>>
>>> *keeps repeating* (unless aborte
>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>
>>> *Simulation invariant*
>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>
>>
>> So, you are just showing that you aren't actually interested in Honest
>> Dialog, because you keep shifting to your Dishonest Strawman.
>
> No one can possibly provide the exact sequence of D
> correctly simulated by H that differs from the above
> sequence *thus proving that is it correct*

What was wrong with my CORRECT SIMULATION of the input?

You haven't refuted the claim that no H does a correct simulation and
returns an value.

>
> If I say that 2 + 3 = 27 then you can say that
> 2 + 3 = 5 and not 27.

DISHONEST STRAWMAN.

>
> If I provide an execution trace that you believe is
> incorrect then you can provide the execution trace
> of D simulated by H that is correct.

You logic L(ES, as you say "unless aborted", but that unless is always
true if H answer, and thus H never meets your claim

>
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
>

By that logic, you have admitted that you are a liar, as you haven't
meet MY demand for showing the error in my correct trace (that you
previously provided).

You are just showing that you are clinically insane as you have lost the
ability to distinguish between things that are different.

Re: Execution trace of D correctly simulated by H

<unqc3r$2vfs1$8@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51177&group=comp.theory#51177

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 22:36:27 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unqc3r$2vfs1$8@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqb7v$3b4po$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 03:36:27 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3129217"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <unqb7v$3b4po$2@dont-email.me>
Content-Language: en-US
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Fri, 12 Jan 2024 03:36 UTC

On 1/11/24 10:21 PM, olcott wrote:
> On 1/11/2024 1:52 PM, olcott wrote:
>> No one can possibly provide the exact sequence of D correctly
>> simulated by H that differs from the one provided below.
>>
>> *Every rebuttal has always been the pure bluster of dogma*
>> *with zero supporting exact execution trace*
>>
>> 04 int D(ptr x)  // ptr is a pointer to an int function
>> 05 {
>> 06   int Halt_Status = H(x, x);
>> 07   if (Halt_Status)
>> 08     HERE: goto HERE;
>> 09   return Halt_Status;
>> 10 }
>> 11
>> 12 void main()
>> 13 {
>> 14   H(D,D);
>> 15 }
>>
>> *Execution Trace*
>> Line 14: main() invokes H(D,D);
>>
>> *keeps repeating* (unless aborted)
>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>
>> *Simulation invariant*
>> D correctly simulated by H cannot possibly reach past its own line 06
>>
>
> No one can possibly provide the exact sequence of D
> correctly simulated by H that differs from the above
> sequence *thus proving that is it correct*
>
>

But since the trace is self-contadictory, not H actually generates it.

Your trace that proves non-halting needs an H that doesn't abort, but
the H that answers does abort.

Thus, the only "correct" H is the H that both Never Aborts, and does abort.

You are just using flawed logic.

Re: Execution trace of D correctly simulated by H

<unqccn$3b4po$3@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51178&group=comp.theory#51178

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 21:41:11 -0600
Organization: A noiseless patient Spider
Lines: 50
Message-ID: <unqccn$3b4po$3@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 03:41:11 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3511096"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18crWwNxLNg1ED0yzwvo2tL"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:T2BF0iOCPYWHBueqZhVZwffweok=
In-Reply-To: <unqc0c$2vfs2$2@i2pn2.org>
Content-Language: en-US
 by: olcott - Fri, 12 Jan 2024 03:41 UTC

On 1/11/2024 9:34 PM, Richard Damon wrote:
> On 1/11/24 10:16 PM, olcott wrote:
>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>> On 1/11/24 2:52 PM, olcott wrote:
>>>> No one can possibly provide the exact sequence of D correctly
>>>> simulated by H that differs from the one provided below.
>>>>
>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>> *with zero supporting exact execution trace*
>>>>
>>>> 04 int D(ptr x)
>>>> 05 {
>>>> 06   int Halt_Status = H(x, x);
>>>> 07   if (Halt_Status)
>>>> 08     HERE: goto HERE;
>>>> 09   return Halt_Status;
>>>> 10 }
>>>> 11
>>>> 12 void main()
>>>> 13 {
>>>> 14   H(D,D);
>>>> 15 }
>>>>
>>>> *Execution Trace*
>>>> Line 14: main() invokes H(D,D);
>>>>
>>>> *keeps repeating* (unless aborte
>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>>
>>>> *Simulation invariant*
>>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>>
>>>
>>> So, you are just showing that you aren't actually interested in
>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>
>> No one can possibly provide the exact sequence of D
>> correctly simulated by H that differs from the above
>> sequence *thus proving that is it correct*
>

You didn't provide a line-by-line execution trace of D correctly
simulated by H that provides the exact sequence of the line numbers
of D showing the exact sequence of steps of this simulation.

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

Re: Execution trace of D correctly simulated by H

<unqdvv$2vfs2$3@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51179&group=comp.theory#51179

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 23:08:30 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unqdvv$2vfs2$3@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 04:08:31 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3129218"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <unqccn$3b4po$3@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
 by: Richard Damon - Fri, 12 Jan 2024 04:08 UTC

On 1/11/24 10:41 PM, olcott wrote:
> On 1/11/2024 9:34 PM, Richard Damon wrote:
>> On 1/11/24 10:16 PM, olcott wrote:
>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>> No one can possibly provide the exact sequence of D correctly
>>>>> simulated by H that differs from the one provided below.
>>>>>
>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>> *with zero supporting exact execution trace*
>>>>>
>>>>> 04 int D(ptr x)
>>>>> 05 {
>>>>> 06   int Halt_Status = H(x, x);
>>>>> 07   if (Halt_Status)
>>>>> 08     HERE: goto HERE;
>>>>> 09   return Halt_Status;
>>>>> 10 }
>>>>> 11
>>>>> 12 void main()
>>>>> 13 {
>>>>> 14   H(D,D);
>>>>> 15 }
>>>>>
>>>>> *Execution Trace*
>>>>> Line 14: main() invokes H(D,D);
>>>>>
>>>>> *keeps repeating* (unless aborte
>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>>>
>>>>> *Simulation invariant*
>>>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>>>
>>>>
>>>> So, you are just showing that you aren't actually interested in
>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>
>>> No one can possibly provide the exact sequence of D
>>> correctly simulated by H that differs from the above
>>> sequence *thus proving that is it correct*
>>
>
> You didn't provide a line-by-line execution trace of D correctly
> simulated by H that provides the exact sequence of the line numbers
> of D showing the exact sequence of steps of this simulation.
>
>

In other words, you aren't actually interested in an answer, just you
making dogmatic assertions. What was the error in the trace I provided
showing the ACTUAL behavior of the machine that you claim to be
answering about, or are you just admitting that you have been lying
about actually working on the halting problem.

Note, as stated, and trimmed, YOUR trace isn't even a correct simulation
by H, as there is no H that does what you say, as your "trace" mixes the
behavior of two different Hs.

So, all you have done is show that no H that meets your requirements
(corectly simulates and answers) exist.

So, until you post an ACTUAL correct trace, showing for a SINGLE
input/decider what happens, that has an ACTUAL "Correct Simulation" (and
thus not aborting as aborting isn't the correct behavior of the program
which doesn't just stop) and an actual answer being given, you are just
proving your deception.

All you have done is proved the theorem you are trying to refute.

Re: Execution trace of D correctly simulated by H

<unqfa7$3bh8q$4@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51186&group=comp.theory#51186

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Thu, 11 Jan 2024 22:31:03 -0600
Organization: A noiseless patient Spider
Lines: 62
Message-ID: <unqfa7$3bh8q$4@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 04:31:04 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3523866"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1//zEzxYqQPh7WgoPj+NYyV"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:SnrZYTyTgW9OBkYogqB4rk7qCBs=
Content-Language: en-US
In-Reply-To: <unqdvv$2vfs2$3@i2pn2.org>
 by: olcott - Fri, 12 Jan 2024 04:31 UTC

On 1/11/2024 10:08 PM, Richard Damon wrote:
> On 1/11/24 10:41 PM, olcott wrote:
>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>> On 1/11/24 10:16 PM, olcott wrote:
>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>> simulated by H that differs from the one provided below.
>>>>>>
>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>> *with zero supporting exact execution trace*
>>>>>>
>>>>>> 04 int D(ptr x)
>>>>>> 05 {
>>>>>> 06   int Halt_Status = H(x, x);
>>>>>> 07   if (Halt_Status)
>>>>>> 08     HERE: goto HERE;
>>>>>> 09   return Halt_Status;
>>>>>> 10 }
>>>>>> 11
>>>>>> 12 void main()
>>>>>> 13 {
>>>>>> 14   H(D,D);
>>>>>> 15 }
>>>>>>
>>>>>> *Execution Trace*
>>>>>> Line 14: main() invokes H(D,D);
>>>>>>
>>>>>> *keeps repeating* (unless aborte
>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>>>>
>>>>>> *Simulation invariant*
>>>>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>>>>
>>>>>
>>>>> So, you are just showing that you aren't actually interested in
>>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>>
>>>> No one can possibly provide the exact sequence of D
>>>> correctly simulated by H that differs from the above
>>>> sequence *thus proving that is it correct*
>>>
>>
>> You didn't provide a line-by-line execution trace of D correctly
>> simulated by H that provides the exact sequence of the line numbers
>> of D showing the exact sequence of steps of this simulation.
>>
>>
>
> In other words, you aren't actually interested in an answer,

A correct rebuttal of the above has a single form everything
else is merely double-talk.

*If you say that my trace is wrong then you can either provide*
*the correct trace or utterly fail to provide any rebuttal*

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

Re: Execution trace of D correctly simulated by H

<unqpak$3cgcq$3@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51199&group=comp.theory#51199

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@immibis.com (immibis)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 08:21:56 +0100
Organization: A noiseless patient Spider
Lines: 57
Message-ID: <unqpak$3cgcq$3@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqb7v$3b4po$2@dont-email.me>
<unqc3r$2vfs1$8@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 07:21:57 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="425b24bb86cf60bce21a2e96f4d228c6";
logging-data="3555738"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+l3GiuTZk+3OwfoKCqzysp"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:ok0KJXkSGZrSfNNXj1cpGbOxdh8=
In-Reply-To: <unqc3r$2vfs1$8@i2pn2.org>
Content-Language: en-US
 by: immibis - Fri, 12 Jan 2024 07:21 UTC

On 1/12/24 04:36, Richard Damon wrote:
> On 1/11/24 10:21 PM, olcott wrote:
>> On 1/11/2024 1:52 PM, olcott wrote:
>>> No one can possibly provide the exact sequence of D correctly
>>> simulated by H that differs from the one provided below.
>>>
>>> *Every rebuttal has always been the pure bluster of dogma*
>>> *with zero supporting exact execution trace*
>>>
>>> 04 int D(ptr x)  // ptr is a pointer to an int function
>>> 05 {
>>> 06   int Halt_Status = H(x, x);
>>> 07   if (Halt_Status)
>>> 08     HERE: goto HERE;
>>> 09   return Halt_Status;
>>> 10 }
>>> 11
>>> 12 void main()
>>> 13 {
>>> 14   H(D,D);
>>> 15 }
>>>
>>> *Execution Trace*
>>> Line 14: main() invokes H(D,D);
>>>
>>> *keeps repeating* (unless aborted)
>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>
>>> *Simulation invariant*
>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>
>>
>> No one can possibly provide the exact sequence of D
>> correctly simulated by H that differs from the above
>> sequence *thus proving that is it correct*
>>
>>
>
> But since the trace is self-contadictory, not H actually generates it.
>
> Your trace that proves non-halting needs an H that doesn't abort, but
> the H that answers does abort.
>
> Thus, the only "correct" H is the H that both Never Aborts, and does abort.
>
> You are just using flawed logic.

Olcott seems to have decided he isn't solving the halting problem, but a
different problem. "Correct" apparently means the trace actually
generated when H "simulates" H, not the one you get by actually running
H. We know that the trace of actually running H is completely different
from the trace of H simulating H, so

A lot of people told Olcott things like "the execution correct trace of
the simulation halts if the program halts" but when they said "correct"
they meant "correct" and not "what Olcott gets when he runs his program"
but Olcott interpreted it as "what Olcott gets when he runs his program"

Re: Execution trace of D correctly simulated by H

<unqpjk$3cgcq$4@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51200&group=comp.theory#51200

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@immibis.com (immibis)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 08:26:44 +0100
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <unqpjk$3cgcq$4@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 07:26:44 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="425b24bb86cf60bce21a2e96f4d228c6";
logging-data="3555738"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ZcKXlc/0bdZaYDpbhKmpL"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:0lp1DQNsI3goa36woalzdZQ7W6E=
Content-Language: en-US
In-Reply-To: <unqccn$3b4po$3@dont-email.me>
 by: immibis - Fri, 12 Jan 2024 07:26 UTC

On 1/12/24 04:41, olcott wrote:
> On 1/11/2024 9:34 PM, Richard Damon wrote:
>> On 1/11/24 10:16 PM, olcott wrote:
>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>> No one can possibly provide the exact sequence of D correctly
>>>>> simulated by H that differs from the one provided below.
>>>>>
>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>> *with zero supporting exact execution trace*
>>>>>
>>>>> 04 int D(ptr x)
>>>>> 05 {
>>>>> 06   int Halt_Status = H(x, x);
>>>>> 07   if (Halt_Status)
>>>>> 08     HERE: goto HERE;
>>>>> 09   return Halt_Status;
>>>>> 10 }
>>>>> 11
>>>>> 12 void main()
>>>>> 13 {
>>>>> 14   H(D,D);
>>>>> 15 }
>>>>>
>>>>> *Execution Trace*
>>>>> Line 14: main() invokes H(D,D);
>>>>>
>>>>> *keeps repeating* (unless aborte
>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>>>
>>>>> *Simulation invariant*
>>>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>>>
>>>>
>>>> So, you are just showing that you aren't actually interested in
>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>
>>> No one can possibly provide the exact sequence of D
>>> correctly simulated by H that differs from the above
>>> sequence *thus proving that is it correct*
>>
>
> You didn't provide a line-by-line execution trace of D correctly
> simulated by H that provides the exact sequence of the line numbers
> of D showing the exact sequence of steps of this simulation.
>
>
You can generate it yourself. Simply run H1 on D.

Re: Execution trace of D correctly simulated by H

<unrbdr$316nt$1@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51207&group=comp.theory#51207

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 07:30:51 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unrbdr$316nt$1@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 12:30:51 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3185405"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
In-Reply-To: <unqfa7$3bh8q$4@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
Content-Language: en-US
 by: Richard Damon - Fri, 12 Jan 2024 12:30 UTC

On 1/11/24 11:31 PM, olcott wrote:
> On 1/11/2024 10:08 PM, Richard Damon wrote:
>> On 1/11/24 10:41 PM, olcott wrote:
>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>
>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>> *with zero supporting exact execution trace*
>>>>>>>
>>>>>>> 04 int D(ptr x)
>>>>>>> 05 {
>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>> 07   if (Halt_Status)
>>>>>>> 08     HERE: goto HERE;
>>>>>>> 09   return Halt_Status;
>>>>>>> 10 }
>>>>>>> 11
>>>>>>> 12 void main()
>>>>>>> 13 {
>>>>>>> 14   H(D,D);
>>>>>>> 15 }
>>>>>>>
>>>>>>> *Execution Trace*
>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>
>>>>>>> *keeps repeating* (unless aborte
>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>>>>>
>>>>>>> *Simulation invariant*
>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>> line 06
>>>>>>>
>>>>>>
>>>>>> So, you are just showing that you aren't actually interested in
>>>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>>>
>>>>> No one can possibly provide the exact sequence of D
>>>>> correctly simulated by H that differs from the above
>>>>> sequence *thus proving that is it correct*
>>>>
>>>
>>> You didn't provide a line-by-line execution trace of D correctly
>>> simulated by H that provides the exact sequence of the line numbers
>>> of D showing the exact sequence of steps of this simulation.
>>>
>>>
>>
>> In other words, you aren't actually interested in an answer,
>
> A correct rebuttal of the above has a single form everything
> else is merely double-talk.
>
> *If you say that my trace is wrong then you can either provide*
> *the correct trace or utterly fail to provide any rebuttal*
>
>

In other words you are just admitting to your use of a dishonest dodge
and invalid argument.

The only "correct" trace, for this question is H running forever in the
simulation loop, as it isn't alllowed to abort and be a correct simulation.

Your term "unless aborted" could be translated as, unless I lie.

No H exists that actually does a correct simulation and gives an answer
to this template.

Any H that doesn't do a correct simulation, because it aborts, shows
that its conclusion is false, because the actual correct simulation
(Which this H can't do, so the criteria claiming it does is invalid)
shows the input Halts.

You are just proving you just don't understand about things like Truth,
Correct, Logic.

Re: Execution trace of D correctly simulated by H

<unrk7f$3gd25$2@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51218&group=comp.theory#51218

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!news.hispagatos.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 09:01:03 -0600
Organization: A noiseless patient Spider
Lines: 62
Message-ID: <unrk7f$3gd25$2@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqpjk$3cgcq$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 15:01:03 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3683397"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+KUmXkcGyesfk4oXKDlVYG"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:92WZG/uDfZOxeuigzKiGMVAkNRQ=
In-Reply-To: <unqpjk$3cgcq$4@dont-email.me>
Content-Language: en-US
 by: olcott - Fri, 12 Jan 2024 15:01 UTC

On 1/12/2024 1:26 AM, immibis wrote:
> On 1/12/24 04:41, olcott wrote:
>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>> On 1/11/24 10:16 PM, olcott wrote:
>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>> simulated by H that differs from the one provided below.
>>>>>>
>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>> *with zero supporting exact execution trace*
>>>>>>
>>>>>> 04 int D(ptr x)
>>>>>> 05 {
>>>>>> 06   int Halt_Status = H(x, x);
>>>>>> 07   if (Halt_Status)
>>>>>> 08     HERE: goto HERE;
>>>>>> 09   return Halt_Status;
>>>>>> 10 }
>>>>>> 11
>>>>>> 12 void main()
>>>>>> 13 {
>>>>>> 14   H(D,D);
>>>>>> 15 }
>>>>>>
>>>>>> *Execution Trace*
>>>>>> Line 14: main() invokes H(D,D);
>>>>>>
>>>>>> *keeps repeating* (unless aborte
>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>>>>
>>>>>> *Simulation invariant*
>>>>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>>>>
>>>>>
>>>>> So, you are just showing that you aren't actually interested in
>>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>>
>>>> No one can possibly provide the exact sequence of D
>>>> correctly simulated by H that differs from the above
>>>> sequence *thus proving that is it correct*
>>>
>>
>> You didn't provide a line-by-line execution trace of D correctly
>> simulated by H that provides the exact sequence of the line numbers
>> of D showing the exact sequence of steps of this simulation.
>>
>>
> You can generate it yourself. Simply run H1 on D.

In other words when someone sees Bill rob the liquor store then
this proves that Jim and not Bill robbed the liquor store?

The correct simulation of D by H cannot be shown by the correct
simulation of D by H1. Why do you think that you can get away
with this? When I ask for the sum of 2 + 3 you cannot change this
to the sum of 5 + 7.

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

Re: Execution trace of D correctly simulated by H

<unrolu$3h37m$2@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51225&group=comp.theory#51225

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!news.1d4.us!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!3.us.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 10:17:02 -0600
Organization: A noiseless patient Spider
Lines: 72
Message-ID: <unrolu$3h37m$2@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 16:17:02 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3706102"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/dJbtqbso77iMbpyMVSgk5"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:MblJ1EfbebGnhmvcLscZJh3Gj+w=
Content-Language: en-US
In-Reply-To: <unrbdr$316nt$1@i2pn2.org>
 by: olcott - Fri, 12 Jan 2024 16:17 UTC

On 1/12/2024 6:30 AM, Richard Damon wrote:
> On 1/11/24 11:31 PM, olcott wrote:
>> On 1/11/2024 10:08 PM, Richard Damon wrote:
>>> On 1/11/24 10:41 PM, olcott wrote:
>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>
>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>
>>>>>>>> 04 int D(ptr x)
>>>>>>>> 05 {
>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>> 07   if (Halt_Status)
>>>>>>>> 08     HERE: goto HERE;
>>>>>>>> 09   return Halt_Status;
>>>>>>>> 10 }
>>>>>>>> 11
>>>>>>>> 12 void main()
>>>>>>>> 13 {
>>>>>>>> 14   H(D,D);
>>>>>>>> 15 }
>>>>>>>>
>>>>>>>> *Execution Trace*
>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>
>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates
>>>>>>>> D(D)
>>>>>>>>
>>>>>>>> *Simulation invariant*
>>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>>> line 06
>>>>>>>>
>>>>>>>
>>>>>>> So, you are just showing that you aren't actually interested in
>>>>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>>>>
>>>>>> No one can possibly provide the exact sequence of D
>>>>>> correctly simulated by H that differs from the above
>>>>>> sequence *thus proving that is it correct*
>>>>>
>>>>
>>>> You didn't provide a line-by-line execution trace of D correctly
>>>> simulated by H that provides the exact sequence of the line numbers
>>>> of D showing the exact sequence of steps of this simulation.
>>>>
>>>>
>>>
>>> In other words, you aren't actually interested in an answer,
>>
>> A correct rebuttal of the above has a single form everything
>> else is merely double-talk.
>>
>> *If you say that my trace is wrong then you can either provide*
>> *the correct trace or utterly fail to provide any rebuttal*
>>
>>
>
> In other words you are just admitting

That you refuse to provide a proper rebuttal because you
already know that I am correct and there is no proper rebuttal.

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

Re: Execution trace of D correctly simulated by H

<unrphg$3h64i$4@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51231&group=comp.theory#51231

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@immibis.com (immibis)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 17:31:43 +0100
Organization: A noiseless patient Spider
Lines: 56
Message-ID: <unrphg$3h64i$4@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqpjk$3cgcq$4@dont-email.me>
<unrk7f$3gd25$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 16:31:44 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="792b181453eb673a85e82def06862b1f";
logging-data="3709074"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19YHi5S5+DzqxxK57oLOZrd"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:fiIMOQzuWwaPXBTkxHHTQ8LP10g=
Content-Language: en-US
In-Reply-To: <unrk7f$3gd25$2@dont-email.me>
 by: immibis - Fri, 12 Jan 2024 16:31 UTC

On 1/12/24 16:01, olcott wrote:
> On 1/12/2024 1:26 AM, immibis wrote:
>> On 1/12/24 04:41, olcott wrote:
>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>
>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>> *with zero supporting exact execution trace*
>>>>>>>
>>>>>>> 04 int D(ptr x)
>>>>>>> 05 {
>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>> 07   if (Halt_Status)
>>>>>>> 08     HERE: goto HERE;
>>>>>>> 09   return Halt_Status;
>>>>>>> 10 }
>>>>>>> 11
>>>>>>> 12 void main()
>>>>>>> 13 {
>>>>>>> 14   H(D,D);
>>>>>>> 15 }
>>>>>>>
>>>>>>> *Execution Trace*
>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>
>>>>>>> *keeps repeating* (unless aborte
>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>>>>>
>>>>>>> *Simulation invariant*
>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>> line 06
>>>>>>>
>>>>>>
>>>>>> So, you are just showing that you aren't actually interested in
>>>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>>>
>>>>> No one can possibly provide the exact sequence of D
>>>>> correctly simulated by H that differs from the above
>>>>> sequence *thus proving that is it correct*
>>>>
>>>
>>> You didn't provide a line-by-line execution trace of D correctly
>>> simulated by H that provides the exact sequence of the line numbers
>>> of D showing the exact sequence of steps of this simulation.
>>>
>>>
>> You can generate it yourself. Simply run H1 on D.
>
> In other words when someone sees Bill rob the liquor store then
> this proves that Jim and not Bill robbed the liquor store?

The correct simulation trace is the one which H1 generates.

Re: Execution trace of D correctly simulated by H

<unrps0$3h64i$9@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51237&group=comp.theory#51237

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@immibis.com (immibis)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 17:37:19 +0100
Organization: A noiseless patient Spider
Lines: 72
Message-ID: <unrps0$3h64i$9@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
<unrolu$3h37m$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 16:37:21 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="792b181453eb673a85e82def06862b1f";
logging-data="3709074"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19wQOJuAqGkJLLGg+/n+c28"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:oR8E6ad6cKi+txKQNBh+E+bh4cI=
In-Reply-To: <unrolu$3h37m$2@dont-email.me>
Content-Language: en-US
 by: immibis - Fri, 12 Jan 2024 16:37 UTC

On 1/12/24 17:17, olcott wrote:
> On 1/12/2024 6:30 AM, Richard Damon wrote:
>> On 1/11/24 11:31 PM, olcott wrote:
>>> On 1/11/2024 10:08 PM, Richard Damon wrote:
>>>> On 1/11/24 10:41 PM, olcott wrote:
>>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>>
>>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>>
>>>>>>>>> 04 int D(ptr x)
>>>>>>>>> 05 {
>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>> 09   return Halt_Status;
>>>>>>>>> 10 }
>>>>>>>>> 11
>>>>>>>>> 12 void main()
>>>>>>>>> 13 {
>>>>>>>>> 14   H(D,D);
>>>>>>>>> 15 }
>>>>>>>>>
>>>>>>>>> *Execution Trace*
>>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>>
>>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates
>>>>>>>>> D(D)
>>>>>>>>>
>>>>>>>>> *Simulation invariant*
>>>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>>>> line 06
>>>>>>>>>
>>>>>>>>
>>>>>>>> So, you are just showing that you aren't actually interested in
>>>>>>>> Honest Dialog, because you keep shifting to your Dishonest
>>>>>>>> Strawman.
>>>>>>>
>>>>>>> No one can possibly provide the exact sequence of D
>>>>>>> correctly simulated by H that differs from the above
>>>>>>> sequence *thus proving that is it correct*
>>>>>>
>>>>>
>>>>> You didn't provide a line-by-line execution trace of D correctly
>>>>> simulated by H that provides the exact sequence of the line numbers
>>>>> of D showing the exact sequence of steps of this simulation.
>>>>>
>>>>>
>>>>
>>>> In other words, you aren't actually interested in an answer,
>>>
>>> A correct rebuttal of the above has a single form everything
>>> else is merely double-talk.
>>>
>>> *If you say that my trace is wrong then you can either provide*
>>> *the correct trace or utterly fail to provide any rebuttal*
>>>
>>>
>>
>> In other words you are just admitting
>
> That you refuse to provide a proper rebuttal because you
> already know that I am correct and there is no proper rebuttal.
>
You failed to provide a proper rebuttal to Linz because you already know
he is correct and there is no propre rebuttal.

Re: Execution trace of D correctly simulated by H

<unrptf$3h64i$10@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51238&group=comp.theory#51238

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@immibis.com (immibis)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 17:38:06 +0100
Organization: A noiseless patient Spider
Lines: 57
Message-ID: <unrptf$3h64i$10@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 16:38:08 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="792b181453eb673a85e82def06862b1f";
logging-data="3709074"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19nIUzW8k+ZMVTAIa2QjwJ1"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:SROYRA7vWxfdsczGINrbfiSMedE=
In-Reply-To: <unqauh$3b4po$1@dont-email.me>
Content-Language: en-US
 by: immibis - Fri, 12 Jan 2024 16:38 UTC

On 1/12/24 04:16, olcott wrote:
> On 1/11/2024 9:01 PM, Richard Damon wrote:
>> On 1/11/24 2:52 PM, olcott wrote:
>>> No one can possibly provide the exact sequence of D correctly
>>> simulated by H that differs from the one provided below.
>>>
>>> *Every rebuttal has always been the pure bluster of dogma*
>>> *with zero supporting exact execution trace*
>>>
>>> 04 int D(ptr x)
>>> 05 {
>>> 06   int Halt_Status = H(x, x);
>>> 07   if (Halt_Status)
>>> 08     HERE: goto HERE;
>>> 09   return Halt_Status;
>>> 10 }
>>> 11
>>> 12 void main()
>>> 13 {
>>> 14   H(D,D);
>>> 15 }
>>>
>>> *Execution Trace*
>>> Line 14: main() invokes H(D,D);
>>>
>>> *keeps repeating* (unless aborte
>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates D(D)
>>>
>>> *Simulation invariant*
>>> D correctly simulated by H cannot possibly reach past its own line 06
>>>
>>
>> So, you are just showing that you aren't actually interested in Honest
>> Dialog, because you keep shifting to your Dishonest Strawman.
>
> No one can possibly provide the exact sequence of D
> correctly simulated by H that differs from the above
> sequence *thus proving that is it correct*
>
> If I say that 2 + 3 = 27 then you can say that
> 2 + 3 = 5 and not 27.

If I say that the time is yes, do you have to tell me what the tim eis?

>
> If I provide an execution trace that you believe is
> incorrect then you can provide the execution trace
> of D simulated by H that is correct.
>
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
> *Failing to do this acknowledges that there is no error*
>
>

Re: Execution trace of D correctly simulated by H

<unrq20$3h37m$9@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51243&group=comp.theory#51243

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 10:40:32 -0600
Organization: A noiseless patient Spider
Lines: 66
Message-ID: <unrq20$3h37m$9@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqpjk$3cgcq$4@dont-email.me>
<unrk7f$3gd25$2@dont-email.me> <unrphg$3h64i$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 16:40:32 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3706102"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+NfrGGKgxTgUKARfBEFBk1"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:HWYRKaOvF5EW2cwNA/dsP4oRm60=
Content-Language: en-US
In-Reply-To: <unrphg$3h64i$4@dont-email.me>
 by: olcott - Fri, 12 Jan 2024 16:40 UTC

On 1/12/2024 10:31 AM, immibis wrote:
> On 1/12/24 16:01, olcott wrote:
>> On 1/12/2024 1:26 AM, immibis wrote:
>>> On 1/12/24 04:41, olcott wrote:
>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>
>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>
>>>>>>>> 04 int D(ptr x)
>>>>>>>> 05 {
>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>> 07   if (Halt_Status)
>>>>>>>> 08     HERE: goto HERE;
>>>>>>>> 09   return Halt_Status;
>>>>>>>> 10 }
>>>>>>>> 11
>>>>>>>> 12 void main()
>>>>>>>> 13 {
>>>>>>>> 14   H(D,D);
>>>>>>>> 15 }
>>>>>>>>
>>>>>>>> *Execution Trace*
>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>
>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates
>>>>>>>> D(D)
>>>>>>>>
>>>>>>>> *Simulation invariant*
>>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>>> line 06
>>>>>>>>
>>>>>>>
>>>>>>> So, you are just showing that you aren't actually interested in
>>>>>>> Honest Dialog, because you keep shifting to your Dishonest Strawman.
>>>>>>
>>>>>> No one can possibly provide the exact sequence of D
>>>>>> correctly simulated by H that differs from the above
>>>>>> sequence *thus proving that is it correct*
>>>>>
>>>>
>>>> You didn't provide a line-by-line execution trace of D correctly
>>>> simulated by H that provides the exact sequence of the line numbers
>>>> of D showing the exact sequence of steps of this simulation.
>>>>
>>>>
>>> You can generate it yourself. Simply run H1 on D.
>>
>> In other words when someone sees Bill rob the liquor store then
>> this proves that Jim and not Bill robbed the liquor store?
>
> The correct simulation trace is the one which H1 generates.

So then the eye witness that confirms that Bill and not Jim
robbed the liquor store proves that Jim robbed the liquor store.

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

Re: Execution trace of D correctly simulated by H

<uns1l9$3id19$2@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51247&group=comp.theory#51247

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 12:50:17 -0600
Organization: A noiseless patient Spider
Lines: 82
Message-ID: <uns1l9$3id19$2@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
<unrolu$3h37m$2@dont-email.me> <unrps0$3h64i$9@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 12 Jan 2024 18:50:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d41334e5bef8a6bf5cd4032a555b3753";
logging-data="3748905"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19A7bl6wLCg3Ilod0peo4/K"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:wuOGGx7pozRB57Mq5pGmwjKEcZM=
In-Reply-To: <unrps0$3h64i$9@dont-email.me>
Content-Language: en-US
 by: olcott - Fri, 12 Jan 2024 18:50 UTC

On 1/12/2024 10:37 AM, immibis wrote:
> On 1/12/24 17:17, olcott wrote:
>> On 1/12/2024 6:30 AM, Richard Damon wrote:
>>> On 1/11/24 11:31 PM, olcott wrote:
>>>> On 1/11/2024 10:08 PM, Richard Damon wrote:
>>>>> On 1/11/24 10:41 PM, olcott wrote:
>>>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>>>
>>>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>>>
>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>> 05 {
>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>> 10 }
>>>>>>>>>> 11
>>>>>>>>>> 12 void main()
>>>>>>>>>> 13 {
>>>>>>>>>> 14   H(D,D);
>>>>>>>>>> 15 }
>>>>>>>>>>
>>>>>>>>>> *Execution Trace*
>>>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>>>
>>>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that
>>>>>>>>>> simulates D(D)
>>>>>>>>>>
>>>>>>>>>> *Simulation invariant*
>>>>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>>>>> line 06
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> So, you are just showing that you aren't actually interested in
>>>>>>>>> Honest Dialog, because you keep shifting to your Dishonest
>>>>>>>>> Strawman.
>>>>>>>>
>>>>>>>> No one can possibly provide the exact sequence of D
>>>>>>>> correctly simulated by H that differs from the above
>>>>>>>> sequence *thus proving that is it correct*
>>>>>>>
>>>>>>
>>>>>> You didn't provide a line-by-line execution trace of D correctly
>>>>>> simulated by H that provides the exact sequence of the line numbers
>>>>>> of D showing the exact sequence of steps of this simulation.
>>>>>>
>>>>>>
>>>>>
>>>>> In other words, you aren't actually interested in an answer,
>>>>
>>>> A correct rebuttal of the above has a single form everything
>>>> else is merely double-talk.
>>>>
>>>> *If you say that my trace is wrong then you can either provide*
>>>> *the correct trace or utterly fail to provide any rebuttal*
>>>>
>>>>
>>>
>>> In other words you are just admitting
>>
>> That you refuse to provide a proper rebuttal because you
>> already know that I am correct and there is no proper rebuttal.
>>
> You failed to provide a proper rebuttal to Linz because you already know
> he is correct and there is no propre rebuttal.

Changing the subject instead of providing the exactly correct sequence
of line numbers of D correctly simulated by H is simply a dishonest
dodge.

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

Re: Execution trace of D correctly simulated by H

<unsmie$316nt$8@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51265&group=comp.theory#51265

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 19:47:10 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unsmie$316nt$8@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqpjk$3cgcq$4@dont-email.me>
<unrk7f$3gd25$2@dont-email.me> <unrphg$3h64i$4@dont-email.me>
<unrq20$3h37m$9@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Jan 2024 00:47:11 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3185405"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <unrq20$3h37m$9@dont-email.me>
X-Spam-Checker-Version: SpamAssassin 4.0.0
 by: Richard Damon - Sat, 13 Jan 2024 00:47 UTC

On 1/12/24 11:40 AM, olcott wrote:
> On 1/12/2024 10:31 AM, immibis wrote:
>> On 1/12/24 16:01, olcott wrote:
>>> On 1/12/2024 1:26 AM, immibis wrote:
>>>> On 1/12/24 04:41, olcott wrote:
>>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>>
>>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>>
>>>>>>>>> 04 int D(ptr x)
>>>>>>>>> 05 {
>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>> 09   return Halt_Status;
>>>>>>>>> 10 }
>>>>>>>>> 11
>>>>>>>>> 12 void main()
>>>>>>>>> 13 {
>>>>>>>>> 14   H(D,D);
>>>>>>>>> 15 }
>>>>>>>>>
>>>>>>>>> *Execution Trace*
>>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>>
>>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates
>>>>>>>>> D(D)
>>>>>>>>>
>>>>>>>>> *Simulation invariant*
>>>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>>>> line 06
>>>>>>>>>
>>>>>>>>
>>>>>>>> So, you are just showing that you aren't actually interested in
>>>>>>>> Honest Dialog, because you keep shifting to your Dishonest
>>>>>>>> Strawman.
>>>>>>>
>>>>>>> No one can possibly provide the exact sequence of D
>>>>>>> correctly simulated by H that differs from the above
>>>>>>> sequence *thus proving that is it correct*
>>>>>>
>>>>>
>>>>> You didn't provide a line-by-line execution trace of D correctly
>>>>> simulated by H that provides the exact sequence of the line numbers
>>>>> of D showing the exact sequence of steps of this simulation.
>>>>>
>>>>>
>>>> You can generate it yourself. Simply run H1 on D.
>>>
>>> In other words when someone sees Bill rob the liquor store then
>>> this proves that Jim and not Bill robbed the liquor store?
>>
>> The correct simulation trace is the one which H1 generates.
>
> So then the eye witness that confirms that Bill and not Jim
> robbed the liquor store proves that Jim robbed the liquor store.
>

WHere do you get that from?

H1 has the eye-witness that a properly simulated D(D) reaches a final
state and halts.

That PROVES that H did an INCORRECT simulation, incorrect in that it
stopped before getting the actual right answer.

Where did H1 claim something wrong?

Remeber, the DEFINITION of Halting is that it is the property of the
MACHINE reaching it final state, and machies don't stop until they get
there (or run forever, and thus be non-halting). H stopping and claiming
it has the answer is the one bearing false witness.

Re: Execution trace of D correctly simulated by H

<unsmih$316nt$9@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51266&group=comp.theory#51266

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 19:47:13 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unsmih$316nt$9@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
<unrolu$3h37m$2@dont-email.me> <unrps0$3h64i$9@dont-email.me>
<uns1l9$3id19$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 13 Jan 2024 00:47:13 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3185405"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
X-Spam-Checker-Version: SpamAssassin 4.0.0
In-Reply-To: <uns1l9$3id19$2@dont-email.me>
Content-Language: en-US
 by: Richard Damon - Sat, 13 Jan 2024 00:47 UTC

On 1/12/24 1:50 PM, olcott wrote:
>
> Changing the subject instead of providing the exactly correct sequence
> of line numbers of D correctly simulated by H is simply a dishonest
> dodge.
>

Except that your question was just such a dishonest dodge where you are
trying to avoid answering all the prior errors pointed out in your logic.

You have FAILED, and I think you "know" it, but can not accept it.

Re: Execution trace of D correctly simulated by H

<unsmil$316nt$11@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51268&group=comp.theory#51268

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Fri, 12 Jan 2024 19:47:17 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unsmil$316nt$11@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
<unrolu$3h37m$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Jan 2024 00:47:17 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3185405"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
X-Spam-Checker-Version: SpamAssassin 4.0.0
In-Reply-To: <unrolu$3h37m$2@dont-email.me>
Content-Language: en-US
 by: Richard Damon - Sat, 13 Jan 2024 00:47 UTC

On 1/12/24 11:17 AM, olcott wrote:
> On 1/12/2024 6:30 AM, Richard Damon wrote:
>> On 1/11/24 11:31 PM, olcott wrote:
>>> On 1/11/2024 10:08 PM, Richard Damon wrote:
>>>> On 1/11/24 10:41 PM, olcott wrote:
>>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>>
>>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>>
>>>>>>>>> 04 int D(ptr x)
>>>>>>>>> 05 {
>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>> 09   return Halt_Status;
>>>>>>>>> 10 }
>>>>>>>>> 11
>>>>>>>>> 12 void main()
>>>>>>>>> 13 {
>>>>>>>>> 14   H(D,D);
>>>>>>>>> 15 }
>>>>>>>>>
>>>>>>>>> *Execution Trace*
>>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>>
>>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that simulates
>>>>>>>>> D(D)
>>>>>>>>>
>>>>>>>>> *Simulation invariant*
>>>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>>>> line 06
>>>>>>>>>
>>>>>>>>
>>>>>>>> So, you are just showing that you aren't actually interested in
>>>>>>>> Honest Dialog, because you keep shifting to your Dishonest
>>>>>>>> Strawman.
>>>>>>>
>>>>>>> No one can possibly provide the exact sequence of D
>>>>>>> correctly simulated by H that differs from the above
>>>>>>> sequence *thus proving that is it correct*
>>>>>>
>>>>>
>>>>> You didn't provide a line-by-line execution trace of D correctly
>>>>> simulated by H that provides the exact sequence of the line numbers
>>>>> of D showing the exact sequence of steps of this simulation.
>>>>>
>>>>>
>>>>
>>>> In other words, you aren't actually interested in an answer,
>>>
>>> A correct rebuttal of the above has a single form everything
>>> else is merely double-talk.
>>>
>>> *If you say that my trace is wrong then you can either provide*
>>> *the correct trace or utterly fail to provide any rebuttal*
>>>
>>>
>>
>> In other words you are just admitting
>
> That you refuse to provide a proper rebuttal because you
> already know that I am correct and there is no proper rebuttal.
>

Trimmed quote:

In other words you are just admitting to your use of a dishonest dodge
and invalid argument.

The only "correct" trace, for this question is H running forever in the
simulation loop, as it isn't alllowed to abort and be a correct simulation.

Your term "unless aborted" could be translated as, unless I lie.

No H exists that actually does a correct simulation and gives an answer
to this template.

Any H that doesn't do a correct simulation, because it aborts, shows
that its conclusion is false, because the actual correct simulation
(Which this H can't do, so the criteria claiming it does is invalid)
shows the input Halts.

You are just proving you just don't understand about things like Truth,
Correct, Logic.

Which just shows that YOU are the one to refuse to provide a proper rebuttal

One thought I had is that you don't seem to understand the difference
between volitional being sthat have free-will and deterministic programs
that do not, and wondered if you sold your soul to the Devil (and thus
gave up your own free-will) in excange for something, and you are now
stuck in your buggy program that has hit an infinite loop.

Maybe that is why you are so anxious about developing Artificial
Intelligence, since you lost your own intelegence.

Re: Execution trace of D correctly simulated by H

<untui2$3u0l1$8@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51289&group=comp.theory#51289

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!rocksolid2!news.neodome.net!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news@immibis.com (immibis)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Sat, 13 Jan 2024 13:09:38 +0100
Organization: A noiseless patient Spider
Lines: 81
Message-ID: <untui2$3u0l1$8@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
<unrolu$3h37m$2@dont-email.me> <unrps0$3h64i$9@dont-email.me>
<uns1l9$3id19$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Jan 2024 12:09:40 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b0eba2473c622ff621b665ffba830c01";
logging-data="4129441"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19HN9NAzVdN5wKHfYkM04Fz"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:Fy1Yrp6Ks8r/LaxRmSu5tjWLuV0=
Content-Language: en-US
In-Reply-To: <uns1l9$3id19$2@dont-email.me>
 by: immibis - Sat, 13 Jan 2024 12:09 UTC

On 1/12/24 19:50, olcott wrote:
> On 1/12/2024 10:37 AM, immibis wrote:
>> On 1/12/24 17:17, olcott wrote:
>>> On 1/12/2024 6:30 AM, Richard Damon wrote:
>>>> On 1/11/24 11:31 PM, olcott wrote:
>>>>> On 1/11/2024 10:08 PM, Richard Damon wrote:
>>>>>> On 1/11/24 10:41 PM, olcott wrote:
>>>>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>>>>
>>>>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>>>>
>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>> 05 {
>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>> 10 }
>>>>>>>>>>> 11
>>>>>>>>>>> 12 void main()
>>>>>>>>>>> 13 {
>>>>>>>>>>> 14   H(D,D);
>>>>>>>>>>> 15 }
>>>>>>>>>>>
>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>>>>
>>>>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that
>>>>>>>>>>> simulates D(D)
>>>>>>>>>>>
>>>>>>>>>>> *Simulation invariant*
>>>>>>>>>>> D correctly simulated by H cannot possibly reach past its own
>>>>>>>>>>> line 06
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> So, you are just showing that you aren't actually interested
>>>>>>>>>> in Honest Dialog, because you keep shifting to your Dishonest
>>>>>>>>>> Strawman.
>>>>>>>>>
>>>>>>>>> No one can possibly provide the exact sequence of D
>>>>>>>>> correctly simulated by H that differs from the above
>>>>>>>>> sequence *thus proving that is it correct*
>>>>>>>>
>>>>>>>
>>>>>>> You didn't provide a line-by-line execution trace of D correctly
>>>>>>> simulated by H that provides the exact sequence of the line numbers
>>>>>>> of D showing the exact sequence of steps of this simulation.
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> In other words, you aren't actually interested in an answer,
>>>>>
>>>>> A correct rebuttal of the above has a single form everything
>>>>> else is merely double-talk.
>>>>>
>>>>> *If you say that my trace is wrong then you can either provide*
>>>>> *the correct trace or utterly fail to provide any rebuttal*
>>>>>
>>>>>
>>>>
>>>> In other words you are just admitting
>>>
>>> That you refuse to provide a proper rebuttal because you
>>> already know that I am correct and there is no proper rebuttal.
>>>
>> You failed to provide a proper rebuttal to Linz because you already
>> know he is correct and there is no propre rebuttal.
>
> Changing the subject instead of providing the exactly correct sequence
> of line numbers of D correctly simulated by H is simply a dishonest
> dodge.
>
Changing the subject instead of providing a proof that H solves the
halting problem is simply a dishonest dodge.

Re: Execution trace of D correctly simulated by H

<unuef1$g08$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51304&group=comp.theory#51304

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polcott2@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Sat, 13 Jan 2024 10:41:05 -0600
Organization: A noiseless patient Spider
Lines: 91
Message-ID: <unuef1$g08$1@dont-email.me>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
<unrolu$3h37m$2@dont-email.me> <unrps0$3h64i$9@dont-email.me>
<uns1l9$3id19$2@dont-email.me> <untui2$3u0l1$8@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Jan 2024 16:41:05 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="de4077540bc685ac4665a8843f5b963a";
logging-data="16392"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/GKYfLuRXa18lFjveHBzS9"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:977vuM+Fnz0svn3bhreRyd4J09Q=
Content-Language: en-US
In-Reply-To: <untui2$3u0l1$8@dont-email.me>
 by: olcott - Sat, 13 Jan 2024 16:41 UTC

On 1/13/2024 6:09 AM, immibis wrote:
> On 1/12/24 19:50, olcott wrote:
>> On 1/12/2024 10:37 AM, immibis wrote:
>>> On 1/12/24 17:17, olcott wrote:
>>>> On 1/12/2024 6:30 AM, Richard Damon wrote:
>>>>> On 1/11/24 11:31 PM, olcott wrote:
>>>>>> On 1/11/2024 10:08 PM, Richard Damon wrote:
>>>>>>> On 1/11/24 10:41 PM, olcott wrote:
>>>>>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>>>>>
>>>>>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>>>>>
>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>> 05 {
>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>> 10 }
>>>>>>>>>>>> 11
>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>> 13 {
>>>>>>>>>>>> 14   H(D,D);
>>>>>>>>>>>> 15 }
>>>>>>>>>>>>
>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>>>>>
>>>>>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that
>>>>>>>>>>>> simulates D(D)
>>>>>>>>>>>>
>>>>>>>>>>>> *Simulation invariant*
>>>>>>>>>>>> D correctly simulated by H cannot possibly reach past its
>>>>>>>>>>>> own line 06
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> So, you are just showing that you aren't actually interested
>>>>>>>>>>> in Honest Dialog, because you keep shifting to your Dishonest
>>>>>>>>>>> Strawman.
>>>>>>>>>>
>>>>>>>>>> No one can possibly provide the exact sequence of D
>>>>>>>>>> correctly simulated by H that differs from the above
>>>>>>>>>> sequence *thus proving that is it correct*
>>>>>>>>>
>>>>>>>>
>>>>>>>> You didn't provide a line-by-line execution trace of D correctly
>>>>>>>> simulated by H that provides the exact sequence of the line numbers
>>>>>>>> of D showing the exact sequence of steps of this simulation.
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> In other words, you aren't actually interested in an answer,
>>>>>>
>>>>>> A correct rebuttal of the above has a single form everything
>>>>>> else is merely double-talk.
>>>>>>
>>>>>> *If you say that my trace is wrong then you can either provide*
>>>>>> *the correct trace or utterly fail to provide any rebuttal*
>>>>>>
>>>>>>
>>>>>
>>>>> In other words you are just admitting
>>>>
>>>> That you refuse to provide a proper rebuttal because you
>>>> already know that I am correct and there is no proper rebuttal.
>>>>
>>> You failed to provide a proper rebuttal to Linz because you already
>>> know he is correct and there is no propre rebuttal.
>>
>> Changing the subject instead of providing the exactly correct sequence
>> of line numbers of D correctly simulated by H is simply a dishonest
>> dodge.
>>
> Changing the subject instead of providing a proof that H solves the
> halting problem is simply a dishonest dodge.

When I focus on one step of this proof trying to get closure
on this step and you change the subject to something else this
IS A DISHONEST DODGE.

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

Re: Execution trace of D correctly simulated by H

<unusi1$35our$4@i2pn2.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=51321&group=comp.theory#51321

  copy link   Newsgroups: sci.logic comp.theory
Path: i2pn2.org!.POSTED!not-for-mail
From: richard@damon-family.org (Richard Damon)
Newsgroups: sci.logic,comp.theory
Subject: Re: Execution trace of D correctly simulated by H
Date: Sat, 13 Jan 2024 15:41:37 -0500
Organization: i2pn2 (i2pn.org)
Message-ID: <unusi1$35our$4@i2pn2.org>
References: <unpgu5$344n2$1@dont-email.me> <unqa1o$2vfs1$4@i2pn2.org>
<unqauh$3b4po$1@dont-email.me> <unqc0c$2vfs2$2@i2pn2.org>
<unqccn$3b4po$3@dont-email.me> <unqdvv$2vfs2$3@i2pn2.org>
<unqfa7$3bh8q$4@dont-email.me> <unrbdr$316nt$1@i2pn2.org>
<unrolu$3h37m$2@dont-email.me> <unrps0$3h64i$9@dont-email.me>
<uns1l9$3id19$2@dont-email.me> <untui2$3u0l1$8@dont-email.me>
<unuef1$g08$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Jan 2024 20:41:37 -0000 (UTC)
Injection-Info: i2pn2.org;
logging-data="3335131"; mail-complaints-to="usenet@i2pn2.org";
posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg";
User-Agent: Mozilla Thunderbird
Content-Language: en-US
X-Spam-Checker-Version: SpamAssassin 4.0.0
In-Reply-To: <unuef1$g08$1@dont-email.me>
 by: Richard Damon - Sat, 13 Jan 2024 20:41 UTC

On 1/13/24 11:41 AM, olcott wrote:
> On 1/13/2024 6:09 AM, immibis wrote:
>> On 1/12/24 19:50, olcott wrote:
>>> On 1/12/2024 10:37 AM, immibis wrote:
>>>> On 1/12/24 17:17, olcott wrote:
>>>>> On 1/12/2024 6:30 AM, Richard Damon wrote:
>>>>>> On 1/11/24 11:31 PM, olcott wrote:
>>>>>>> On 1/11/2024 10:08 PM, Richard Damon wrote:
>>>>>>>> On 1/11/24 10:41 PM, olcott wrote:
>>>>>>>>> On 1/11/2024 9:34 PM, Richard Damon wrote:
>>>>>>>>>> On 1/11/24 10:16 PM, olcott wrote:
>>>>>>>>>>> On 1/11/2024 9:01 PM, Richard Damon wrote:
>>>>>>>>>>>> On 1/11/24 2:52 PM, olcott wrote:
>>>>>>>>>>>>> No one can possibly provide the exact sequence of D correctly
>>>>>>>>>>>>> simulated by H that differs from the one provided below.
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Every rebuttal has always been the pure bluster of dogma*
>>>>>>>>>>>>> *with zero supporting exact execution trace*
>>>>>>>>>>>>>
>>>>>>>>>>>>> 04 int D(ptr x)
>>>>>>>>>>>>> 05 {
>>>>>>>>>>>>> 06   int Halt_Status = H(x, x);
>>>>>>>>>>>>> 07   if (Halt_Status)
>>>>>>>>>>>>> 08     HERE: goto HERE;
>>>>>>>>>>>>> 09   return Halt_Status;
>>>>>>>>>>>>> 10 }
>>>>>>>>>>>>> 11
>>>>>>>>>>>>> 12 void main()
>>>>>>>>>>>>> 13 {
>>>>>>>>>>>>> 14   H(D,D);
>>>>>>>>>>>>> 15 }
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Execution Trace*
>>>>>>>>>>>>> Line 14: main() invokes H(D,D);
>>>>>>>>>>>>>
>>>>>>>>>>>>> *keeps repeating* (unless aborte
>>>>>>>>>>>>> Line 06: simulated D(D) invokes simulated H(D,D) that
>>>>>>>>>>>>> simulates D(D)
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Simulation invariant*
>>>>>>>>>>>>> D correctly simulated by H cannot possibly reach past its
>>>>>>>>>>>>> own line 06
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> So, you are just showing that you aren't actually interested
>>>>>>>>>>>> in Honest Dialog, because you keep shifting to your
>>>>>>>>>>>> Dishonest Strawman.
>>>>>>>>>>>
>>>>>>>>>>> No one can possibly provide the exact sequence of D
>>>>>>>>>>> correctly simulated by H that differs from the above
>>>>>>>>>>> sequence *thus proving that is it correct*
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> You didn't provide a line-by-line execution trace of D correctly
>>>>>>>>> simulated by H that provides the exact sequence of the line
>>>>>>>>> numbers
>>>>>>>>> of D showing the exact sequence of steps of this simulation.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> In other words, you aren't actually interested in an answer,
>>>>>>>
>>>>>>> A correct rebuttal of the above has a single form everything
>>>>>>> else is merely double-talk.
>>>>>>>
>>>>>>> *If you say that my trace is wrong then you can either provide*
>>>>>>> *the correct trace or utterly fail to provide any rebuttal*
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> In other words you are just admitting
>>>>>
>>>>> That you refuse to provide a proper rebuttal because you
>>>>> already know that I am correct and there is no proper rebuttal.
>>>>>
>>>> You failed to provide a proper rebuttal to Linz because you already
>>>> know he is correct and there is no propre rebuttal.
>>>
>>> Changing the subject instead of providing the exactly correct sequence
>>> of line numbers of D correctly simulated by H is simply a dishonest
>>> dodge.
>>>
>> Changing the subject instead of providing a proof that H solves the
>> halting problem is simply a dishonest dodge.
>
> When I focus on one step of this proof trying to get closure
> on this step and you change the subject to something else this
> IS A DISHONEST DODGE.
>

Then why don't you go back to the begining has handle the questions that
cme up before this.

YOUR step is based on false premises, so it would be incorrect to deal
with the incorrect question.

YOU are showing that you are just engaged in a dishonest dodge.

Since you can't get to this step, it doesn't need to be answered.

Pages:12
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor