Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--

Liste des GroupesRevenir à s logic 
Sujet : Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory sci.logic
Date : 08. Mar 2024, 05:53:46
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <use249$15q44$6@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Mozilla Thunderbird
On 3/7/24 7:29 PM, olcott wrote:
On 3/7/2024 8:34 PM, Richard Damon wrote:
On 3/7/24 6:02 PM, olcott wrote:
On 3/7/2024 7:35 PM, immibis wrote:
On 7/03/24 18:05, olcott wrote:
On 3/7/2024 8:47 AM, immibis wrote:
On 7/03/24 03:40, olcott wrote:
On 3/6/2024 8:22 PM, immibis wrote:
On 7/03/24 01:12, olcott wrote:
On 3/6/2024 5:59 PM, immibis wrote:
On 7/03/24 00:55, olcott wrote:
Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.Hqn
Correctly reports that Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩ must abort its simulation.
>
H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* H.qy
Correctly reports that H ⟨Ĥ⟩ ⟨Ĥ⟩ need not abort its simulation.
>
What are the exact steps which the exact same program with the exact same input uses to get two different results?
I saw x86utm. In x86utm there is a mistake because Ĥ.H is not defined to do exactly the same steps as H, which means you failed to do the Linz procedure.
>
Both H(D,D) and H1(D,D) answer the exact same question:
Can I continue to simulate my input without ever aborting it?
>
>
Both H(D,D) and H1(D,D) are computer programs (or Turing machines). They execute instructions (or transitions) in sequence, determined by their programming and their input.
>
Yet because they both know their own machine address
they can both correctly determine whether or not they
themselves are called in recursive simulation.
>
They cannot do anything except for exactly what they are programmed to do.
>
H1(D,D) and H(D,D) are programmed to do this.
Because H1(D,D) simulates D(D) that calls H(D,D) that
aborts its simulation of D(D). H1 can see that its
own simulated D(D) returns from its call to H(D,D).
>
>
An Olcott machine can perform an equivalent operation.
>
Because Olcott machines are essentially nothing more than
conventional UTM's combined with Conventional Turing machine
descriptions their essence is already fully understood.
>
The input to Olcott machines can simply be the conventional
space delimited Turing Machine input followed by four spaces.
>
This is followed by the machine description of the machine
that the UTM is simulating followed by four more spaces.
>
To make the Linz proof work properly with Olcott machines, Ĥ should search for 4 spaces, delete its own machine description, and then insert the description of the original H. Then the Linz proof works for Olcott machines.
>
That someone can intentionally break an otherwise correct
halt decider
>
It always gives exactly the same answer as the working one, so how is it possibly broken?
>
>
Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.Hq0 ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.Hqy ∞ // Ĥ applied to ⟨Ĥ⟩ halts
Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.Hq0 ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.Hqn   // Ĥ applied to ⟨Ĥ⟩ does not halt
>
When this is executed in an Olcott machine then
Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩ <Ĥ> is a different computation than H ⟨Ĥ⟩ ⟨Ĥ⟩ <H>
>
WHY?
>
The Master UTM will not change the usage at H^.H, because that is just an internal state of the Machine H^
>
 The ONLY thing that the master UTM does differently is append
the TMD to the TMD's own tape.
Right, so it gives H and H^ that input.
H^ can erase that input and replace it.

 
At that point we have the IDENTICAL set of transitions (with just an equivalence mapping of state numbers) as H will have, and the EXACT same input as H
 it is stipulated by the definition of Olcott machines
Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩ <Ĥ> // last element is <Ĥ> (not H)
Nope.
H^.H isn't a "Olcott Machine" it is a sub-machine of H^
Your Master UTM can't touch the tape here or it totally breaks the system.
It can only add the description at the beginning, as it doesn't know what state in that machine are "sub-machines" and what are just parts of the machine running.
You don't seem to understand much about Turing machines.
I seem to remember you bailed out after like the first part of the first lesson.

   H ⟨Ĥ⟩ ⟨Ĥ⟩ <H> // last element is <H> (not Ĥ)
That the last element of the input to Ĥ.H and H <is> different.
 
Until the code in H^ between q0 and H^.H changes it.

>
No matter how Ĥ ⟨Ĥ⟩ screws itself up this can have no
effect on H ⟨Ĥ⟩ ⟨Ĥ⟩.
>
The Olcott machine H ⟨Ĥ⟩ ⟨Ĥ⟩ <H> can see that it does not
call itself in recursive simulation.
>
As will the machine at H^.H, since the description it thinks it is doesn't match the machine that gets called.
 A simply string comparison of the finite strings
⟨Ĥ⟩ and <Ĥ> proves that they are the same.
 
>
The Olcott machine Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩ <Ĥ> can see that it calls
itself in recursive simulation unless it discards this
ability. In either case it cannot fool H, it either halts
or fails to halt.
>
>
But that isn't what H^.H gets called with.
 Olcott machines always append the TMD to the end of the tape
of this TMD.
So H^ STARTS with <H^> at the end. The Tape, BY DEFINITION, is writable.
That is sort of one problem with your x86UTM, its "tape" equivalent was Read Only since it was executable code space.

 This means that they are an actual input to every TMD that
does not ignore them.
Right, and H^ can change it.

 
>
The code between H^.q0 and H^.H removes the <H^> and replaces it with <H>, so the copy of H at H^.H can't tell the difference.
>
 Ĥ cannot possibly do this because it has no access to nor
even knows the existence of any external ⟨H⟩.
Of course it know about the ONE H that it is on a mission to make wrong.
So that H, and only that H gets confonded.
You sure seem dumb about that.

 
You don't seem to understand what a Turing Machine CAN do.
>
 

Date Sujet#  Auteur
7 Mar 24 * Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--28immibis
7 Mar 24 `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--27olcott
8 Mar 24  `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--26immibis
8 Mar 24   `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--25olcott
8 Mar 24    +- Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--1immibis
8 Mar 24    `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--23Richard Damon
8 Mar 24     `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--22olcott
8 Mar 24      `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--21Richard Damon
8 Mar 24       `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--20olcott
8 Mar 24        `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--19olcott
8 Mar 24         +* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--14olcott
8 Mar 24         i`* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--13olcott
8 Mar 24         i `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--12immibis
8 Mar 24         i  `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--11olcott
8 Mar 24         i   `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--10immibis
8 Mar 24         i    `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--9olcott
8 Mar 24         i     +- Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--1Richard Damon
8 Mar 24         i     +- Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--1Richard Damon
9 Mar 24         i     `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--6immibis
9 Mar 24         i      `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--5olcott
9 Mar 24         i       +* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--3immibis
9 Mar 24         i       i`* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--2olcott
9 Mar 24         i       i `- Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--1Richard Damon
9 Mar 24         i       `- Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--1Richard Damon
8 Mar 24         `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--4immibis
8 Mar 24          `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--3olcott
8 Mar 24           `* Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --partial agreement--2immibis
8 Mar 24            `- Re: Refutation of the Peter Linz Halting Problem proof 2024-03-05 --closure yet?--1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal