Re: DD simulated by HHH cannot possibly halt (Halting Problem)

Liste des GroupesRevenir à cl c  
Sujet : Re: DD simulated by HHH cannot possibly halt (Halting Problem)
De : dbush.mobile (at) *nospam* gmail.com (dbush)
Groupes : comp.lang.c
Date : 05. Apr 2025, 22:48:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vss8ft$389d8$6@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Mozilla Thunderbird
On 4/5/2025 5:40 PM, olcott wrote:
On 4/5/2025 4:14 PM, dbush wrote:
On 4/5/2025 3:01 PM, olcott wrote:
On 4/5/2025 1:45 PM, Richard Heathfield wrote:
On 05/04/2025 19:11, olcott wrote:
On 4/5/2025 11:25 AM, dbush wrote:
>
On 4/5/2025 11:59 AM, olcott wrote:>>>>
Introduction to the Theory of Computation 3rd Edition
by Michael Sipser (Author) (best selling textbook)
>
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
     If simulating halt decider H correctly simulates its input D
     until H correctly determines that its simulated D would never
     stop running unless aborted then
>
     H can abort its simulation of D and correctly report that D
     specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
>
But not what you think he agreed to:
>
>
>
void DDD()
{
   HHH(DDD);
   return;
}
>
>
You have to show that by showing the details of how
what he agreed to is not accurately paraphrased by
*Simulating termination analyzer Principle*
>
No, you have to show firstly that your H determines anything at all about D's behaviour.
>
First of all it is the concrete DDD and the hypothetical HHH.
>
Category error.  The algorithm DDD is not fully specified if the code of the function HHH and everything it calls explicitly spelled out, as all of that is the code under test.
 DDD meets the spec of the
*Simulating termination analyzer Principle*
as long as HHH emulates enough steps of DDD
to see that it must stop simulating DDD.
 
And as such is unrelated to the halting problem, as the halting problem is about algorithms, and DDD as you've defined it is not an algorithm:
Given any algorithm (i.e. a fixed immutable sequence of instructions) X described as <X> with input Y:
A solution to the halting problem is an algorithm H that computes the following mapping:
(<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
(<X>,Y) maps to 0 if and only if X(Y) does not halt when executed directly

Date Sujet#  Auteur
4 Apr 25 * DDD simulated by HHH cannot possibly halt (Halting Problem)51olcott
4 Apr 25 +- Re: DDD simulated by HHH cannot possibly halt (Halting Problem)1olcott
4 Apr 25 `* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)49Richard Heathfield
4 Apr 25  +* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)47olcott
4 Apr 25  i`* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)46Richard Heathfield
4 Apr 25  i `* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)45olcott
4 Apr 25  i  `* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)44Richard Heathfield
4 Apr 25  i   `* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)43olcott
4 Apr 25  i    `* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)42Richard Heathfield
5 Apr 25  i     `* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)41olcott
5 Apr 25  i      `* Re: DDD simulated by HHH cannot possibly halt (Halting Problem)40Richard Heathfield
5 Apr 25  i       `* DD simulated by HHH cannot possibly halt (Halting Problem)39olcott
5 Apr 25  i        `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)38Richard Heathfield
5 Apr 25  i         `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)37olcott
5 Apr 25  i          +* Re: DD simulated by HHH cannot possibly halt (Halting Problem)33dbush
5 Apr 25  i          i+* Re: DD simulated by HHH cannot possibly halt (Halting Problem)3olcott
5 Apr 25  i          ii`* Re: DD simulated by HHH cannot possibly halt (Halting Problem)2dbush
5 Apr 25  i          ii `- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1olcott
5 Apr 25  i          i`* Re: DD simulated by HHH cannot possibly halt (Halting Problem)29olcott
5 Apr 25  i          i `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)28Richard Heathfield
5 Apr 25  i          i  `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)27olcott
5 Apr 25  i          i   +* Re: DD simulated by HHH cannot possibly halt (Halting Problem)16Richard Heathfield
5 Apr 25  i          i   i+* Re: DD simulated by HHH cannot possibly halt (Halting Problem)13olcott
5 Apr 25  i          i   ii`* Re: DD simulated by HHH cannot possibly halt (Halting Problem)12Richard Heathfield
5 Apr 25  i          i   ii `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)11olcott
5 Apr 25  i          i   ii  `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)10Richard Heathfield
6 Apr 25  i          i   ii   `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)9olcott
6 Apr 25  i          i   ii    `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)8Richard Heathfield
6 Apr 25  i          i   ii     `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)7olcott
6 Apr 25  i          i   ii      +* Re: DD simulated by HHH cannot possibly halt (Halting Problem)5Richard Heathfield
6 Apr 25  i          i   ii      i+* Re: DD simulated by HHH cannot possibly halt (Halting Problem)3Keith Thompson
6 Apr 25  i          i   ii      ii+- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1Richard Heathfield
6 Apr 25  i          i   ii      ii`- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1olcott
6 Apr 25  i          i   ii      i`- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1olcott
6 Apr 25  i          i   ii      `- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1dbush
5 Apr 25  i          i   i+- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1Janis Papanagnou
6 Apr 25  i          i   i`- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1bart
5 Apr 25  i          i   `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)10dbush
5 Apr 25  i          i    `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)9olcott
5 Apr 25  i          i     `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)8dbush
5 Apr 25  i          i      `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)7olcott
5 Apr 25  i          i       `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)6dbush
6 Apr 25  i          i        `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)5olcott
6 Apr 25  i          i         `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)4dbush
6 Apr 25  i          i          `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)3olcott
6 Apr 25  i          i           `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)2dbush
6 Apr 25  i          i            `- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1olcott
5 Apr 25  i          `* Re: DD simulated by HHH cannot possibly halt (Halting Problem)3Richard Heathfield
5 Apr 25  i           +- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1olcott
5 Apr 25  i           `- Re: DD simulated by HHH cannot possibly halt (Halting Problem)1Janis Papanagnou
4 Apr 25  `- Re: DDD simulated by HHH cannot possibly halt (Halting Problem)1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal