Deutsch English Français Italiano |
<v2vg1g$3e8pb$4@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!feeder8.news.weretis.net!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: Re: D correctly simulated by pure function H cannot possibly reach its, own line 06 --- Dishonest? Date: Sun, 26 May 2024 09:13:04 -0500 Organization: A noiseless patient Spider Lines: 42 Message-ID: <v2vg1g$3e8pb$4@dont-email.me> References: <v2nsvh$1rd65$2@dont-email.me> <v2r3r0$2h2l7$1@dont-email.me> <v2r7cq$1vblq$10@i2pn2.org> <v2rpda$2nvot$1@dont-email.me> <v2smub$22aq1$1@i2pn2.org> <v2t8o0$2vna0$3@dont-email.me> <v2t9tj$22aq1$5@i2pn2.org> <v2tajd$2vna0$6@dont-email.me> <v2tdre$22aq1$7@i2pn2.org> <v2tfms$30u1r$3@dont-email.me> <v2tgv2$22aq0$2@i2pn2.org> <v2th6a$319s1$1@dont-email.me> <v2tjpr$22aq1$9@i2pn2.org> <v2tk9i$31qgp$1@dont-email.me> <v2tkit$22aq0$6@i2pn2.org> <v2tl8b$31uo4$2@dont-email.me> <v2tm5d$22aq0$7@i2pn2.org> <v2tnr1$32e7p$1@dont-email.me> <v2tp5n$22aq0$9@i2pn2.org> <v2tpdg$32me8$2@dont-email.me> <v2tptp$22aq1$13@i2pn2.org> <v2tq50$32r0d$2@dont-email.me> <v2tqh7$22aq1$15@i2pn2.org> <v2tr68$32uto$1@dont-email.me> <v2trch$23vgp$1@i2pn2.org> <v2trts$331vq$1@dont-email.me> <v2tsub$23vgp$2@i2pn2.org> <v2u0o5$33mgp$1@dont-email.me> <v2u2uf$23vgp$4@i2pn2.org> <v2u5a0$349br$2@dont-email.me> <v2u6if$23vgo$3@i2pn2.org> <v2u7fj$38fjo$1@dont-email.me> <v2v79q$25ell$2@i2pn2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 26 May 2024 16:13:05 +0200 (CEST) Injection-Info: dont-email.me; posting-host="b67ec24a85de95a55e6b4d0cc81926c3"; logging-data="3613483"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19j+MPgBYomt/hO9Ml069z8" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:qHHgIazrHDYclHccEcsMYo/f83g= Content-Language: en-US In-Reply-To: <v2v79q$25ell$2@i2pn2.org> Bytes: 3587 On 5/26/2024 6:43 AM, Richard Damon wrote: 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 } > Because, as I have said, the answer and reasoning changes depending on > what you acknowledged are the implications of your stipulations. For > instance, if your actual understanding of being a "Pure Function" is > that the program is the equivalent of a Turing Machine, then we need to > add a strictness to the definition that isn't normally used for just > "Pure Functions", like accessing value of registers like the program > counter or stack pointer might not be allowed in some cases. (which > breaks you H). > Since we can see (and you already agreed) that D correctly simulated by pure simulator H remains stuck in infinite 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. This is what I had in mind all along. Because I am a relatively terrible communicator it takes me a very long time to translate my intuitions into simple words. -- Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius hits a target no one else can see." Arthur Schopenhauer