Deutsch English Français Italiano |
<95a2e4e6b2979890833bd4d862e0cc067acfb1a5@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: Richard Damon <richard@damon-family.org> Newsgroups: comp.theory Subject: Re: HHH maps its input to the behavior specified by it --- never reaches its halt state ---natural number mapping Date: Sun, 11 Aug 2024 13:06:31 -0400 Organization: i2pn2 (i2pn.org) Message-ID: <95a2e4e6b2979890833bd4d862e0cc067acfb1a5@i2pn2.org> References: <v8jh7m$30k55$1@dont-email.me> <4-qdnbdw1JzlRS37nZ2dnZfqlJydnZ2d@giganews.com> <v8v7p3$29r2r$1@dont-email.me> <v8vub1$32fso$14@dont-email.me> <1e1fa9bc4bbc00aa65c1a7974bd1bda87687c92b@i2pn2.org> <v90di8$38oni$1@dont-email.me> <47a76378d634bf0db4017f879d0160793b57125e@i2pn2.org> <v9161o$3gaju$1@dont-email.me> <b84374e766c199e1ba38ef1dc3bc8f6ab2c39dfc@i2pn2.org> <v91i97$3n4m0$1@dont-email.me> <v91unh$3rbor$1@dont-email.me> <v92gja$p1$3@dont-email.me> <v94m0l$ljf4$1@dont-email.me> <v95ae9$p5rb$1@dont-email.me> <v978dv$h1ib$1@dont-email.me> <v97j0q$ilah$2@dont-email.me> <ccc5dafb53acf66239baac0183a6291687794963@i2pn2.org> <v97l3j$kof0$2@dont-email.me> <v97pgq$l4f4$2@dont-email.me> <v97qf0$lise$2@dont-email.me> <v97rq3$l4f4$4@dont-email.me> <v97t7g$m8l6$1@dont-email.me> <v98bu1$s12e$1@dont-email.me> <v98c7u$s5bj$1@dont-email.me> <v98d4g$s12e$3@dont-email.me> <v98dmd$sddi$1@dont-email.me> <v9a4og$284k5$1@dont-email.me> <v9a920$2923f$3@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 11 Aug 2024 17:06:31 -0000 (UTC) Injection-Info: i2pn2.org; logging-data="2215994"; mail-complaints-to="usenet@i2pn2.org"; posting-account="diqKR1lalukngNWEqoq9/uFtbkm5U+w3w6FQ0yesrXg"; User-Agent: Mozilla Thunderbird Content-Language: en-US X-Spam-Checker-Version: SpamAssassin 4.0.0 In-Reply-To: <v9a920$2923f$3@dont-email.me> Bytes: 6398 Lines: 120 On 8/11/24 7:58 AM, olcott wrote: > On 8/11/2024 5:45 AM, Fred. Zwarts wrote: >> Op 10.aug.2024 om 21:05 schreef olcott: >>> On 8/10/2024 1:56 PM, Fred. Zwarts wrote: >>>> Op 10.aug.2024 om 20:41 schreef olcott: >>>>> On 8/10/2024 1:35 PM, Fred. Zwarts wrote: >>>>>> >>>>>> No evidence for these claims. We know that a simulation of a >>>>>> halting program is correct only when it reaches the halt state, >>>>> >>>>> void Infinite_Recursion() >>>>> { >>>>> Infinite_Recursion(); >>>>> } >>>>> >>>>> void Infinite_Loop() >>>>> { >>>>> HERE: goto HERE; >>>>> } >>>>> >>>>> You seem to be an ignoramus. Ordinary ignorance can be corrected. >>>> >>>> Completely irrelevant. There is no infinite loop in HHH because HHH >>>> aborts after N recursions, not after an Infinite_Recursion. >>> >>> Thus you already knew that your statement was false before you >>> said it. Infinite_Loop() need not be emulated to non-existent >>> completion before HHH recognizes its infinite behavior pattern. >>> >>> Why say things that you know are false? >>> >> >> Irrelevant text about olcott dreams of a non-halting simulation ignored. >> >> void Finite_Recursion (int N) { >> if (N > 0) Finite_Recursion (N - 1); >> } >> >> This is not an infinite recursion. >> > It is the dishonest dodge of changing the subject > using the strawman deception (error of reasoning) > to form a rebuttal to something other than what I said. > https://en.wikipedia.org/wiki/Straw_man > > If you insist on the strawman deception then that > objectively makes you a deceiver. > > > void DDD() > { > HHH(DDD); > return; > } > > This above code is the subject matter. The slightest change > of subject away from the above code is an intentional error > of reasoning. The YOUR subject matter is off topic for the topic you are trying to talk about, as the code of HHH is most definitely part of the discussion, as it is part of the code of DDD to be decided on. You elsewere just admitted that your input isn't of the right type of things to be halt decided on, as Computation theoryu in General, and the Halting Problem in particular, are about PROGRAMS, (and subprograms) not "C Functions" when you exclude the code they call. > >> Olcott's own trace showed that HHH halts. So, it does not have >> infinite behaviour. It has an end. Further, this trace showed that the >> simulation failed to reach that end. That does not show infinite >> behaviour, but a failed simulation. >> Dreams are no substitute for facts. >> >> Olcott has a circular reasoning. >> 1) The simulation does not reach the end, so there must be infinite >> behaviour. > > *The behavior of the input only has to match this criteria* > <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> > 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 > > Professor Sipser is the best selling author of Theory of Computation > textbooks and has written many papers on the subject And you can't do a correct simulation of an input you don't have all of, so unless you include the ACTUAL CODE of HHH for HHH to use, it can't be correct. Sorry, you just don't understand what he is talking about. Remember, the input D is a description of a TURING MACHINE, which is the equivalent to a FULL PROGRAM, not a partial program that omits some of the algorithm it uses. > >> 2) There is infinite behaviour, so the simulation must abort and must >> be correct. >> He has no evidence for it, neither for 1, nor for 2, but he uses 1 as >> evidence for 2 and 2 as evidence for 1. > > It is a tautology. Nope. Just your stupidity. > >> The simple facts are that the simulation is incorrect, because it >> failed to reach the end. The end is there, as shown by direct >> execution, by the simulation by another simulator (such as HHH1) and >> by inspection of the code and of the trace. So, there is plenty of >> evidence that there is an end. >> Olcott prefers to ignore all the evidence, because he really, really >> wants his claims to be true, so he keeps repeating them, without any >> evidence. But repetition does not make things true. >> That is something he probably just does not want to know. > >