Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP

Liste des GroupesRevenir à theory 
Sujet : Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP
De : rjh (at) *nospam* cpax.org.uk (Richard Heathfield)
Groupes : comp.theory
Date : 14. May 2025, 05:43:58
Autres entêtes
Organisation : Fix this later
Message-ID : <100172f$2ao7o$1@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
User-Agent : Mozilla Thunderbird
On 14/05/2025 04:38, olcott wrote:
On 5/13/2025 10:28 PM, dbush wrote:
On 5/13/2025 11:06 PM, olcott wrote:
On 5/13/2025 9:44 PM, dbush wrote:
On 5/13/2025 10:41 PM, olcott wrote:
On 5/13/2025 8:56 PM, dbush wrote:
On 5/13/2025 9:52 PM, olcott wrote:
On 5/13/2025 8:38 PM, dbush wrote:
On 5/13/2025 9:35 PM, olcott wrote:
On 5/13/2025 8:26 PM, dbush wrote:
On 5/13/2025 9:16 PM, olcott wrote:
On 5/13/2025 8:03 PM, dbush wrote:
Nope.  Russell's Paradox was derived from the base axioms of naive set theory, proving the whole system was inconsistent.
>
In contrast, there is nothing in existing computation theory that requires that a halt decider exists.
>
I see you made no attempt to refute the above statement. Unless you can show from the axioms of computation theory that the following requirements can be met, your argument has no basis:
>
>
Given any algorithm (i.e. a fixed immutable sequence of instructions) X described as <X> with input Y:
>
A solution to the halting problem is an algorithm H that computes the following mapping:
>
(<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
(<X>,Y) maps to 0 if and only if X(Y) does not halt when executed directly
>
>
>
A halt decider doesn't exist
for the same reason that the set of all sets
that do not contain themselves does not exist.
*As defined both were simply wrong-headed ideas*
>
There's nothing wrong-headed about wanting to know if any arbitrary algorithm X with input Y will halt when executed directly.
>
Yes there is. I have proven this countless times.
>
That requirements are impossible to satisfy doesn't make them wrong. It just makes them impossible to satisfy, which is a perfectly reasonable conclusion.
>
>
>
It did with Russell's Paradox.
ZFC rejected the whole foundation upon which
RP was built.
>
ZFC did not solve some other Russell's Paradox
it rejected the whole idea of RP as nonsense.
>
>
Unless you can show from the axioms of computation theory that the following requirements can be met, your argument has no basis:
>
>
Alternatively I can do what ZFC did and over-rule
the whole foundation upon which the HP proofs are build.
>
You mean the assumption that the following requirements (which are *not* part of the axioms of computation theory) can be satisfied? The assumption that Linz and other proved was false and that you *explicitly* agreed with?
>
>
The conventional halting problem proofs have your
requirements as its foundation.
>
>
They have the *assumption* that the requirements can be met, and via proof by contradiction show the assumption to be false.
>
And the fact that the requirements can't be met is fine, just like the the fact that these requirements can't be met is fine:
>
A mythic number is a number N such that N > 5 and N < 2.
>
We can also say that no computation can compute
the square root of a dead rabbit. In none of these
cases is computation actually limited.
>
We could equally say that no whale can give
birth to a pigeon. This places no actual limit
on the behavior of whales. Whales were never
meant to give birth to pigeons.
>
>
And as was said before:
>
On 5/5/2025 5:39 PM, olcott wrote:
 > On 5/5/2025 4:31 PM, dbush wrote:
 >> Strawman.  The square root of a dead rabbit does not exist, but the
 >> question of whether any arbitrary algorithm X with input Y halts when
 >> executed directly has a correct answer in all cases.
 >>
 >
 > It has a correct answer that cannot ever be computed
>
This qualifies as both a non-rebuttal and your confirmation you agree that Linz and others are correct that no algorithm exists that satisfies the below requirements:
>
>
Given any algorithm (i.e. a fixed immutable sequence of instructions) X described as <X> with input Y:
>
A solution to the halting problem is an algorithm H that computes the following mapping:
>
(<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
(<X>,Y) maps to 0 if and only if X(Y) does not halt when executed directly
>
 It is true that a TM either halts or does not halt.
 None-the-less the above requirements simply ignore
that some inputs specify behavior that differs
from the behavior of their direct execution.
And some inputs can be deduced to be impossible to satisfy.

It is stupidly wrong to REQUIRE a correct sum()
function to require sum(3,2) to report the sum of 5 + 7.
It is also wrong to require sum() to accurately report the sum for all inputs. Given code of int sum(int x, int y) { return x + y; } sum(INT_MAX, INT_MAX) will get the answer wrong because + can't do what is expected of it.
In such circumstances, the C standard simply refuses to specify what will happen and adopts a `que sera, sera' attitude --- can't take a joke, shouldn't have joined.
The Halting Problem is slightly different. It proposes a specific computation, a universal computation halting decider (call it H), but in doing so demonstrates that with a single flip of H's logical tail it produces a computation that simply can't be computed. There can be no H.
Mr Olcott's response to this appears to be that we should allow H to set aside impossible inputs in the pursuit of some kind of meaningful answer.
What he fails to notice is that it isn't necessary to set impossible inputs aside. Why not? Because they're impossible.
There is no need for H to cope with itself as input for the excellent reason that H cannot be written.
As dbush rightly points out:
Given any algorithm (i.e. a fixed immutable sequence of
instructions) X described as <X> with input Y:
A solution to the halting problem is an algorithm H that computes the following mapping:
(<X>,Y) maps to 1 if and only if X(Y) halts when executed directly
(<X>,Y) maps to 0 if and only if X(Y) does not halt when
  executed directly
It has been known for 90 years that such a solution is impossible. Attempting to dodge round this fact is as fruitless as trying to construct a square with the same area as a given circle by using only a finite number of steps with compass and straightedge.
Of course, that doesn't stop people trying. We have a name for such people.
--
Richard Heathfield
Email: rjh at cpax dot org dot uk
"Usenet is a strange place" - dmr 29 July 1999
Sig line 4 vacant - apply within

Date Sujet#  Auteur
10 May 25 * What it would take...143Richard Heathfield
10 May 25 +* Re: What it would take...10Richard Damon
10 May 25 i+* Re: What it would take...2Richard Damon
10 May 25 ii`- Re: What it would take...1Richard Damon
10 May 25 i`* Re: What it would take...7olcott
10 May 25 i +- Re: What it would take...1Fred. Zwarts
10 May 25 i `* Re: What it would take...5wij
10 May 25 i  `* Re: What it would take...4olcott
10 May 25 i   +* Re: What it would take...2olcott
10 May 25 i   i`- Re: What it would take...1Richard Damon
11 May 25 i   `- Re: What it would take...1Mikko
12 May 25 +* Re: What it would take...130Ben Bacarisse
12 May 25 i+* Re: What it would take...121Richard Heathfield
13 May 25 ii+* Re: What it would take...118Ben Bacarisse
13 May 25 iii+* Re: What it would take... TO GET MY REVIEWERS TO PAY COMPLETE ATTENTION?4olcott
13 May 25 iiii+- Re: What it would take... TO GET MY REVIEWERS TO PAY COMPLETE ATTENTION?1dbush
13 May 25 iiii+- Re: What it would take... TO GET MY REVIEWERS TO PAY COMPLETE ATTENTION?1Richard Damon
13 May 25 iiii`- Re: What it would take... TO GET MY REVIEWERS TO PAY COMPLETE ATTENTION?1Mikko
13 May 25 iii+* Re: What it would take...16Richard Heathfield
13 May 25 iiii`* How the requirements that Professor Sipser agreed to are exactly met15olcott
13 May 25 iiii +* Re: How the requirements that Professor Sipser agreed to are exactly met8Richard Heathfield
13 May 25 iiii i`* Re: How the requirements that Professor Sipser agreed to are exactly met7olcott
13 May 25 iiii i +- Re: How the requirements that Professor Sipser agreed to are exactly met1dbush
13 May 25 iiii i +- Re: How the requirements that Professor Sipser agreed to are exactly met1Richard Heathfield
13 May 25 iiii i +* Re: How the requirements that Professor Sipser agreed to are exactly met3Richard Damon
13 May 25 iiii i i`* Re: How the requirements that Professor Sipser agreed to are exactly met2olcott
13 May 25 iiii i i `- Re: How the requirements that Professor Sipser agreed to are exactly met1Richard Damon
13 May 25 iiii i `- Re: How the requirements that Professor Sipser agreed to are exactly met1Mikko
13 May 25 iiii +* Re: How the requirements that Professor Sipser agreed to are exactly met5Richard Damon
13 May 25 iiii i`* Re: How the requirements that Professor Sipser agreed to are exactly met4olcott
13 May 25 iiii i `* Re: How the requirements that Professor Sipser agreed to are exactly met3Richard Damon
14 May 25 iiii i  `* Re: How the requirements that Professor Sipser agreed to are exactly met2olcott
14 May 25 iiii i   `- Re: How the requirements that Professor Sipser agreed to are exactly met1Richard Damon
13 May 25 iiii `- Re: How the requirements that Professor Sipser agreed to are exactly met1Fred. Zwarts
13 May 25 iii`* Re: What it would take...97Mike Terry
13 May 25 iii +- Re: What it would take...1Richard Heathfield
13 May 25 iii +* Re: What it would take...8olcott
13 May 25 iii i+* Re: What it would take...5Richard Heathfield
13 May 25 iii ii+* Re: What it would take...2olcott
13 May 25 iii iii`- Re: What it would take...1Richard Damon
13 May 25 iii ii`* Re: What it would take...2olcott
13 May 25 iii ii `- Re: What it would take...1Richard Damon
13 May 25 iii i+- Re: What it would take...1Richard Damon
13 May 25 iii i`- Re: What it would take...1Mikko
13 May 25 iii `* Re: What it would take...87André G. Isaak
13 May 25 iii  `* Re: What it would take...86olcott
13 May 25 iii   `* Re: What it would take...85Fred. Zwarts
13 May 25 iii    `* Re: What it would take...84Mike Terry
13 May 25 iii     `* Re: What it would take... People to address my points with reasoning instead of rhetoric83olcott
13 May 25 iii      +* Re: What it would take... People to address my points with reasoning instead of rhetoric74dbush
13 May 25 iii      i+* Re: What it would take... People to address my points with reasoning instead of rhetoric52olcott
13 May 25 iii      ii+* Re: What it would take... People to address my points with reasoning instead of rhetoric50dbush
13 May 25 iii      iii`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP49olcott
14 May 25 iii      iii +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP47dbush
14 May 25 iii      iii i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP46olcott
14 May 25 iii      iii i +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP44dbush
14 May 25 iii      iii i i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP43olcott
14 May 25 iii      iii i i `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP42dbush
14 May 25 iii      iii i i  `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP41olcott
14 May 25 iii      iii i i   `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP40dbush
14 May 25 iii      iii i i    `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP39olcott
14 May 25 iii      iii i i     `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP38dbush
14 May 25 iii      iii i i      `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP37olcott
14 May 25 iii      iii i i       `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP36dbush
14 May 25 iii      iii i i        `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP35olcott
14 May 25 iii      iii i i         +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP6dbush
14 May 25 iii      iii i i         i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP5olcott
14 May 25 iii      iii i i         i +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP3Fred. Zwarts
14 May 25 iii      iii i i         i i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP2olcott
14 May 25 iii      iii i i         i i `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1dbush
14 May 25 iii      iii i i         i `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1dbush
14 May 25 iii      iii i i         `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP28Richard Heathfield
14 May 25 iii      iii i i          `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP27olcott
14 May 25 iii      iii i i           `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP26Richard Heathfield
14 May 25 iii      iii i i            `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP25olcott
14 May 25 iii      iii i i             `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP24Richard Heathfield
14 May 25 iii      iii i i              `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP23olcott
14 May 25 iii      iii i i               +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP21Richard Heathfield
14 May 25 iii      iii i i               i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP20olcott
14 May 25 iii      iii i i               i +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP18Richard Heathfield
14 May 25 iii      iii i i               i i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP17olcott
14 May 25 iii      iii i i               i i +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP11Richard Heathfield
14 May 25 iii      iii i i               i i i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP10olcott
14 May 25 iii      iii i i               i i i +* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP8Richard Heathfield
14 May 25 iii      iii i i               i i i i`* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP7olcott
14 May 25 iii      iii i i               i i i i `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP6Richard Heathfield
14 May 25 iii      iii i i               i i i i  `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP5olcott
14 May 25 iii      iii i i               i i i i   `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP4dbush
14 May 25 iii      iii i i               i i i i    `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP3olcott
15 May 25 iii      iii i i               i i i i     `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP2Fred. Zwarts
16 May 25 iii      iii i i               i i i i      `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1olcott
14 May 25 iii      iii i i               i i i `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1dbush
16 May 25 iii      iii i i               i i `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP5joes
16 May 25 iii      iii i i               i i  `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP4olcott
16 May 25 iii      iii i i               i i   `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP3Richard Damon
16 May 25 iii      iii i i               i i    `* Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP2olcott
16 May 25 iii      iii i i               i i     `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1Richard Damon
14 May 25 iii      iii i i               i `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1joes
14 May 25 iii      iii i i               `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1joes
14 May 25 iii      iii i `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1Richard Damon
14 May 25 iii      iii `- Re: What it would take... People to address my points with reasoning instead of rhetoric -- RP1Richard Damon
14 May 25 iii      ii`- Re: What it would take... People to address my points with reasoning instead of rhetoric1Richard Damon
13 May 25 iii      i`* Re: What it would take... People to address my points with reasoning instead of rhetoric21Richard Heathfield
13 May 25 iii      +* Re: What it would take... People to address my points with reasoning instead of rhetoric7olcott
13 May 25 iii      `- Re: What it would take... People to address my points with reasoning instead of rhetoric1Richard Damon
13 May 25 ii`* Re: What it would take...2Mike Terry
12 May 25 i`* Re: What it would take...8Andy Walker
12 May 25 `* Re: What it would take...2olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal