Deutsch English Français Italiano |
<v3fqkp$2o13h$7@i2pn2.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: joes <noreply@example.com> Newsgroups: comp.theory,sci.logic Subject: Re: A simulating halt decider applied to the The Peter Linz Turing Machine description =?UTF-8?B?4p+oxKTin6k=?= -- key details Date: Sat, 1 Jun 2024 18:52:09 -0000 (UTC) Organization: i2pn2 (i2pn.org) Message-ID: <v3fqkp$2o13h$7@i2pn2.org> References: <v2nsvh$1rd65$2@dont-email.me> <v3255k$2pkb$2@dont-email.me> <v326fd$28n59$2@i2pn2.org> <v327h8$3a17$1@dont-email.me> <v328l1$28n58$2@i2pn2.org> <v329t8$3mh0$2@dont-email.me> <v32ait$28n58$4@i2pn2.org> <v32bvc$48pj$1@dont-email.me> <v32cko$2937i$1@i2pn2.org> <v32nsa$6fo3$1@dont-email.me> <v32tfs$29dee$1@i2pn2.org> <v331mf$84p2$1@dont-email.me> <v332ci$29def$2@i2pn2.org> <v33790$8u5p$1@dont-email.me> <v337r0$29dee$2@i2pn2.org> <v338c5$94g8$1@dont-email.me> <v339kr$29dee$3@i2pn2.org> <v33aj7$9f3u$1@dont-email.me> <v33bo5$29def$4@i2pn2.org> <v33dt7$dlnv$1@dont-email.me> <v33f6d$29dee$4@i2pn2.org> <v33g9j$e3ug$1@dont-email.me> <v33gss$29def$6@i2pn2.org> <v33hbf$e6qn$1@dont-email.me> <v34fg0$2bb65$2@i2pn2.org> <v36pgt$12lh7$1@dont-email.me> <v379la$159q4$2@dont-email.me> <v398hu$1j7to$1@dont-email.me> <v39ue9$1mtd9$3@dont-email.me> <v3chls$280e0$1@dont-email.me> <v3cqnm$29gdk$1@dont-email.me> <v3ek0l$2maau$1@dont-email.me> <v3fbme$2qsgd$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 1 Jun 2024 18:52:09 -0000 (UTC) Injection-Info: i2pn2.org; logging-data="2884721"; mail-complaints-to="usenet@i2pn2.org"; posting-account="nS1KMHaUuWOnF/ukOJzx6Ssd8y16q9UPs1GZ+I3D0CM"; User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a git.gnome.org/pan2) X-Spam-Checker-Version: SpamAssassin 4.0.0 Bytes: 4925 Lines: 70 Am Sat, 01 Jun 2024 09:37:01 -0500 schrieb olcott: > On 6/1/2024 2:52 AM, Mikko wrote: >> On 2024-05-31 15:35:18 +0000, olcott said: >>> *A quick summary of the reasoning provided below* >>> The LHS is behavior that embedded_H is allowed to report on. >> There is no restrictions on what embedded_H is allowed to report on. > > embedded_H is only allowed to report on the behavior that its finite > string Turing Machine Description specifies to a UTM. > > embedded_H <is> a UTM except that it stops simulating and reports > non-halting as soon as it correctly recognizes a non-halting behavior > pattern that is specified by its input. "Except". So it is not an UTM. > When Ĥ is applied to ⟨Ĥ⟩ > Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞ > Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn > > (a) Ĥ copies its input ⟨Ĥ⟩ > (b) Ĥ invokes embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ > (c) embedded_H simulates ⟨Ĥ⟩ ⟨Ĥ⟩ > (d) simulated ⟨Ĥ⟩ copies its input ⟨Ĥ⟩ > (e) simulated ⟨Ĥ⟩ invokes simulated embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ > (f) simulated embedded_H simulates ⟨Ĥ⟩ ⟨Ĥ⟩ > (g) goto (d) > > embedded_H is not allowed to be applied to Ĥ ⟨Ĥ⟩ because inputs can > only be finite strings and Ĥ is not a finite string. This means > that embedded_H is not allowed to report on its own actual behavior. I can't read that notation. What is H^ and what does it look like? > embedded_H only allowed to report on the behavior specified by its > finite string input. That behavior never stops running for 1 to ∞ steps > of ⟨Ĥ⟩ ⟨Ĥ⟩ correctly simulated by embedded_H. > >> The only reauirement is that embedded_H has the same transition >> rules as H. Therefore embedded_H reports the same as H, whether >> allowed or not. >> > Linz H applied to ⟨Ĥ⟩ ⟨Ĥ⟩ derives a different result than > embedded_H applied to ⟨Ĥ⟩ ⟨Ĥ⟩. > > This is because the in the latter case embedded_H must determine that > ⟨Ĥ⟩ ⟨Ĥ⟩ correctly simulated by embedded_H cannot possibly stop running > after 1 to ∞ steps of correct simulation. Thus embedded_H meets its > abort simulation criteria. > > The former case of Linz H applied to ⟨Ĥ⟩ ⟨Ĥ⟩ can see that embedded_H > has already aborted its simulation, thus it never reaches its own > abort criteria. > > It is only because everyone since 1936 has rejected simulation > OUT-OF-HAND without review that no one ever noticed this before. > >>> The RHS is behavior that embedded_H NOT is allowed to report on. >>> The LHS and the RHS specify different behaviors. >> >> You have not shown anything with behaviours as LHS and RHS. >> >>> Please to not reply here instead reply at the end of my proof >>> after all of the steps have been presented. >> >> Not a reasonable request. Correctness of a step of proof does not >> depend on what follows. If one step is erroneous the rest is >> irrelevant. ^ -- joes