Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH

Liste des GroupesRevenir à theory 
Sujet : Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 09. Feb 2025, 16:33:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <voaht2$m3dj$9@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Mozilla Thunderbird
On 2/9/2025 7:08 AM, Richard Damon wrote:
On 2/9/25 1:10 AM, olcott wrote:
On 2/8/2025 3:54 PM, Fred. Zwarts wrote:
Op 08.feb.2025 om 15:47 schreef olcott:
On 2/8/2025 3:57 AM, Fred. Zwarts wrote:
Op 08.feb.2025 om 06:53 schreef olcott:
On 2/7/2025 7:27 PM, Richard Damon wrote:
On 2/7/25 8:12 PM, olcott wrote:
On 2/7/2025 5:56 PM, Richard Damon wrote:
On 2/7/25 11:26 AM, olcott wrote:
On 2/7/2025 6:20 AM, Richard Damon wrote:
On 2/6/25 10:02 PM, olcott wrote:
On 2/6/2025 8:21 PM, Richard Damon wrote:
On 2/6/25 5:18 PM, olcott wrote:
On 2/6/2025 1:51 PM, Richard Damon wrote:
On 2/6/25 1:26 PM, olcott wrote:
On 2/6/2025 10:52 AM, Bonita Montero wrote:
Am 05.02.2025 um 16:11 schrieb olcott:
On 2/5/2025 1:44 AM, Bonita Montero wrote:
Am 05.02.2025 um 04:38 schrieb olcott:
This treatment does not typically last very long and
will be immediately followed by a riskier fourth line
of treatment that has an initial success rate much higher
than its non progression mortality rate.
>
>
Halting problem solved !
>
>
The halting problem proof input does specify non-halting
behavior to its decider.
>
https://www.researchgate.net/ publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D
>
LOOOOOOOOL
>
Anyone that understands the C programming language
sufficiently well (thus not confused by the unreachable
"if" statement) correctly understands that DD simulated
by HHH cannot possibly reach its own return instruction.
>
>
And anyone that understand the halting problem knows that isn't the question being asked. The quesiton you NEED to ask is will the program described by the input halt when run?
>
Since you start off with the wrong question, you logic is just faulty.
>
>
Everyone that thinks my question is incorrect is wrong.
It has always been a mathematical mapping from finite
strings to behaviors. That people do not comprehend this
shows the shallowness of the depth of the learned-by-rote
(lack of) understanding.
>
>
No, you are just incorreect as you don't know what you are talking about.
>
Yes, it is a mapping of the string to the behavior, and that mapping is DEFINED to be the halting behavior of the program the string describes.
>
>
No this is incorrect. The input finite string specifies
(not merely describes) non halting behavior to its decider.
>
>
No, since the definition of "Halting Behavior" is the behavior of the progran being run.
>
>
It may seem that way to people that have learned-by-rote
as their only basis. It is actually nothing like that.
>
No, that *IS* the definition.
>
>
A termination analyzer computes the mapping from finite
strings to the actual behavior that these finite strings
specify. That this is not dead obvious to everyone here
merely proves that learned-by-rote does not involve any
actual comprehension.
>
>
>
And the behavior the finite string specifies is the behavior of running the program.
>
That is verifiably factually incorrect.
The running program has a different execution trace
than the behavior that DD specifies to HHH.
>
>
If so, then it proves the failure of the simulation. The simulation aborts too soon on unsound grounds, one cycle before the normal termination of the program.
>
>
This proves that you simply don't have sufficient
understanding of the C programming language.
DD simulated by HHH cannot possibly terminate normally
is a verified fact.
>
>
Which proves that HHH fails to make a correct decision about DD's halting behaviour. All other methods (direct execution, simulation by a world class simulator, etc.) show that DD halts. But HHH fails to see it. Everyone with sufficient understanding of programming sees that HHH is not correctly programmed when it aborts one cycle before the simulation would end normally.
>
typedef void (*ptr)();
int HHH(ptr P);
>
int DD()
{
   int Halt_Status = HHH(DD);
   if (Halt_Status)
     HERE: goto HERE;
   return Halt_Status;
}
>
int main()
{
   HHH(DD);
}
>
You lack the ability to do the execution trace
of HHH simulating DD calling HHH(DD) simulating DD...
>
If you have no idea what recursion is you will not be
able to understand what I am saying.
>
 No, YOU lack the understanding of what a program is.
 Your first problem is that function "DD" isn't a "program" by itself, but only becomes one when you include as part of it the code for HHH. And thus, the specific HHH that exists at this exact point IS HHH, and it can not be changed.
 
It is this same way for every halting problem instance.
It is an easily verified fact that DD cannot possibly reach
its own "if" statement when-so-ever HHH is a simulating
termination analyzer.
The only reason that the halting problem proof has never
been refuted before is that everyone always rejected
simulation as a basis out-of-hand without review. They
simply did not bother to think things all-the-way through.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
5 Feb 25 * A third line of cancer treatment reversed the growth of the right paracaval lymph node172olcott
5 Feb 25 `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node171Bonita Montero
5 Feb 25  `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node170olcott
6 Feb 25   `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node169Bonita Montero
6 Feb 25    `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node168olcott
6 Feb 25     +- Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node1Bonita Montero
6 Feb 25     `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node166Richard Damon
6 Feb 25      `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node165olcott
7 Feb 25       `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node164Richard Damon
7 Feb 25        `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node163olcott
7 Feb 25         `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node162Richard Damon
7 Feb 25          `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node161olcott
8 Feb 25           `* Re: A third line of cancer treatment reversed the growth of the right paracaval lymph node160Richard Damon
8 Feb 25            `* Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH159olcott
8 Feb 25             `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH158Richard Damon
8 Feb 25              `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH157olcott
8 Feb 25               +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH146Fred. Zwarts
8 Feb 25               i+- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Alan Mackenzie
8 Feb 25               i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH144olcott
8 Feb 25               i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH142Fred. Zwarts
9 Feb 25               i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH141olcott
9 Feb 25               i i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH137Fred. Zwarts
9 Feb 25               i i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH136olcott
9 Feb 25               i i i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH135Fred. Zwarts
9 Feb 25               i i i  `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH134olcott
9 Feb 25               i i i   +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
9 Feb 25               i i i   `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH132Fred. Zwarts
9 Feb 25               i i i    `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH131olcott
9 Feb 25               i i i     `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH130Fred. Zwarts
9 Feb 25               i i i      `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH129olcott
10 Feb 25               i i i       +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
10 Feb 25               i i i       +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH35Fred. Zwarts
10 Feb 25               i i i       i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH34olcott
10 Feb 25               i i i       i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH29Fred. Zwarts
10 Feb 25               i i i       i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH28olcott
10 Feb 25               i i i       i i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
10 Feb 25               i i i       i i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1joes
10 Feb 25               i i i       i i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH25Fred. Zwarts
10 Feb 25               i i i       i i  `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH24olcott
11 Feb 25               i i i       i i   +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
11 Feb 25               i i i       i i   +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH18joes
11 Feb 25               i i i       i i   i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH17olcott
11 Feb 25               i i i       i i   i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH15Fred. Zwarts
11 Feb 25               i i i       i i   i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH14olcott
11 Feb 25               i i i       i i   i i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH12Fred. Zwarts
13 Feb 25               i i i       i i   i i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH11olcott
13 Feb 25               i i i       i i   i i i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH9Fred. Zwarts
14 Feb 25               i i i       i i   i i i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH8olcott
14 Feb 25               i i i       i i   i i i i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH7Richard Damon
14 Feb 25               i i i       i i   i i i i  `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH6olcott
14 Feb 25               i i i       i i   i i i i   +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH4joes
15 Feb 25               i i i       i i   i i i i   i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3olcott
15 Feb 25               i i i       i i   i i i i   i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
15 Feb 25               i i i       i i   i i i i   i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Fred. Zwarts
14 Feb 25               i i i       i i   i i i i   `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
13 Feb 25               i i i       i i   i i i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
12 Feb 25               i i i       i i   i i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
12 Feb 25               i i i       i i   i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
11 Feb 25               i i i       i i   `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH4Fred. Zwarts
11 Feb 25               i i i       i i    `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3olcott
11 Feb 25               i i i       i i     +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Fred. Zwarts
12 Feb 25               i i i       i i     `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
10 Feb 25               i i i       i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
10 Feb 25               i i i       i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3joes
10 Feb 25               i i i       i  `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH2olcott
11 Feb 25               i i i       i   `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
10 Feb 25               i i i       `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH92joes
10 Feb 25               i i i        `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH91olcott
10 Feb 25               i i i         +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3Richard Damon
10 Feb 25               i i i         i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH2olcott
11 Feb 25               i i i         i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
10 Feb 25               i i i         `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH87joes
10 Feb 25               i i i          `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH86olcott
10 Feb 25               i i i           +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH84joes
10 Feb 25               i i i           i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH83olcott
11 Feb 25               i i i           i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
11 Feb 25               i i i           i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH81joes
11 Feb 25               i i i           i  `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH80olcott
11 Feb 25               i i i           i   +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH78joes
13 Feb 25               i i i           i   i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH77olcott
13 Feb 25               i i i           i   i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH75joes
13 Feb 25               i i i           i   i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH74olcott
13 Feb 25               i i i           i   i i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH72Fred. Zwarts
14 Feb 25               i i i           i   i i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH71olcott
14 Feb 25               i i i           i   i i i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
14 Feb 25               i i i           i   i i i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH21joes
14 Feb 25               i i i           i   i i i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH20olcott
14 Feb 25               i i i           i   i i i i +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH7joes
15 Feb 25               i i i           i   i i i i i`* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH6olcott
15 Feb 25               i i i           i   i i i i i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
15 Feb 25               i i i           i   i i i i i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH4Fred. Zwarts
16 Feb 25               i i i           i   i i i i i  `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3olcott
16 Feb 25               i i i           i   i i i i i   +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Fred. Zwarts
16 Feb 25               i i i           i   i i i i i   `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
14 Feb 25               i i i           i   i i i i +- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
14 Feb 25               i i i           i   i i i i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH11Fred. Zwarts
15 Feb 25               i i i           i   i i i i  +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3olcott
15 Feb 25               i i i           i   i i i i  i+- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
15 Feb 25               i i i           i   i i i i  i`- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Fred. Zwarts
16 Feb 25               i i i           i   i i i i  `* DIFFERENT LEVELS OF RECURSION --- DD specifies non-terminating behavior to HHH7olcott
16 Feb 25               i i i           i   i i i i   +* Re: DIFFERENT LEVELS OF RECURSION --- DD specifies non-terminating behavior to HHH5Fred. Zwarts
16 Feb 25               i i i           i   i i i i   `- Re: DIFFERENT LEVELS OF RECURSION --- DD specifies non-terminating behavior to HHH1Richard Damon
14 Feb 25               i i i           i   i i i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH48Fred. Zwarts
14 Feb 25               i i i           i   i i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
13 Feb 25               i i i           i   i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
12 Feb 25               i i i           i   `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
11 Feb 25               i i i           `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
9 Feb 25               i i `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3Richard Damon
8 Feb 25               i `- Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH1Richard Damon
8 Feb 25               +* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH7Richard Damon
8 Feb 25               `* Re: Sufficient knowledge of C proves that DD specifies non-terminating behavior to HHH3Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal