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 : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory
Date : 10. Feb 2025, 00:05:18
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <91fa7c81b2e5cd699202d55b98d02ebdf9751c8f@i2pn2.org>
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
User-Agent : Mozilla Thunderbird
On 2/9/25 2:54 PM, olcott wrote:
On 2/9/2025 1:33 PM, Fred. Zwarts wrote:
Op 09.feb.2025 om 20:04 schreef olcott:
On 2/9/2025 12:54 PM, Fred. Zwarts wrote:
Op 09.feb.2025 om 18:00 schreef olcott:
On 2/9/2025 10:50 AM, Fred. Zwarts wrote:
Op 09.feb.2025 om 16:18 schreef olcott:
On 2/9/2025 2:13 AM, Fred. Zwarts wrote:
Op 09.feb.2025 om 07:10 schreef olcott:
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...
>
The execution trace only shows that HHH is unable to complete its simulation, because HHH is unable to simulate itself.
>
>
https://github.com/plolcott/x86utm/blob/master/Halt7.c
The above code proves that HHH does simulate itself simulating DD.
>
That you can't understand this code proves that you lack the
technical basis to review my work.
>
>
It turns out that Olcott does not even understand this simple proof that HHH produces false negatives. HHH is unable to simulate itself up to the normal termination.
>
If you try to explain your view in terms of a line-by-line
execution trace of DD simulated by HHH everyone will see that
your claim has no actual basis what-so-ever and is merely
utterly baseless rhetoric totally bereft of any supporting
reasoning.
>
>
So, in other words, Olcott denies verified facts.
HHH generates false negatives, as is verified in
        int main() {           return HHH(main);
        }
but he denies it.
He lacks the ability to accept simple verified facts, which he tries to hide with a lot of irrelevant words.
>
It is a verified fact that main cannot possibly be correctly
simulated by HHH until its normal termination.
>
Indeed, which proves that HHH is unable to simulate itself correctly.
 If this was true then you could point out exactly where HHH
is incorrect. Because this is not true and you don't hardly
understand these things at all your rebuttals are mere dogmatic assertions with no basis in actual reasoning what-so-ever.
Been there, done that, you just ignore the answer because you are just admitting to being a fraud.
One version of your output doesn't make the call to HHH go into HHH.
The other vesion claims that there were no conditional branch in the code, when there were, since all the code of the HHH that DD calls are part of the program DD.
So, all you are doing is admitting to being a liar.

 Here is the code point out the (nonexistent) error:
https://github.com/plolcott/x86utm/blob/master/Halt7.c
How about the non-pure simulator, that detects the hidden input to decide if this is the "root" emulator.

 
It produces false negatives. Such a failing HHH cannot be used for the halting problem.
>
If you believe
otherwise this merely proves that you do not understand
what recursion is and how it works.
>
>
 

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