Path: ...!weretis.net!feeder9.news.weretis.net!news.nk.ca!rocksolid2!i2pn2.org!.POSTED!not-for-mail From: Richard Damon Newsgroups: comp.theory Subject: Re: How the requirements that Professor Sipser agreed to are exactly met Date: Mon, 12 May 2025 21:27:45 -0400 Organization: i2pn2 (i2pn.org) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 13 May 2025 02:49:57 -0000 (UTC) Injection-Info: i2pn2.org; logging-data="118633"; mail-complaints-to="usenet@i2pn2.org"; posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg"; User-Agent: Mozilla Thunderbird In-Reply-To: Content-Language: en-US X-Spam-Checker-Version: SpamAssassin 4.0.0 Bytes: 2999 Lines: 49 On 5/12/25 2:17 PM, olcott wrote: > Introduction to the Theory of Computation 3rd Edition > by Michael Sipser (Author) > 4.4 out of 5 stars    568 rating > > https://www.amazon.com/Introduction-Theory-Computation-Michael-Sipser/ > dp/113318779X > > int DD() >  { >   int Halt_Status = HHH(DD); >   if (Halt_Status) >     HERE: goto HERE; >   return Halt_Status; >  } > > DD correctly simulated by any pure simulator > named HHH cannot possibly terminate thus proving > that this criteria has been met: > > >     If simulating halt decider H correctly simulates its >     input D until H correctly determines that its simulated D >     would never stop running unless aborted then > >     H can abort its simulation of D and correctly report that D >     specifies a non-halting sequence of configurations. >   > Which your H doesn't do, as it can not correctly determine what doesn't happen. The only simulation that would be accepted for the first paragraph is a CORRECT AND COMPLETE emulation, not the partial one done by H, and the only thing simulated in that simulation is the EXACT D given to H, which uses THAT H, the one that you says eventually aborts and returns the non-halting value, and thus that D, when actually correctly simulated (which H doesn't do) will halt. Note, all your claims do is show you don't understand that basic rules of the field, such as Program must contain all their code, and programs can only use the data of their input, so the "input D" is ALWAYS the D that calls the H that acta like your final H, and thus when you imgaine H not aborting, that doesn't change the input. All you are doing is proving you are just a stupid pathological liar that doesn't know what he is talking about, and either doesn't care or is so stupid he can't learn the basics.