Re: My reviewers think that halt deciders must report on the behavior of their caller

Liste des GroupesRevenir à theory 
Sujet : Re: My reviewers think that halt deciders must report on the behavior of their caller
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory
Date : 05. Jun 2025, 02:43:23
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <15abd00ec5b1e4a13892e85ee6ace9ac10d92c56@i2pn2.org>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 6/4/25 11:50 AM, olcott wrote:
On 6/4/2025 2:04 AM, Mikko wrote:
On 2025-06-03 21:39:46 +0000, olcott said:
>
They all say that HHH must report on the behavior of
direct execution of DDD()
>
No, they don't say that. A halting decider (and a partial halting
decider when it reports) must report whether the direct execution
of the computation asked about terminates. Unless that computation
happens to be DDD() it must report about another behaviour instead
of DDD().
>
yet never bother to notice that the directly executed DDD() is
the caller of HHH(DDD).
>
To say that nobody has noticed that is a lie. Perhaps they have not
mentioned what is irrelevant to whatever they said. In particular,
whether DDD() calls HHH(DDD) is irrelevant to the requirement that
a halting decider must report about a direct exection of the
computation the input specifies.
>
 *People have ignored this for 90 years*
*People have ignored this for 90 years*
*People have ignored this for 90 years*
 The only possible way that HHH can report on the
direct execution of DDD() is for HHH to report on
the behavior of its caller:
So?
It *IS* a fact that to be correct, it needs to answer about the direct executiom of the program that input represents.
That is DEFINITION.
That you don't undertstand that, just shows you don't understand what definitions mean, and thus you idea of truth coming from the "Meaning of the words" is just a contradiction in your system, as words apparently don't HAVE meaning.

 int main()
{
   DDD(); // calls HHH(DDD)
}
 void DDD()
{
   HHH(DDD);
   return;
}
 *The input to HHH(DDD) specifies*
  HHH simulates DDD that calls HHH(DDD)
Note, the input doesn't START at the simulaton done by HHH, but as the execution of DDD.
What you are describing is the behavior specified by your HHH.

that simulates DDD that calls HHH(DDD)
that simulates DDD that calls HHH(DDD)
that simulates DDD that calls HHH(DDD)...
Never reaching the "return" instruction final halt state.
 
And if that *IS* what HHH does, it NEVER answers and fails to be a decider.
If HHH instead, as you say, WILL abort its simulation and returns 0 at some point, because it THINKS that its input is non-halting then the actaul behavior of that DDD specifies is:
DDD will call HHH(DDD)
   Which will simulate DDD,
     which will call HHH(DDD)
       which causes the simulated HHH to simulate DDD
   until the top level HHH decides its input is non-halting and aborts
   and returns 0 to DDD
Which then halts.
*THAT* is the behavior that DDD specifies, to HHH or anyone else, with the definition that HHH does abort at some point to avoid looping forever.
Sorry, just shows that you don't know what you are talking about.

Date Sujet#  Auteur
3 Jun 25 * My reviewers think that halt deciders must report on the behavior of their caller76olcott
4 Jun 25 +* Re: My reviewers think that halt deciders must report on the behavior of their caller13dbush
4 Jun 25 i`* Re: My reviewers think that halt deciders must report on the behavior of their caller12olcott
4 Jun 25 i +* Re: My reviewers think that halt deciders must report on the behavior of their caller10dbush
4 Jun 25 i i`* Re: My reviewers think that halt deciders must report on the behavior of their caller9olcott
4 Jun 25 i i `* Re: My reviewers think that halt deciders must report on the behavior of their caller8dbush
4 Jun 25 i i  `* Re: My reviewers think that halt deciders must report on the behavior of their caller7olcott
4 Jun 25 i i   `* Re: My reviewers think that halt deciders must report on the behavior of their caller6dbush
4 Jul21:43 i i    `* Re: My reviewers think that halt deciders must report on the behavior of their caller5olcott
4 Jul21:53 i i     `* Re: My reviewers think that halt deciders must report on the behavior of their caller4Richard Damon
4 Jul23:11 i i      +- Re: My reviewers think that halt deciders must report on the behavior of their caller1olcott
4 Jul23:15 i i      `* Re: My reviewers think that halt deciders must report on the behavior of their caller2olcott
5 Jul08:39 i i       `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Fred. Zwarts
4 Jun 25 i `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
4 Jun 25 +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
4 Jun 25 `* Re: My reviewers think that halt deciders must report on the behavior of their caller61Mikko
4 Jun 25  `* Re: My reviewers think that halt deciders must report on the behavior of their caller60olcott
5 Jun 25   +* Re: My reviewers think that halt deciders must report on the behavior of their caller39Richard Damon
5 Jun 25   i`* Re: My reviewers think that halt deciders must report on the behavior of their caller38olcott
5 Jun 25   i +* Re: My reviewers think that halt deciders must report on the behavior of their caller27dbush
5 Jun 25   i i+* Re: My reviewers think that halt deciders must report on the behavior of their caller22olcott
5 Jun 25   i ii+* Re: My reviewers think that halt deciders must report on the behavior of their caller18dbush
5 Jun 25   i iii`* Re: My reviewers think that halt deciders must report on the behavior of their caller17olcott
5 Jun 25   i iii +* Re: My reviewers think that halt deciders must report on the behavior of their caller13dbush
5 Jun 25   i iii i`* Re: My reviewers think that halt deciders must report on the behavior of their caller12olcott
5 Jun 25   i iii i +* Re: My reviewers think that halt deciders must report on the behavior of their caller8Fred. Zwarts
5 Jun 25   i iii i i`* Re: My reviewers think that halt deciders must report on the behavior of their caller7olcott
6 Jun 25   i iii i i +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
6 Jun 25   i iii i i `* Re: My reviewers think that halt deciders must report on the behavior of their caller5Fred. Zwarts
6 Jun 25   i iii i i  `* Re: My reviewers think that halt deciders must report on the behavior of their caller4olcott
6 Jun 25   i iii i i   +* Re: My reviewers think that halt deciders must report on the behavior of their caller2joes
6 Jun 25   i iii i i   i`- Re: My reviewers think that halt deciders must report on the behavior of their caller1olcott
7 Jun 25   i iii i i   `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
5 Jun 25   i iii i `* Re: My reviewers think that halt deciders must report on the behavior of their caller3Richard Damon
5 Jun 25   i iii i  `* Re: My reviewers think that halt deciders must report on the behavior of their caller2olcott
6 Jun 25   i iii i   `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
5 Jun 25   i iii `* Re: My reviewers think that halt deciders must report on the behavior of their caller3Richard Damon
5 Jun 25   i iii  `* Re: My reviewers think that halt deciders must report on the behavior of their caller2olcott
6 Jun 25   i iii   `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
5 Jun 25   i ii`* Re: My reviewers think that halt deciders must report on the behavior of their caller3Richard Damon
5 Jun 25   i ii `* Re: My reviewers think that halt deciders must report on the behavior of their caller2olcott
6 Jun 25   i ii  `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
5 Jun 25   i i`* Re: My reviewers think that halt deciders must report on the behavior of their caller4Mikko
5 Jun 25   i i `* Re: My reviewers think that halt deciders must report on the behavior of their caller3olcott
6 Jun 25   i i  +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
6 Jun 25   i i  `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Mikko
5 Jun 25   i +* Re: My reviewers think that halt deciders must report on the behavior of their caller7Mikko
5 Jun 25   i i`* Re: My reviewers think that halt deciders must report on the behavior of their caller6olcott
6 Jun 25   i i +* Re: My reviewers think that halt deciders must report on the behavior of their caller4Mikko
6 Jun 25   i i i`* Re: My reviewers think that halt deciders must report on the behavior of their caller3olcott
7 Jun 25   i i i +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
8 Jun 25   i i i `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Mikko
6 Jun 25   i i `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Fred. Zwarts
5 Jun 25   i `* Re: My reviewers think that halt deciders must report on the behavior of their caller3Richard Damon
5 Jun 25   i  `* Re: My reviewers think that halt deciders must report on the behavior of their caller2olcott
6 Jun 25   i   `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
5 Jun 25   +* Re: My reviewers think that halt deciders must report on the behavior of their caller16Mikko
5 Jun 25   i`* Re: My reviewers think that halt deciders must report on the behavior of their caller15olcott
6 Jun 25   i +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
6 Jun 25   i +* Re: My reviewers think that halt deciders must report on the behavior of their caller4Mikko
6 Jun 25   i i`* Re: My reviewers think that halt deciders must report on the behavior of their caller3olcott
7 Jun 25   i i +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
8 Jun 25   i i `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Mikko
6 Jun 25   i `* Re: My reviewers think that halt deciders must report on the behavior of their caller9Fred. Zwarts
6 Jun 25   i  `* Re: My reviewers think that halt deciders must report on the behavior of their caller8olcott
6 Jun 25   i   +* Re: My reviewers think that halt deciders must report on the behavior of their caller6joes
6 Jun 25   i   i`* Re: My reviewers think that halt deciders must report on the behavior of their caller5olcott
6 Jun 25   i   i +* Re: My reviewers think that halt deciders must report on the behavior of their caller2joes
6 Jun 25   i   i i`- Re: My reviewers think that halt deciders must report on the behavior of their caller1olcott
7 Jun 25   i   i +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
8 Jun 25   i   i `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Mikko
7 Jun 25   i   `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
7 Jun 25   `* Re: My reviewers think that halt deciders must report on the behavior of their caller4Mikko
7 Jun 25    `* Re: My reviewers think that halt deciders must report on the behavior of their caller3olcott
8 Jun 25     +- Re: My reviewers think that halt deciders must report on the behavior of their caller1Richard Damon
8 Jun 25     `- Re: My reviewers think that halt deciders must report on the behavior of their caller1Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal