Re: Proof that H(D,D) meets its abort criteria --induction criteria--

Liste des GroupesRevenir à s logic 
Sujet : Re: Proof that H(D,D) meets its abort criteria --induction criteria--
De : polcott2 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic
Date : 20. Mar 2024, 21:43:57
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <utfe9t$1lpkq$3@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/20/2024 2:33 PM, immibis wrote:
On 20/03/24 20:18, olcott wrote:
On 3/20/2024 2:11 PM, Fred. Zwarts wrote:
Op 20.mrt.2024 om 19:35 schreef olcott:
On 3/20/2024 1:13 PM, Richard Damon wrote:
On 3/20/24 12:29 PM, olcott wrote:
On 3/20/2024 11:12 AM, Richard Damon wrote:
On 3/19/24 2:14 PM, olcott wrote:
On 3/19/2024 12:42 PM, immibis wrote:
On 19/03/24 05:37, olcott wrote:
You are just getting nutty now. You are tossing out the sequence, selection, iteration model of computation.
>
aren't you tossing out the turing machine model of computation?
>
>
I am only tossing out the halting problem specification.
I am not saying (like Richard is saying) that sequential
code can be executed out-of-sequence.
>
>
Just more of your lies.
>
Where did I say "Sequential Code" can run out-of-sequence.
>
>
THe codes that I talk about not being in the sequence you think are two INDEPENDENT copies of the machines.
>
>
The one that is called first is executed first.
>
And I never denied that.
>
But H(D,D) doesn't "Call" D(D), it simulates it.
>
>
Thus the steps of D(D) simulated by H come after H(D,D)
is executed, they do not occur in parallel at the same time.
>
The D(D) that it simulates is a machine that has already been "run", since Turing Machines are FULL computation devices that run their procesisng as soon as they are created.
>
>
In some strawman deception argument the steps of D(D) come
before H(D,D) is executed.
>
This seems something you don't understand, because you seem to think that D(D) doesn't actually "run" until it is simulated.
>
>
The steps of the simulated D(D) are never run, they are only simulated.
In a strawman deception argument the steps of D(D) are executed before
the steps of H(D,D).
>
>
The H that is deciding the D(D) does not enforce that the ACTUAL D(D) it is simulating has not been run yet, and in fact, since we can consider Turing Machines to "auto-start" once created, it is IMPOSSIBLE to give to H a description of a D(D) that has not already run itself.
>
The one that is called first is executed first.
>
So?
>
>
You tried to get away with saying otherwise.
>
Where does H call D(D)? It SIMULATES it.
>
You seem to think that simulation is the exact same thing as EXECUTION.
>
>
Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.Hq0 ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.Hqy ∞ // Ĥ applied to ⟨Ĥ⟩ halts
Ĥ.q0 ⟨Ĥ⟩ ⊢* Ĥ.Hq0 ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.Hqn   // Ĥ applied to ⟨Ĥ⟩ does not halt
>
Ĥ ⟨Ĥ⟩ is executed before Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩ thus the executed Ĥ ⟨Ĥ⟩ is
run before the simulated one. When Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩ simulates its input
it can see that it must abort this simulation.
>
Yes H^ (H^) is executed before H^.H (H^) (H^) but the instance of the machine represented by that input was executed when it was created, so has already run.
>
Unless you are trying to get away with rejecting the sequence of
sequence, selection, iteration you already know that Ĥ ⟨Ĥ⟩ is always
executed before Ĥ.H ⟨Ĥ⟩ ⟨Ĥ⟩.
>
Again, you are confusing the simulation that H, or H^.H does, with the axtual execution of them.
>
You could even look at the simulation of H^.H as telling H part of what this H^ (H^) has alteady done.
>
>
>
We, as finite humans may not know what it did, but the mathematical world of truth does.
>
>
Mathematical induction proves that after N steps of correct simulation
H correctly determines that ∞ steps of correct simulation would never
halt. *These are verified facts that you perpetually deny*
>
NOPE.
>
STATE YOUR INDUCTION CRITERIA and their proof
>
>
As soon as H(D,D) sees that D calls itself with its same inputs
and there are no conditional branch instructions from the
beginning of D to its call to H(D,D) then H knows that its
simulated D(D) cannot possibly reach its own final instruction
(at line 06) in any finite number of steps of correct simulation.
>
An infinite recursion could be detected if a program comes back at the same place in the same state. In this case the beginning of D and the call to H are not the same place within the program. What Olcott means, but does not say, is that the call from D to H causes the program to arrive at a similar place in a similar state as when H (not D) started. But now we see that there are conditional branch instructions between these two places, namely within H, which may cause an end of the recursion. In fact, it is known that the recursion is not infinite, but does end, because H aborts and returns.
>
There are no conditional branch instructions that allow
the simulated D(D) to reach its own final state and halt.
 There is a conditional branch instruction which causes the simulated H(D,D) to reach its final state and return 0. However,

the simulation of H(D,D) is aborted before the simulated H(D,D) reaches this instruction.
 
That proves a lack of sufficient software engineering skills.
What are your programming skills?
I have been a professional developer since 1984 and a professional
C++ software engineer since 2000.

>
In fact neither the simulated D(D) nor the executed H(D,D) can
possibly stop running unless the executed H(D,D) aborts its
simulation without waiting for any simulated H(D,D) to do this.
>
 
--
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
15 Mar 24 * Proof that H(D,D) meets its abort criteria467olcott
15 Mar 24 +* Re: Proof that H(D,D) meets its abort criteria23immibis
15 Mar 24 i`* Re: Proof that H(D,D) meets its abort criteria22olcott
15 Mar 24 i +* Re: Proof that H(D,D) meets its abort criteria10Richard Damon
15 Mar 24 i i+* Re: Proof that H(D,D) meets its abort criteria6olcott
15 Mar 24 i ii+* Re: Proof that H(D,D) meets its abort criteria4olcott
15 Mar 24 i iii`* Re: Proof that H(D,D) meets its abort criteria3olcott
15 Mar 24 i iii `* Re: Proof that H(D,D) meets its abort criteria2olcott
15 Mar 24 i iii  `- Re: Proof that H(D,D) meets its abort criteria1olcott
15 Mar 24 i ii`- Re: Proof that H(D,D) meets its abort criteria1olcott
15 Mar 24 i i`* Re: Proof that H(D,D) meets its abort criteria3olcott
15 Mar 24 i i `* Re: Proof that H(D,D) meets its abort criteria2olcott
15 Mar 24 i i  `- Re: Proof that H(D,D) meets its abort criteria1Richard Damon
15 Mar 24 i `* Re: Proof that H(D,D) meets its abort criteria11immibis
15 Mar 24 i  `* Re: Proof that H(D,D) meets its abort criteria10olcott
15 Mar 24 i   `* Re: Proof that H(D,D) meets its abort criteria9olcott
15 Mar 24 i    `* Re: Proof that H(D,D) meets its abort criteria8Richard Damon
15 Mar 24 i     `* Re: Proof that H(D,D) meets its abort criteria7olcott
15 Mar 24 i      `* Re: Proof that H(D,D) meets its abort criteria6Richard Damon
15 Mar 24 i       `* Re: Proof that H(D,D) meets its abort criteria5olcott
16 Mar 24 i        `* Re: Proof that H(D,D) meets its abort criteria4Richard Damon
16 Mar 24 i         `* Re: Proof that H(D,D) meets its abort criteria3olcott
16 Mar 24 i          `* Re: Proof that H(D,D) meets its abort criteria2olcott
16 Mar 24 i           `- Re: Proof that H(D,D) meets its abort criteria1Richard Damon
15 Mar 24 +* Re: Proof that H(D,D) meets its abort criteria440Richard Damon
15 Mar 24 i`* Re: Proof that H(D,D) meets its abort criteria439olcott
15 Mar 24 i +* Re: Proof that H(D,D) meets its abort criteria11Richard Damon
15 Mar 24 i i`* Re: Proof that H(D,D) meets its abort criteria10olcott
15 Mar 24 i i +* Re: Proof that H(D,D) meets its abort criteria3immibis
15 Mar 24 i i i`* Re: Proof that H(D,D) meets its abort criteria2olcott
15 Mar 24 i i i `- Re: Proof that H(D,D) meets its abort criteria1olcott
15 Mar 24 i i `* Re: Proof that H(D,D) meets its abort criteria6olcott
15 Mar 24 i i  `* Re: Proof that H(D,D) meets its abort criteria5olcott
15 Mar 24 i i   +* Re: Proof that H(D,D) meets its abort criteria3olcott
15 Mar 24 i i   i+- Re: Proof that H(D,D) meets its abort criteria1olcott
16 Mar 24 i i   i`- Re: Obviously Olcott doesn't understand what his own words mean!1immibis
16 Mar 24 i i   `- Re: Proof that H(D,D) meets its abort criteria1immibis
15 Mar 24 i `* Re: Proof that H(D,D) meets its abort criteria427immibis
15 Mar 24 i  +* Re: Proof that H(D,D) meets its abort criteria425olcott
15 Mar 24 i  i+* Re: Proof that H(D,D) meets its abort criteria39immibis
15 Mar 24 i  ii+* Re: Proof that H(D,D) meets its abort criteria5olcott
15 Mar 24 i  iii+* Re: Proof that H(D,D) meets its abort criteria3olcott
17 Mar 24 i  iiii`* Re: Proof that H(D,D) meets its abort criteria --timing error--2olcott
17 Mar 24 i  iiii `- Re: Proof that H(D,D) meets its abort criteria --timing error--1olcott
16 Mar 24 i  iii`- Re: Proof that H(D,D) meets its abort criteria1immibis
16 Mar 24 i  ii+* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--29olcott
16 Mar 24 i  iii+* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--19olcott
16 Mar 24 i  iiii`* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--18olcott
16 Mar 24 i  iiii `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--17olcott
16 Mar 24 i  iiii  +* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--9olcott
16 Mar 24 i  iiii  i`* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--8olcott
16 Mar 24 i  iiii  i `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--7immibis
16 Mar 24 i  iiii  i  `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--6olcott
16 Mar 24 i  iiii  i   +* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--2immibis
16 Mar 24 i  iiii  i   i`- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1olcott
17 Mar 24 i  iiii  i   `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--3olcott
17 Mar 24 i  iiii  i    +- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1Richard Damon
17 Mar 24 i  iiii  i    `- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1immibis
16 Mar 24 i  iiii  `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--7immibis
16 Mar 24 i  iiii   `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--6olcott
16 Mar 24 i  iiii    +- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1immibis
17 Mar 24 i  iiii    `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--4Richard Damon
17 Mar 24 i  iiii     `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--3olcott
17 Mar 24 i  iiii      +- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1immibis
17 Mar 24 i  iiii      `- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1Richard Damon
16 Mar 24 i  iii`* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--9immibis
16 Mar 24 i  iii `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--8olcott
16 Mar 24 i  iii  `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--7immibis
16 Mar 24 i  iii   `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--6olcott
16 Mar 24 i  iii    `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--5immibis
16 Mar 24 i  iii     `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--4olcott
16 Mar 24 i  iii      `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--3immibis
16 Mar 24 i  iii       `* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--2olcott
16 Mar 24 i  iii        `- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1immibis
16 Mar 24 i  ii+* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--3olcott
16 Mar 24 i  iii`* Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--2immibis
16 Mar 24 i  iii `- Re: Proof that H(D,D) meets its abort criteria --Categorically Exhaustive Reasoning--1olcott
21 Mar 24 i  ii`- Re: Proof that H(D,D) meets its abort criteria--Mikes-rebuttal--1olcott
15 Mar 24 i  i`* Re: Proof that H(D,D) meets its abort criteria385olcott
15 Mar 24 i  i `* Re: Proof that H(D,D) meets its abort criteria384olcott
15 Mar 24 i  i  `* Re: Proof that H(D,D) meets its abort criteria --mistake--383olcott
16 Mar 24 i  i   `* Re: Proof that H(D,D) meets its abort criteria --mistake--382olcott
16 Mar 24 i  i    `* Re: Proof that H(D,D) meets its abort criteria --mistake--381olcott
16 Mar 24 i  i     +* Re: Proof that H(D,D) meets its abort criteria --mistake--363olcott
16 Mar 24 i  i     i`* Re: Proof that H(D,D) meets its abort criteria --mistake--362olcott
17 Mar 24 i  i     i `* Re: Proof that H(D,D) meets its abort criteria --mistake--361Richard Damon
17 Mar 24 i  i     i  `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--360olcott
17 Mar 24 i  i     i   +* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--25immibis
17 Mar 24 i  i     i   i`* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--24olcott
17 Mar 24 i  i     i   i +* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--16Richard Damon
17 Mar 24 i  i     i   i i`* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--15olcott
17 Mar 24 i  i     i   i i `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--14Richard Damon
17 Mar 24 i  i     i   i i  `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--13olcott
17 Mar 24 i  i     i   i i   `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--12Richard Damon
17 Mar 24 i  i     i   i i    `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--11olcott
17 Mar 24 i  i     i   i i     +* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--9Richard Damon
17 Mar 24 i  i     i   i i     i`* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--8olcott
17 Mar 24 i  i     i   i i     i `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--7Richard Damon
17 Mar 24 i  i     i   i i     i  `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--6olcott
17 Mar 24 i  i     i   i i     i   `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--5Richard Damon
17 Mar 24 i  i     i   i i     i    `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--4olcott
17 Mar 24 i  i     i   i i     `- Re: Proof that H(D,D) meets its abort criteria --self-evident truth--1immibis
17 Mar 24 i  i     i   i `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--7immibis
17 Mar 24 i  i     i   `* Re: Proof that H(D,D) meets its abort criteria --self-evident truth--334Richard Damon
16 Mar 24 i  i     `* Re: Proof that H(D,D) meets its abort criteria --mistake--17immibis
15 Mar 24 i  `- Re: Proof that H(D,D) meets its abort criteria1Richard Damon
15 Mar 24 `* Re: Proof that H(D,D) meets its abort criteria --moved dialogue--3olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal