Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

panic: kernel trap (ignored)


devel / comp.theory / The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

SubjectAuthor
* The state of the art best term rewrite termination analyzers are ofolcott
+- The state of the art best term rewrite termination analyzers areRichard Damon
`* The state of the art best term rewrite termination analyzers areolcott
 +- The state of the art best term rewrite termination analyzers areolcott
 `* The state of the art best term rewrite termination analyzers areRichard Damon
  `* The state of the art best term rewrite termination analyzers areolcott
   +- The state of the art best term rewrite termination analyzers arePython
   `* The state of the art best term rewrite termination analyzers areRichard Damon
    `* The state of the art best term rewrite termination analyzers areolcott
     `* The state of the art best term rewrite termination analyzers areRichard Damon
      `* The state of the art best term rewrite termination analyzers areolcott
       `* The state of the art best term rewrite termination analyzers areRichard Damon
        `* The state of the art best term rewrite termination analyzers areolcott
         `* The state of the art best term rewrite termination analyzers areRichard Damon
          `* The state of the art best term rewrite termination analyzers areolcott
           `- The state of the art best term rewrite termination analyzers areRichard Damon

1
The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5mia7$lhap$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: The state of the art best term rewrite termination analyzers are of
similar power to x86utm.H
Date: Tue, 6 Jun 2023 01:04:54 -0500
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <u5mia7$lhap$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 6 Jun 2023 06:04:55 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a541be8a8a79de1b3e209806b188591e";
logging-data="705881"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19wSOtuU6sxaa8YxTcG0bRE"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:HYesPBYK5mgCy2SfyarVlY6xV+0=
Content-Language: en-US
 by: olcott - Tue, 6 Jun 2023 06:04 UTC

Theirs can do things that mine cannot and mine can do things that theirs
cannot. https://aprove.informatik.rwth-aachen.de/interface/submission

My system can handle this theirs cannot.

void Simulate(int (*x)(), int (*y)())
{ x(y);
}

int D(int (*x)())
{ Simulate(x, x);
}

int main()
{ D(D);
}

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<f8FfM.3769843$iU59.1121355@fx14.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!peer02.ams4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx14.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Content-Language: en-US
Newsgroups: comp.theory,sci.logic
References: <u5mia7$lhap$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u5mia7$lhap$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 41
Message-ID: <f8FfM.3769843$iU59.1121355@fx14.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: Tue, 6 Jun 2023 07:54:51 -0400
X-Received-Bytes: 2229
 by: Richard Damon - Tue, 6 Jun 2023 11:54 UTC

On 6/6/23 2:04 AM, olcott wrote:
> Theirs can do things that mine cannot and mine can do things that theirs
> cannot. https://aprove.informatik.rwth-aachen.de/interface/submission
>
> My system can handle this theirs cannot.
>
> void Simulate(int (*x)(), int (*y)())
> {
>   x(y);
> }

Which is mis-named, as it doesn't "Simulate" its input.

>
> int D(int (*x)())
> {
>   Simulate(x, x);
> }
>
> int main()
> {
>   D(D);
> }
>
>

But, as you should know, that isn't the "D" or "P" or "H^" of the
Halting problem, since that calls "H", the Halt Decider, and not just a
"Simulator"

Now, it seems you stupidly think that you decider and a pure simulator
can botn be the same thing and also be different, which shows that
failing of your logic system.

Your corrent posted "termination analyzer", and what it can detect is
probably on par with a first-year project. Perhaps a bigger code base,
since you chose a very inefficient method of doing things, but no more
performant. You code only finds the most simple of looping conditions,
and does not handle correctly programs that recurse through it, as it
assumes that calls to itself are calls to a pure simulator, not actually
calls to itself.

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5ni1b$p01m$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Tue, 6 Jun 2023 10:06:16 -0500
Organization: A noiseless patient Spider
Lines: 58
Message-ID: <u5ni1b$p01m$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 6 Jun 2023 15:06:19 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a541be8a8a79de1b3e209806b188591e";
logging-data="819254"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+fhinUYZ1op/XYWgcMjaRm"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:6UXmWbm6eYNgn2R5NCHLne3A5+Q=
Content-Language: en-US
In-Reply-To: <u5mia7$lhap$1@dont-email.me>
 by: olcott - Tue, 6 Jun 2023 15:06 UTC

On 6/6/2023 1:04 AM, olcott wrote:
> Theirs can do things that mine cannot and mine can do things that theirs
> cannot. https://aprove.informatik.rwth-aachen.de/interface/submission
>
> My system can handle this theirs cannot.
>
> void Simulate(int (*x)(), int (*y)())
> {
>   x(y);
> }
>
> int D(int (*x)())
> {
>   Simulate(x, x);
> }
>
> int main()
> {
>   D(D);
> }
>
>

For the above code my termination analyzer is superior to the state of
the art most cited termination analyzer: AProVE2023

int Simulate(int (*x)(), int (*y)())
{ x(y);
return 1;
}

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

int main()
{ D(D);
}

This is the AProVE2023 "I don't know" answer:
Termination could not be shown (Maybe)

*This is the x86utm.H(D,D) answer*
Output("Input_Halts = ", H(D,D));
Input_Halts = 0

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5o113$r03o$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Tue, 6 Jun 2023 14:22:08 -0500
Organization: A noiseless patient Spider
Lines: 63
Message-ID: <u5o113$r03o$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 6 Jun 2023 19:22:11 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a541be8a8a79de1b3e209806b188591e";
logging-data="884856"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19YSdUFpbSCOlgjAHTgtNcn"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:YHtFgaxq80biZ22O0LDwVwe9vv4=
In-Reply-To: <u5ni1b$p01m$1@dont-email.me>
Content-Language: en-US
 by: olcott - Tue, 6 Jun 2023 19:22 UTC

On 6/6/2023 10:06 AM, olcott wrote:
> On 6/6/2023 1:04 AM, olcott wrote:
>> Theirs can do things that mine cannot and mine can do things that
>> theirs cannot.
>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>
>> My system can handle this theirs cannot.
>>
>> void Simulate(int (*x)(), int (*y)())
>> {
>>    x(y);
>> }
>>
>> int D(int (*x)())
>> {
>>    Simulate(x, x);
>> }
>>
>> int main()
>> {
>>    D(D);
>> }
>>
>>
>
> For the above code my termination analyzer is superior to the state of
> the art most cited termination analyzer: AProVE2023
>
> int Simulate(int (*x)(), int (*y)())
> {
>   x(y);
>   return 1;
> }
>
> int D(int (*x)())
> {
>   int Halt_Status = Simulate(x, x);
>   if (Halt_Status)
>     HERE: goto HERE;
>   return Halt_Status;
> }
>
> int main()
> {
>   D(D);
> }
>
> This is the AProVE2023 "I don't know" answer:
> Termination could not be shown (Maybe)
>
> *This is the x86utm.H(D,D) answer*
> Output("Input_Halts = ", H(D,D));
> Input_Halts = 0
>

AProVE has had at least 20 years of developmental effort.
https://aprove.informatik.rwth-aachen.de/references

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<mGOfM.757$AF%b.203@fx12.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx12.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Newsgroups: comp.theory,sci.logic
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
Content-Language: en-US
In-Reply-To: <u5ni1b$p01m$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 76
Message-ID: <mGOfM.757$AF%b.203@fx12.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: Tue, 6 Jun 2023 18:45:37 -0400
X-Received-Bytes: 2600
 by: Richard Damon - Tue, 6 Jun 2023 22:45 UTC

On 6/6/23 11:06 AM, olcott wrote:
> On 6/6/2023 1:04 AM, olcott wrote:
>> Theirs can do things that mine cannot and mine can do things that
>> theirs cannot.
>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>
>> My system can handle this theirs cannot.
>>
>> void Simulate(int (*x)(), int (*y)())
>> {
>>    x(y);
>> }
>>
>> int D(int (*x)())
>> {
>>    Simulate(x, x);
>> }
>>
>> int main()
>> {
>>    D(D);
>> }
>>
>>
>
> For the above code my termination analyzer is superior to the state of
> the art most cited termination analyzer: AProVE2023

But was considered solved 40 years ago, so obviously your idea of "State
of the Art" is flawed.

>
> int Simulate(int (*x)(), int (*y)())
> {
>   x(y);
>   return 1;
> }
>
> int D(int (*x)())
> {
>   int Halt_Status = Simulate(x, x);
>   if (Halt_Status)
>     HERE: goto HERE;
>   return Halt_Status;
> }
>
> int main()
> {
>   D(D);
> }
>
> This is the AProVE2023 "I don't know" answer:
> Termination could not be shown (Maybe)
>
> *This is the x86utm.H(D,D) answer*
> Output("Input_Halts = ", H(D,D));
> Input_Halts = 0
>
>
>

And, since that isn't the program from the Halting Problem proof,
meaningess.

Your problem is your Halt Decider gives the same answer for an input
that DOES halt, so is wrong.

Remember, when D(m) calls H(m,m) then D(D) is shown to halt because your
H(D,D) returns 0, so H should have returned 1, so was wrong.

As the problem you are quoting specifies, the correct answer is to the
ACTUAL programs behavior, not can the decider correctly simulate the
input to the final state.

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5oevp$sega$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Tue, 6 Jun 2023 18:20:25 -0500
Organization: A noiseless patient Spider
Lines: 75
Message-ID: <u5oevp$sega$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 6 Jun 2023 23:20:25 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="7f7ad767b23d1a0e56d522582574e3b0";
logging-data="932362"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+RxuFvX7pOFFy8IKY8Mz38"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:O+lcw49Zw76z/PDF5vy/pi2vc8E=
Content-Language: en-US
In-Reply-To: <mGOfM.757$AF%b.203@fx12.iad>
 by: olcott - Tue, 6 Jun 2023 23:20 UTC

On 6/6/2023 5:45 PM, Richard Damon wrote:
> On 6/6/23 11:06 AM, olcott wrote:
>> On 6/6/2023 1:04 AM, olcott wrote:
>>> Theirs can do things that mine cannot and mine can do things that
>>> theirs cannot.
>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>
>>> My system can handle this theirs cannot.
>>>
>>> void Simulate(int (*x)(), int (*y)())
>>> {
>>>    x(y);
>>> }
>>>
>>> int D(int (*x)())
>>> {
>>>    Simulate(x, x);
>>> }
>>>
>>> int main()
>>> {
>>>    D(D);
>>> }
>>>
>>>
>>
>> For the above code my termination analyzer is superior to the state of
>> the art most cited termination analyzer: AProVE2023
>
> But was considered solved 40 years ago, so obviously your idea of "State
> of the Art" is flawed.
>
>
>
>>
>> int Simulate(int (*x)(), int (*y)())
>> {
>>    x(y);
>>    return 1;
>> }
>>
>> int D(int (*x)())
>> {
>>    int Halt_Status = Simulate(x, x);
>>    if (Halt_Status)
>>      HERE: goto HERE;
>>    return Halt_Status;
>> }
>>
>> int main()
>> {
>>    D(D);
>> }
>>
>> This is the AProVE2023 "I don't know" answer:
>> Termination could not be shown (Maybe)
>>
>> *This is the x86utm.H(D,D) answer*
>> Output("Input_Halts = ", H(D,D));
>> Input_Halts = 0
>>
>>
>>
>
> And, since that isn't the program from the Halting Problem proof,
> meaningess.
>

It proves that my termination analyzer can do things that the most
sophisticated termination analyzer in the world cannot do.

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5of54$rlav$14@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: pyt...@invalid.org (Python)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Wed, 7 Jun 2023 01:23:16 +0200
Organization: A noiseless patient Spider
Lines: 76
Message-ID: <u5of54$rlav$14@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 6 Jun 2023 23:23:16 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f80e02d9c73805591515b5bea48a6821";
logging-data="906591"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19DFWpQAMzkLQwIes6XprSc"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.3.3
Cancel-Lock: sha1:vTRxFjyraCrsfJVgBkPhsF9Ge8I=
In-Reply-To: <u5oevp$sega$1@dont-email.me>
Content-Language: en-US
 by: Python - Tue, 6 Jun 2023 23:23 UTC

Le 07/06/2023 à 01:20, olcott a écrit :
> On 6/6/2023 5:45 PM, Richard Damon wrote:
>> On 6/6/23 11:06 AM, olcott wrote:
>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>> Theirs can do things that mine cannot and mine can do things that
>>>> theirs cannot.
>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>
>>>> My system can handle this theirs cannot.
>>>>
>>>> void Simulate(int (*x)(), int (*y)())
>>>> {
>>>>    x(y);
>>>> }
>>>>
>>>> int D(int (*x)())
>>>> {
>>>>    Simulate(x, x);
>>>> }
>>>>
>>>> int main()
>>>> {
>>>>    D(D);
>>>> }
>>>>
>>>>
>>>
>>> For the above code my termination analyzer is superior to the state
>>> of the art most cited termination analyzer: AProVE2023
>>
>> But was considered solved 40 years ago, so obviously your idea of
>> "State of the Art" is flawed.
>>
>>
>>
>>>
>>> int Simulate(int (*x)(), int (*y)())
>>> {
>>>    x(y);
>>>    return 1;
>>> }
>>>
>>> int D(int (*x)())
>>> {
>>>    int Halt_Status = Simulate(x, x);
>>>    if (Halt_Status)
>>>      HERE: goto HERE;
>>>    return Halt_Status;
>>> }
>>>
>>> int main()
>>> {
>>>    D(D);
>>> }
>>>
>>> This is the AProVE2023 "I don't know" answer:
>>> Termination could not be shown (Maybe)
>>>
>>> *This is the x86utm.H(D,D) answer*
>>> Output("Input_Halts = ", H(D,D));
>>> Input_Halts = 0
>>>
>>>
>>>
>>
>> And, since that isn't the program from the Halting Problem proof,
>> meaningess.
>>
>
> It proves that my termination analyzer can do things that the most
> sophisticated termination analyzer in the world cannot do.
>

Aheum. No.

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<nKQfM.2$ac44.0@fx34.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx34.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Newsgroups: comp.theory,sci.logic
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
Content-Language: en-US
In-Reply-To: <u5oevp$sega$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 96
Message-ID: <nKQfM.2$ac44.0@fx34.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: Tue, 6 Jun 2023 21:06:27 -0400
X-Received-Bytes: 3591
 by: Richard Damon - Wed, 7 Jun 2023 01:06 UTC

On 6/6/23 7:20 PM, olcott wrote:
> On 6/6/2023 5:45 PM, Richard Damon wrote:
>> On 6/6/23 11:06 AM, olcott wrote:
>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>> Theirs can do things that mine cannot and mine can do things that
>>>> theirs cannot.
>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>
>>>> My system can handle this theirs cannot.
>>>>
>>>> void Simulate(int (*x)(), int (*y)())
>>>> {
>>>>    x(y);
>>>> }
>>>>
>>>> int D(int (*x)())
>>>> {
>>>>    Simulate(x, x);
>>>> }
>>>>
>>>> int main()
>>>> {
>>>>    D(D);
>>>> }
>>>>
>>>>
>>>
>>> For the above code my termination analyzer is superior to the state
>>> of the art most cited termination analyzer: AProVE2023
>>
>> But was considered solved 40 years ago, so obviously your idea of
>> "State of the Art" is flawed.
>>
>>
>>
>>>
>>> int Simulate(int (*x)(), int (*y)())
>>> {
>>>    x(y);
>>>    return 1;
>>> }
>>>
>>> int D(int (*x)())
>>> {
>>>    int Halt_Status = Simulate(x, x);
>>>    if (Halt_Status)
>>>      HERE: goto HERE;
>>>    return Halt_Status;
>>> }
>>>
>>> int main()
>>> {
>>>    D(D);
>>> }
>>>
>>> This is the AProVE2023 "I don't know" answer:
>>> Termination could not be shown (Maybe)
>>>
>>> *This is the x86utm.H(D,D) answer*
>>> Output("Input_Halts = ", H(D,D));
>>> Input_Halts = 0
>>>
>>>
>>>
>>
>> And, since that isn't the program from the Halting Problem proof,
>> meaningess.
>>
>
> It proves that my termination analyzer can do things that the most
> sophisticated termination analyzer in the world cannot do.
>

Nope, it proves you lie.

If the program you reference can't handle that EXACT program, then it
isn't the state of the art in termination analysis. (and if what you
gave it wasn't that exact program than your whole statement is a lie).

Note, if "Simulate" is a linker magic symbol that gets replaced with a
differentr function, then you are also lying, because the program being
analyized isn't the program shown.

Also note, YOUR program doesn't actually meet the requirements normally
given for termination alalysis, as that is the the analysis program is
given a COMPLETE program, but your analyizer can only be given a
"subprogram" that is contrained to be in the address space of the analyzer.

You also constrain the program to not be able to have a "copy" of the
analyizer, and maybe even not its own simulator, so you put a sharp line
of what you consider a "program".

These are FATAL flaws to you claims of working on the actual Halting
Problem.

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5ooib$10u60$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Tue, 6 Jun 2023 21:03:53 -0500
Organization: A noiseless patient Spider
Lines: 84
Message-ID: <u5ooib$10u60$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 7 Jun 2023 02:03:55 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="7f7ad767b23d1a0e56d522582574e3b0";
logging-data="1079488"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX186HzAdv6qe/9q4Y2+PO7zK"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:oRfuxVW8Kx5UV37xlTH7rbuKwIM=
Content-Language: en-US
In-Reply-To: <nKQfM.2$ac44.0@fx34.iad>
 by: olcott - Wed, 7 Jun 2023 02:03 UTC

On 6/6/2023 8:06 PM, Richard Damon wrote:
> On 6/6/23 7:20 PM, olcott wrote:
>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>> On 6/6/23 11:06 AM, olcott wrote:
>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>> Theirs can do things that mine cannot and mine can do things that
>>>>> theirs cannot.
>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>
>>>>> My system can handle this theirs cannot.
>>>>>
>>>>> void Simulate(int (*x)(), int (*y)())
>>>>> {
>>>>>    x(y);
>>>>> }
>>>>>
>>>>> int D(int (*x)())
>>>>> {
>>>>>    Simulate(x, x);
>>>>> }
>>>>>
>>>>> int main()
>>>>> {
>>>>>    D(D);
>>>>> }
>>>>>
>>>>>
>>>>
>>>> For the above code my termination analyzer is superior to the state
>>>> of the art most cited termination analyzer: AProVE2023
>>>
>>> But was considered solved 40 years ago, so obviously your idea of
>>> "State of the Art" is flawed.
>>>
>>>
>>>
>>>>
>>>> int Simulate(int (*x)(), int (*y)())
>>>> {
>>>>    x(y);
>>>>    return 1;
>>>> }
>>>>
>>>> int D(int (*x)())
>>>> {
>>>>    int Halt_Status = Simulate(x, x);
>>>>    if (Halt_Status)
>>>>      HERE: goto HERE;
>>>>    return Halt_Status;
>>>> }
>>>>
>>>> int main()
>>>> {
>>>>    D(D);
>>>> }
>>>>
>>>> This is the AProVE2023 "I don't know" answer:
>>>> Termination could not be shown (Maybe)
>>>>
>>>> *This is the x86utm.H(D,D) answer*
>>>> Output("Input_Halts = ", H(D,D));
>>>> Input_Halts = 0
>>>>
>>>>
>>>>
>>>
>>> And, since that isn't the program from the Halting Problem proof,
>>> meaningess.
>>>
>>
>> It proves that my termination analyzer can do things that the most
>> sophisticated termination analyzer in the world cannot do.
>>
>
> Nope, it proves you lie.
>
> If the program you reference can't handle that EXACT program, then it
> isn't the state of the art in termination analysis.
That does not logically follow.

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<YdSfM.6$SaD4.5@fx39.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx39.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Content-Language: en-US
Newsgroups: comp.theory,sci.logic
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad> <u5ooib$10u60$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u5ooib$10u60$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 89
Message-ID: <YdSfM.6$SaD4.5@fx39.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: Tue, 6 Jun 2023 22:48:24 -0400
X-Received-Bytes: 3417
 by: Richard Damon - Wed, 7 Jun 2023 02:48 UTC

On 6/6/23 10:03 PM, olcott wrote:
> On 6/6/2023 8:06 PM, Richard Damon wrote:
>> On 6/6/23 7:20 PM, olcott wrote:
>>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>>> On 6/6/23 11:06 AM, olcott wrote:
>>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>>> Theirs can do things that mine cannot and mine can do things that
>>>>>> theirs cannot.
>>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>>
>>>>>> My system can handle this theirs cannot.
>>>>>>
>>>>>> void Simulate(int (*x)(), int (*y)())
>>>>>> {
>>>>>>    x(y);
>>>>>> }
>>>>>>
>>>>>> int D(int (*x)())
>>>>>> {
>>>>>>    Simulate(x, x);
>>>>>> }
>>>>>>
>>>>>> int main()
>>>>>> {
>>>>>>    D(D);
>>>>>> }
>>>>>>
>>>>>>
>>>>>
>>>>> For the above code my termination analyzer is superior to the state
>>>>> of the art most cited termination analyzer: AProVE2023
>>>>
>>>> But was considered solved 40 years ago, so obviously your idea of
>>>> "State of the Art" is flawed.
>>>>
>>>>
>>>>
>>>>>
>>>>> int Simulate(int (*x)(), int (*y)())
>>>>> {
>>>>>    x(y);
>>>>>    return 1;
>>>>> }
>>>>>
>>>>> int D(int (*x)())
>>>>> {
>>>>>    int Halt_Status = Simulate(x, x);
>>>>>    if (Halt_Status)
>>>>>      HERE: goto HERE;
>>>>>    return Halt_Status;
>>>>> }
>>>>>
>>>>> int main()
>>>>> {
>>>>>    D(D);
>>>>> }
>>>>>
>>>>> This is the AProVE2023 "I don't know" answer:
>>>>> Termination could not be shown (Maybe)
>>>>>
>>>>> *This is the x86utm.H(D,D) answer*
>>>>> Output("Input_Halts = ", H(D,D));
>>>>> Input_Halts = 0
>>>>>
>>>>>
>>>>>
>>>>
>>>> And, since that isn't the program from the Halting Problem proof,
>>>> meaningess.
>>>>
>>>
>>> It proves that my termination analyzer can do things that the most
>>> sophisticated termination analyzer in the world cannot do.
>>>
>>
>> Nope, it proves you lie.
>>
>> If the program you reference can't handle that EXACT program, then it
>> isn't the state of the art in termination analysis.
> That does not logically follow.
>

Since that exact program COULD be handled 40 years ago with well known
logic, a program that can't handle it now can't be "state of the art"

You don't seem to understand what the words mean.

Of course, my guess is that you don't actually mean what you say,
because you have shown yourself to be a pathological liar.

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5otfg$11bun$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Tue, 6 Jun 2023 22:27:44 -0500
Organization: A noiseless patient Spider
Lines: 103
Message-ID: <u5otfg$11bun$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad> <u5ooib$10u60$1@dont-email.me>
<YdSfM.6$SaD4.5@fx39.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 7 Jun 2023 03:27:44 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="7f7ad767b23d1a0e56d522582574e3b0";
logging-data="1093591"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX185ZzcHf39PSIIp476Rz4dW"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:LoORrzBZwK6WDU5vxGAv9u5MeAQ=
Content-Language: en-US
In-Reply-To: <YdSfM.6$SaD4.5@fx39.iad>
 by: olcott - Wed, 7 Jun 2023 03:27 UTC

On 6/6/2023 9:48 PM, Richard Damon wrote:
> On 6/6/23 10:03 PM, olcott wrote:
>> On 6/6/2023 8:06 PM, Richard Damon wrote:
>>> On 6/6/23 7:20 PM, olcott wrote:
>>>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>>>> On 6/6/23 11:06 AM, olcott wrote:
>>>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>>>> Theirs can do things that mine cannot and mine can do things that
>>>>>>> theirs cannot.
>>>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>>>
>>>>>>> My system can handle this theirs cannot.
>>>>>>>
>>>>>>> void Simulate(int (*x)(), int (*y)())
>>>>>>> {
>>>>>>>    x(y);
>>>>>>> }
>>>>>>>
>>>>>>> int D(int (*x)())
>>>>>>> {
>>>>>>>    Simulate(x, x);
>>>>>>> }
>>>>>>>
>>>>>>> int main()
>>>>>>> {
>>>>>>>    D(D);
>>>>>>> }
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> For the above code my termination analyzer is superior to the
>>>>>> state of the art most cited termination analyzer: AProVE2023
>>>>>
>>>>> But was considered solved 40 years ago, so obviously your idea of
>>>>> "State of the Art" is flawed.
>>>>>
>>>>>
>>>>>
>>>>>>
>>>>>> int Simulate(int (*x)(), int (*y)())
>>>>>> {
>>>>>>    x(y);
>>>>>>    return 1;
>>>>>> }
>>>>>>
>>>>>> int D(int (*x)())
>>>>>> {
>>>>>>    int Halt_Status = Simulate(x, x);
>>>>>>    if (Halt_Status)
>>>>>>      HERE: goto HERE;
>>>>>>    return Halt_Status;
>>>>>> }
>>>>>>
>>>>>> int main()
>>>>>> {
>>>>>>    D(D);
>>>>>> }
>>>>>>
>>>>>> This is the AProVE2023 "I don't know" answer:
>>>>>> Termination could not be shown (Maybe)
>>>>>>
>>>>>> *This is the x86utm.H(D,D) answer*
>>>>>> Output("Input_Halts = ", H(D,D));
>>>>>> Input_Halts = 0
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> And, since that isn't the program from the Halting Problem proof,
>>>>> meaningess.
>>>>>
>>>>
>>>> It proves that my termination analyzer can do things that the most
>>>> sophisticated termination analyzer in the world cannot do.
>>>>
>>>
>>> Nope, it proves you lie.
>>>
>>> If the program you reference can't handle that EXACT program, then it
>>> isn't the state of the art in termination analysis.
>> That does not logically follow.
>>
>
> Since that exact program COULD be handled 40 years ago with well known
> logic, a program that can't handle it now can't be "state of the art"
>

40 years ago termination analysis as an academic field of study did not
exist. In the last couple of decades most termination analysis has
coalesced around term rewrite systems. On the basis of the published
literature AProVE seems to lead the pack.

> You don't seem to understand what the words mean.
>
> Of course, my guess is that you don't actually mean what you say,
> because you have shown yourself to be a pathological liar.

And you define pathological liar as someone that makes honest mistakes.

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5oun1$11fnp$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: news.x.r...@xoxy.net (Richard Damon)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Tue, 6 Jun 2023 23:48:49 -0400
Organization: A noiseless patient Spider
Lines: 125
Message-ID: <u5oun1$11fnp$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad> <u5ooib$10u60$1@dont-email.me>
<YdSfM.6$SaD4.5@fx39.iad> <u5otfg$11bun$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 7 Jun 2023 03:48:49 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0efc7c030b915318356cf42250c8abea";
logging-data="1097465"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+utbF0JOMVOK1hbyxaooRGh+KUyL6hlRQ="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Cancel-Lock: sha1:pq75QNBXVPrOUXqB+RsvNnyE0Gg=
Content-Language: en-US
In-Reply-To: <u5otfg$11bun$1@dont-email.me>
 by: Richard Damon - Wed, 7 Jun 2023 03:48 UTC

On 6/6/23 11:27 PM, olcott wrote:
> On 6/6/2023 9:48 PM, Richard Damon wrote:
>> On 6/6/23 10:03 PM, olcott wrote:
>>> On 6/6/2023 8:06 PM, Richard Damon wrote:
>>>> On 6/6/23 7:20 PM, olcott wrote:
>>>>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>>>>> On 6/6/23 11:06 AM, olcott wrote:
>>>>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>>>>> Theirs can do things that mine cannot and mine can do things
>>>>>>>> that theirs cannot.
>>>>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>>>>
>>>>>>>> My system can handle this theirs cannot.
>>>>>>>>
>>>>>>>> void Simulate(int (*x)(), int (*y)())
>>>>>>>> {
>>>>>>>>    x(y);
>>>>>>>> }
>>>>>>>>
>>>>>>>> int D(int (*x)())
>>>>>>>> {
>>>>>>>>    Simulate(x, x);
>>>>>>>> }
>>>>>>>>
>>>>>>>> int main()
>>>>>>>> {
>>>>>>>>    D(D);
>>>>>>>> }
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> For the above code my termination analyzer is superior to the
>>>>>>> state of the art most cited termination analyzer: AProVE2023
>>>>>>
>>>>>> But was considered solved 40 years ago, so obviously your idea of
>>>>>> "State of the Art" is flawed.
>>>>>>
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> int Simulate(int (*x)(), int (*y)())
>>>>>>> {
>>>>>>>    x(y);
>>>>>>>    return 1;
>>>>>>> }
>>>>>>>
>>>>>>> int D(int (*x)())
>>>>>>> {
>>>>>>>    int Halt_Status = Simulate(x, x);
>>>>>>>    if (Halt_Status)
>>>>>>>      HERE: goto HERE;
>>>>>>>    return Halt_Status;
>>>>>>> }
>>>>>>>
>>>>>>> int main()
>>>>>>> {
>>>>>>>    D(D);
>>>>>>> }
>>>>>>>
>>>>>>> This is the AProVE2023 "I don't know" answer:
>>>>>>> Termination could not be shown (Maybe)
>>>>>>>
>>>>>>> *This is the x86utm.H(D,D) answer*
>>>>>>> Output("Input_Halts = ", H(D,D));
>>>>>>> Input_Halts = 0
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> And, since that isn't the program from the Halting Problem proof,
>>>>>> meaningess.
>>>>>>
>>>>>
>>>>> It proves that my termination analyzer can do things that the most
>>>>> sophisticated termination analyzer in the world cannot do.
>>>>>
>>>>
>>>> Nope, it proves you lie.
>>>>
>>>> If the program you reference can't handle that EXACT program, then
>>>> it isn't the state of the art in termination analysis.
>>> That does not logically follow.
>>>
>>
>> Since that exact program COULD be handled 40 years ago with well known
>> logic, a program that can't handle it now can't be "state of the art"
>>
>
> 40 years ago termination analysis as an academic field of study did not
> exist. In the last couple of decades most termination analysis has
> coalesced around term rewrite systems. On the basis of the published
> literature AProVE seems to lead the pack.

It might not have had the fancy name, but analysis of machines for
halting was an established field.

Again, you seem to be making bold claims based on lack of knowledge and
the assumption that you understand something you don't.

>
>> You don't seem to understand what the words mean.
>>
>> Of course, my guess is that you don't actually mean what you say,
>> because you have shown yourself to be a pathological liar.
>
> And you define pathological liar as someone that makes honest mistakes.
>

So, you admit you are making a mistake? I guess so.

Someone how starts by insisting that they MUST be right and much later
have to admit that they never knew what they were taling about IS a
pathological liar.

That describes you to the T.

So, yes, you ARE a pathological liar, because you have no understand of
what truth actually means.

The fact that you argue that a defintionally WRONG answer must be right
demonstrates that.

Sorry, you are just proving how ignorant you are.

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5ovuq$11ivs$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Tue, 6 Jun 2023 23:10:01 -0500
Organization: A noiseless patient Spider
Lines: 109
Message-ID: <u5ovuq$11ivs$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad> <u5ooib$10u60$1@dont-email.me>
<YdSfM.6$SaD4.5@fx39.iad> <u5otfg$11bun$1@dont-email.me>
<u5oun1$11fnp$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 7 Jun 2023 04:10:02 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="7f7ad767b23d1a0e56d522582574e3b0";
logging-data="1100796"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18g3Aqsu+SHaKwMXGSlxV3+"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:uYnWvq0o1lxQ+byqrSuMLc8A+wQ=
In-Reply-To: <u5oun1$11fnp$1@dont-email.me>
Content-Language: en-US
 by: olcott - Wed, 7 Jun 2023 04:10 UTC

On 6/6/2023 10:48 PM, Richard Damon wrote:
> On 6/6/23 11:27 PM, olcott wrote:
>> On 6/6/2023 9:48 PM, Richard Damon wrote:
>>> On 6/6/23 10:03 PM, olcott wrote:
>>>> On 6/6/2023 8:06 PM, Richard Damon wrote:
>>>>> On 6/6/23 7:20 PM, olcott wrote:
>>>>>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>>>>>> On 6/6/23 11:06 AM, olcott wrote:
>>>>>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>>>>>> Theirs can do things that mine cannot and mine can do things
>>>>>>>>> that theirs cannot.
>>>>>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>>>>>
>>>>>>>>> My system can handle this theirs cannot.
>>>>>>>>>
>>>>>>>>> void Simulate(int (*x)(), int (*y)())
>>>>>>>>> {
>>>>>>>>>    x(y);
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> int D(int (*x)())
>>>>>>>>> {
>>>>>>>>>    Simulate(x, x);
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> int main()
>>>>>>>>> {
>>>>>>>>>    D(D);
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> For the above code my termination analyzer is superior to the
>>>>>>>> state of the art most cited termination analyzer: AProVE2023
>>>>>>>
>>>>>>> But was considered solved 40 years ago, so obviously your idea of
>>>>>>> "State of the Art" is flawed.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> int Simulate(int (*x)(), int (*y)())
>>>>>>>> {
>>>>>>>>    x(y);
>>>>>>>>    return 1;
>>>>>>>> }
>>>>>>>>
>>>>>>>> int D(int (*x)())
>>>>>>>> {
>>>>>>>>    int Halt_Status = Simulate(x, x);
>>>>>>>>    if (Halt_Status)
>>>>>>>>      HERE: goto HERE;
>>>>>>>>    return Halt_Status;
>>>>>>>> }
>>>>>>>>
>>>>>>>> int main()
>>>>>>>> {
>>>>>>>>    D(D);
>>>>>>>> }
>>>>>>>>
>>>>>>>> This is the AProVE2023 "I don't know" answer:
>>>>>>>> Termination could not be shown (Maybe)
>>>>>>>>
>>>>>>>> *This is the x86utm.H(D,D) answer*
>>>>>>>> Output("Input_Halts = ", H(D,D));
>>>>>>>> Input_Halts = 0
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> And, since that isn't the program from the Halting Problem proof,
>>>>>>> meaningess.
>>>>>>>
>>>>>>
>>>>>> It proves that my termination analyzer can do things that the most
>>>>>> sophisticated termination analyzer in the world cannot do.
>>>>>>
>>>>>
>>>>> Nope, it proves you lie.
>>>>>
>>>>> If the program you reference can't handle that EXACT program, then
>>>>> it isn't the state of the art in termination analysis.
>>>> That does not logically follow.
>>>>
>>>
>>> Since that exact program COULD be handled 40 years ago with well
>>> known logic, a program that can't handle it now can't be "state of
>>> the art"
>>>
>>
>> 40 years ago termination analysis as an academic field of study did not
>> exist. In the last couple of decades most termination analysis has
>> coalesced around term rewrite systems. On the basis of the published
>> literature AProVE seems to lead the pack.
>
>
> It might not have had the fancy name, but analysis of machines for
> halting was an established field.
>
> Again, you seem to be making bold claims based on lack of knowledge and
> the assumption that you understand something you don't.
My preliminary review indicates that my statements are reasonably
plausible. You are only a naysayer no matter what I say otherwise I
would challenge you to find a counter-example.

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<hLZfM.1454$NuA9.341@fx03.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx03.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Newsgroups: comp.theory,sci.logic
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad> <u5ooib$10u60$1@dont-email.me>
<YdSfM.6$SaD4.5@fx39.iad> <u5otfg$11bun$1@dont-email.me>
<u5oun1$11fnp$1@dont-email.me> <u5ovuq$11ivs$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
Content-Language: en-US
In-Reply-To: <u5ovuq$11ivs$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 118
Message-ID: <hLZfM.1454$NuA9.341@fx03.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: Wed, 7 Jun 2023 07:21:49 -0400
X-Received-Bytes: 5076
 by: Richard Damon - Wed, 7 Jun 2023 11:21 UTC

On 6/7/23 12:10 AM, olcott wrote:
> On 6/6/2023 10:48 PM, Richard Damon wrote:
>> On 6/6/23 11:27 PM, olcott wrote:
>>> On 6/6/2023 9:48 PM, Richard Damon wrote:
>>>> On 6/6/23 10:03 PM, olcott wrote:
>>>>> On 6/6/2023 8:06 PM, Richard Damon wrote:
>>>>>> On 6/6/23 7:20 PM, olcott wrote:
>>>>>>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>>>>>>> On 6/6/23 11:06 AM, olcott wrote:
>>>>>>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>>>>>>> Theirs can do things that mine cannot and mine can do things
>>>>>>>>>> that theirs cannot.
>>>>>>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>>>>>>
>>>>>>>>>> My system can handle this theirs cannot.
>>>>>>>>>>
>>>>>>>>>> void Simulate(int (*x)(), int (*y)())
>>>>>>>>>> {
>>>>>>>>>>    x(y);
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> int D(int (*x)())
>>>>>>>>>> {
>>>>>>>>>>    Simulate(x, x);
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> int main()
>>>>>>>>>> {
>>>>>>>>>>    D(D);
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> For the above code my termination analyzer is superior to the
>>>>>>>>> state of the art most cited termination analyzer: AProVE2023
>>>>>>>>
>>>>>>>> But was considered solved 40 years ago, so obviously your idea
>>>>>>>> of "State of the Art" is flawed.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>> int Simulate(int (*x)(), int (*y)())
>>>>>>>>> {
>>>>>>>>>    x(y);
>>>>>>>>>    return 1;
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> int D(int (*x)())
>>>>>>>>> {
>>>>>>>>>    int Halt_Status = Simulate(x, x);
>>>>>>>>>    if (Halt_Status)
>>>>>>>>>      HERE: goto HERE;
>>>>>>>>>    return Halt_Status;
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> int main()
>>>>>>>>> {
>>>>>>>>>    D(D);
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> This is the AProVE2023 "I don't know" answer:
>>>>>>>>> Termination could not be shown (Maybe)
>>>>>>>>>
>>>>>>>>> *This is the x86utm.H(D,D) answer*
>>>>>>>>> Output("Input_Halts = ", H(D,D));
>>>>>>>>> Input_Halts = 0
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> And, since that isn't the program from the Halting Problem
>>>>>>>> proof, meaningess.
>>>>>>>>
>>>>>>>
>>>>>>> It proves that my termination analyzer can do things that the most
>>>>>>> sophisticated termination analyzer in the world cannot do.
>>>>>>>
>>>>>>
>>>>>> Nope, it proves you lie.
>>>>>>
>>>>>> If the program you reference can't handle that EXACT program, then
>>>>>> it isn't the state of the art in termination analysis.
>>>>> That does not logically follow.
>>>>>
>>>>
>>>> Since that exact program COULD be handled 40 years ago with well
>>>> known logic, a program that can't handle it now can't be "state of
>>>> the art"
>>>>
>>>
>>> 40 years ago termination analysis as an academic field of study did not
>>> exist. In the last couple of decades most termination analysis has
>>> coalesced around term rewrite systems. On the basis of the published
>>> literature AProVE seems to lead the pack.
>>
>>
>> It might not have had the fancy name, but analysis of machines for
>> halting was an established field.
>>
>> Again, you seem to be making bold claims based on lack of knowledge
>> and the assumption that you understand something you don't.
> My preliminary review indicates that my statements are reasonably
> plausible. You are only a naysayer no matter what I say otherwise I
> would challenge you to find a counter-example.
>

How do you justify calling a program that halts non-halting?

You even admit that the program halts, but say the correct answer can be
non-halting.

If you think that is a "reasonable" position, you are just stupid.

You also don't seem to understand the nature of how proofs work,
something isn't "proven" just because you haven't (yet) found a counter
example. The mere fact that you mention that sort of argument shows your
ignorance of the field.

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<u5q5jn$15g7q$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Date: Wed, 7 Jun 2023 09:52:39 -0500
Organization: A noiseless patient Spider
Lines: 119
Message-ID: <u5q5jn$15g7q$1@dont-email.me>
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad> <u5ooib$10u60$1@dont-email.me>
<YdSfM.6$SaD4.5@fx39.iad> <u5otfg$11bun$1@dont-email.me>
<u5oun1$11fnp$1@dont-email.me> <u5ovuq$11ivs$1@dont-email.me>
<hLZfM.1454$NuA9.341@fx03.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 7 Jun 2023 14:52:39 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="7f7ad767b23d1a0e56d522582574e3b0";
logging-data="1229050"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+P/AD7SfT51GcFjXNpNFHT"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:1L5z5g0kDfzEZKFMKPmZDXtp/rY=
In-Reply-To: <hLZfM.1454$NuA9.341@fx03.iad>
Content-Language: en-US
 by: olcott - Wed, 7 Jun 2023 14:52 UTC

On 6/7/2023 6:21 AM, Richard Damon wrote:
> On 6/7/23 12:10 AM, olcott wrote:
>> On 6/6/2023 10:48 PM, Richard Damon wrote:
>>> On 6/6/23 11:27 PM, olcott wrote:
>>>> On 6/6/2023 9:48 PM, Richard Damon wrote:
>>>>> On 6/6/23 10:03 PM, olcott wrote:
>>>>>> On 6/6/2023 8:06 PM, Richard Damon wrote:
>>>>>>> On 6/6/23 7:20 PM, olcott wrote:
>>>>>>>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>>>>>>>> On 6/6/23 11:06 AM, olcott wrote:
>>>>>>>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>>>>>>>> Theirs can do things that mine cannot and mine can do things
>>>>>>>>>>> that theirs cannot.
>>>>>>>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>>>>>>>
>>>>>>>>>>> My system can handle this theirs cannot.
>>>>>>>>>>>
>>>>>>>>>>> void Simulate(int (*x)(), int (*y)())
>>>>>>>>>>> {
>>>>>>>>>>>    x(y);
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> int D(int (*x)())
>>>>>>>>>>> {
>>>>>>>>>>>    Simulate(x, x);
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> int main()
>>>>>>>>>>> {
>>>>>>>>>>>    D(D);
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> For the above code my termination analyzer is superior to the
>>>>>>>>>> state of the art most cited termination analyzer: AProVE2023
>>>>>>>>>
>>>>>>>>> But was considered solved 40 years ago, so obviously your idea
>>>>>>>>> of "State of the Art" is flawed.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> int Simulate(int (*x)(), int (*y)())
>>>>>>>>>> {
>>>>>>>>>>    x(y);
>>>>>>>>>>    return 1;
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> int D(int (*x)())
>>>>>>>>>> {
>>>>>>>>>>    int Halt_Status = Simulate(x, x);
>>>>>>>>>>    if (Halt_Status)
>>>>>>>>>>      HERE: goto HERE;
>>>>>>>>>>    return Halt_Status;
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> int main()
>>>>>>>>>> {
>>>>>>>>>>    D(D);
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> This is the AProVE2023 "I don't know" answer:
>>>>>>>>>> Termination could not be shown (Maybe)
>>>>>>>>>>
>>>>>>>>>> *This is the x86utm.H(D,D) answer*
>>>>>>>>>> Output("Input_Halts = ", H(D,D));
>>>>>>>>>> Input_Halts = 0
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> And, since that isn't the program from the Halting Problem
>>>>>>>>> proof, meaningess.
>>>>>>>>>
>>>>>>>>
>>>>>>>> It proves that my termination analyzer can do things that the most
>>>>>>>> sophisticated termination analyzer in the world cannot do.
>>>>>>>>
>>>>>>>
>>>>>>> Nope, it proves you lie.
>>>>>>>
>>>>>>> If the program you reference can't handle that EXACT program,
>>>>>>> then it isn't the state of the art in termination analysis.
>>>>>> That does not logically follow.
>>>>>>
>>>>>
>>>>> Since that exact program COULD be handled 40 years ago with well
>>>>> known logic, a program that can't handle it now can't be "state of
>>>>> the art"
>>>>>
>>>>
>>>> 40 years ago termination analysis as an academic field of study did not
>>>> exist. In the last couple of decades most termination analysis has
>>>> coalesced around term rewrite systems. On the basis of the published
>>>> literature AProVE seems to lead the pack.
>>>
>>>
>>> It might not have had the fancy name, but analysis of machines for
>>> halting was an established field.
>>>
>>> Again, you seem to be making bold claims based on lack of knowledge
>>> and the assumption that you understand something you don't.
>> My preliminary review indicates that my statements are reasonably
>> plausible. You are only a naysayer no matter what I say otherwise I
>> would challenge you to find a counter-example.
>>
>
> How do you justify calling a program that halts non-halting?
>

The above program does not halt. You can't just cut-and-paste
pieces of prior conversations and plug them into the current
unrelated conversation.

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

Re: The state of the art best term rewrite termination analyzers are of similar power to x86utm.H

<Sw7gM.632$tol1.19@fx09.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.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:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: The state of the art best term rewrite termination analyzers are
of similar power to x86utm.H
Newsgroups: comp.theory,sci.logic
References: <u5mia7$lhap$1@dont-email.me> <u5ni1b$p01m$1@dont-email.me>
<mGOfM.757$AF%b.203@fx12.iad> <u5oevp$sega$1@dont-email.me>
<nKQfM.2$ac44.0@fx34.iad> <u5ooib$10u60$1@dont-email.me>
<YdSfM.6$SaD4.5@fx39.iad> <u5otfg$11bun$1@dont-email.me>
<u5oun1$11fnp$1@dont-email.me> <u5ovuq$11ivs$1@dont-email.me>
<hLZfM.1454$NuA9.341@fx03.iad> <u5q5jn$15g7q$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
Content-Language: en-US
In-Reply-To: <u5q5jn$15g7q$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 127
Message-ID: <Sw7gM.632$tol1.19@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: Wed, 7 Jun 2023 18:29:06 -0400
X-Received-Bytes: 5431
 by: Richard Damon - Wed, 7 Jun 2023 22:29 UTC

On 6/7/23 10:52 AM, olcott wrote:
> On 6/7/2023 6:21 AM, Richard Damon wrote:
>> On 6/7/23 12:10 AM, olcott wrote:
>>> On 6/6/2023 10:48 PM, Richard Damon wrote:
>>>> On 6/6/23 11:27 PM, olcott wrote:
>>>>> On 6/6/2023 9:48 PM, Richard Damon wrote:
>>>>>> On 6/6/23 10:03 PM, olcott wrote:
>>>>>>> On 6/6/2023 8:06 PM, Richard Damon wrote:
>>>>>>>> On 6/6/23 7:20 PM, olcott wrote:
>>>>>>>>> On 6/6/2023 5:45 PM, Richard Damon wrote:
>>>>>>>>>> On 6/6/23 11:06 AM, olcott wrote:
>>>>>>>>>>> On 6/6/2023 1:04 AM, olcott wrote:
>>>>>>>>>>>> Theirs can do things that mine cannot and mine can do things
>>>>>>>>>>>> that theirs cannot.
>>>>>>>>>>>> https://aprove.informatik.rwth-aachen.de/interface/submission
>>>>>>>>>>>>
>>>>>>>>>>>> My system can handle this theirs cannot.
>>>>>>>>>>>>
>>>>>>>>>>>> void Simulate(int (*x)(), int (*y)())
>>>>>>>>>>>> {
>>>>>>>>>>>>    x(y);
>>>>>>>>>>>> }
>>>>>>>>>>>>
>>>>>>>>>>>> int D(int (*x)())
>>>>>>>>>>>> {
>>>>>>>>>>>>    Simulate(x, x);
>>>>>>>>>>>> }
>>>>>>>>>>>>
>>>>>>>>>>>> int main()
>>>>>>>>>>>> {
>>>>>>>>>>>>    D(D);
>>>>>>>>>>>> }
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> For the above code my termination analyzer is superior to the
>>>>>>>>>>> state of the art most cited termination analyzer: AProVE2023
>>>>>>>>>>
>>>>>>>>>> But was considered solved 40 years ago, so obviously your idea
>>>>>>>>>> of "State of the Art" is flawed.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> int Simulate(int (*x)(), int (*y)())
>>>>>>>>>>> {
>>>>>>>>>>>    x(y);
>>>>>>>>>>>    return 1;
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> int D(int (*x)())
>>>>>>>>>>> {
>>>>>>>>>>>    int Halt_Status = Simulate(x, x);
>>>>>>>>>>>    if (Halt_Status)
>>>>>>>>>>>      HERE: goto HERE;
>>>>>>>>>>>    return Halt_Status;
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> int main()
>>>>>>>>>>> {
>>>>>>>>>>>    D(D);
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> This is the AProVE2023 "I don't know" answer:
>>>>>>>>>>> Termination could not be shown (Maybe)
>>>>>>>>>>>
>>>>>>>>>>> *This is the x86utm.H(D,D) answer*
>>>>>>>>>>> Output("Input_Halts = ", H(D,D));
>>>>>>>>>>> Input_Halts = 0
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> And, since that isn't the program from the Halting Problem
>>>>>>>>>> proof, meaningess.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> It proves that my termination analyzer can do things that the most
>>>>>>>>> sophisticated termination analyzer in the world cannot do.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Nope, it proves you lie.
>>>>>>>>
>>>>>>>> If the program you reference can't handle that EXACT program,
>>>>>>>> then it isn't the state of the art in termination analysis.
>>>>>>> That does not logically follow.
>>>>>>>
>>>>>>
>>>>>> Since that exact program COULD be handled 40 years ago with well
>>>>>> known logic, a program that can't handle it now can't be "state of
>>>>>> the art"
>>>>>>
>>>>>
>>>>> 40 years ago termination analysis as an academic field of study did
>>>>> not
>>>>> exist. In the last couple of decades most termination analysis has
>>>>> coalesced around term rewrite systems. On the basis of the published
>>>>> literature AProVE seems to lead the pack.
>>>>
>>>>
>>>> It might not have had the fancy name, but analysis of machines for
>>>> halting was an established field.
>>>>
>>>> Again, you seem to be making bold claims based on lack of knowledge
>>>> and the assumption that you understand something you don't.
>>> My preliminary review indicates that my statements are reasonably
>>> plausible. You are only a naysayer no matter what I say otherwise I
>>> would challenge you to find a counter-example.
>>>
>>
>> How do you justify calling a program that halts non-halting?
>>
>
> The above program does not halt. You can't just cut-and-paste
> pieces of prior conversations and plug them into the current
> unrelated conversation.
>

No, but the D/P/H^ that that calls H does, and your H says it is also
non-halting.

You try to LIE by reusing names for different programs.

You seem to forget your claims.

You are just proving your stupidity.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor