Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <100ssjd$qa2s$2@dont-email.me>
Deutsch   English   Français   Italiano  
<100ssjd$qa2s$2@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: dbush <dbush.mobile@gmail.com>
Newsgroups: comp.theory
Subject: Re: How do computations actually work?
Date: Sat, 24 May 2025 12:37:02 -0400
Organization: A noiseless patient Spider
Lines: 103
Message-ID: <100ssjd$qa2s$2@dont-email.me>
References: <Ms4XP.801347$BFJ.668081@fx13.ams4>
 <100kt0c$2tae8$3@dont-email.me> <100ktr7$2reaa$1@dont-email.me>
 <100l09v$2tae8$5@dont-email.me> <100l1ov$2ul3j$1@dont-email.me>
 <100l3jh$2v0e9$1@dont-email.me> <100l5c8$2ul3j$2@dont-email.me>
 <100l75g$2vpq3$1@dont-email.me> <100l887$2ul3i$2@dont-email.me>
 <100l9gh$30aak$1@dont-email.me> <100lc4o$30pgm$1@dont-email.me>
 <100ld1u$312c9$1@dont-email.me> <100lg4g$31jt3$1@dont-email.me>
 <100lkdv$32ib3$1@dont-email.me> <100lmif$32v06$1@dont-email.me>
 <100lmp3$32ven$1@dont-email.me> <100m319$38k55$2@dont-email.me>
 <87jz69xlpx.fsf@nosuchdomain.example.com> <100mder$39slu$2@dont-email.me>
 <100oipb$3oge1$1@dont-email.me> <100onkd$3t5cb$1@dont-email.me>
 <aba700ae0681263a7a5e6ae010c2b3809fcbd040.camel@gmail.com>
 <100oq63$3tal2$1@dont-email.me> <100p792$3vnfa$1@dont-email.me>
 <100q6lb$5buc$3@dont-email.me> <100rt3j$jcn6$1@dont-email.me>
 <100snls$p071$4@dont-email.me> <100snqj$nvac$2@dont-email.me>
 <100sqq1$ppn2$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 24 May 2025 18:37:02 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7bffcf1a053bdddb0127a83d4984dc7b";
	logging-data="862300"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18T2c4bESYQR2rh3eJjd0XO"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:MuUeYaEWzm6t2QBIk92g3fwm15Q=
In-Reply-To: <100sqq1$ppn2$2@dont-email.me>
Content-Language: en-US
Bytes: 5178

On 5/24/2025 12:06 PM, olcott wrote:
> On 5/24/2025 10:15 AM, dbush wrote:
>> On 5/24/2025 11:13 AM, olcott wrote:
>>> On 5/24/2025 2:39 AM, Mikko wrote:
>>>> On 2025-05-23 16:10:19 +0000, olcott said:
>>>>
>>>>> On 5/23/2025 2:14 AM, Mikko wrote:
>>>>>> On 2025-05-23 03:31:15 +0000, olcott said:
>>>>>>
>>>>>>> On 5/22/2025 10:23 PM, wij wrote:
>>>>>>>> On Thu, 2025-05-22 at 21:47 -0500, olcott wrote:
>>>>>>>>> [cut]
>>>>>>>>
>>>>>>>> Q: How do computations actually work?
>>>>>>>> A: Computation is merely step-by-step algorithm.
>>>>>>>> Nothing says it has to be TM.
>>>>>>>>
>>>>>>>> Do the exercises in textbooks first before any claim of it.
>>>>>>>>
>>>>>>>
>>>>>>> int main()
>>>>>>> {
>>>>>>>    DD(); // by what steps can the HHH that DD calls
>>>>>>> }       // report on the behavior its caller?
>>>>>>
>>>>>> If we don't insist that the report be correct:
>>>>>> 1. guess
>>>>>> 2. tell what was guessed
>>>>>
>>>>> This does not work because all computable functions
>>>>> that implement termination analyzers must compute
>>>>> the mapping from their input finite string according
>>>>> to the behavior that it specifies.
>>>>
>>>> Wrong. There is no need to compute "the" mapping if a the report
>>>> needs not be correct. Some other mapping is enough to produce
>>>> some report.
>>>>
>>>
>>> int sum(int x, int y) { return 5; }
>>> Does not compute any function because it ignores its inputs.
>>>
>>
>> Sure it does.  It computes this function:
>>
>>
>> For all integers X and Y:
>>
>> (X,Y) maps to 5
>>
>>
>> The only requirements for mapping is a function is that inputs 
>> correspond to outputs as per the given mapping, and the mathematical 
>> function above is mapped by the above C function "sum".
> 
> OK
> 
> int main()
> {
>    DD(); // How does the HHH that DD calls report on the
> }       // actual behavior of its actual caller?
> 

It doesn't matter, as your HHH doesn't accept a description of an 
algorithm as input and therefore has nothing to do with the halting 
problem, as you yourself have admitted:


On 5/13/2025 9:54 PM, dbush wrote:
 > On 5/13/2025 9:48 PM, olcott wrote:
 >> On 5/13/2025 8:31 PM, dbush wrote:
 >>> On 5/13/2025 9:27 PM, olcott wrote:
 >>>> On 5/13/2025 8:07 PM, dbush wrote:
 >>>>> On 5/13/2025 5:30 PM, olcott wrote:
 >>>>>> On 5/13/2025 6:43 AM, Richard Damon wrote:
 >>>>>>> On 5/13/25 12:52 AM, olcott wrote:
 >>>>>>>> *simulated D would never stop running unless aborted*
 >>>>>>>> or they themselves could become non-terminating.
 >>>>>>>
 >>>>>>> But you aren't simulating the same PROGRAM D that the original
 >>>>>>> was given.
 >>>>>>>
 >>>>>>
 >>>>>> It is not supposed to be the same program.
 >>>>>
 >>>>> So you *explicitly* admit to changing the input.
 >>>>>
 >>>>
 >>>> The finite string of DD is specific sequence bytes.
 >>>
 >>> Which includes the specific sequence of bytes that is the finite
 >>> string HHH
 >>>
 >>
 >> No it does not. A function calls is not macro inclusion.
 >>
 >
 > Then you admit that your HHH not deciding about algorithms and therefore
 > has nothing to do with the halting problem.