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 : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 06. Jun 2025, 20:47:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101vgk2$2egad$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla Thunderbird
On 6/6/2025 2:29 PM, joes wrote:
Am Fri, 06 Jun 2025 12:28:50 -0500 schrieb olcott:
On 6/6/2025 3:13 AM, Fred. Zwarts wrote:
Op 05.jun.2025 om 17:46 schreef olcott:
On 6/5/2025 2:01 AM, Fred. Zwarts wrote:
Op 05.jun.2025 om 06:33 schreef olcott:
On 6/4/2025 10:41 PM, dbush wrote:
On 6/4/2025 11:32 PM, olcott wrote:
On 6/4/2025 9:56 PM, dbush wrote:
On 6/4/2025 10:44 PM, olcott wrote:
On 6/4/2025 9:13 PM, dbush wrote:
On 6/4/2025 10:09 PM, olcott wrote:
On 6/4/2025 8:43 PM, Richard Damon wrote:
On 6/4/25 11:50 AM, olcott wrote:
 
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:
It doesn't need to. It has all the code of DDD to analyse.
 
int main()
{
     DDD();     // this HHH(DDD);  // is not the caller of
     this: this
is }              // asking what the above will do
>
That is just not the way that computation actually works.
 Yes it is. Your comments are correct: running HHH(DDD) is asking what
running DDD() will do. You can do so by simulating it *uninterrupted*.
You won't of course always get an answer, not because DDD wouldn't halt,
but because HHH doesn't. In preventing itself non-halting, HHH gets
the answer wrong. All would be well if it just returned that DDD halts.
 
Sure it is.  We don't care how the mapping is generated, only that
it is generated.
There is not enough information in the input to know how the caller
works.
 There definitely is. The code of DDD (including HHH) completely determines
its path.
 
Counterfactual. The input is a pointer to the start of a function.
>
Prove it.
>
It seems you have no idea of the C language.
In HHH(DDD), DDD is a parameter. This parameter is the input for HHH.
DDD is also a function. In C a function, when used as a parameter, is a
pointer.
I assume this is another clever way to distract the attention from the
fact that your claims are counterfactual.
>
DDD emulated by HHH specifies executed HHH emulates DDD that calls
emulated HHH(DDD)
that emulates DDD that calls emulated HHH(DDD)
that emulates DDD that calls emulated HHH(DDD)...

No, DDD specifies that it calls HHH to simulate itself, whereupon that
HHH will stop simulating and return to DDD,
void DDD()
{
   HHH(DDD);
   return;
}
The *input* to simulating termination analyzer HHH(DDD)
specifies recursive simulation that can never reach its
*simulated "return" instruction final halt state*
*Every rebuttal to this changes the words*
*YOU JUST CHANGED THESE WORDS*
which would then halt and
the outer HHH would report so - if the outer HHH wouldn't abort before.
 
--
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

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