Re: Halting Problem: What Constitutes Pathological Input

Liste des GroupesRevenir à theory 
Sujet : Re: Halting Problem: What Constitutes Pathological Input
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory
Date : 06. May 2025, 20:16:23
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vvdn67$3huo6$6@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
Op 06.mei.2025 om 19:54 schreef olcott:
On 5/6/2025 6:06 AM, Richard Damon wrote:
On 5/5/25 10:29 PM, olcott wrote:
On 5/5/2025 8:06 PM, Richard Damon wrote:
On 5/5/25 11:51 AM, olcott wrote:
On 5/5/2025 10:17 AM, Mr Flibble wrote:
What constitutes halting problem pathological input:
>
Input that would cause infinite recursion when using a decider of the
simulating kind.
>
Such input forms a category error which results in the halting problem
being ill-formed as currently defined.
>
/Flibble
>
I prefer to look at it as a counter-example that refutes
all of the halting problem proofs.
>
int DD()
{
   int Halt_Status = HHH(DD);
   if (Halt_Status)
     HERE: goto HERE;
   return Halt_Status;
}
>
Which isn't a program until you include the SPECIFIC HHH that it refutes, and thus your talk about correctly emulated by HHH is just a lie.
>
>
https://github.com/plolcott/x86utm
>
The x86utm operating system includes fully
operational HHH and DD.
https://github.com/plolcott/x86utm/blob/master/Halt7.c
>
When HHH computes the mapping from *its input* to
the behavior of DD emulated by HHH this includes
HHH emulating itself emulating DD. This matches
the infinite recursion behavior pattern.
>
>
And *ITS INPUT*, for the HHH that answers 0, is the representation of a program
>
Not at all. This has always been stupidly wrong.
The input is actually a 100% perfectly precise
sequence of steps. With pathological self-reference
some of these steps are inside the termination analyzer.
>
>
Can't be, as the input needs to be about a program, which must, by the definition of a program, include all its algorithm.
>
Yes, there are steps that also occur in the termination analyzer, but they have been effectively copied into the program the input describes.
>
Note, nothing says that the representation of the program has to be an assembly level description of it. It has to be a complete description, that 100% defines the results the code will generate (and if it will generate) but it doesn't need to be the exact assembly code,
>
YOU even understand that, as you present the code as "C" code, which isn't assembly.
>
What you forget is that the input program INCLUDES as its definiton, all of the code it uses, and thus the call to the decider it is built on includes that code into the decider, and that is a FIXED and DETERMINDED version of the decider, the one that THIS version of the input is designed to make wrong.
>
This doesn't change when you hypothosize a different decider looking at THIS input.
>
 <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
 *would never stop running unless aborted*
Refers to a hypothetical HHH/DD pair of the same HHH that
DD calls except that this hypothetical HHH never aborts.
 
HHH should decide about its actual input, not about a hypothetical input.
Sum(2,3) must calculate the sum of the actual input 2 and 3, not the sum of the hypothetical same input 1 and 4 that is only a bit different.

Date Sujet#  Auteur
5 May 25 * Re: Halting Problem: What Constitutes Pathological Input334olcott
5 May 25 +* Re: Halting Problem: What Constitutes Pathological Input308dbush
5 May 25 i+* Re: Halting Problem: What Constitutes Pathological Input44dbush
5 May 25 ii`* Re: Halting Problem: What Constitutes Pathological Input43olcott
5 May 25 ii +* Re: Halting Problem: What Constitutes Pathological Input23dbush
5 May 25 ii i+* Re: Halting Problem: What Constitutes Pathological Input21olcott
5 May 25 ii ii`* Re: Halting Problem: What Constitutes Pathological Input20dbush
5 May 25 ii ii `* Re: Halting Problem: What Constitutes Pathological Input19olcott
5 May 25 ii ii  +- Re: Halting Problem: What Constitutes Pathological Input1dbush
6 May 25 ii ii  +* Re: Halting Problem: What Constitutes Pathological Input16Mikko
6 May 25 ii ii  i`* Re: Halting Problem: What Constitutes Pathological Input15olcott
6 May 25 ii ii  i +* Re: Halting Problem: What Constitutes Pathological Input9Richard Damon
7 May 25 ii ii  i i`* Re: Halting Problem: What Constitutes Pathological Input8olcott
7 May 25 ii ii  i i +- Re: Halting Problem: What Constitutes Pathological Input1Mikko
7 May 25 ii ii  i i `* Re: Halting Problem: What Constitutes Pathological Input6Fred. Zwarts
7 May 25 ii ii  i i  `* Re: Halting Problem: What Constitutes Pathological Input5Richard Heathfield
7 May 25 ii ii  i i   +* Re: Halting Problem: What Constitutes Pathological Input2Richard Heathfield
7 May 25 ii ii  i i   i`- Re: Halting Problem: What Constitutes Pathological Input1Richard Heathfield
7 May 25 ii ii  i i   +- Re: Halting Problem: What Constitutes Pathological Input1Richard Damon
8 May 25 ii ii  i i   `- Re: Halting Problem: What Constitutes Pathological Input1Mikko
7 May 25 ii ii  i +- Re: Halting Problem: What Constitutes Pathological Input1Mikko
7 May 25 ii ii  i `* Re: Halting Problem: What Constitutes Pathological Input4joes
7 May 25 ii ii  i  `* Re: Halting Problem: What Constitutes Pathological Input3olcott
7 May 25 ii ii  i   +- Re: Halting Problem: What Constitutes Pathological Input1dbush
8 May 25 ii ii  i   `- Re: Halting Problem: What Constitutes Pathological Input1Richard Damon
6 May 25 ii ii  `- Re: Halting Problem: What Constitutes Pathological Input1joes
6 May 25 ii i`- Re: Halting Problem: What Constitutes Pathological Input1joes
6 May 25 ii +* Re: Halting Problem: What Constitutes Pathological Input2Fred. Zwarts
6 May 25 ii i`- Re: Halting Problem: What Constitutes Pathological Input1Richard Heathfield
6 May 25 ii +* Re: Halting Problem: What Constitutes Pathological Input16Mikko
6 May 25 ii i`* Re: Halting Problem: What Constitutes Pathological Input15olcott
6 May 25 ii i `* Re: Halting Problem: What Constitutes Pathological Input14Richard Damon
7 May 25 ii i  +* Re: Halting Problem: What Constitutes Pathological Input6olcott
7 May 25 ii i  i+- Re: Halting Problem: What Constitutes Pathological Input1dbush
7 May 25 ii i  i`* Re: Halting Problem: What Constitutes Pathological Input4Richard Damon
7 May 25 ii i  i `* Re: Halting Problem: What Constitutes Pathological Input3olcott
7 May 25 ii i  i  +- Re: Halting Problem: What Constitutes Pathological Input1dbush
7 May 25 ii i  i  `- Re: Halting Problem: What Constitutes Pathological Input1Richard Damon
7 May 25 ii i  `* Re: Halting Problem: What Constitutes Pathological Input7Richard Damon
7 May 25 ii i   `* Re: Halting Problem: What Constitutes Pathological Input6olcott
7 May 25 ii i    +* Re: Halting Problem: What Constitutes Pathological Input4dbush
7 May 25 ii i    i`* Re: Halting Problem: What Constitutes Pathological Input3olcott
7 May 25 ii i    i +- Re: Halting Problem: What Constitutes Pathological Input1Richard Damon
7 May 25 ii i    i `- Re: Halting Problem: What Constitutes Pathological Input1dbush
7 May 25 ii i    `- Re: Halting Problem: What Constitutes Pathological Input1Richard Damon
6 May 25 ii `- Re: Halting Problem: What Constitutes Pathological Input1joes
5 May 25 i`* Re: Halting Problem: What Constitutes Pathological Input263olcott
5 May 25 i +* Re: Halting Problem: What Constitutes Pathological Input231dbush
5 May 25 i i+* Re: Halting Problem: What Constitutes Pathological Input2olcott
6 May 25 i ii`- Re: Halting Problem: What Constitutes Pathological Input1Fred. Zwarts
5 May 25 i i+* Re: Halting Problem: What Constitutes Pathological Input226olcott
5 May 25 i ii+* Re: Halting Problem: What Constitutes Pathological Input224dbush
5 May 25 i iii`* Re: Halting Problem: What Constitutes Pathological Input223olcott
5 May 25 i iii +* Re: Halting Problem: What Constitutes Pathological Input219Richard Heathfield
5 May 25 i iii i`* Re: Halting Problem: What Constitutes Pathological Input218olcott
5 May 25 i iii i +* Re: Halting Problem: What Constitutes Pathological Input195dbush
5 May 25 i iii i i`* Re: Halting Problem: What Constitutes Pathological Input194olcott
5 May 25 i iii i i +* Re: Halting Problem: What Constitutes Pathological Input186dbush
5 May 25 i iii i i i+* Re: Halting Problem: What Constitutes Pathological Input172olcott
5 May 25 i iii i i ii+* Re: Halting Problem: What Constitutes Pathological Input170dbush
5 May 25 i iii i i iii`* Re: Halting Problem: What Constitutes Pathological Input169olcott
5 May 25 i iii i i iii `* Re: Halting Problem: What Constitutes Pathological Input168dbush
5 May 25 i iii i i iii  +* Re: Halting Problem: What Constitutes Pathological Input151olcott
5 May 25 i iii i i iii  i+- Re: Halting Problem: What Constitutes Pathological Input1Richard Heathfield
5 May 25 i iii i i iii  i`* Re: Halting Problem: What Constitutes Pathological Input149dbush
5 May 25 i iii i i iii  i `* Re: Halting Problem: What Constitutes Pathological Input148olcott
5 May 25 i iii i i iii  i  `* Re: Halting Problem: What Constitutes Pathological Input147dbush
6 May 25 i iii i i iii  i   `* Re: Halting Problem: What Constitutes Pathological Input146olcott
6 May 25 i iii i i iii  i    +* Re: Halting Problem: What Constitutes Pathological Input73dbush
6 May 25 i iii i i iii  i    i`* Re: Halting Problem: What Constitutes Pathological Input72olcott
6 May 25 i iii i i iii  i    i `* Re: Halting Problem: What Constitutes Pathological Input71dbush
6 May 25 i iii i i iii  i    i  `* Re: Halting Problem: What Constitutes Pathological Input70olcott
6 May 25 i iii i i iii  i    i   `* Re: Halting Problem: What Constitutes Pathological Input69dbush
6 May 25 i iii i i iii  i    i    `* Re: Halting Problem: What Constitutes Pathological Input68olcott
6 May 25 i iii i i iii  i    i     `* Re: Halting Problem: What Constitutes Pathological Input67dbush
6 May 25 i iii i i iii  i    i      `* Re: Halting Problem: What Constitutes Pathological Input66olcott
6 May 25 i iii i i iii  i    i       +* Re: Halting Problem: What Constitutes Pathological Input11dbush
6 May 25 i iii i i iii  i    i       i`* Re: Halting Problem: What Constitutes Pathological Input10olcott
6 May 25 i iii i i iii  i    i       i `* Re: Halting Problem: What Constitutes Pathological Input9dbush
6 May 25 i iii i i iii  i    i       i  `* Re: Halting Problem: What Constitutes Pathological Input8olcott
6 May 25 i iii i i iii  i    i       i   `* Re: Halting Problem: What Constitutes Pathological Input7dbush
6 May 25 i iii i i iii  i    i       i    `* Re: Halting Problem: What Constitutes Pathological Input6olcott
6 May 25 i iii i i iii  i    i       i     `* Re: Halting Problem: What Constitutes Pathological Input5dbush
6 May 25 i iii i i iii  i    i       i      `* Re: Halting Problem: What Constitutes Pathological Input4olcott
6 May 25 i iii i i iii  i    i       i       `* Re: Halting Problem: What Constitutes Pathological Input3dbush
6 May 25 i iii i i iii  i    i       i        `* Re: Halting Problem: What Constitutes Pathological Input2olcott
6 May 25 i iii i i iii  i    i       i         `- Re: Halting Problem: What Constitutes Pathological Input1dbush
6 May 25 i iii i i iii  i    i       `* Re: Halting Problem: What Constitutes Pathological Input54Richard Damon
6 May 25 i iii i i iii  i    i        `* Re: Halting Problem: What Constitutes Pathological Input53olcott
6 May 25 i iii i i iii  i    i         +- Re: Halting Problem: What Constitutes Pathological Input1Fred. Zwarts
6 May 25 i iii i i iii  i    i         +* Re: Halting Problem: What Constitutes Pathological Input31joes
6 May 25 i iii i i iii  i    i         i`* Re: Halting Problem: What Constitutes Pathological Input30olcott
6 May 25 i iii i i iii  i    i         i +* Re: Halting Problem: What Constitutes Pathological Input13dbush
6 May 25 i iii i i iii  i    i         i i`* Re: Halting Problem: What Constitutes Pathological Input12olcott
6 May 25 i iii i i iii  i    i         i i +* Re: Halting Problem: What Constitutes Pathological Input7dbush
6 May 25 i iii i i iii  i    i         i i i`* Re: Halting Problem: What Constitutes Pathological Input6olcott
6 May 25 i iii i i iii  i    i         i i i +* Re: Halting Problem: What Constitutes Pathological Input4Richard Damon
7 May 25 i iii i i iii  i    i         i i i i`* Re: Halting Problem: What Constitutes Pathological Input3olcott
7 May 25 i iii i i iii  i    i         i i i i +- Re: Halting Problem: What Constitutes Pathological Input1joes
7 May 25 i iii i i iii  i    i         i i i i `- Re: Halting Problem: What Constitutes Pathological Input1Richard Damon
7 May 25 i iii i i iii  i    i         i i i `- Re: Halting Problem: What Constitutes Pathological Input1dbush
6 May 25 i iii i i iii  i    i         i i `* Re: Halting Problem: What Constitutes Pathological Input4Richard Damon
6 May 25 i iii i i iii  i    i         i `* Re: Halting Problem: What Constitutes Pathological Input16Richard Damon
6 May 25 i iii i i iii  i    i         +* Re: Halting Problem: What Constitutes Pathological Input13Richard Damon
7 May 25 i iii i i iii  i    i         `* Re: Halting Problem: What Constitutes Pathological Input7Mikko
6 May 25 i iii i i iii  i    `* Re: Halting Problem: What Constitutes Pathological Input72Richard Heathfield
5 May 25 i iii i i iii  `* Re: Halting Problem: What Constitutes Pathological Input16Richard Heathfield
5 May 25 i iii i i ii`- Re: Halting Problem: What Constitutes Pathological Input1Richard Heathfield
5 May 25 i iii i i i+* Re: Halting Problem: What Constitutes Pathological Input3Alan Mackenzie
5 May 25 i iii i i i`* Re: Halting Problem: What Constitutes Pathological Input10Richard Heathfield
6 May 25 i iii i i +- Re: Halting Problem: What Constitutes Pathological Input1Fred. Zwarts
6 May 25 i iii i i `* Re: Halting Problem: What Constitutes Pathological Input6Mikko
5 May 25 i iii i +* Re: Halting Problem: What Constitutes Pathological Input20Richard Heathfield
6 May 25 i iii i `* Re: Halting Problem: What Constitutes Pathological Input2joes
5 May 25 i iii +- Re: Halting Problem: What Constitutes Pathological Input1dbush
6 May 25 i iii +- Re: Halting Problem: What Constitutes Pathological Input1Fred. Zwarts
6 May 25 i iii `- Re: Halting Problem: What Constitutes Pathological Input1Fred. Zwarts
6 May 25 i ii`- Re: Halting Problem: What Constitutes Pathological Input1Fred. Zwarts
6 May 25 i i+- Re: Halting Problem: What Constitutes Pathological Input1Fred. Zwarts
6 May 25 i i`- Re: Halting Problem: What Constitutes Pathological Input1Mikko
6 May 25 i `* Re: Halting Problem: What Constitutes Pathological Input31Mikko
5 May 25 +- Re: Halting Problem: What Constitutes Pathological Input1Richard Heathfield
5 May 25 +* Re: Halting Problem: What Constitutes Pathological Input2olcott
6 May 25 +* Re: Halting Problem: What Constitutes Pathological Input21Richard Damon
6 May 25 `- Re: Halting Problem: What Constitutes Pathological Input1joes

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal