Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

If A = B and B = C, then A = C, except where void or prohibited by law. -- Roy Santoro


devel / comp.theory / on "infinitely recursive" and "recursive"

SubjectAuthor
* on "infinitely recursive" and "recursive"Mr Flibble
+* on "infinitely recursive" and "recursive"Ben
|+* on "infinitely recursive" and "recursive"polcott
||+- on "infinitely recursive" and "recursive"Richard Damon
||`- on "infinitely recursive" and "recursive"Ben
|`* on "infinitely recursive" and "recursive"Mr Flibble
| `* on "infinitely recursive" and "recursive"Ben
|  `* on "infinitely recursive" and "recursive"Mr Flibble
|   +* on "infinitely recursive" and "recursive"André G. Isaak
|   |`- on "infinitely recursive" and "recursive"Mr Flibble
|   `- on "infinitely recursive" and "recursive"Ben
`* on "infinitely recursive" and "recursive"Richard Damon
 +* on "infinitely recursive" and "recursive"olcott
 |`- on "infinitely recursive" and "recursive"Richard Damon
 `* on "infinitely recursive" and "recursive"André G. Isaak
  +- on "infinitely recursive" and "recursive"Richard Damon
  `* on "infinitely recursive" and "recursive"olcott
   +* on "infinitely recursive" and "recursive"André G. Isaak
   |`* on "infinitely recursive" and "recursive"olcott
   | +* on "infinitely recursive" and "recursive"André G. Isaak
   | |`* on "infinitely recursive" and "recursive"olcott
   | | +* on "infinitely recursive" and "recursive"André G. Isaak
   | | |`* on "infinitely recursive" and "recursive"olcott
   | | | +* on "infinitely recursive" and "recursive"André G. Isaak
   | | | |`- on "infinitely recursive" and "recursive"olcott
   | | | `- on "infinitely recursive" and "recursive"Richard Damon
   | | `- on "infinitely recursive" and "recursive"Richard Damon
   | +* on "infinitely recursive" and "recursive"Malcolm McLean
   | |+* on "infinitely recursive" and "recursive"olcott
   | ||`- on "infinitely recursive" and "recursive"Richard Damon
   | |`* on "infinitely recursive" and "recursive"Keith Thompson
   | | `* on "infinitely recursive" and "recursive"Malcolm McLean
   | |  `* on "infinitely recursive" and "recursive"olcott
   | |   +- on "infinitely recursive" and "recursive"Ben
   | |   `- on "infinitely recursive" and "recursive"Richard Damon
   | `- on "infinitely recursive" and "recursive"Richard Damon
   `- on "infinitely recursive" and "recursive"Richard Damon

Pages:12
on "infinitely recursive" and "recursive"

<20220501133707.00002134@reddwarf.jmc>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!npeer.as286.net!npeer-ng0.as286.net!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!fx01.ams4.POSTED!not-for-mail
From: flib...@reddwarf.jmc (Mr Flibble)
Newsgroups: comp.theory
Subject: on "infinitely recursive" and "recursive"
Message-ID: <20220501133707.00002134@reddwarf.jmc>
Organization: Jupiter Mining Corp
X-Newsreader: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-w64-mingw32)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Lines: 7
X-Complaints-To: abuse@eweka.nl
NNTP-Posting-Date: Sun, 01 May 2022 12:37:07 UTC
Date: Sun, 1 May 2022 13:37:07 +0100
X-Received-Bytes: 831
 by: Mr Flibble - Sun, 1 May 2022 12:37 UTC

Recursive definitions are fine, infinitely recursive definitions (such
as The Halting Problem) are INVALID.

RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.

/Flibble

Re: on "infinitely recursive" and "recursive"

<87mtg1tizc.fsf@bsb.me.uk>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ben.use...@bsb.me.uk (Ben)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 01 May 2022 15:39:35 +0100
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <87mtg1tizc.fsf@bsb.me.uk>
References: <20220501133707.00002134@reddwarf.jmc>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="bf5d80f88498e1212cecb3e4d30a8980";
logging-data="2569"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18sBBgHYhSA6BmaOsAMjidmYgteCHkIdBo="
Cancel-Lock: sha1:KIAo6k8+UylMrUrkHNUzz4MxWBM=
sha1:gp3NhiNY7kgWTcdkKN4HB29tCa4=
X-BSB-Auth: 1.f9a4f5e11bdd0fd41218.20220501153935BST.87mtg1tizc.fsf@bsb.me.uk
 by: Ben - Sun, 1 May 2022 14:39 UTC

Mr Flibble <flibble@reddwarf.jmc> writes:

> Recursive definitions are fine, infinitely recursive definitions (such
> as The Halting Problem) are INVALID.

(1) The halting problem is not an infinitely recursive definition.

(2) Infinitely recursive definitions are often fine. For example, the
list of Fibonacci numbers:

fibs = 1 : 1 : zipWith (+) fibs (tail fibs)

or the list of factorials:

facts = prod 1 1 where prod p n = p : prod (p*n) (n+1)

--
Ben.

Re: on "infinitely recursive" and "recursive"

<t4mb45$rk6$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy comp.lang.prolog
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (polcott)
Newsgroups: comp.theory,comp.ai.philosophy,comp.lang.prolog
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 1 May 2022 11:05:23 -0500
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <t4mb45$rk6$1@dont-email.me>
References: <20220501133707.00002134@reddwarf.jmc> <87mtg1tizc.fsf@bsb.me.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 1 May 2022 16:05:25 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="c2520d0307b0b198e014f96ec09ab41a";
logging-data="28294"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19xVAxAmYEFwJeOSncNhvld"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Cancel-Lock: sha1:2gq67qulyt8uDhoIItCjJdPe5mo=
In-Reply-To: <87mtg1tizc.fsf@bsb.me.uk>
Content-Language: en-US
 by: polcott - Sun, 1 May 2022 16:05 UTC

On 5/1/2022 9:39 AM, Ben wrote:
> Mr Flibble <flibble@reddwarf.jmc> writes:
>
>> Recursive definitions are fine, infinitely recursive definitions (such
>> as The Halting Problem) are INVALID.
>
> (1) The halting problem is not an infinitely recursive definition.
>
> (2) Infinitely recursive definitions are often fine. For example, the
> list of Fibonacci numbers:
>

This type is never fine: // Adapted from Clocksin & Mellish
foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(...))))))))))))

Because Gödel says
14 Every epistemological antinomy can likewise be used for a similar
undecidability proof

G ↔ ¬Provable(F, G) is an epistemological antinomy therefore it is
necessarily sufficiently equivalent to his G.

Likewise with this one: LP ↔ ¬True(LP)
It can be evaluated as semantically incorrect without the need to define
True(). No matter how True() is defined LP ↔ ¬True(LP) is semantically
incorrect because it specifies this:

LP ↔ ¬True(¬True(¬True(¬True(¬True(¬True(¬True(¬True(LP))))))))
and Prolog can detect and reject this with unify_with_occurs_check.

> fibs = 1 : 1 : zipWith (+) fibs (tail fibs)
>
> or the list of factorials:
>
> facts = prod 1 1 where prod p n = p : prod (p*n) (n+1)
>

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

Re: on "infinitely recursive" and "recursive"

<20220501171727.00003901@reddwarf.jmc>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!fx14.ams4.POSTED!not-for-mail
From: flib...@reddwarf.jmc (Mr Flibble)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Message-ID: <20220501171727.00003901@reddwarf.jmc>
References: <20220501133707.00002134@reddwarf.jmc>
<87mtg1tizc.fsf@bsb.me.uk>
Organization: Jupiter Mining Corp
X-Newsreader: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-w64-mingw32)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Lines: 20
X-Complaints-To: abuse@eweka.nl
NNTP-Posting-Date: Sun, 01 May 2022 16:17:26 UTC
Date: Sun, 1 May 2022 17:17:27 +0100
X-Received-Bytes: 1352
 by: Mr Flibble - Sun, 1 May 2022 16:17 UTC

On Sun, 01 May 2022 15:39:35 +0100
Ben <ben.usenet@bsb.me.uk> wrote:

> Mr Flibble <flibble@reddwarf.jmc> writes:
>
> > Recursive definitions are fine, infinitely recursive definitions
> > (such as The Halting Problem) are INVALID.
>
> (1) The halting problem is not an infinitely recursive definition.
>
> (2) Infinitely recursive definitions are often fine. For example, the
> list of Fibonacci numbers:
>
> fibs = 1 : 1 : zipWith (+) fibs (tail fibs)

FOR FUCKS SAKE, HOW STUPID ARE YOU? THAT IS A RECURSIVE DEFINITION NOT
AN *INFINITELY* RECURSIVE DEFINITION AS IT TERMINATES.

/Flibble

Re: on "infinitely recursive" and "recursive"

<n8zbK.4460$81g4.3413@fx37.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!news.niel.me!aioe.org!news.uzoreto.com!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx37.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <20220501133707.00002134@reddwarf.jmc>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 18
Message-ID: <n8zbK.4460$81g4.3413@fx37.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 13:08:36 -0400
X-Received-Bytes: 1550
 by: Richard Damon - Sun, 1 May 2022 17:08 UTC

On 5/1/22 8:37 AM, Mr Flibble wrote:
> Recursive definitions are fine, infinitely recursive definitions (such
> as The Halting Problem) are INVALID.
>
> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>
> /Flibble
>

And the Halting Problem isn't recursive at all, so it can't be infinity
recursive. NOTHING in the definition refers to itself.

The counter example is, in a way, "recursive", but that recursion can
only become infinite if the proposed Halt Decider turns out to fail to
be a Halt Decider.

Otherwise, it is no more infinitely recursive then the recursive
definition of factorial.

Re: on "infinitely recursive" and "recursive"

<udzbK.388021$f2a5.383557@fx48.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory comp.ai.philosophy comp.lang.prolog
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!npeer.as286.net!npeer-ng0.as286.net!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx48.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,comp.lang.prolog
References: <20220501133707.00002134@reddwarf.jmc> <87mtg1tizc.fsf@bsb.me.uk>
<t4mb45$rk6$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <t4mb45$rk6$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 57
Message-ID: <udzbK.388021$f2a5.383557@fx48.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 13:14:03 -0400
X-Received-Bytes: 2862
 by: Richard Damon - Sun, 1 May 2022 17:14 UTC

On 5/1/22 12:05 PM, polcott wrote:
> On 5/1/2022 9:39 AM, Ben wrote:
>> Mr Flibble <flibble@reddwarf.jmc> writes:
>>
>>> Recursive definitions are fine, infinitely recursive definitions (such
>>> as The Halting Problem) are INVALID.
>>
>> (1) The halting problem is not an infinitely recursive definition.
>>
>> (2) Infinitely recursive definitions are often fine.  For example, the
>> list of Fibonacci numbers:
>>
>
> This type is never fine: // Adapted from Clocksin & Mellish
> foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(...))))))))))))

Depends on the definition of foo.

If foo is the function "fact" I have presented, then the unwinding
becomes exactly that to a too dumb naive expansion.

Thus "never" is incorrect.

>
> Because Gödel says
> 14 Every epistemological antinomy can likewise be used for a similar
> undecidability proof
>
> G ↔ ¬Provable(F, G) is an epistemological antinomy therefore it is
> necessarily sufficiently equivalent to his G.
>
> Likewise with this one: LP ↔ ¬True(LP)
> It can be evaluated as semantically incorrect without the need to define
> True(). No matter how True() is defined LP ↔ ¬True(LP) is semantically
> incorrect because it specifies this:
>
> LP ↔ ¬True(¬True(¬True(¬True(¬True(¬True(¬True(¬True(LP))))))))
> and Prolog can detect and reject this with unify_with_occurs_check.

Because Prolog is too limited to be able to fully handle this sort of
recursion. Prolog apparently can't handle the recursive definition of
fact(n), which just proves that its rejection of something as
"infinitely recursive" is NOT "Proof" that it is invalid.

>
>
>>    fibs = 1 : 1 : zipWith (+) fibs (tail fibs)
>>
>> or the list of factorials:
>>
>>     facts = prod 1 1 where prod p n = p : prod (p*n) (n+1)
>>
>
>

Re: on "infinitely recursive" and "recursive"

<t4mfng$1u0$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 1 May 2022 12:23:58 -0500
Organization: A noiseless patient Spider
Lines: 46
Message-ID: <t4mfng$1u0$1@dont-email.me>
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 1 May 2022 17:24:01 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="c2520d0307b0b198e014f96ec09ab41a";
logging-data="1984"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+BNtbVxclUcoTVBRxVv3pD"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Cancel-Lock: sha1:TzHApC0ykULQV5ydo4u9pabqu3Q=
In-Reply-To: <n8zbK.4460$81g4.3413@fx37.iad>
Content-Language: en-US
 by: olcott - Sun, 1 May 2022 17:23 UTC

On 5/1/2022 12:08 PM, Richard Damon wrote:
> On 5/1/22 8:37 AM, Mr Flibble wrote:
>> Recursive definitions are fine, infinitely recursive definitions (such
>> as The Halting Problem) are INVALID.
>>
>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>
>> /Flibble
>>
>
> And the Halting Problem isn't recursive at all, so it can't be infinity
> recursive. NOTHING in the definition refers to itself.
>

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

For any program H that might determine if programs halt, a
"pathological" program P, called with some input, can pass its own
source and its input to H and then specifically do the opposite of what
H predicts P will do.

void P(u32 x)
{ if (H(x, x))
HERE: goto HERE;
return;
}

https://en.wikipedia.org/wiki/Halting_problem

When H(P,P) is invoked H refers to itself embedded within P.
I have spent decades on the generic notion of pathological self-reference.

> The counter example is, in a way, "recursive", but that recursion can
> only become infinite if the proposed Halt Decider turns out to fail to
> be a Halt Decider.
>
> Otherwise, it is no more infinitely recursive then the recursive
> definition of factorial.

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

Re: on "infinitely recursive" and "recursive"

<t4mg34$3n9$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: agis...@gm.invalid (André G. Isaak)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 1 May 2022 11:30:12 -0600
Organization: Christians and Atheists United Against Creeping Agnosticism
Lines: 27
Message-ID: <t4mg34$3n9$1@dont-email.me>
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 1 May 2022 17:30:12 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="9aade08aa0eb94cd9b9879b12c2d9c29";
logging-data="3817"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+M7ldX+DdQDq1lXHuklcuf"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Cancel-Lock: sha1:RT+ZmCEY3N2JTsQahtriPApbXXw=
In-Reply-To: <n8zbK.4460$81g4.3413@fx37.iad>
Content-Language: en-US
 by: André G. Isaak - Sun, 1 May 2022 17:30 UTC

On 2022-05-01 11:08, Richard Damon wrote:
> On 5/1/22 8:37 AM, Mr Flibble wrote:
>> Recursive definitions are fine, infinitely recursive definitions (such
>> as The Halting Problem) are INVALID.
>>
>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>
>> /Flibble
>>
>
> And the Halting Problem isn't recursive at all, so it can't be infinity
> recursive. NOTHING in the definition refers to itself.
>
> The counter example is, in a way, "recursive", but that recursion can
> only become infinite if the proposed Halt Decider turns out to fail to
> be a Halt Decider.

Actually, even the counterexample is not recursive. It only becomes
recursive (or recursive-like) if one assumes that H bases its answer on
the simulation of its input. And the proof certainly does not require
that to be the case.

André

--
To email remove 'invalid' & replace 'gm' with well known Google mail
service.

Re: on "infinitely recursive" and "recursive"

<eZzbK.816080$oF2.622823@fx10.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!193.141.40.65.MISMATCH!npeer.as286.net!npeer-ng0.as286.net!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx10.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mfng$1u0$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <t4mfng$1u0$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 59
Message-ID: <eZzbK.816080$oF2.622823@fx10.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 14:04:59 -0400
X-Received-Bytes: 2970
 by: Richard Damon - Sun, 1 May 2022 18:04 UTC

On 5/1/22 1:23 PM, olcott wrote:
> On 5/1/2022 12:08 PM, Richard Damon wrote:
>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>> Recursive definitions are fine, infinitely recursive definitions (such
>>> as The Halting Problem) are INVALID.
>>>
>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>
>>> /Flibble
>>>
>>
>> And the Halting Problem isn't recursive at all, so it can't be
>> infinity recursive. NOTHING in the definition refers to itself.
>>
>
> In computability theory, the halting problem is the problem of
> determining, from a description of an arbitrary computer program and an
> input, whether the program will finish running, or continue to run forever.

And that ends the definition of the Halting Problem, which is NOT recursive.

>
> For any program H that might determine if programs halt, a
> "pathological" program P, called with some input, can pass its own
> source and its input to H and then specifically do the opposite of what
> H predicts P will do.
>
> void P(u32 x)
> {
>   if (H(x, x))
>     HERE: goto HERE;
>   return;
> }
>
> https://en.wikipedia.org/wiki/Halting_problem
>
> When H(P,P) is invoked H refers to itself embedded within P.
> I have spent decades on the generic notion of pathological self-reference.

And yes, the counter example is recursive, but NOT infinitely so if H
meets the requirements of being a decider.

If H doesn't meet the requirements of being a decider, and thus ALWAYS
answering, and doesn't answer for H(P,P), then it isn't a counter
example, as if fails to meet the requirements.

This is just like fact(n) is NOT infinitely recursive, for any finite n.

>
>> The counter example is, in a way, "recursive", but that recursion can
>> only become infinite if the proposed Halt Decider turns out to fail to
>> be a Halt Decider.
>>
>> Otherwise, it is no more infinitely recursive then the recursive
>> definition of factorial.
>
>

Re: on "infinitely recursive" and "recursive"

<q2AbK.5635$E3G.1499@fx06.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!50.7.236.10.MISMATCH!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx06.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc> <n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <t4mg34$3n9$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 34
Message-ID: <q2AbK.5635$E3G.1499@fx06.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 14:10:31 -0400
X-Received-Bytes: 2437
 by: Richard Damon - Sun, 1 May 2022 18:10 UTC

On 5/1/22 1:30 PM, André G. Isaak wrote:
> On 2022-05-01 11:08, Richard Damon wrote:
>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>> Recursive definitions are fine, infinitely recursive definitions (such
>>> as The Halting Problem) are INVALID.
>>>
>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>
>>> /Flibble
>>>
>>
>> And the Halting Problem isn't recursive at all, so it can't be
>> infinity recursive. NOTHING in the definition refers to itself.
>>
>> The counter example is, in a way, "recursive", but that recursion can
>> only become infinite if the proposed Halt Decider turns out to fail to
>> be a Halt Decider.
>
> Actually, even the counterexample is not recursive. It only becomes
> recursive (or recursive-like) if one assumes that H bases its answer on
> the simulation of its input. And the proof certainly does not require
> that to be the case.
>
> André
>

True, which is why I quoted "recursive", it is merely referential. And
even with simulation it sort of isn't recursive, since we are supposed
to be using different copies of the function, so the recursion is only
on a "meta" level that knows the input is based on the decider, but not
at the actual physical computation layer, since we are just invoking a
long series of machines with the same descriptions, since Turing
Machines are limited in the ways they can handle recursion, needing to
use their tape to implement it.

Re: on "infinitely recursive" and "recursive"

<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 01 May 2022 13:33:06 -0500
Date: Sun, 1 May 2022 13:33:05 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <t4mg34$3n9$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com>
Lines: 36
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-cvG92/7bpjsORCk9N11K27d32cmIdXRMDJYZK1xHnGRCPZPySFaMNIbWJEXI57nteNVUa/8Mf/tYXkD!LExiNaxxvx1NFn1EU/iAbhveRL+TPE1tqgar5iQcLeauWszPU0SvZ/mTMVXbYza0QCrw+RsDEYk=
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: 2510
 by: olcott - Sun, 1 May 2022 18:33 UTC

On 5/1/2022 12:30 PM, André G. Isaak wrote:
> On 2022-05-01 11:08, Richard Damon wrote:
>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>> Recursive definitions are fine, infinitely recursive definitions (such
>>> as The Halting Problem) are INVALID.
>>>
>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>
>>> /Flibble
>>>
>>
>> And the Halting Problem isn't recursive at all, so it can't be
>> infinity recursive. NOTHING in the definition refers to itself.
>>
>> The counter example is, in a way, "recursive", but that recursion can
>> only become infinite if the proposed Halt Decider turns out to fail to
>> be a Halt Decider.
>
> Actually, even the counterexample is not recursive. It only becomes
> recursive (or recursive-like) if one assumes that H bases its answer on
> the simulation of its input. And the proof certainly does not require
> that to be the case.
>
> André
>

Since the definition of H is wide open and can be anything at all that
meets the spec, if any of these definitions make the "impossible" input
decidable then this refutes the proofs.

--
Copyright 2022 Pete Olcott

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

Re: on "infinitely recursive" and "recursive"

<t4mkci$cj2$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: agis...@gm.invalid (André G. Isaak)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 1 May 2022 12:43:28 -0600
Organization: Christians and Atheists United Against Creeping Agnosticism
Lines: 43
Message-ID: <t4mkci$cj2$1@dont-email.me>
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 1 May 2022 18:43:30 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="9aade08aa0eb94cd9b9879b12c2d9c29";
logging-data="12898"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19FENCiykPrVa53IDcVR2ax"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Cancel-Lock: sha1:Kiwnlh5eM87VqoZk0i778//RKko=
In-Reply-To: <d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com>
Content-Language: en-US
 by: André G. Isaak - Sun, 1 May 2022 18:43 UTC

On 2022-05-01 12:33, olcott wrote:
> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>> On 2022-05-01 11:08, Richard Damon wrote:
>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>> Recursive definitions are fine, infinitely recursive definitions (such
>>>> as The Halting Problem) are INVALID.
>>>>
>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>
>>>> /Flibble
>>>>
>>>
>>> And the Halting Problem isn't recursive at all, so it can't be
>>> infinity recursive. NOTHING in the definition refers to itself.
>>>
>>> The counter example is, in a way, "recursive", but that recursion can
>>> only become infinite if the proposed Halt Decider turns out to fail
>>> to be a Halt Decider.
>>
>> Actually, even the counterexample is not recursive. It only becomes
>> recursive (or recursive-like) if one assumes that H bases its answer
>> on the simulation of its input. And the proof certainly does not
>> require that to be the case.
>>
>> André
>>
>
> Since the definition of H is wide open and can be anything at all that
> meets the spec, if any of these definitions make the "impossible" input
> decidable then this refutes the proofs.

But the spec is as follows:

Hq0 <M> w ⊢* Hqy iff M applied to w halts
⊢* Hqn otherwise

Yours fails to meet this spec.

André

--
To email remove 'invalid' & replace 'gm' with well known Google mail
service.

Re: on "infinitely recursive" and "recursive"

<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!1.us.feeder.erje.net!3.us.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 01 May 2022 14:05:10 -0500
Date: Sun, 1 May 2022 14:05:08 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <t4mkci$cj2$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
Lines: 55
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-8kIwcFJwAWuzmL8GpZHr2HKzXk2uARUipORs6KIRWdWbxCaqFBS03xGeU0FhLvjADXKj+2PxXaDVSBE!TLSlF2v9x5GagLXOpcPv1JMqnVtmY/AjpC6q5JnrjzXDnZSb9Np3mwW3zfHd9an3WD4Tor68W18=
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: 3285
 by: olcott - Sun, 1 May 2022 19:05 UTC

On 5/1/2022 1:43 PM, André G. Isaak wrote:
> On 2022-05-01 12:33, olcott wrote:
>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>> Recursive definitions are fine, infinitely recursive definitions (such
>>>>> as The Halting Problem) are INVALID.
>>>>>
>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>
>>>>> /Flibble
>>>>>
>>>>
>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>
>>>> The counter example is, in a way, "recursive", but that recursion
>>>> can only become infinite if the proposed Halt Decider turns out to
>>>> fail to be a Halt Decider.
>>>
>>> Actually, even the counterexample is not recursive. It only becomes
>>> recursive (or recursive-like) if one assumes that H bases its answer
>>> on the simulation of its input. And the proof certainly does not
>>> require that to be the case.
>>>
>>> André
>>>
>>
>> Since the definition of H is wide open and can be anything at all that
>> meets the spec, if any of these definitions make the "impossible"
>> input decidable then this refutes the proofs.
>
> But the spec is as follows:
>
> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>           ⊢* Hqn otherwise
>
> Yours fails to meet this spec.
>
> André
>

You keep insisting that H must be a mind reader and base it decision on
something other than its input parameters when you already know that all
deciders compute the mapping from their inputs to their own final state.

Thus you gleefully contradict facts that you accept as true. Anyone that
contradicts facts that they know are true is a liar by definition.

--
Copyright 2022 Pete Olcott

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

Re: on "infinitely recursive" and "recursive"

<fZAbK.942493$aT3.284268@fx09.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.bawue.net!npeer.as286.net!npeer-ng0.as286.net!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx09.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 57
Message-ID: <fZAbK.942493$aT3.284268@fx09.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 15:13:16 -0400
X-Received-Bytes: 3506
 by: Richard Damon - Sun, 1 May 2022 19:13 UTC

On 5/1/22 2:33 PM, olcott wrote:
> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>> On 2022-05-01 11:08, Richard Damon wrote:
>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>> Recursive definitions are fine, infinitely recursive definitions (such
>>>> as The Halting Problem) are INVALID.
>>>>
>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>
>>>> /Flibble
>>>>
>>>
>>> And the Halting Problem isn't recursive at all, so it can't be
>>> infinity recursive. NOTHING in the definition refers to itself.
>>>
>>> The counter example is, in a way, "recursive", but that recursion can
>>> only become infinite if the proposed Halt Decider turns out to fail
>>> to be a Halt Decider.
>>
>> Actually, even the counterexample is not recursive. It only becomes
>> recursive (or recursive-like) if one assumes that H bases its answer
>> on the simulation of its input. And the proof certainly does not
>> require that to be the case.
>>
>> André
>>
>
> Since the definition of H is wide open and can be anything at all that
> meets the spec, if any of these definitions make the "impossible" input
> decidable then this refutes the proofs.
>

But it does need to meet the requirements as stated and can't say that
because the way I want to solve the problem leads to an "infinite
recursion" which is impossible, I get the change the requirements.

H needs to return the answer for what the computation H^ applied to the
representation of H^ will do, when that H^ is based on the H and calls
it in the way to ask H what it thinks H^ applied to the representation
of H^ does and then does the opposite.

If you can't ask H about the computation H^ applied to the
representaiton of H^, then H just fails to meet the requirements.

Since you say <H^> <H^> isn't the way to ask it, you need to define how
you do ask it, and then build your H^ on that method and show you get
the correct answer.

Since H^ asks the exact same question, and then does the opposite, and
all copies of a computation give the same answer for the same input, H
is stuck in always being wrong of failing to meet some requriement.

Until you can show that you can build a Turing Machine that gives a
different answer when asked as a sole machine compared to what it does
as an Turing Machine embedded in another Turing Machine even when given
the exact same tape in the two cases, you "proof" doesn't work.

Re: on "infinitely recursive" and "recursive"

<t4mmf8$t33$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: agis...@gm.invalid (André G. Isaak)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 1 May 2022 13:19:02 -0600
Organization: Christians and Atheists United Against Creeping Agnosticism
Lines: 65
Message-ID: <t4mmf8$t33$1@dont-email.me>
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 1 May 2022 19:19:04 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="9aade08aa0eb94cd9b9879b12c2d9c29";
logging-data="29795"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18VNfwdG7rYtvDfoRarMOUc"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Cancel-Lock: sha1:zoLjbVbC4jkKFVJe5reN/uQlgIQ=
In-Reply-To: <nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
Content-Language: en-US
 by: André G. Isaak - Sun, 1 May 2022 19:19 UTC

On 2022-05-01 13:05, olcott wrote:
> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>> On 2022-05-01 12:33, olcott wrote:
>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>> Recursive definitions are fine, infinitely recursive definitions
>>>>>> (such
>>>>>> as The Halting Problem) are INVALID.
>>>>>>
>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>
>>>>>> /Flibble
>>>>>>
>>>>>
>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>
>>>>> The counter example is, in a way, "recursive", but that recursion
>>>>> can only become infinite if the proposed Halt Decider turns out to
>>>>> fail to be a Halt Decider.
>>>>
>>>> Actually, even the counterexample is not recursive. It only becomes
>>>> recursive (or recursive-like) if one assumes that H bases its answer
>>>> on the simulation of its input. And the proof certainly does not
>>>> require that to be the case.
>>>>
>>>> André
>>>>
>>>
>>> Since the definition of H is wide open and can be anything at all
>>> that meets the spec, if any of these definitions make the
>>> "impossible" input decidable then this refutes the proofs.
>>
>> But the spec is as follows:
>>
>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>            ⊢* Hqn otherwise
>>
>> Yours fails to meet this spec.
>>
>> André
>>
>
> You keep insisting that H must be a mind reader and base it decision on
> something other than its input parameters when you already know that all
> deciders compute the mapping from their inputs to their own final state.

Even if your view that TM's can only answer about their inputs were
true, the spec is what the spec is. Not every spec can be met.

I can specify a Turing Machine as follows (where w is some string)

Mq0 w ⊢* Mqy iff the moon is full
⊢* Mqn otherwise

It's not possible to write such a TM, but the fact that the spec can't
be met doesn't entitle you to change it to something else that can be
met. You have to simply assert that the spec cannot be met.

André

--
To email remove 'invalid' & replace 'gm' with well known Google mail
service.

Re: on "infinitely recursive" and "recursive"

<1ccaa87f-5875-4468-99b9-36ac56a197a0n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:622a:1013:b0:2f3:a6eb:1745 with SMTP id d19-20020a05622a101300b002f3a6eb1745mr662574qte.670.1651432892040;
Sun, 01 May 2022 12:21:32 -0700 (PDT)
X-Received: by 2002:a25:25cb:0:b0:648:7b92:e37d with SMTP id
l194-20020a2525cb000000b006487b92e37dmr8195781ybl.341.1651432891825; Sun, 01
May 2022 12:21:31 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Sun, 1 May 2022 12:21:31 -0700 (PDT)
In-Reply-To: <nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2a00:23a8:400a:5601:d8e1:2e7c:f7b7:20f;
posting-account=Dz2zqgkAAADlK5MFu78bw3ab-BRFV4Qn
NNTP-Posting-Host: 2a00:23a8:400a:5601:d8e1:2e7c:f7b7:20f
References: <20220501133707.00002134@reddwarf.jmc> <n8zbK.4460$81g4.3413@fx37.iad>
<t4mg34$3n9$1@dont-email.me> <d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com>
<t4mkci$cj2$1@dont-email.me> <nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1ccaa87f-5875-4468-99b9-36ac56a197a0n@googlegroups.com>
Subject: Re: on "infinitely recursive" and "recursive"
From: malcolm....@gmail.com (Malcolm McLean)
Injection-Date: Sun, 01 May 2022 19:21:32 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 70
 by: Malcolm McLean - Sun, 1 May 2022 19:21 UTC

On Sunday, 1 May 2022 at 20:05:17 UTC+1, olcott wrote:
> On 5/1/2022 1:43 PM, André G. Isaak wrote:
> > On 2022-05-01 12:33, olcott wrote:
> >> On 5/1/2022 12:30 PM, André G. Isaak wrote:
> >>> On 2022-05-01 11:08, Richard Damon wrote:
> >>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
> >>>>> Recursive definitions are fine, infinitely recursive definitions (such
> >>>>> as The Halting Problem) are INVALID.
> >>>>>
> >>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
> >>>>>
> >>>>> /Flibble
> >>>>>
> >>>>
> >>>> And the Halting Problem isn't recursive at all, so it can't be
> >>>> infinity recursive. NOTHING in the definition refers to itself.
> >>>>
> >>>> The counter example is, in a way, "recursive", but that recursion
> >>>> can only become infinite if the proposed Halt Decider turns out to
> >>>> fail to be a Halt Decider.
> >>>
> >>> Actually, even the counterexample is not recursive. It only becomes
> >>> recursive (or recursive-like) if one assumes that H bases its answer
> >>> on the simulation of its input. And the proof certainly does not
> >>> require that to be the case.
> >>>
> >>> André
> >>>
> >>
> >> Since the definition of H is wide open and can be anything at all that
> >> meets the spec, if any of these definitions make the "impossible"
> >> input decidable then this refutes the proofs.
> >
> > But the spec is as follows:
> >
> > Hq0 <M> w ⊢* Hqy iff M applied to w halts
> > ⊢* Hqn otherwise
> >
> > Yours fails to meet this spec.
> >
> > André
> >
> You keep insisting that H must be a mind reader and base it decision on
> something other than its input parameters when you already know that all
> deciders compute the mapping from their inputs to their own final state.
>
> Thus you gleefully contradict facts that you accept as true. Anyone that
> contradicts facts that they know are true is a liar by definition.
>
You must understand that if P(P) haltd ansd H(P,P) reports "non-halting",
anyone is going to say that you don't have a counterexample to Linz.

Now I appreciate that you have fairly consistently said that whilst
P(P) halts, "the input to H is non-halting". But I don't think anyone has
a handle on that. It just seems to be nonsense, but it must mean something.
The best I can guess is that the simulating Halt decider H reports
P(P) as "non-halting" and you have decided that H is correct. So its
simulation and halt decision is by definition not wrong.

I

Re: on "infinitely recursive" and "recursive"

<VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 01 May 2022 14:24:49 -0500
Date: Sun, 1 May 2022 14:24:47 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com> <t4mmf8$t33$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <t4mmf8$t33$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Lines: 66
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-orOynBssAwrlOocVEkFYw/N7Yu4DWj2yXndVI01H1ZEL5R5sdENCBT2bHIDhw/QGDjB/earBVKlXiBU!Qq8De4GPCOMUR5AyUEb14tmP8jXX64Lve/9d4nJ5Bf8xSE1S/v8CrSuXGZP4BAIFGjmVHqh7Ofo=
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: 3765
 by: olcott - Sun, 1 May 2022 19:24 UTC

On 5/1/2022 2:19 PM, André G. Isaak wrote:
> On 2022-05-01 13:05, olcott wrote:
>> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>>> On 2022-05-01 12:33, olcott wrote:
>>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>>> Recursive definitions are fine, infinitely recursive definitions
>>>>>>> (such
>>>>>>> as The Halting Problem) are INVALID.
>>>>>>>
>>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>>
>>>>>>> /Flibble
>>>>>>>
>>>>>>
>>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>>
>>>>>> The counter example is, in a way, "recursive", but that recursion
>>>>>> can only become infinite if the proposed Halt Decider turns out to
>>>>>> fail to be a Halt Decider.
>>>>>
>>>>> Actually, even the counterexample is not recursive. It only becomes
>>>>> recursive (or recursive-like) if one assumes that H bases its
>>>>> answer on the simulation of its input. And the proof certainly does
>>>>> not require that to be the case.
>>>>>
>>>>> André
>>>>>
>>>>
>>>> Since the definition of H is wide open and can be anything at all
>>>> that meets the spec, if any of these definitions make the
>>>> "impossible" input decidable then this refutes the proofs.
>>>
>>> But the spec is as follows:
>>>
>>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>>            ⊢* Hqn otherwise
>>>
>>> Yours fails to meet this spec.
>>>
>>> André
>>>
>>
>> You keep insisting that H must be a mind reader and base it decision
>> on something other than its input parameters when you already know
>> that all deciders compute the mapping from their inputs to their own
>> final state.
>
> Even if your view that TM's can only answer about their inputs were
> true, the spec is what the spec is. Not every spec can be met.
>

I am saying that deciders are defined to compute the mapping from their
input parameters to their own accept or reject state, thus any
"specification" that contradicts this is fundamentally incorrect.

--
Copyright 2022 Pete Olcott

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

Re: on "infinitely recursive" and "recursive"

<paBbK.40405$JaS8.22308@fx47.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!peer02.ams4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx47.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 84
Message-ID: <paBbK.40405$JaS8.22308@fx47.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 15:27:18 -0400
X-Received-Bytes: 4408
 by: Richard Damon - Sun, 1 May 2022 19:27 UTC

On 5/1/22 3:05 PM, olcott wrote:
> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>> On 2022-05-01 12:33, olcott wrote:
>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>> Recursive definitions are fine, infinitely recursive definitions
>>>>>> (such
>>>>>> as The Halting Problem) are INVALID.
>>>>>>
>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>
>>>>>> /Flibble
>>>>>>
>>>>>
>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>
>>>>> The counter example is, in a way, "recursive", but that recursion
>>>>> can only become infinite if the proposed Halt Decider turns out to
>>>>> fail to be a Halt Decider.
>>>>
>>>> Actually, even the counterexample is not recursive. It only becomes
>>>> recursive (or recursive-like) if one assumes that H bases its answer
>>>> on the simulation of its input. And the proof certainly does not
>>>> require that to be the case.
>>>>
>>>> André
>>>>
>>>
>>> Since the definition of H is wide open and can be anything at all
>>> that meets the spec, if any of these definitions make the
>>> "impossible" input decidable then this refutes the proofs.
>>
>> But the spec is as follows:
>>
>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>            ⊢* Hqn otherwise
>>
>> Yours fails to meet this spec.
>>
>> André
>>
>
> You keep insisting that H must be a mind reader and base it decision on
> something other than its input parameters when you already know that all
> deciders compute the mapping from their inputs to their own final state.
>
> Thus you gleefully contradict facts that you accept as true. Anyone that
> contradicts facts that they know are true is a liar by definition.
>

We don't demand that it be a mind reader, only that it gives the right
answer.

If the input paramateres don't represent what is needed to give the
answer, the the inputs were formed incorrectly and you need to define
better what you need done to the input to let you give the right answer.

As has been asked, how DO you ask about the comutation H^ applied to the
representation of H^ (where the representation needed by H^ is the same
repesentation needed for H to decide this question).

If we can't ask the question, then H just plain fails to be the needed
decider.

Note, that the "traditional" method of converting a machine description
to a finite string for input to another Turing Machine is to define some
UTM that performs the computation.

Thus we get the equivalent definiton, that

H x y -> Hqy iff UTM x y Halts and -> Hqn iff UTM x y will never Halt.

Note, UTM is an ACTUAL UTM, and thus it will NEVER abort its simulation
but continue to the end or run forever.

H doesn't need to actually use that UTM, but could be based on it, but
if so, and it modifies that UTM to abort, then the test is still done on
the UNMODIFIED UTM that will never abort.

And yes, this does mean that H might be though of as needing to "mind
read" something it can do, but that just means the problem is shown to
be impossible.

Re: on "infinitely recursive" and "recursive"

<VYOdndycj9m-QvP_nZ2dnUU7_8xh4p2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!nntp.club.cc.cmu.edu!45.76.7.193.MISMATCH!3.us.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 01 May 2022 14:27:31 -0500
Date: Sun, 1 May 2022 14:27:30 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
<1ccaa87f-5875-4468-99b9-36ac56a197a0n@googlegroups.com>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <1ccaa87f-5875-4468-99b9-36ac56a197a0n@googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <VYOdndycj9m-QvP_nZ2dnUU7_8xh4p2d@giganews.com>
Lines: 74
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-7vb/n8xc/n/ysc2MtqhTJXvRSjWNs/a69Pa6Qi0y2HYZTfwHYnJ5exx/edE0eCryPkW54dadOATT8Br!DmBX7jwnRXzBtor83Q58W60nQ9MUcWRuBV6C+iX4M9IK5IUomzB8p4LpFnfKMtrlHLaYNuec6hI=
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: 4498
 by: olcott - Sun, 1 May 2022 19:27 UTC

On 5/1/2022 2:21 PM, Malcolm McLean wrote:
> On Sunday, 1 May 2022 at 20:05:17 UTC+1, olcott wrote:
>> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>>> On 2022-05-01 12:33, olcott wrote:
>>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>>> Recursive definitions are fine, infinitely recursive definitions (such
>>>>>>> as The Halting Problem) are INVALID.
>>>>>>>
>>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>>
>>>>>>> /Flibble
>>>>>>>
>>>>>>
>>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>>
>>>>>> The counter example is, in a way, "recursive", but that recursion
>>>>>> can only become infinite if the proposed Halt Decider turns out to
>>>>>> fail to be a Halt Decider.
>>>>>
>>>>> Actually, even the counterexample is not recursive. It only becomes
>>>>> recursive (or recursive-like) if one assumes that H bases its answer
>>>>> on the simulation of its input. And the proof certainly does not
>>>>> require that to be the case.
>>>>>
>>>>> André
>>>>>
>>>>
>>>> Since the definition of H is wide open and can be anything at all that
>>>> meets the spec, if any of these definitions make the "impossible"
>>>> input decidable then this refutes the proofs.
>>>
>>> But the spec is as follows:
>>>
>>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>> ⊢* Hqn otherwise
>>>
>>> Yours fails to meet this spec.
>>>
>>> André
>>>
>> You keep insisting that H must be a mind reader and base it decision on
>> something other than its input parameters when you already know that all
>> deciders compute the mapping from their inputs to their own final state.
>>
>> Thus you gleefully contradict facts that you accept as true. Anyone that
>> contradicts facts that they know are true is a liar by definition.
>>
> You must understand that if P(P) haltd ansd H(P,P) reports "non-halting",
> anyone is going to say that you don't have a counterexample to Linz.
>
> Now I appreciate that you have fairly consistently said that whilst
> P(P) halts, "the input to H is non-halting". But I don't think anyone has
> a handle on that. It just seems to be nonsense, but it must mean something.
> The best I can guess is that the simulating Halt decider H reports
> P(P) as "non-halting" and you have decided that H is correct. So its
> simulation and halt decision is by definition not wrong.

I am saying that deciders are defined to compute the mapping from their
input parameters to their own accept or reject state, thus any
"specification" that contradicts this is fundamentally incorrect.

H(P,P) does compute the mapping from its input parameters to its own
final reject state correctly.

--
Copyright 2022 Pete Olcott

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

Re: on "infinitely recursive" and "recursive"

<t4mnf0$57d$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: agis...@gm.invalid (André G. Isaak)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 1 May 2022 13:35:58 -0600
Organization: Christians and Atheists United Against Creeping Agnosticism
Lines: 89
Message-ID: <t4mnf0$57d$1@dont-email.me>
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com> <t4mmf8$t33$1@dont-email.me>
<VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 1 May 2022 19:36:00 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="9aade08aa0eb94cd9b9879b12c2d9c29";
logging-data="5357"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+w2Hbgz66ktPkheU8KUPEY"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Cancel-Lock: sha1:9+YTopgBdH82xJ4Prgo1JwoS/Kg=
In-Reply-To: <VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Content-Language: en-US
 by: André G. Isaak - Sun, 1 May 2022 19:35 UTC

On 2022-05-01 13:24, olcott wrote:
> On 5/1/2022 2:19 PM, André G. Isaak wrote:
>> On 2022-05-01 13:05, olcott wrote:
>>> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>>>> On 2022-05-01 12:33, olcott wrote:
>>>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>>>> Recursive definitions are fine, infinitely recursive definitions
>>>>>>>> (such
>>>>>>>> as The Halting Problem) are INVALID.
>>>>>>>>
>>>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>>>
>>>>>>>> /Flibble
>>>>>>>>
>>>>>>>
>>>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>>>
>>>>>>> The counter example is, in a way, "recursive", but that recursion
>>>>>>> can only become infinite if the proposed Halt Decider turns out
>>>>>>> to fail to be a Halt Decider.
>>>>>>
>>>>>> Actually, even the counterexample is not recursive. It only
>>>>>> becomes recursive (or recursive-like) if one assumes that H bases
>>>>>> its answer on the simulation of its input. And the proof certainly
>>>>>> does not require that to be the case.
>>>>>>
>>>>>> André
>>>>>>
>>>>>
>>>>> Since the definition of H is wide open and can be anything at all
>>>>> that meets the spec, if any of these definitions make the
>>>>> "impossible" input decidable then this refutes the proofs.
>>>>
>>>> But the spec is as follows:
>>>>
>>>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>>>            ⊢* Hqn otherwise
>>>>
>>>> Yours fails to meet this spec.
>>>>
>>>> André
>>>>
>>>
>>> You keep insisting that H must be a mind reader and base it decision
>>> on something other than its input parameters when you already know
>>> that all deciders compute the mapping from their inputs to their own
>>> final state.
>>
>> Even if your view that TM's can only answer about their inputs were
>> true, the spec is what the spec is. Not every spec can be met.
>>
>
> I am saying that deciders are defined to compute the mapping from their
> input parameters to their own accept or reject state, thus any
> "specification" that contradicts this is fundamentally incorrect.

Specifications can't be 'correct' or 'incorrect'. They can be doable or
non-doable.

Since you claim to be a software engineer, consider the following:

Someone hires you to write some program. They tell you what the program
must do and what they ask for is simply not possible for a computer
program to do (for example, they want you to solve an NP-hard problem in
linear time).

Would you:

(a) Tell them that the specification is simply not doable

or

(b) Invest thousands of man-hours in writing a program that does
something not exactly like the spec on the assumption that they will pay
you for this after you explain to them that their specification was
incorrect and that therefore this must be what they actually wanted?

The spec is what you WANT the Turing Machine to do. It may or may not be
possible, but if it isn't possible that doesn't change what it was you
wanted it to do.

André

--
To email remove 'invalid' & replace 'gm' with well known Google mail
service.

Re: on "infinitely recursive" and "recursive"

<7qWdneAEQoRAf_P_nZ2dnUU7_8zNnZ2d@giganews.com>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 01 May 2022 14:43:25 -0500
Date: Sun, 1 May 2022 14:43:23 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com> <t4mmf8$t33$1@dont-email.me>
<VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com> <t4mnf0$57d$1@dont-email.me>
From: NoO...@NoWhere.com (olcott)
In-Reply-To: <t4mnf0$57d$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Message-ID: <7qWdneAEQoRAf_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Lines: 78
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-sWc88wzxVvr9JqfkILfGXJbUcEjnGhzjxgR0lEthHhpvkR1fQp+rhDedWBXPGNIKl64kpSoqjAzmyhV!ChG+q5KgRzPfx+Kz+FCSVPFcguUKY0Z6dY2DX3HEiTGPhxli7SGIdJJvAKL5h1HF6Zvrcyomltc=
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: 4407
 by: olcott - Sun, 1 May 2022 19:43 UTC

On 5/1/2022 2:35 PM, André G. Isaak wrote:
> On 2022-05-01 13:24, olcott wrote:
>> On 5/1/2022 2:19 PM, André G. Isaak wrote:
>>> On 2022-05-01 13:05, olcott wrote:
>>>> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>>>>> On 2022-05-01 12:33, olcott wrote:
>>>>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>>>>> Recursive definitions are fine, infinitely recursive
>>>>>>>>> definitions (such
>>>>>>>>> as The Halting Problem) are INVALID.
>>>>>>>>>
>>>>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>>>>
>>>>>>>>> /Flibble
>>>>>>>>>
>>>>>>>>
>>>>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>>>>
>>>>>>>> The counter example is, in a way, "recursive", but that
>>>>>>>> recursion can only become infinite if the proposed Halt Decider
>>>>>>>> turns out to fail to be a Halt Decider.
>>>>>>>
>>>>>>> Actually, even the counterexample is not recursive. It only
>>>>>>> becomes recursive (or recursive-like) if one assumes that H bases
>>>>>>> its answer on the simulation of its input. And the proof
>>>>>>> certainly does not require that to be the case.
>>>>>>>
>>>>>>> André
>>>>>>>
>>>>>>
>>>>>> Since the definition of H is wide open and can be anything at all
>>>>>> that meets the spec, if any of these definitions make the
>>>>>> "impossible" input decidable then this refutes the proofs.
>>>>>
>>>>> But the spec is as follows:
>>>>>
>>>>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>>>>            ⊢* Hqn otherwise
>>>>>
>>>>> Yours fails to meet this spec.
>>>>>
>>>>> André
>>>>>
>>>>
>>>> You keep insisting that H must be a mind reader and base it decision
>>>> on something other than its input parameters when you already know
>>>> that all deciders compute the mapping from their inputs to their own
>>>> final state.
>>>
>>> Even if your view that TM's can only answer about their inputs were
>>> true, the spec is what the spec is. Not every spec can be met.
>>>
>>
>> I am saying that deciders are defined to compute the mapping from
>> their input parameters to their own accept or reject state, thus any
>> "specification" that contradicts this is fundamentally incorrect.
>
> Specifications can't be 'correct' or 'incorrect'. They can be doable or
> non-doable.
>

If a spec says that cats are dogs or a decider computes the mapping from
non-inputs its contradict the definition of cat, dog, decider, thus
disagrees with established facts.

Anything that disagrees with established facts is always necessarily
incorrect.

--
Copyright 2022 Pete Olcott

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

Re: on "infinitely recursive" and "recursive"

<VpBbK.688882$LN2.200181@fx13.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx13.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com> <t4mmf8$t33$1@dont-email.me>
<VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 77
Message-ID: <VpBbK.688882$LN2.200181@fx13.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 15:43:51 -0400
X-Received-Bytes: 4145
 by: Richard Damon - Sun, 1 May 2022 19:43 UTC

On 5/1/22 3:24 PM, olcott wrote:
> On 5/1/2022 2:19 PM, André G. Isaak wrote:
>> On 2022-05-01 13:05, olcott wrote:
>>> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>>>> On 2022-05-01 12:33, olcott wrote:
>>>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>>>> Recursive definitions are fine, infinitely recursive definitions
>>>>>>>> (such
>>>>>>>> as The Halting Problem) are INVALID.
>>>>>>>>
>>>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>>>
>>>>>>>> /Flibble
>>>>>>>>
>>>>>>>
>>>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>>>
>>>>>>> The counter example is, in a way, "recursive", but that recursion
>>>>>>> can only become infinite if the proposed Halt Decider turns out
>>>>>>> to fail to be a Halt Decider.
>>>>>>
>>>>>> Actually, even the counterexample is not recursive. It only
>>>>>> becomes recursive (or recursive-like) if one assumes that H bases
>>>>>> its answer on the simulation of its input. And the proof certainly
>>>>>> does not require that to be the case.
>>>>>>
>>>>>> André
>>>>>>
>>>>>
>>>>> Since the definition of H is wide open and can be anything at all
>>>>> that meets the spec, if any of these definitions make the
>>>>> "impossible" input decidable then this refutes the proofs.
>>>>
>>>> But the spec is as follows:
>>>>
>>>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>>>            ⊢* Hqn otherwise
>>>>
>>>> Yours fails to meet this spec.
>>>>
>>>> André
>>>>
>>>
>>> You keep insisting that H must be a mind reader and base it decision
>>> on something other than its input parameters when you already know
>>> that all deciders compute the mapping from their inputs to their own
>>> final state.
>>
>> Even if your view that TM's can only answer about their inputs were
>> true, the spec is what the spec is. Not every spec can be met.
>>
>
> I am saying that deciders are defined to compute the mapping from their
> input parameters to their own accept or reject state, thus any
> "specification" that contradicts this is fundamentally incorrect.
>
>

But an X Decider is defined to say that the mapping it computes must
match the property X.

Thus a Halt Decider must match the Halting Property which is defined
based on the compuation the input repesents.

If you are saying we can't define a representation to allow that, that
is sufficient to say that there can not be any Halt Deciders (defined as
ones that get all inputs correctly).

You don't get to escape that requirement.

Your H is, by your claim a "Decider", but since the input doesn't
actually match the required representation for a Halting Decider, it
isn't one, but just your Poop Decider.

Re: on "infinitely recursive" and "recursive"

<t4mo1k$96k$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: agis...@gm.invalid (André G. Isaak)
Newsgroups: comp.theory
Subject: Re: on "infinitely recursive" and "recursive"
Date: Sun, 1 May 2022 13:45:56 -0600
Organization: Christians and Atheists United Against Creeping Agnosticism
Lines: 24
Message-ID: <t4mo1k$96k$2@dont-email.me>
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com> <t4mmf8$t33$1@dont-email.me>
<VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com> <t4mnf0$57d$1@dont-email.me>
<7qWdneAEQoRAf_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 1 May 2022 19:45:56 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="9aade08aa0eb94cd9b9879b12c2d9c29";
logging-data="9428"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7lVBnsetMsQbgRa7GTmYz"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Cancel-Lock: sha1:8V85CoENujMdo37NpT3nayXlkDc=
In-Reply-To: <7qWdneAEQoRAf_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Content-Language: en-US
 by: André G. Isaak - Sun, 1 May 2022 19:45 UTC

On 2022-05-01 13:43, olcott wrote:

>> Specifications can't be 'correct' or 'incorrect'. They can be doable
>> or non-doable.
>>
>
> If a spec says that cats are dogs or a decider computes the mapping from
> non-inputs its contradict the definition of cat, dog, decider, thus
> disagrees with established facts.
>
> Anything that disagrees with established facts is always necessarily
> incorrect.

And, as usual, you snipped all of the material which came afterwards
which addressed your misconception. Why not actually answer the
hypothetical I asked?

André

--
To email remove 'invalid' & replace 'gm' with well known Google mail
service.

Re: on "infinitely recursive" and "recursive"

<yvBbK.452494$t2Bb.406337@fx98.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!tr3.eu1.usenetexpress.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx98.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc> <n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me> <d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me> <nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com> <t4mmf8$t33$1@dont-email.me> <VYOdnd2cj9kcQ_P_nZ2dnUU7_8zNnZ2d@giganews.com> <t4mnf0$57d$1@dont-email.me> <7qWdneAEQoRAf_P_nZ2dnUU7_8zNnZ2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <7qWdneAEQoRAf_P_nZ2dnUU7_8zNnZ2d@giganews.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 89
Message-ID: <yvBbK.452494$t2Bb.406337@fx98.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 15:49:51 -0400
X-Received-Bytes: 4986
 by: Richard Damon - Sun, 1 May 2022 19:49 UTC

On 5/1/22 3:43 PM, olcott wrote:
> On 5/1/2022 2:35 PM, André G. Isaak wrote:
>> On 2022-05-01 13:24, olcott wrote:
>>> On 5/1/2022 2:19 PM, André G. Isaak wrote:
>>>> On 2022-05-01 13:05, olcott wrote:
>>>>> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>>>>>> On 2022-05-01 12:33, olcott wrote:
>>>>>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>>>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>>>>>> Recursive definitions are fine, infinitely recursive
>>>>>>>>>> definitions (such
>>>>>>>>>> as The Halting Problem) are INVALID.
>>>>>>>>>>
>>>>>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>>>>>
>>>>>>>>>> /Flibble
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>>>>>
>>>>>>>>> The counter example is, in a way, "recursive", but that
>>>>>>>>> recursion can only become infinite if the proposed Halt Decider
>>>>>>>>> turns out to fail to be a Halt Decider.
>>>>>>>>
>>>>>>>> Actually, even the counterexample is not recursive. It only
>>>>>>>> becomes recursive (or recursive-like) if one assumes that H
>>>>>>>> bases its answer on the simulation of its input. And the proof
>>>>>>>> certainly does not require that to be the case.
>>>>>>>>
>>>>>>>> André
>>>>>>>>
>>>>>>>
>>>>>>> Since the definition of H is wide open and can be anything at all
>>>>>>> that meets the spec, if any of these definitions make the
>>>>>>> "impossible" input decidable then this refutes the proofs.
>>>>>>
>>>>>> But the spec is as follows:
>>>>>>
>>>>>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>>>>>            ⊢* Hqn otherwise
>>>>>>
>>>>>> Yours fails to meet this spec.
>>>>>>
>>>>>> André
>>>>>>
>>>>>
>>>>> You keep insisting that H must be a mind reader and base it
>>>>> decision on something other than its input parameters when you
>>>>> already know that all deciders compute the mapping from their
>>>>> inputs to their own final state.
>>>>
>>>> Even if your view that TM's can only answer about their inputs were
>>>> true, the spec is what the spec is. Not every spec can be met.
>>>>
>>>
>>> I am saying that deciders are defined to compute the mapping from
>>> their input parameters to their own accept or reject state, thus any
>>> "specification" that contradicts this is fundamentally incorrect.
>>
>> Specifications can't be 'correct' or 'incorrect'. They can be doable
>> or non-doable.
>>
>
> If a spec says that cats are dogs or a decider computes the mapping from
> non-inputs its contradict the definition of cat, dog, decider, thus
> disagrees with established facts.
>
> Anything that disagrees with established facts is always necessarily
> incorrect.
>
>

No, if someone contracts you to deliver a Cat that is a Dog, then you
need to deliver them a Cat that is a Dog, or just refuse the contract.
If you deliver a Cat that isn't a Dog, or a Dog that isn't a Cat, you
haven't met the terms of the contract. Saying the contract is
"illogical" doesn't mean that you get to change it. You need to either
accept it or reject it.

If Halting requires deciding on something that can't be given as an
input, then that just proves that you can't decide Halting with a Turing
Machine (or equivalent computation), thus PROVING the theory, not
refuting it.

The Problem is the Problem. The claim is that the Problem can't be
solved under the rules. If you say the only way to solve the problem is
to change the rules, that is AGREEING with the claim.

Re: on "infinitely recursive" and "recursive"

<GxBbK.452495$t2Bb.114195@fx98.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!npeer.as286.net!npeer-ng0.as286.net!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx98.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.8.1
Subject: Re: on "infinitely recursive" and "recursive"
Content-Language: en-US
Newsgroups: comp.theory
References: <20220501133707.00002134@reddwarf.jmc>
<n8zbK.4460$81g4.3413@fx37.iad> <t4mg34$3n9$1@dont-email.me>
<d9KdnQZt_bn_T_P_nZ2dnUU7_8xh4p2d@giganews.com> <t4mkci$cj2$1@dont-email.me>
<nbGdnW-d1Nd7RPP_nZ2dnUU7_83NnZ2d@giganews.com>
<1ccaa87f-5875-4468-99b9-36ac56a197a0n@googlegroups.com>
<VYOdndycj9m-QvP_nZ2dnUU7_8xh4p2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <VYOdndycj9m-QvP_nZ2dnUU7_8xh4p2d@giganews.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 77
Message-ID: <GxBbK.452495$t2Bb.114195@fx98.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sun, 1 May 2022 15:52:08 -0400
X-Received-Bytes: 4524
 by: Richard Damon - Sun, 1 May 2022 19:52 UTC

On 5/1/22 3:27 PM, olcott wrote:
> On 5/1/2022 2:21 PM, Malcolm McLean wrote:
>> On Sunday, 1 May 2022 at 20:05:17 UTC+1, olcott wrote:
>>> On 5/1/2022 1:43 PM, André G. Isaak wrote:
>>>> On 2022-05-01 12:33, olcott wrote:
>>>>> On 5/1/2022 12:30 PM, André G. Isaak wrote:
>>>>>> On 2022-05-01 11:08, Richard Damon wrote:
>>>>>>> On 5/1/22 8:37 AM, Mr Flibble wrote:
>>>>>>>> Recursive definitions are fine, infinitely recursive definitions
>>>>>>>> (such
>>>>>>>> as The Halting Problem) are INVALID.
>>>>>>>>
>>>>>>>> RECURSIVE and INFINITELY RECURSIVE are TWO DIFFERENT THINGS.
>>>>>>>>
>>>>>>>> /Flibble
>>>>>>>>
>>>>>>>
>>>>>>> And the Halting Problem isn't recursive at all, so it can't be
>>>>>>> infinity recursive. NOTHING in the definition refers to itself.
>>>>>>>
>>>>>>> The counter example is, in a way, "recursive", but that recursion
>>>>>>> can only become infinite if the proposed Halt Decider turns out to
>>>>>>> fail to be a Halt Decider.
>>>>>>
>>>>>> Actually, even the counterexample is not recursive. It only becomes
>>>>>> recursive (or recursive-like) if one assumes that H bases its answer
>>>>>> on the simulation of its input. And the proof certainly does not
>>>>>> require that to be the case.
>>>>>>
>>>>>> André
>>>>>>
>>>>>
>>>>> Since the definition of H is wide open and can be anything at all that
>>>>> meets the spec, if any of these definitions make the "impossible"
>>>>> input decidable then this refutes the proofs.
>>>>
>>>> But the spec is as follows:
>>>>
>>>> Hq0 <M> w ⊢* Hqy iff M applied to w halts
>>>>            ⊢* Hqn otherwise
>>>>
>>>> Yours fails to meet this spec.
>>>>
>>>> André
>>>>
>>> You keep insisting that H must be a mind reader and base it decision on
>>> something other than its input parameters when you already know that all
>>> deciders compute the mapping from their inputs to their own final state.
>>>
>>> Thus you gleefully contradict facts that you accept as true. Anyone that
>>> contradicts facts that they know are true is a liar by definition.
>>>
>> You must understand that if P(P) haltd ansd H(P,P) reports "non-halting",
>> anyone is going to say that you don't have a counterexample to Linz.
>>
>> Now I appreciate that you have fairly consistently said that whilst
>> P(P) halts, "the input to H  is non-halting". But I don't think anyone
>> has
>> a handle on that. It just seems to be nonsense, but it must mean
>> something.
>> The best I can guess is that the simulating Halt decider H reports
>> P(P) as "non-halting" and you have decided that H is correct. So its
>> simulation and halt decision is by definition not wrong.
>
> I am saying that deciders are defined to compute the mapping from their
> input parameters to their own accept or reject state, thus any
> "specification" that contradicts this is fundamentally incorrect.
>
> H(P,P) does compute the mapping from its input parameters to its own
> final reject state correctly.
>
>

It computes "A" Mapping, not "THE" Mapping, as THE mapping is defined by
the computation that the input represents, which you say it can't be
reposisible for, which just says it has rejected being a Halting
Decider, and is just some poop Decider.

Pages:12
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor