Deutsch   English   Français   Italiano  
<vu8og4$13jl5$7@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: olcott <polcott333@gmail.com>
Newsgroups: comp.theory
Subject: Computable Functions --- OUTPUTS MUST CORRESPOND TO INPUTS
Date: Tue, 22 Apr 2025 13:51:48 -0500
Organization: A noiseless patient Spider
Lines: 89
Message-ID: <vu8og4$13jl5$7@dont-email.me>
References: <vsnchj$23nrb$2@dont-email.me> <vt6g1f$180qf$1@dont-email.me>
 <vt6lmk$1djk6$1@dont-email.me> <vt7tj4$2iso2$1@dont-email.me>
 <vt9j0j$1snb$2@dont-email.me> <vtai1c$11kqr$1@dont-email.me>
 <vtajkf$10asg$2@dont-email.me> <vtbe3g$1vs00$1@dont-email.me>
 <852f89c9196e0261b8156050fea4572fe886933f@i2pn2.org>
 <vth52t$3in23$9@dont-email.me> <vth557$3a127$7@dont-email.me>
 <vth8lr$3n2du$2@dont-email.me>
 <a8ab995b650b894cbfb635478f7406c4eee4d187@i2pn2.org>
 <vthqtc$5g2e$2@dont-email.me>
 <63af93cb608258cc3e12b9bab3a2efa0b7ee7eee@i2pn2.org>
 <vtit6a$15e5s$3@dont-email.me> <vtivmo$19aqd$1@dont-email.me>
 <vtkc4l$2h48g$3@dont-email.me> <vtkdnm$2iqu5$1@dont-email.me>
 <vtkkge$2si58$2@dont-email.me> <vtl56j$3aajg$1@dont-email.me>
 <vtlu0a$3vgp0$1@dont-email.me> <vtm04f$2a90$1@dont-email.me>
 <vtm9q8$aut7$1@dont-email.me> <vtmah8$2a90$2@dont-email.me>
 <vtmgen$gs48$1@dont-email.me>
 <c2ad5086dba36124c070173c3e3252967df2fab9@i2pn2.org>
 <vu8g3q$v0qa$1@dont-email.me> <vu8lse$vn9b$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 22 Apr 2025 20:51:49 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="5a4909a32d26d03e350b5e80d0272d3e";
	logging-data="1167013"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1//qnouBT2oooLqatD2vScc"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:o4euYWqbxWn0hIebKarGiKMHcK0=
Content-Language: en-US
X-Antivirus-Status: Clean
In-Reply-To: <vu8lse$vn9b$1@dont-email.me>
X-Antivirus: Norton (VPS 250422-4, 4/22/2025), Outbound message
Bytes: 5522

On 4/22/2025 1:07 PM, Fred. Zwarts wrote:
> Op 22.apr.2025 om 18:28 schreef olcott:
>> On 4/22/2025 7:57 AM, joes wrote:
>>> Am Tue, 15 Apr 2025 15:44:06 -0500 schrieb olcott:
>>>> On 4/15/2025 2:03 PM, dbush wrote:
>>>>> On 4/15/2025 2:50 PM, olcott wrote:
>>>>>> On 4/15/2025 11:05 AM, dbush wrote:
>>>>>>> On 4/15/2025 11:29 AM, olcott wrote:
>>>
>>>>>>>> *corresponding output to the input*
>>>>>>>> Not freaking allowed to look at any damn thing else besides the
>>>>>>>> freaking input. Must compute whatever mapping ACTUALLY EXISTS FROM
>>>>>>>> THIS INPUT.
>>>>>>>>
>>>>>>> So the algorithm HHH that you've implemented computes *some*
>>>>>>> computable function, but it does not compute the halting function as
>>>>>>> it is not computable.
>>>>>>>
>>>>>> *corresponding output to the input*
>>>>>>
>>>>> That doesn't refute anything I said.
>>>>>
>>>> You continue to stupidly insist that int sum(int x, int y) {return x +
>>>> y; }
>>>> returns 7 for sum(3,2) because you incorrectly understand how these
>>>> things fundamentally work.
>>>>
>>>> It is stupidly wrong to expect HHH(DD) report on the direct 
>>>> execution of
>>>> DD when you are not telling it one damn thing about this direct
>>>> execution.
>>> What else is it missing that the processor uses to execute it?
>>>
>>
>> int DD()
>> {
>>    int Halt_Status = HHH(DD);
>>    if (Halt_Status)
>>      HERE: goto HERE;
>>    return Halt_Status;
>> }
>>
>> _DD()
>> [00002133] 55         push ebp      ; housekeeping
>> [00002134] 8bec       mov ebp,esp   ; housekeeping
>> [00002136] 51         push ecx      ; make space for local
>> [00002137] 6833210000 push 00002133 ; push DD
>> [0000213c] e882f4ffff call 000015c3 ; call HHH(DD)
>> [00002141] 83c404     add esp,+04
>> [00002144] 8945fc     mov [ebp-04],eax
>> [00002147] 837dfc00   cmp dword [ebp-04],+00
>> [0000214b] 7402       jz 0000214f
>> [0000214d] ebfe       jmp 0000214d
>> [0000214f] 8b45fc     mov eax,[ebp-04]
>> [00002152] 8be5       mov esp,ebp
>> [00002154] 5d         pop ebp
>> [00002155] c3         ret
>> Size in bytes:(0035) [00002155]
>>
>> libx86emu <is> a correct x86 processor and does emulate
>> its inputs correctly.
> 
> The key thing here is that Olcott consistently does not understand that 
> HHH is given a finite string input that according to the semantics of 
> the x86 language specifies a halting program,

That is stupidly incorrect. The only question that HHH
must answer is the behavior that its input specifies.

All computation is defined to be represented as finite
string transformations to finite strings.

a function is computable if there exists an algorithm
that can do the job of the function, i.e. given an input
of the function domain it can return the corresponding output.
https://en.wikipedia.org/wiki/Computable_function

On Turing Machines inputs <are> finite strings, and
finite string transformation rules <are> applied to
these finite strings to derive corresponding outputs.

People here stupidly assume that the outputs are not
required to correspond to the inputs. That comes from
learn-by-rote with zero depth of understanding.


-- 
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer