Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

All syllogisms have three parts, therefore this is not a syllogism.


devel / comp.theory / Re: X86 based simulating halt decider H correctly decides halt status of pathological input P(P)

SubjectAuthor
* X86 based simulating halt decider H correctly decides halt status of pathologicaolcott
+* X86 based simulating halt decider H correctly decides halt status of pathologicaolcott
|`- X86 based simulating halt decider H correctly decides halt statusRichard Damon
`- X86 based simulating halt decider H correctly decides halt statusRichard Damon

1
X86 based simulating halt decider H correctly decides halt status of pathological input P(P)

<z9OdnUqNO6a8vm79nZ2dnUU7-TfNnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy comp.software-eng sci.math.symbolic
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 17 Jul 2021 13:36:17 -0500
Newsgroups: comp.theory,comp.ai.philosophy,comp.software-eng,sci.math.symbolic
X-Mozilla-News-Host: news://news.giganews.com:119
From: NoO...@NoWhere.com (olcott)
Subject: X86 based simulating halt decider H correctly decides halt status of pathological input P(P)
Date: Sat, 17 Jul 2021 13:36:18 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <z9OdnUqNO6a8vm79nZ2dnUU7-TfNnZ2d@giganews.com>
Lines: 55
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-8ySyWF6KFNjvTYR4aAP+YrzJBo2VArt46KWMN1Txgunysdv2W39ZzjhWEfSY5ptsjRdRTyDytjHLX0Y!GemV+UjZ+AZNqaKfiKRDjs5z1vYXr74gzmlFvxbcnT4tVo2CBEazo/Ojixb4VbggCFsRCkDccTeD
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 3167
 by: olcott - Sat, 17 Jul 2021 18:36 UTC

// Strachey(1965) "An impossible program"
// CPL translated to C
// https://doi.org/10.1093/comjnl/7.4.313
void P(u32 x)
{ if (H(x, x))
HERE: goto HERE;
}

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

*Conventional Halt Deciding Axiom*
When the pure simulation of the machine description ⟨P⟩ of a machine P
on its input I never halts we know that P(I) never halts. // based on
UTM(⟨P⟩,I) ≡ P(I)

*Stipulated Definition of Halting*
An input to a halt decider is defined to halt if and only if this input
stops running while simulating halt decider H remains a pure simulator
of this input.

*Pathological Input* to a halt decider is defined as any input that was
defined to do the opposite of whatever its corresponding halt decider
decides.

It seems to me that the Stipulated Definition of Halting does not add
anything but clarity to the Conventional Halt Deciding Axiom. Others may
see this differently.

None-the-less the Stipulated Definition of Halting does provide the
means to correctly decide the halting status of Pathological Inputs.

int main() { P(P); } is defined to be a non-halting computation under
the stipulated definition.

The stipulated definition of halting defines the exact same set as the
conventional definition of halting with the possible exception that
pathological inputs are decided as non-halting inputs.

Because the stipulated definition of halting is merely a paraphrase of
the Conventional Halt Deciding Axiom I propose that this stipulated
definition of halting merely provides clarity and does not change the
conventional definition of halting at all.

https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: X86 based simulating halt decider H correctly decides halt status of pathological input P(P)

<t8CdnVwS-c2pr279nZ2dnUU7-enNnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy comp.software-eng sci.math.symbolic
Path: i2pn2.org!i2pn.org!aioe.org!news.dns-netz.com!news.freedyn.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 17 Jul 2021 14:40:36 -0500
Subject: Re: X86 based simulating halt decider H correctly decides halt status of pathological input P(P)
Newsgroups: comp.theory,comp.ai.philosophy,comp.software-eng,sci.math.symbolic
References: <z9OdnUqNO6a8vm79nZ2dnUU7-TfNnZ2d@giganews.com>
From: NoO...@NoWhere.com (olcott)
Date: Sat, 17 Jul 2021 14:40:37 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0
MIME-Version: 1.0
In-Reply-To: <z9OdnUqNO6a8vm79nZ2dnUU7-TfNnZ2d@giganews.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <t8CdnVwS-c2pr279nZ2dnUU7-enNnZ2d@giganews.com>
Lines: 69
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-m3i4Xzh3ASNGdQjR7l/ScoSmj7Xbs3vb0ZOn5eON7r9u59aCnYY2Kzu1fMOiwNVaL/s1TeMeeZEJlCI!BBzBFNlDDRh0VZokX7M87T8gYpQb0HZpx9uIz64u6dZdyjYOHzktd2b1ytTiyg5YvjvNqFhuVUpH
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 3837
 by: olcott - Sat, 17 Jul 2021 19:40 UTC

On 7/17/2021 1:36 PM, olcott wrote:
> // Strachey(1965) "An impossible program"
> // CPL translated to C
> // https://doi.org/10.1093/comjnl/7.4.313
> void P(u32 x)
> {
>   if (H(x, x))
>     HERE: goto HERE;
> }
>
> int main()
> {
>   Output("Input_Halts = ", P((u32)P);
> }
>
> *Conventional Halt Deciding Axiom*
> When the pure simulation of the machine description ⟨P⟩ of a machine P
> on its input I never halts we know that P(I) never halts. // based on
> UTM(⟨P⟩,I) ≡ P(I)
>
> *Stipulated Definition of Halting*
> An input to a halt decider is defined to halt if and only if this input
> stops running while simulating halt decider H remains a pure simulator
> of this input.
>

A stipulative definition is a type of definition in which a new or
currently existing term is given a new specific meaning for the purposes
of argument or discussion in a given context.
https://en.wikipedia.org/wiki/Stipulative_definition

If it is stipulated that cats are all animals having DNA that exactly
matches cat DNA, then when a cat barks or gives birth to genetic puppies
it remains a cat by stipulative definition.

> *Pathological Input* to a halt decider is defined as any input that was
> defined to do the opposite of whatever its corresponding halt decider
> decides.
>
> It seems to me that the Stipulated Definition of Halting does not add
> anything but clarity to the Conventional Halt Deciding Axiom. Others may
> see this differently.
>
> None-the-less the Stipulated Definition of Halting does provide the
> means to correctly decide the halting status of Pathological Inputs.
>
> int main() { P(P); } is defined to be a non-halting computation under
> the stipulated definition.
>
> The stipulated definition of halting defines the exact same set as the
> conventional definition of halting with the possible exception that
> pathological inputs are decided as non-halting inputs.
>
> Because the stipulated definition of halting is merely a paraphrase of
> the Conventional Halt Deciding Axiom I propose that this stipulated
> definition of halting merely provides clarity and does not change the
> conventional definition of halting at all.
>
>
> https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation
>
>

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: X86 based simulating halt decider H correctly decides halt status of pathological input P(P)

<WgOII.12855$Ei1.5860@fx07.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!rocksolid2!i2pn.org!paganini.bofh.team!news.dns-netz.com!news.freedyn.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx07.iad.POSTED!not-for-mail
Subject: Re: X86 based simulating halt decider H correctly decides halt status
of pathological input P(P)
Newsgroups: comp.theory
References: <z9OdnUqNO6a8vm79nZ2dnUU7-TfNnZ2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.12.0
MIME-Version: 1.0
In-Reply-To: <z9OdnUqNO6a8vm79nZ2dnUU7-TfNnZ2d@giganews.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Lines: 75
Message-ID: <WgOII.12855$Ei1.5860@fx07.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sat, 17 Jul 2021 22:40:21 -0600
X-Received-Bytes: 3517
 by: Richard Damon - Sun, 18 Jul 2021 04:40 UTC

On 7/17/21 12:36 PM, olcott wrote:
> // Strachey(1965) "An impossible program"
> // CPL translated to C
> // https://doi.org/10.1093/comjnl/7.4.313
> void P(u32 x)
> {
>   if (H(x, x))
>     HERE: goto HERE;
> }
>
> int main()
> {
>   Output("Input_Halts = ", P((u32)P);
> }
>
> *Conventional Halt Deciding Axiom*
> When the pure simulation of the machine description ⟨P⟩ of a machine P
> on its input I never halts we know that P(I) never halts. // based on
> UTM(⟨P⟩,I) ≡ P(I)
>
> *Stipulated Definition of Halting*
> An input to a halt decider is defined to halt if and only if this input
> stops running while simulating halt decider H remains a pure simulator
> of this input.

Which differs from the classical definition of the Halting Problem, so
you have just stipulated yourself out of the proof you want to make.

You CAN'T 'counter' a proof with a counter example that doesn't follow
the definitions of the original.

FAIL.

Since H switch from being a pure simulator, it ISN'T a pure simulator,
PERIOD. It doesn't matter that it acted like one for some period of time.

Please mail your trafic tickets for all the red lights you would have
run if you hadn't decided to stop for them.

>
> *Pathological Input* to a halt decider is defined as any input that was
> defined to do the opposite of whatever its corresponding halt decider
> decides.
>
> It seems to me that the Stipulated Definition of Halting does not add
> anything but clarity to the Conventional Halt Deciding Axiom. Others may
> see this differently.

FALSE. It adds inconsistency.
>
> None-the-less the Stipulated Definition of Halting does provide the
> means to correctly decide the halting status of Pathological Inputs.
>
> int main() { P(P); } is defined to be a non-halting computation under
> the stipulated definition.

But UNSOUND logic can 'prove' anything.

>
> The stipulated definition of halting defines the exact same set as the
> conventional definition of halting with the possible exception that
> pathological inputs are decided as non-halting inputs.
>
> Because the stipulated definition of halting is merely a paraphrase of
> the Conventional Halt Deciding Axiom I propose that this stipulated
> definition of halting merely provides clarity and does not change the
> conventional definition of halting at all.
>
>
> https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation
>
>

Re: X86 based simulating halt decider H correctly decides halt status of pathological input P(P)

<gjOII.12856$Ei1.10173@fx07.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!paganini.bofh.team!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx07.iad.POSTED!not-for-mail
Subject: Re: X86 based simulating halt decider H correctly decides halt status
of pathological input P(P)
Newsgroups: comp.theory
References: <z9OdnUqNO6a8vm79nZ2dnUU7-TfNnZ2d@giganews.com>
<t8CdnVwS-c2pr279nZ2dnUU7-enNnZ2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.12.0
MIME-Version: 1.0
In-Reply-To: <t8CdnVwS-c2pr279nZ2dnUU7-enNnZ2d@giganews.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Lines: 42
Message-ID: <gjOII.12856$Ei1.10173@fx07.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sat, 17 Jul 2021 22:42:51 -0600
X-Received-Bytes: 2557
 by: Richard Damon - Sun, 18 Jul 2021 04:42 UTC

On 7/17/21 1:40 PM, olcott wrote:
> On 7/17/2021 1:36 PM, olcott wrote:
>> // Strachey(1965) "An impossible program"
>> // CPL translated to C
>> // https://doi.org/10.1093/comjnl/7.4.313
>> void P(u32 x)
>> {
>>    if (H(x, x))
>>      HERE: goto HERE;
>> }
>>
>> int main()
>> {
>>    Output("Input_Halts = ", P((u32)P);
>> }
>>
>> *Conventional Halt Deciding Axiom*
>> When the pure simulation of the machine description ⟨P⟩ of a machine P
>> on its input I never halts we know that P(I) never halts. // based on
>> UTM(⟨P⟩,I) ≡ P(I)
>>
>> *Stipulated Definition of Halting*
>> An input to a halt decider is defined to halt if and only if this
>> input stops running while simulating halt decider H remains a pure
>> simulator of this input.
>>
>
> A stipulative definition is a type of definition in which a new or
> currently existing term is given a new specific meaning for the purposes
> of argument or discussion in a given context.
> https://en.wikipedia.org/wiki/Stipulative_definition
>
> If it is stipulated that cats are all animals having DNA that exactly
> matches cat DNA, then when a cat barks or gives birth to genetic puppies
> it remains a cat by stipulative definition.

Note, that 'stipulating' a definition doesn't actually make it so. It
clearifies how YOU are going to use the term. If you stipulate a
definition that differs from conventional usage, then this makes your
argument irrelevant to things that use that conventional definition.

>


devel / comp.theory / Re: X86 based simulating halt decider H correctly decides halt status of pathological input P(P)

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor