Sujet : Re: Proof that H(D,D) meets its abort criteria --self-evident truth--
De : polcott2 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logicDate : 18. Mar 2024, 02:12:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ut80sv$3q4ko$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 30 31 32 33
User-Agent : Mozilla Thunderbird
On 3/17/2024 12:50 PM, Richard Damon wrote:
On 3/17/24 9:47 AM, olcott wrote:
On 3/17/2024 11:00 AM, Richard Damon wrote:
On 3/17/24 6:11 AM, olcott wrote:
On 3/17/2024 12:22 AM, Richard Damon wrote:
On 3/16/24 10:04 PM, olcott wrote:
On 3/17/2024 12:00 AM, Richard Damon wrote:
On 3/16/24 9:42 PM, olcott wrote:
On 3/16/2024 11:28 PM, Richard Damon wrote:
On 3/16/24 9:13 PM, olcott wrote:
On 3/16/2024 10:57 PM, Richard Damon wrote:
On 3/16/24 7:52 PM, olcott wrote:
On 3/16/2024 9:43 PM, Richard Damon wrote:
On 3/16/24 5:50 PM, olcott wrote:
On 3/16/2024 7:21 PM, Richard Damon wrote:
On 3/16/24 8:29 AM, olcott wrote:
On 3/15/2024 11:29 PM, Richard Damon wrote:
On 3/15/24 8:45 PM, olcott wrote:
H(D,D) fails to make the required mistake of reporting on what it does not see.
>
But it DOES make a mistake, because it does answer the question correctly.
>
You are just PROVING you think lying is ok.
>
You TOTALLY don't understand the meaning of truth.
>
You are REALLY just a Pathological Liar, as you have no concept of real truth,
>
>
The original halt status criteria has the impossible requirement
that H(D,D) must report on behavior that it does not actually see.
Requiring H to be clairvoyant is an unreasonable requirement.
*The criteria shown below eliminate the requirement of clairvoyance*
>
(a) If simulating halt decider H correctly simulates its input D until
H correctly determines that its simulated D would never stop running
unless aborted then
>
*H correctly simulates its input D until*
Means H does a correct partial simulation of D until H correctly
matches the recursive simulation non-halting behavior pattern.
>
>
>
But turning out to be impposible, doesn't make it incorrect or invalid.
>
*You seems to be ridiculously disingenuous about the self-evident truth*
For every possible way that H can be encoded and D(D) calls H(D,D) either H(D,D) aborts its simulation or D(D) never stops running.
>
>
>
And you are incredably stupid to not see this doesn't prove what you need it to.
>
Yes, if you define H to not abort, the we get a non-haltig D(D), but H doesn't answwer.
>
But, if you define H to abort, then,
>
We see that you changed the subject away from:
[Proof that H(D,D) meets its abort criteria]
>
>
Nope.
>
H is an algorithm that simulates its input and correctly
determines whether or not it needs to abort this simulation.
That is all that this thread's H does.
>
>
>
And what defines "Need"?
>
It is the set of every implementation of its spec:
(a) H(D,D) Simulate input.
(b) Determine if it needs to stop simulating its input to prevent
the simulated D(D) from never halting.
>
>
And thus not a specific algorithm?
>
Again, HOW do you determine NEED?
>
That is not an algorithmic step.
>
We can only verify that in retrospect.
>
Do you fully understand the spec?
>
>
>
Yes, but I think not the way you do.
>
To me, for H to NEED to abort its simulation, that means that when giving the input to a correct simulator, that simulator will not halt.
>
Yes that is correct.
>
And THIS input (that used the H that aborts), when given to a correct simulator, will reach an end.
>
Since you just agreed to my definition, you agree that this H didn't need to abort.
>
>
I say this isn't the way you do, as I have shown that H fails to meet this specification.
>
(a) If abort halt decider H correctly simulates its input D until H correctly determines that its simulated D would never stop running unless aborted then
>
This is the way that I do it and you have never shown otherwise.
>
Nope, you use an H that aborts because it non-aborting brother needed to abort the brother of your input
>
>
You can't seem to actually define it the way you want, likely because you don't actually understand what you are doing.
>
It seems to me that the issue is your persistence in remaining in
rebuttal mode even when this contradicts the verified facts.
>
No, you are stuck it trying to call two things that are different as if they were the same.
>
>
This seems clear as your "implementation" isn't actually an implementation as it includes non-algorithmic steps.
>
My C code provably does do this and I can show a TM equivalent.
>
Nope.
>
DO IT if you can.
>
>
There is no "Get the right answer" instruction, or look into the future (or even look into an alternate future) instruction.
>
machine stack stack machine assembly
address address data code language
======== ======== ======== ========= =============
[00001d22][00102fc9][00000000] 55 push ebp
[00001d23][00102fc9][00000000] 8bec mov ebp,esp
[00001d25][00102fc5][00001b32] 68321b0000 push 00001b32 ; push Sipser_D
[00001d2a][00102fc1][00001b32] 68321b0000 push 00001b32 ; push Sipser_D
[00001d2f][00102fbd][00001d34] e8eef8ffff call 00001622 ; call Sipser_H
>
Sipser_H: Begin Simulation Execution Trace Stored at:113075
Address_of_Sipser_H:1622
[00001b32][00113061][00113065] 55 push ebp
[00001b33][00113061][00113065] 8bec mov ebp,esp
[00001b35][00113061][00113065] 8b4508 mov eax,[ebp+08]
[00001b38][0011305d][00001b32] 50 push eax ; push Sipser_D
[00001b39][0011305d][00001b32] 8b4d08 mov ecx,[ebp+08]
[00001b3c][00113059][00001b32] 51 push ecx ; push Sipser_D
[00001b3d][00113055][00001b42] e8e0faffff call 00001622 ; call Sipser_H
Sipser_H: Recursive Simulation Detected Simulation Stopped
>
And that is becase your Sipser_H deterined that Sipser_H won't halt unless aborted, not Sipser_D.
>
Sipser_D will ALWAYS halt if Sipser_H returns a value, as it is required.
>
>
[00001d34][00102fc9][00000000] 83c408 add esp,+08
[00001d37][00102fc5][00000000] 50 push eax
[00001d38][00102fc1][00000743] 6843070000 push 00000743
[00001d3d][00102fc1][00000743] e820eaffff call 00000762
Input_Halts = 0
[00001d42][00102fc9][00000000] 83c408 add esp,+08
[00001d45][00102fc9][00000000] 33c0 xor eax,eax
[00001d47][00102fcd][00000018] 5d pop ebp
[00001d48][00102fd1][00000000] c3 ret
Number of Instructions Executed(868) == 13 Pages
>
We can see that Sipser_D(Sipser_D) cannot stop running unless
Sipser_H(Sipser_D, Sipser_D) aborts its simulation.
>
>
No, it shows that a Sipser_H that doesn't figure out when to abort its simulations will fail to meet its requirements.
>
Since your Sipser_H DOES abort (as your trace shows the outer one does) it needs to figure out what Sipser_D will do with its answers, but it can't just use "brute-force" simulation.
>
>
It is an empirically verified fact that either
Sipser_H(Sipser_D, Sipser_D) aborts its simulation or neither
Sipser_H(Sipser_D, Sipser_D) nor Sipser_D(Sipser_D) ever stops
running (not counting stack overflow).
>
Your pathological thinking incorrectly denies this
empirically verified fact.
Whch isn't the question
IF Sipser_H(x, y) doesn't return, it is wrong.
Thus If Sipser_D calls Sipser_H(Sipser_D, Sipser_D) and it doesn't return, Sipser_H was wrong.
If it does return, then Sipser_D will return,
Thus, any case where Sipser_H didn't return, it was wrong.
Thus Sipser_H needing to abort, it just part of the algoithm of Sipser_H.
Also, you AGREED that the definition of "Need to Abort" is if the input was given to a correct pure simulator, and that halted, there was no "Need to Abort".
Thus, since we KNOW,since you claim Sipser_H meets its requirements, and you CAN'T be wrong ;), that Sipser_D will thus always return so that simulation will always halt, So, your Sipser_H may have aborted as you found out you needed to do that if you didn't do it, but once you do it you don't need to do it.
Second Point, showing how you don't read the paper you quote.
The D from the Sipser paper, doesn't take any arguments, and the H from that paper takes just one argument, that of the argument machine it is deciding on.
This make the logic to analyise it simpler, as Ds behavior is just a constant, and thus clearly isn't being too "tricky". Since H MUST return a value or be proved wrong, inspection of D is obviously halting, and thus no arguements about non-halting behavior need get involved. Any non-halting behavior disqualifies tha H.
You are just somehow mixing Turings H / H^ with Sipser H / D (which are slightly different as just described) to get your Frankestein combo that is neither.
Both the original and current version get the correct answer
to Professor Sipser's (last row/col) Figure 4.6 question.
*Rebutting the Sipser Halting Problem Proof*
https://philarchive.org/archive/OLCRTSv1 10/10/22 11:36:14 AM
https://philpapers.org/archive/OLCRTS.pdf 10/16/23 09:56:55 AM
-- Copyright 2024 Olcott "Talent hits a target no one else can hit; Geniushits a target no one else can see." Arthur Schopenhauer
Date | Sujet | # | | Auteur |
15 Mar 24 | Proof that H(D,D) meets its abort criteria | 467 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 23 | | immibis |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 22 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 10 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 6 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 4 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 3 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 2 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 3 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 2 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 11 | | immibis |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 10 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 9 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 8 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 7 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 6 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 5 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 4 | | Richard Damon |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 3 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 2 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 440 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 439 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 11 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 10 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 3 | | immibis |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 2 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 6 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 5 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 3 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | olcott |
16 Mar 24 | Re: Obviously Olcott doesn't understand what his own words mean! | 1 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | immibis |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 427 | | immibis |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 425 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 39 | | immibis |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 5 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 3 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --timing error-- | 2 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --timing error-- | 1 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 29 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 19 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 18 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 17 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 9 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 8 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 7 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 6 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 2 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 3 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 7 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 6 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | immibis |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 4 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 3 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | immibis |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | Richard Damon |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 9 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 8 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 7 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 6 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 5 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 4 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 3 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 2 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 3 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 2 | | immibis |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning-- | 1 | | olcott |
21 Mar 24 | Re: Proof that H(D,D) meets its abort criteria--Mikes-rebuttal-- | 1 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 385 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 384 | | olcott |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --mistake-- | 383 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --mistake-- | 382 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --mistake-- | 381 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --mistake-- | 363 | | olcott |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --mistake-- | 362 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --mistake-- | 361 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 360 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 25 | | immibis |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 24 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 16 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 15 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 14 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 13 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 12 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 11 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 9 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 8 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 7 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 6 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 5 | | Richard Damon |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 4 | | olcott |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 1 | | immibis |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 7 | | immibis |
17 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --self-evident truth-- | 334 | | Richard Damon |
16 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --mistake-- | 17 | | immibis |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria | 1 | | Richard Damon |
15 Mar 24 | Re: Proof that H(D,D) meets its abort criteria --moved dialogue-- | 3 | | olcott |