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 : 05. Jun 2025, 16:46:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101se5g$1kh2e$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
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:
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.
>
>
Likewise with the definition of Russell's Paradox
until ZFC showed that this definition is complete
nonsense.
>
>
But unlike Russel's Paradox, which showed a contradiction in the axioms of naive set theory, there is no contradiction in the axioms of computation theory.  It follows from those axioms that no H exists that performs the below mapping, as you have *explicitly* agreed.
>
>
int main()
{
   DDD(); // comp theory does not allow HHH to
}        // report on the behavior of its caller.
>
>
>
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.
>
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.
 Counterfactual. The input is a pointer to the start of a function.
Prove it.

The code of that function has addresses to other functions used in the program, including the code that aborts and halts.
All information is there. But the programmer of HHH decided to make HHH such that it does not see all the information. It is a choice to analyse only the code of DDD itself. A wrong choice. It should also analyse the code of the functions called by DDD. Including the conditional branch instructions within the functions called by DDD.
 
>
Also there is not enough information in any integer
to predict who the president will be.
>
char* WhatIsTheNameOfThePresidentIn2030(int x);
 Irrelevant, because the pointer given to HHH is enough to find all information, which is proven by the fact that world-class simulator give the correct result when given exactly the same pointer as input.
--
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