D correctly simulated by H cannot possibly halt --- templates and infinite sets

Liste des GroupesRevenir à s logic 
Sujet : D correctly simulated by H cannot possibly halt --- templates and infinite sets
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic
Date : 28. May 2024, 18:16:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3501h$lpnh$1@dont-email.me>
User-Agent : Mozilla Thunderbird
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       }
When Ĥ is applied to ⟨Ĥ⟩
Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
*Formalizing the Linz Proof structure*
∃H  ∈ Turing_Machines
∀x  ∈ Turing_Machines_Descriptions
∀y  ∈ Finite_Strings
such that H(x,y) = Halts(x,x)
*Here is the same thing applied to H/D pairs*
∃H ∈ C_Functions
∀D ∈ x86_Machine_Code_of_C_Functions
such that H(D,D) = Halts(D,D)
In both cases infinite sets are examined to see
if any H exists with the required properties.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
28 May 24 * D correctly simulated by H cannot possibly halt --- templates and infinite sets253olcott
29 May 24 +* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets214Richard Damon
29 May 24 i`* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets213olcott
29 May 24 i `* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets212Richard Damon
29 May 24 i  `* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets211olcott
29 May 24 i   +* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets194Richard Damon
29 May 24 i   i`* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets193olcott
29 May 24 i   i +* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets191Alan Mackenzie
29 May 24 i   i i+- Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets1olcott
29 May 24 i   i i`* Two dozen people were simply wrong189olcott
29 May 24 i   i i +* Re: Two dozen people were simply wrong3Alan Mackenzie
29 May 24 i   i i i+- Re: Two dozen people were simply wrong1olcott
29 May 24 i   i i i`- Re: Two dozen people were simply wrong1olcott
30 May 24 i   i i +* Re: Two dozen people were simply wrong (including Olcott)178Richard Damon
30 May 24 i   i i i`* Re: Two dozen people were simply wrong --- Try to prove otherwise177olcott
30 May 24 i   i i i `* Re: Two dozen people were simply wrong --- Try to prove otherwise176Richard Damon
30 May 24 i   i i i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise175olcott
30 May 24 i   i i i   `* Re: Two dozen people were simply wrong --- Try to prove otherwise174Richard Damon
30 May 24 i   i i i    `* Re: Two dozen people were simply wrong --- Try to prove otherwise173olcott
30 May 24 i   i i i     `* Re: Two dozen people were simply wrong --- Try to prove otherwise172Richard Damon
30 May 24 i   i i i      `* Re: Two dozen people were simply wrong --- Try to prove otherwise171olcott
30 May 24 i   i i i       +* Re: Two dozen people were simply wrong --- Try to prove otherwise11Richard Damon
30 May 24 i   i i i       i+* Re: Two dozen people were simply wrong --- Try to prove otherwise2olcott
30 May 24 i   i i i       ii`- Re: Two dozen people were simply wrong --- Try to prove otherwise1Richard Damon
30 May 24 i   i i i       i`* Re: Two dozen people were simply wrong --- Try to prove otherwise8olcott
30 May 24 i   i i i       i `* Re: Two dozen people were simply wrong --- Try to prove otherwise7Richard Damon
30 May 24 i   i i i       i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise6olcott
30 May 24 i   i i i       i   `* Re: Two dozen people were simply wrong --- Try to prove otherwise5Richard Damon
30 May 24 i   i i i       i    `* Re: Two dozen people were simply wrong --- Try to prove otherwise4olcott
30 May 24 i   i i i       i     `* Re: Olcott was simply wrong --- Try to prove otherwise3Richard Damon
30 May 24 i   i i i       i      `* Re: Olcott was simply wrong --- Try to prove otherwise2olcott
31 May 24 i   i i i       i       `- Re: Olcott was simply wrong --- Try to prove otherwise1Richard Damon
31 May 24 i   i i i       `* Re: Two dozen people were simply wrong --- Try to prove otherwise159olcott
31 May 24 i   i i i        +* Re: Two dozen people were simply wrong --- Try to prove otherwise157Richard Damon
31 May 24 i   i i i        i`* Re: Two dozen people were simply wrong --- Try to prove otherwise156olcott
31 May 24 i   i i i        i `* Re: Two dozen people were simply wrong --- Try to prove otherwise155Richard Damon
31 May 24 i   i i i        i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise154olcott
31 May 24 i   i i i        i   `* Re: Two dozen people were simply wrong --- Try to prove otherwise153Richard Damon
31 May 24 i   i i i        i    `* Re: Two dozen people were simply wrong --- Try to prove otherwise152olcott
31 May 24 i   i i i        i     `* Re: Two dozen people were simply wrong --- Try to prove otherwise151Richard Damon
31 May 24 i   i i i        i      `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down150olcott
31 May 24 i   i i i        i       `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down149Richard Damon
1 Jun 24 i   i i i        i        `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down148olcott
1 Jun 24 i   i i i        i         `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down147Richard Damon
1 Jun 24 i   i i i        i          `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down146olcott
1 Jun 24 i   i i i        i           +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down144Richard Damon
1 Jun 24 i   i i i        i           i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down143olcott
1 Jun 24 i   i i i        i           i +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down104Richard Damon
1 Jun 24 i   i i i        i           i i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down103olcott
1 Jun 24 i   i i i        i           i i +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down101Richard Damon
1 Jun 24 i   i i i        i           i i i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down100olcott
1 Jun 24 i   i i i        i           i i i +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down98Richard Damon
1 Jun 24 i   i i i        i           i i i i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down97olcott
1 Jun 24 i   i i i        i           i i i i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down96Richard Damon
1 Jun 24 i   i i i        i           i i i i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down95olcott
1 Jun 24 i   i i i        i           i i i i   `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down94Richard Damon
1 Jun 24 i   i i i        i           i i i i    `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down93olcott
1 Jun 24 i   i i i        i           i i i i     +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down11Fred. Zwarts
1 Jun 24 i   i i i        i           i i i i     i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down10olcott
1 Jun 24 i   i i i        i           i i i i     i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down9Fred. Zwarts
1 Jun 24 i   i i i        i           i i i i     i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down8olcott
1 Jun 24 i   i i i        i           i i i i     i   `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down7Fred. Zwarts
1 Jun 24 i   i i i        i           i i i i     i    `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down6olcott
2 Jun 24 i   i i i        i           i i i i     i     `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down5Fred. Zwarts
2 Jun 24 i   i i i        i           i i i i     i      `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down4olcott
2 Jun 24 i   i i i        i           i i i i     i       `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down3Fred. Zwarts
2 Jun 24 i   i i i        i           i i i i     i        `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down2olcott
2 Jun 24 i   i i i        i           i i i i     i         `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1Richard Damon
1 Jun 24 i   i i i        i           i i i i     +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down78Richard Damon
1 Jun 24 i   i i i        i           i i i i     i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down77olcott
1 Jun 24 i   i i i        i           i i i i     i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down76Richard Damon
1 Jun 24 i   i i i        i           i i i i     i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down75olcott
1 Jun 24 i   i i i        i           i i i i     i   +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down73Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down72olcott
1 Jun 24 i   i i i        i           i i i i     i   i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down71Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down70olcott
1 Jun 24 i   i i i        i           i i i i     i   i   +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down8Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i   i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down7olcott
1 Jun 24 i   i i i        i           i i i i     i   i   i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down6Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i   i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down5olcott
1 Jun 24 i   i i i        i           i i i i     i   i   i   +- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1immibis
1 Jun 24 i   i i i        i           i i i i     i   i   i   `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down3Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i   i    `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down2olcott
1 Jun 24 i   i i i        i           i i i i     i   i   i     `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i   `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down61Fred. Zwarts
1 Jun 24 i   i i i        i           i i i i     i   i    `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down60olcott
1 Jun 24 i   i i i        i           i i i i     i   i     +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down50Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i     i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down49olcott
1 Jun 24 i   i i i        i           i i i i     i   i     i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down48Richard Damon
1 Jun 24 i   i i i        i           i i i i     i   i     i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down47olcott
2 Jun 24 i   i i i        i           i i i i     i   i     i   +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down45Richard Damon
2 Jun 24 i   i i i        i           i i i i     i   i     i   i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down44olcott
2 Jun 24 i   i i i        i           i i i i     i   i     i   i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down43Richard Damon
2 Jun 24 i   i i i        i           i i i i     i   i     i   i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down42olcott
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   +- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1wij
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   +- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1wij
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down37Richard Damon
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   i`* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down36olcott
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down35Richard Damon
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   i  `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down34olcott
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   i   +* Re: Olcott is simply wrong --- Try to prove otherwise --- pinned down32Richard Damon
3 Jun 24 i   i i i        i           i i i i     i   i     i   i   i   `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1Mikko
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   +- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1wij
2 Jun 24 i   i i i        i           i i i i     i   i     i   i   `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1Fred. Zwarts
2 Jun 24 i   i i i        i           i i i i     i   i     i   `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1Fred. Zwarts
2 Jun 24 i   i i i        i           i i i i     i   i     `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down9Fred. Zwarts
1 Jun 24 i   i i i        i           i i i i     i   `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1immibis
1 Jun 24 i   i i i        i           i i i i     +- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1immibis
1 Jun 24 i   i i i        i           i i i i     `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down2joes
1 Jun 24 i   i i i        i           i i i `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1immibis
1 Jun 24 i   i i i        i           i i `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1Fred. Zwarts
1 Jun 24 i   i i i        i           i +* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down26Wasell
1 Jun 24 i   i i i        i           i `* Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down12Fred. Zwarts
1 Jun 24 i   i i i        i           `- Re: Two dozen people were simply wrong --- Try to prove otherwise --- pinned down1immibis
4 Jun 24 i   i i i        `- Re: Two dozen people were simply wrong --- Try to prove otherwise1olcott
30 May 24 i   i i +- Re: Two dozen people were simply wrong1immibis
1 Jun 24 i   i i `* Re: Two dozen people were simply wrong -- Only basis for rebuttal in the last 3 years6olcott
30 May 24 i   i `- Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets1Richard Damon
30 May 24 i   `* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets16olcott
30 May 24 `* Re: D correctly simulated by H cannot possibly halt --- templates and infinite sets --- deciders38olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal