Re: How do computations actually work?

Liste des GroupesRevenir à theory 
Sujet : Re: How do computations actually work?
De : dbush.mobile (at) *nospam* gmail.com (dbush)
Groupes : comp.theory
Date : 24. May 2025, 17:37:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <100ssjd$qa2s$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
User-Agent : Mozilla Thunderbird
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.

Date Sujet#  Auteur
21 May 25 * Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion334Richard Damon
21 May 25 +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion2Richard Heathfield
21 May 25 i`- Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion1Richard Damon
21 May 25 `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC331olcott
21 May 25  +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC329Richard Heathfield
21 May 25  i`* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC328olcott
21 May 25  i +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC320Richard Heathfield
21 May 25  i i`* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC319olcott
21 May 25  i i `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC318Richard Heathfield
21 May 25  i i  `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC317olcott
21 May 25  i i   `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC316Richard Heathfield
21 May 25  i i    +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC2Keith Thompson
21 May 25  i i    i`- Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC1Richard Heathfield
21 May 25  i i    +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC311olcott
21 May 25  i i    i`* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC310Richard Heathfield
21 May 25  i i    i `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC309olcott
21 May 25  i i    i  `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC308Richard Heathfield
21 May 25  i i    i   `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC307olcott
21 May 25  i i    i    `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC306Richard Heathfield
21 May 25  i i    i     `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC305olcott
22 May 25  i i    i      `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC304Richard Heathfield
22 May 25  i i    i       `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC303olcott
22 May 25  i i    i        +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC254Richard Heathfield
22 May 25  i i    i        i`* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC253Keith Thompson
22 May 25  i i    i        i +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC251Richard Heathfield
23 May 25  i i    i        i i`* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC250Mike Terry
23 May 25  i i    i        i i +* How do computations actually work?81olcott
23 May 25  i i    i        i i i+* Re: How do computations actually work?19wij
23 May 25  i i    i        i i ii+* Re: How do computations actually work?17olcott
23 May 25  i i    i        i i iii`* Re: How do computations actually work?16Mikko
23 May 25  i i    i        i i iii `* Re: How do computations actually work?15olcott
23 May 25  i i    i        i i iii  +* Re: How do computations actually work?6Richard Damon
23 May 25  i i    i        i i iii  i`* Re: How do computations actually work?5olcott
23 May 25  i i    i        i i iii  i +* Re: How do computations actually work?3Fred. Zwarts
23 May 25  i i    i        i i iii  i i`* Re: How do computations actually work?2olcott
23 May 25  i i    i        i i iii  i i `- Re: How do computations actually work?1Fred. Zwarts
23 May 25  i i    i        i i iii  i `- Re: How do computations actually work?1Richard Damon
24 May 25  i i    i        i i iii  `* Re: How do computations actually work?8Mikko
24 May 25  i i    i        i i iii   `* Re: How do computations actually work?7olcott
24 May 25  i i    i        i i iii    +* Re: How do computations actually work?4dbush
24 May 25  i i    i        i i iii    i`* Re: How do computations actually work?3olcott
24 May 25  i i    i        i i iii    i +- Re: How do computations actually work?1dbush
24 May 25  i i    i        i i iii    i `- Re: How do computations actually work?1Richard Damon
24 May 25  i i    i        i i iii    +- Re: How do computations actually work?1Richard Damon
25 May 25  i i    i        i i iii    `- Re: How do computations actually work?1Mikko
23 May 25  i i    i        i i ii`- Re: How do computations actually work?1Mikko
23 May 25  i i    i        i i i+* Re: How do computations actually work?39Mikko
23 May 25  i i    i        i i ii`* Re: How do computations actually work?38olcott
23 May 25  i i    i        i i ii +- Re: How do computations actually work?1Richard Damon
24 May 25  i i    i        i i ii `* Re: How do computations actually work?36Mikko
24 May 25  i i    i        i i ii  `* Re: How do computations actually work?35olcott
24 May 25  i i    i        i i ii   +- Re: How do computations actually work?1Richard Damon
25 May 25  i i    i        i i ii   `* Re: How do computations actually work?33Mikko
25 May 25  i i    i        i i ii    `* Re: How do computations actually work?32olcott
25 May 25  i i    i        i i ii     +* Re: How do computations actually work?19Fred. Zwarts
26 May 25  i i    i        i i ii     i`* Re: How do computations actually work?18olcott
27 May 25  i i    i        i i ii     i `* Re: How do computations actually work?17Mikko
27 May 25  i i    i        i i ii     i  `* Re: How do computations actually work?16olcott
28 May 25  i i    i        i i ii     i   `* Re: How do computations actually work?15Mikko
28 May 25  i i    i        i i ii     i    `* Re: How do computations actually work?14olcott
28 May 25  i i    i        i i ii     i     +* Re: How do computations actually work?9Fred. Zwarts
28 May 25  i i    i        i i ii     i     i`* Re: How do computations actually work?8olcott
29 May 25  i i    i        i i ii     i     i +- Re: How do computations actually work?1Richard Damon
29 May 25  i i    i        i i ii     i     i `* Re: How do computations actually work?6Fred. Zwarts
29 May 25  i i    i        i i ii     i     i  `* Re: How do computations actually work?5Richard Heathfield
30 May 25  i i    i        i i ii     i     i   `* Re: How do computations actually work?4Mikko
30 May 25  i i    i        i i ii     i     i    `* Re: How do computations actually work?3Richard Heathfield
30 May 25  i i    i        i i ii     i     i     `* Re: How do computations actually work?2olcott
31 May 25  i i    i        i i ii     i     i      `- Re: How do computations actually work?1Fred. Zwarts
29 May 25  i i    i        i i ii     i     +* Re: How do computations actually work?3Mikko
29 May 25  i i    i        i i ii     i     i`* Re: How do computations actually work?2Richard Heathfield
30 May 25  i i    i        i i ii     i     i `- Re: How do computations actually work?1Mikko
29 May 25  i i    i        i i ii     i     `- Re: How do computations actually work?1Richard Damon
26 May 25  i i    i        i i ii     `* Re: How do computations actually work?12Mikko
26 May 25  i i    i        i i ii      `* Re: How do computations actually work?11olcott
26 May 25  i i    i        i i ii       +* Re: How do computations actually work?9Fred. Zwarts
26 May 25  i i    i        i i ii       i`* Re: How do computations actually work?8olcott
26 May 25  i i    i        i i ii       i +* Re: How do computations actually work?2Fred. Zwarts
26 May 25  i i    i        i i ii       i i`- Re: How do computations actually work?1olcott
26 May 25  i i    i        i i ii       i +- Re: How do computations actually work?1Richard Damon
27 May 25  i i    i        i i ii       i `* Re: How do computations actually work?4Mikko
27 May 25  i i    i        i i ii       i  `* Re: How do computations actually work?3olcott
28 May 25  i i    i        i i ii       i   +- Re: How do computations actually work?1Richard Damon
28 May 25  i i    i        i i ii       i   `- Re: How do computations actually work?1Mikko
26 May 25  i i    i        i i ii       `- Re: How do computations actually work?1Richard Damon
23 May 25  i i    i        i i i+- Re: How do computations actually work?1Richard Damon
24 May 25  i i    i        i i i`* Re: How do computations actually work?21Mikko
24 May 25  i i    i        i i i `* Re: How do computations actually work?20olcott
24 May 25  i i    i        i i i  +- Re: How do computations actually work?1Richard Damon
25 May 25  i i    i        i i i  `* Re: How do computations actually work?18Mikko
25 May 25  i i    i        i i i   +* Re: How do computations actually work?4Richard Heathfield
25 May 25  i i    i        i i i   i`* Re: How do computations actually work?3Richard Damon
25 May 25  i i    i        i i i   i `* Re: How do computations actually work?2Richard Heathfield
25 May 25  i i    i        i i i   i  `- Re: How do computations actually work?1Richard Damon
25 May 25  i i    i        i i i   `* Re: How do computations actually work?13olcott
26 May 25  i i    i        i i i    `* Re: How do computations actually work?12Mikko
26 May 25  i i    i        i i i     `* Re: How do computations actually work?11olcott
27 May 25  i i    i        i i i      `* Re: How do computations actually work?10Mikko
27 May 25  i i    i        i i i       `* Re: How do computations actually work?9olcott
28 May 25  i i    i        i i i        +- Re: How do computations actually work?1Richard Damon
28 May 25  i i    i        i i i        `* Re: How do computations actually work?7Mikko
23 May 25  i i    i        i i +- Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC1Richard Heathfield
23 May 25  i i    i        i i +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC8olcott
23 May 25  i i    i        i i `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC159Ben Bacarisse
22 May 25  i i    i        i `- Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC1olcott
22 May 25  i i    i        `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC48joes
23 May 25  i i    `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC2Ben Bacarisse
21 May 25  i +* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC5Fred. Zwarts
22 May 25  i `* Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC2Richard Damon
21 May 25  `- Re: Analysis of Flibble’s Latest: Detecting vs. Simulating Infinite Recursion ZFC1Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal