Deutsch English Français Italiano |
<v78j8j$1rnr3$5@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Fred. Zwarts" <F.Zwarts@HetNet.nl> Newsgroups: comp.theory Subject: Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Date: Wed, 17 Jul 2024 16:08:18 +0200 Organization: A noiseless patient Spider Lines: 82 Message-ID: <v78j8j$1rnr3$5@dont-email.me> References: <v644pn$29t4h$3@dont-email.me> <v6c539$3u2mj$1@dont-email.me> <v6dda0$7s8u$1@dont-email.me> <v6e67v$bbcb$4@dont-email.me> <v6gss2$t87a$1@dont-email.me> <v6gv65$to0m$1@dont-email.me> <v6h2li$ud7p$1@dont-email.me> <v6h2rm$ue7s$1@dont-email.me> <v6h3cu$ud7p$2@dont-email.me> <v6h83q$vag9$1@dont-email.me> <v6ikgb$19f5g$1@dont-email.me> <v6jgjo$1ctoi$4@dont-email.me> <v6lckp$1qi9e$1@dont-email.me> <v6m2qq$1tj30$6@dont-email.me> <60a1c2490e9bd9a5478fd173a20ed64d5eb158f9@i2pn2.org> <v6nvn8$2bn6q$1@dont-email.me> <v6oqti$2fuva$7@dont-email.me> <v6qn6k$2ubkt$1@dont-email.me> <v6r9q1$30qtt$5@dont-email.me> <v6tbge$3gegs$1@dont-email.me> <v6tqlm$3imib$5@dont-email.me> <v6vvid$24jd$1@dont-email.me> <v70mih$61d8$3@dont-email.me> <v72i9m$jne3$1@dont-email.me> <v7367p$mjis$8@dont-email.me> <v755m4$15kf6$1@dont-email.me> <v75vl9$19j7l$7@dont-email.me> <v77p77$1nm3r$1@dont-email.me> <v78fa7$1rc43$2@dont-email.me> <v78h5k$1rnr3$1@dont-email.me> <v78hj8$1rc43$10@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 17 Jul 2024 16:08:19 +0200 (CEST) Injection-Info: dont-email.me; posting-host="1fdd4e182586bca308b558ff6626f471"; logging-data="1957731"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/JkU9u6puuQGaJ99RhPeuN" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:N86168zLAdcDcLa2+htmxf+wo7Q= Content-Language: en-GB In-Reply-To: <v78hj8$1rc43$10@dont-email.me> Bytes: 5438 Op 17.jul.2024 om 15:39 schreef olcott: > On 7/17/2024 8:32 AM, Fred. Zwarts wrote: >> Op 17.jul.2024 om 15:00 schreef olcott: >>> On 7/17/2024 1:43 AM, Mikko wrote: >>>> On 2024-07-16 14:21:28 +0000, olcott said: >>>>> >>>>> When simulated input DDD stops running {if and only if} >>>>> the simulation of this input DDD has been aborted this >>>>> necessitates that input DDD specifies non-halting behavior >>>> >>>> DDD does not stop runnig unless it is completely exeuted. >>> >>> _DDD() >>> [00002163] 55 push ebp ; housekeeping >>> [00002164] 8bec mov ebp,esp ; housekeeping >>> [00002166] 6863210000 push 00002163 ; push DDD >>> [0000216b] e853f4ffff call 000015c3 ; call HHH(DDD) >>> [00002170] 83c404 add esp,+04 >>> [00002173] 5d pop ebp >>> [00002174] c3 ret >>> Size in bytes:(0018) [00002174] >>> >>> DDD emulated by HHH according to the semantic meaning of >>> its x86 instructions never stop running unless aborted. >> >> The 'unless aborted' is misleading, since we know that HHH *does* abort. > *THIS IS SELF EVIDENT THUS DISAGREEMENT IS INCORRECT* > DDD emulated by any pure function HHH according to the > semantic meaning of its x86 instructions never stops > running unless aborted. But HHH is programmed to abort after N cycles, therefore, it stops running after N cycles. Dreaming of HHH that does not abort is irrelevant. The semantics of the x86 code of a halting program is self-evident: it halts. No abort needed. Any denial displays a large misunderstanding of the x86 language. DDD is a misleading and unneeded complication. It is easy to eliminate DDD: int main() { return HHH(main); } This has the same problem. This proves that the problem is not in DDD, but in HHH, which halts when it aborts the simulation, but it decides that the simulation of itself does not halt. HHH is simply unable to decide about finite recursions. void Finite_Recursion (int N) { if (N > 0) Finite_Recursion (N - 1); } It decides after N recursions that there is an infinite recursion, which is incorrect. Your HHH is programmed to abort the simulation after N cycles of recursive simulations. Therefore, it is incorrect to abort the simulation of HHH when the simulated HHH has performed only N-1 cycles, because that changes the behaviour of HHH. Since the simulated HHH always runs one cycle behind the simulating HHH, it is clear that HHH can never simulate enough cycles for a correct simulation, as is required by the x86 language. Therefore, the simulation is incorrect according to the criteria you stipulated. The conclusion is simple: HHH cannot possibly simulate itself correctly. No matter how much you want it to be correct, or how many times you repeat that it is correct, it does not change the fact that such a simulation is incorrect, because it is unable to reach the end. Your own claim that the simulated HHH does not reach its end confirms it. The trace you have shown also proves that HHH cannot reach the end of its own simulation. So, your own claims prove that it is true that HHH cannot possibly simulate itself up to the end, which makes the simulation incorrect. Sipser would agree that this incorrect simulation cannot be used to detect a non-halting behaviour.