Re: Can an abort decider be defined that cannot be fooled by any pathological input?

Liste des GroupesRevenir à s logic 
Sujet : Re: Can an abort decider be defined that cannot be fooled by any pathological input?
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory sci.logic
Date : 25. Mar 2024, 18:16:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uts819$1682g$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
Op 25.mrt.2024 om 17:04 schreef olcott:
On 3/25/2024 10:48 AM, Fred. Zwarts wrote:
Op 25.mrt.2024 om 16:17 schreef olcott:
On 3/24/2024 3:51 AM, Fred. Zwarts wrote:
Op 24.mrt.2024 om 05:55 schreef olcott:
Can an abort decider be defined that cannot be fooled by any pathological input?
>
01 int D(ptr x)  // ptr is pointer to int function
02 {
03   int Halt_Status = H(x, x);
04   if (Halt_Status)
05     HERE: goto HERE;
06   return Halt_Status;
07 }
08
09 void main()
10 {
11   H(D,D);
12 }
>
Of all of the elements of the set of H(D,D) where H simulates its
input there are matched pairs of otherwise identical elements that
only differ by whether they abort their simulation or not.
>
The half of these that don't abort are incorrect because all deciders
must halt. This makes the other half correct about the abort/no abort
decision.
>
No. The other, aborting, half is just wrong, because it aborts when it is not needed. So, the half that aborts is wrong and it may be argued that it is better to not abort something that halts on its own and that
>
At least two software engineers with masters degrees in computer science
disagree.
>
Two is not many, considering that with Google for any invalid idea it is easy to find a several people with a master degree supporting it.
>
Exactly what are you software engineering skills?
>
I have been professionally programming since 1986 in several languages. (Non professionally I started programming in 1975). Since about 1990 I programmed in C and since about 2000 in C++.
>
>
I have been a professional C++ software engineer since Y2K.
>
I'm sorry to hear that olcott has been so smart, but now he does not even sees what even a beginner sees.
 Can D correctly simulated by H terminate normally?
01 int D(ptr x)  // ptr is pointer to int function
02 {
03   int Halt_Status = H(x, x);
04   if (Halt_Status)
05     HERE: goto HERE;
06   return Halt_Status;
07 }
08
09 void main()
10 {
11   H(D,D);
12 }
 *Execution Trace*
Line 11: main() invokes H(D,D);
 *keeps repeating* (unless aborted)
Line 03: simulated D(D) invokes simulated H(D,D) that simulates D(D)
Even a beginner sees that, if the H that aborts is chosen, simulated H(D,D) aborts and returns false (unless aborted). So simulated D halts (unless aborted).

 *Simulation invariant*
D correctly simulated by H cannot possibly reach past its own line 03.
Even a beginner will admit that a correct simulating decider would see that D would go to line 04, then line 06 and then halt (unless aborted).
The only reason D does not reach past line 03 is that it is aborted, otherwise it would.

 *The subject matter is THE D simulated by any H as specified above*
*Try and point put any mistake without using the strawman deception*
>
When will olcott finally see his mistakes, which even beginners see?

Date Sujet#  Auteur
24 Mar 24 * Can an abort decider be defined that cannot be fooled by any pathological input?41olcott
24 Mar 24 +* Re: Can an abort decider be defined that cannot be fooled by any pathological input?38Fred. Zwarts
25 Mar 24 i`* Re: Can an abort decider be defined that cannot be fooled by any pathological input?37olcott
25 Mar 24 i +* Re: Can an abort decider be defined that cannot be fooled by any pathological input?35Fred. Zwarts
25 Mar 24 i i`* Re: Can an abort decider be defined that cannot be fooled by any pathological input?34olcott
25 Mar 24 i i `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?33Fred. Zwarts
25 Mar 24 i i  `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?32olcott
26 Mar 24 i i   +* Re: Can an abort decider be defined that cannot be fooled by any pathological input?29Richard Damon
26 Mar 24 i i   i`* Re: Can an abort decider be defined that cannot be fooled by any pathological input?28olcott
26 Mar 24 i i   i `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?27Richard Damon
26 Mar 24 i i   i  `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?26olcott
26 Mar 24 i i   i   `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?25Richard Damon
26 Mar 24 i i   i    `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?24olcott
26 Mar 24 i i   i     `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?23Richard Damon
26 Mar 24 i i   i      `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?22olcott
26 Mar 24 i i   i       `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?21Richard Damon
26 Mar 24 i i   i        `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?20olcott
26 Mar 24 i i   i         `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?19Richard Damon
26 Mar 24 i i   i          `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?18olcott
26 Mar 24 i i   i           `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?17Richard Damon
26 Mar 24 i i   i            `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?16olcott
27 Mar 24 i i   i             `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?15Richard Damon
27 Mar 24 i i   i              `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?14olcott
28 Mar 24 i i   i               `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?13Richard Damon
28 Mar 24 i i   i                `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?12olcott
28 Mar 24 i i   i                 `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?11Richard Damon
28 Mar 24 i i   i                  `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?10olcott
28 Mar 24 i i   i                   `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?9Richard Damon
28 Mar 24 i i   i                    `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?8olcott
29 Mar 24 i i   i                     `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?7Richard Damon
29 Mar 24 i i   i                      `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?6olcott
29 Mar 24 i i   i                       `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?5Richard Damon
29 Mar 24 i i   i                        `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?4olcott
29 Mar 24 i i   i                         `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?3Richard Damon
29 Mar 24 i i   i                          `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?2olcott
29 Mar 24 i i   i                           `- Re: Can an abort decider be defined that cannot be fooled by any pathological input?1Richard Damon
26 Mar 24 i i   `* Re: Can an abort decider be defined that cannot be fooled by any pathological input?2Fred. Zwarts
26 Mar 24 i i    `- Re: Can an abort decider be defined that cannot be fooled by any pathological input?1olcott
26 Mar 24 i `- Re: Can an abort decider be defined that cannot be fooled by any pathological input?1Richard Damon
24 Mar 24 +- Re: Can an abort decider be defined that cannot be fooled by any pathological input?1Richard Damon
25 Mar 24 `- Re: Can an abort decider be defined that cannot be fooled by any pathological input?1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal