Liste des Groupes | Revenir à theory |
On 5/27/2024 3:11 AM, Mikko wrote:What is said here has little significance. You should ask reviewer'sOn 2024-05-26 16:50:21 +0000, olcott said:<snip>
So that: *Usenet Article Lookup*
http://al.howardknight.net/
can see the whole message now that
*the Thai spammer killed Google Groups*
typedef int (*ptr)(); // ptr is pointer to int function in C
00 int H(ptr p, ptr i);
01 int D(ptr p)
02 {
03 int Halt_Status = H(p, p);
04 if (Halt_Status)
05 HERE: goto HERE;
06 return Halt_Status;
07 }
08
09 int main()
10 {
11 H(D,D);
12 return 0;
13 }
*I should have said that more clearly*When we see that D correctly simulated by pure simulator H would remainWhich means that H never terminates. You said that by your definition
stuck in recursive simulation then we also know that D never reaches its
own line 06 and halts in less than an infinite number of correctly
simulated steps.
a function that never terminates is not a pure function. Therefore
H, if it exists, is not a pure function, and the phrase "pure function
H" does not denote.
*That is why I need reviewers*
*This is STEP ONE of my four step proof*When discussing individual steps of a proof draft you shold start
STEP TWO applies these same ideas to the Peter Linz HP proof.
STEP THREE shows how the Linz Ĥ.H sees the behavior of its recursive
simulations.
STEP FOUR shows why the behavior of the INPUT is the correct basis.
Les messages affichés proviennent d'usenet.