Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: olcott Newsgroups: sci.logic,comp.theory Subject: Re: ZFC solution to incorrect questions: reject them --discourse context -- Date: Mon, 18 Mar 2024 00:32:14 -0500 Organization: A noiseless patient Spider Lines: 29 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 18 Mar 2024 05:32:14 -0000 (UTC) Injection-Info: dont-email.me; posting-host="17ec9398ed80e19bde6326f5400a6c92"; logging-data="29803"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/BA5tQHr52a8bO8lWJvh9t" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:vRUzSZRlTCU/zVSI7cJ7lw0/Geo= Content-Language: en-US In-Reply-To: Bytes: 2693 On 3/17/2024 11:49 PM, immibis wrote: > On 18/03/24 05:40, olcott wrote: >> When H1 says YES it is right. >> When H says YES it is wrong. > > Any halt decider is right to say YES on the input (D,D) if and only if > D(D) halts. > *When H(D,D) says YES D gets stuck at line 05* Can D correctly simulated by H terminate normally? 01 int D(ptr x) // ptr is pointer to int function 02 { 03 int Halt_Status = H(x, x); 04 if (Halt_Status) 05 HERE: goto HERE; 06 return Halt_Status; 07 } 08 09 void main() 10 { 11 D(D); 12 } -- Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius hits a target no one else can see." Arthur Schopenhauer