Deutsch English Français Italiano |
<v37sap$18mfo$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: olcott <polcott333@gmail.com> Newsgroups: comp.theory,sci.logic Subject: Two dozen people were simply wrong Date: Wed, 29 May 2024 13:31:52 -0500 Organization: A noiseless patient Spider Lines: 69 Message-ID: <v37sap$18mfo$1@dont-email.me> References: <v3501h$lpnh$1@dont-email.me> <v362eu$2d367$3@i2pn2.org> <v363js$vg63$2@dont-email.me> <v36803$2d368$3@i2pn2.org> <v368je$100kd$3@dont-email.me> <v373mr$2d367$5@i2pn2.org> <v37bpa$15n0b$1@dont-email.me> <v37i9p$lls$1@news.muc.de> <87y17smqnq.fsf@bsb.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 29 May 2024 20:31:53 +0200 (CEST) Injection-Info: dont-email.me; posting-host="b7a5feb561e035e50c2e5bc5a99a467f"; logging-data="1333752"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/gCvu1EIrk8k36S4e666Ot" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:V0/E8RiSxCN8VNsNd+TVcTMVci0= In-Reply-To: <87y17smqnq.fsf@bsb.me.uk> Content-Language: en-US Bytes: 3682 On 5/29/2024 1:14 PM, Ben Bacarisse wrote: > Alan Mackenzie <acm@muc.de> writes: > >> How about a bit of respect? Mike specifically asked you not to cite his >> name as a back up for your points. Why do you keep doing it? > > He does it to try to rope more people in. It's the same ploy as > insulting people by name. It's hard to ignore being maligned in public > by a fool. > *Thanks for validating my simplified encoding of the Linz* When Ĥ is applied to ⟨Ĥ⟩ Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞ Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn I really did believe that Ben Bacarisse was lying when I said it. At the time I was talking about the easily verified fact of the actual execution trace of fully operational code and everyone was denying the easily verified facts. 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 } It turns out that two dozen people are easily proven wrong when they claimed that the correct simulation of the input to H(D,D) is the behavior of int main() { D(D); } When D is correctly simulated by H using an x86 emulator the only way that the emulated D can reach its own emulated final state at line 06 and halt is (a) The x86 machine code of D is emulated incorrectly (b) The x86 machine code of D is emulated in the wrong order *two dozen people were simply wrong* It now turns out that Richard Damon was not lying when he referred to the words of Peter Linz. It did seem ridiculous that the Linz proof merely proved that a single machine does not get the correct answer to a specific input. Since Linz actually did use the term "single Turing machine" I now see that was an honest mistake. The domain of this problem is to be taken as the set of all Turing machines and all w; that is, we are looking for a *single Turing machine* that, given the description of an arbitrary M and w, will predict whether or not the computation of M applied to w will halt -- Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius hits a target no one else can see." Arthur Schopenhauer