• Re: Picking up where Mike Terry left off: Does H(P,P) correctly simulat

    From olcott@21:1/5 to Richard Damon on Mon Jul 18 08:03:17 2022
    XPost: comp.theory, sci.logic, sci.math

    On 7/18/2022 5:56 AM, Richard Damon wrote:
    On 7/17/22 11:45 PM, olcott wrote:
    On 7/17/2022 9:53 PM, Richard Damon wrote:
    On 7/17/22 9:48 PM, olcott wrote:
    On 7/17/2022 8:27 PM, Richard Damon wrote:

    On 7/17/22 8:56 PM, olcott wrote:
    On 7/17/2022 4:10 PM, Richard Damon wrote:
    On 7/17/22 3:42 PM, olcott wrote:
    On 7/17/2022 2:20 PM, Richard Damon wrote:
    On 7/17/22 2:15 PM, olcott wrote:
    On 7/17/2022 11:55 AM, Richard Damon wrote:
    On 7/17/22 12:47 PM, olcott wrote:
    On 7/17/2022 11:41 AM, Richard Damon wrote:
    On 7/17/22 9:23 AM, olcott wrote:
    On 7/17/2022 6:37 AM, Richard Damon wrote:
    On 7/16/22 11:11 PM, olcott wrote:
    On 7/16/2022 10:54 AM, Mike Terry wrote:
    On 16/07/2022 12:23, Paul N wrote:
    PO's simulation is correct at the individual >>>>>>>>>>>>>>>> instruction level.
    His H steps the simulation forward a number of steps, >>>>>>>>>>>>>>>> and each
    of those steps exactly matches the P(P) calculation >>>>>>>>>>>>>>>> steps.

    We can see from the x86 execution trace of the simulated >>>>>>>>>>>>>>>> P that the behavior of this simulated P exactly matches >>>>>>>>>>>>>>>> its x86 source-code, line-by-line.

    What we can also see from this same execution trace is >>>>>>>>>>>>>>>> that when H calls H(P,P) the simulated P remains stuck >>>>>>>>>>>>>>>> calling H(P,P) to simulate itself again thus forever >>>>>>>>>>>>>>>> preventing this simulated P from ever terminating >>>>>>>>>>>>>>>> normally by reaching its C:"return" or x86:"ret" >>>>>>>>>>>>>>>> instruction.

    Except it doesn't because H is KNOWN to abort its >>>>>>>>>>>>>>> simulation when it sees that the simulation will reach >>>>>>>>>>>>>>> the first call to H in the simulation.

    You logic is based on the assumption that H actually >>>>>>>>>>>>>>> won't stop simulating its input, when in actual fact it >>>>>>>>>>>>>>> will. Thus you have a false premise in your logic, so H >>>>>>>>>>>>>>> never actually proved its fact considering the H that it is. >>>>>>>>>>>>>>>
    Yes, H can prove that IF H never aborts, that this makes >>>>>>>>>>>>>>> a P that never halts. But since this is NOT the
    definition of H, that doesn't say anything about what the >>>>>>>>>>>>>>> machine where H does abort its simulation.


    Halting means terminated normally when the correctly >>>>>>>>>>>>>> simulated P reaches its last instruction. Even though I >>>>>>>>>>>>>> have corrected you on this many hundreds of times you >>>>>>>>>>>>>> still fail to understand that an aborted simulation does >>>>>>>>>>>>>> not mean that the simulated input halted. You are
    moronically stupid on this point.

    And YOU are the moron for thinking that just because a >>>>>>>>>>>>> simulation was aborted the CORRECT simulation of that input >>>>>>>>>>>>> can't continue to reach the final state.

    Your replies are moronically stupid because they always make >>>>>>>>>>>> sure to maimtain the same false assumptions (utterly
    impervious to all reason) even when these false assumptions >>>>>>>>>>>> corrected hundreds of times.

    NAME ONE FALSE ASSUMPTION!

    On 7/16/2022 2:28 PM, Mike Terry wrote:
    On 16/07/2022 17:40, Richard Damon wrote:
    But "incomplete" is incorrect if your logic assumes that the >>>>>>>>>>  >> simulation not reaching the final state PROVES non-halting. >>>>>>>>>>  >
    I don't believe PO thinks that, irrespective of how badly >>>>>>>>>> he explains
    things.  I think he believes that the simulation would >>>>>>>>>> never halt
    *because his never-halting-abort test matched*, NOT simply >>>>>>>>>> as a
    consequence of aborting.  E.g. he seems to understand that >>>>>>>>>> a simulator
    that steps 10 steps then stops regardless, does not imply >>>>>>>>>> that the
    simulated computation does not halt.



    SO, whats wrong with my statement.

    An incomplete simulation not reaching a halting state does NOT >>>>>>>>> prove that the input is non-halting.

    *Yes it does, this is simply over your head*
    Once a non-halting behavior pattern is correctly matched the
    simulation can be aborted and the input rejected as non-halting. >>>>>>>>

    No, you are totally wrong on that. If you say I am mistaken,
    which of these statements, which PROVE my point, is in error? If >>>>>>> none are, then my statement is PROVEN. Note, these are based on
    the well established definition of Computation Theory and
    statement YOU have made about your program.

    Just claiming you have proven the opposite is NOT enough, as all >>>>>>> that does is show that your logic system is inconsistent, because >>>>>>> you have added inconsistent rules to your system (likely rules
    that just aren't true).

    1) You claim H(P,P) correctly returns 0, so H(P,P) must actually >>>>>>> be returning 0.

    2) P calls H(P,P)


    P is aborted before the call is ever made.
    This seems to be the key to overcome referential transparency.

    Just you proving your an idiot, and not reading?

    That was saying that the SOURCE CODE of P calls H(P,P)

    There IS no "Aborts" at the source code level.
    We have been talking about this for many months and you haven't
    noticed that H operates at the machine language level?


    But the code for P was still specified at a source code level.

    You keep on trying to say that the behavior of the input to H(P,P)
    doesn't match the behavior of P(P), but the point you miss is that
    then your code for P is wrong.

    You are simply too stupid to verify that facts to prove that it is
    correct.

    *Halting problem proofs refuted on the basis of software engineering*

    https://www.researchgate.net/publication/361701808_Halting_problem_proofs_refuted_on_the_basis_of_software_engineering



    So, you are admitting that there is no error in my claim and it IS a
    fact that H does not correctly determine to Halting of P(P)?

    Then who is the one too stupid to verify facts?

    Note, if my proof is correct, and your proof is corret, all this proves
    is that the extra rules you added to your logic make your logic system inconsistent, by the basic definition of inconsistency.



    I have told you a thousands times that halting is terminating normally
    by reaching the last instruction (final state) and you still have it
    stuck in your head that halting is stopping for any reason.

    Mike still says that I get this wrong when I have proven that I get it correctly hundreds of times:

    *computation that halts* … the Turing machine will halt whenever it
    enters a final state. (Linz:1990:234)

    Linz, Peter 1990. An Introduction to Formal Languages and Automata. Lexington/Toronto: D. C. Heath and Company.

    --
    Copyright 2022 Pete Olcott

    "Talent hits a target no one else can hit;
    Genius hits a target no one else can see."
    Arthur Schopenhauer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mike Terry@21:1/5 to olcott on Mon Jul 18 14:42:16 2022
    XPost: comp.theory, sci.logic, sci.math

    On 18/07/2022 14:03, olcott wrote:
    On 7/18/2022 5:56 AM, Richard Damon wrote:
    On 7/17/22 11:45 PM, olcott wrote:
    On 7/17/2022 9:53 PM, Richard Damon wrote:
    On 7/17/22 9:48 PM, olcott wrote:
    On 7/17/2022 8:27 PM, Richard Damon wrote:

    On 7/17/22 8:56 PM, olcott wrote:
    On 7/17/2022 4:10 PM, Richard Damon wrote:
    On 7/17/22 3:42 PM, olcott wrote:
    On 7/17/2022 2:20 PM, Richard Damon wrote:
    On 7/17/22 2:15 PM, olcott wrote:
    On 7/17/2022 11:55 AM, Richard Damon wrote:
    On 7/17/22 12:47 PM, olcott wrote:
    On 7/17/2022 11:41 AM, Richard Damon wrote:
    On 7/17/22 9:23 AM, olcott wrote:
    On 7/17/2022 6:37 AM, Richard Damon wrote:
    On 7/16/22 11:11 PM, olcott wrote:
    On 7/16/2022 10:54 AM, Mike Terry wrote:
    On 16/07/2022 12:23, Paul N wrote:
    PO's simulation is correct at the individual instruction level.
    His H steps the simulation forward a number of steps, and each
    of those steps exactly matches the P(P) calculation steps. >>>>>>>>>>>>>>>>>
    We can see from the x86 execution trace of the simulated P that the behavior of
    this simulated P exactly matches its x86 source-code, line-by-line.

    What we can also see from this same execution trace is that when H calls H(P,P) the
    simulated P remains stuck calling H(P,P) to simulate itself again thus forever
    preventing this simulated P from ever terminating normally by reaching its
    C:"return" or x86:"ret" instruction.

    Except it doesn't because H is KNOWN to abort its simulation when it sees that the
    simulation will reach the first call to H in the simulation. >>>>>>>>>>>>>>>>
    You logic is based on the assumption that H actually won't stop simulating its
    input, when in actual fact it will. Thus you have a false premise in your logic, so
    H never actually proved its fact considering the H that it is. >>>>>>>>>>>>>>>>
    Yes, H can prove that IF H never aborts, that this makes a P that never halts. But
    since this is NOT the definition of H, that doesn't say anything about what the
    machine where H does abort its simulation.


    Halting means terminated normally when the correctly simulated P reaches its last
    instruction. Even though I have corrected you on this many hundreds of times you
    still fail to understand that an aborted simulation does not mean that the simulated
    input halted. You are moronically stupid on this point. >>>>>>>>>>>>>>
    And YOU are the moron for thinking that just because a simulation was aborted the
    CORRECT simulation of that input can't continue to reach the final state.

    Your replies are moronically stupid because they always make sure to maimtain the same
    false assumptions (utterly impervious to all reason) even when these false assumptions
    corrected hundreds of times.

    NAME ONE FALSE ASSUMPTION!

    On 7/16/2022 2:28 PM, Mike Terry wrote:
    On 16/07/2022 17:40, Richard Damon wrote:
    But "incomplete" is incorrect if your logic assumes that the >>>>>>>>>>>  >> simulation not reaching the final state PROVES non-halting. >>>>>>>>>>>  >
    I don't believe PO thinks that, irrespective of how badly he explains
    things.  I think he believes that the simulation would never halt
    *because his never-halting-abort test matched*, NOT simply as a >>>>>>>>>>>  > consequence of aborting.  E.g. he seems to understand that a simulator
    that steps 10 steps then stops regardless, does not imply that the
    simulated computation does not halt.



    SO, whats wrong with my statement.

    An incomplete simulation not reaching a halting state does NOT prove that the input is
    non-halting.

    *Yes it does, this is simply over your head*
    Once a non-halting behavior pattern is correctly matched the simulation can be aborted and
    the input rejected as non-halting.


    No, you are totally wrong on that. If you say I am mistaken, which of these statements,
    which PROVE my point, is in error? If none are, then my statement is PROVEN. Note, these are
    based on the well established definition of Computation Theory and statement YOU have made
    about your program.

    Just claiming you have proven the opposite is NOT enough, as all that does is show that your
    logic system is inconsistent, because you have added inconsistent rules to your system
    (likely rules that just aren't true).

    1) You claim H(P,P) correctly returns 0, so H(P,P) must actually be returning 0.

    2) P calls H(P,P)


    P is aborted before the call is ever made.
    This seems to be the key to overcome referential transparency.

    Just you proving your an idiot, and not reading?

    That was saying that the SOURCE CODE of P calls H(P,P)

    There IS no "Aborts" at the source code level.
    We have been talking about this for many months and you haven't noticed that H operates at the
    machine language level?


    But the code for P was still specified at a source code level.

    You keep on trying to say that the behavior of the input to H(P,P) doesn't match the behavior of
    P(P), but the point you miss is that then your code for P is wrong.

    You are simply too stupid to verify that facts to prove that it is correct. >>>
    *Halting problem proofs refuted on the basis of software engineering*

    https://www.researchgate.net/publication/361701808_Halting_problem_proofs_refuted_on_the_basis_of_software_engineering



    So, you are admitting that there is no error in my claim and it IS a fact that H does not
    correctly determine to Halting of P(P)?

    Then who is the one too stupid to verify facts?

    Note, if my proof is correct, and your proof is corret, all this proves is that the extra rules
    you added to your logic make your logic system inconsistent, by the basic definition of
    inconsistency.



    I have told you a thousands times that halting is terminating normally by reaching the last
    instruction (final state) and you still have it stuck in your head that halting is stopping for any
    reason.

    Mike still says that I get this wrong when I have proven that I get it correctly hundreds of times:

    *computation that halts* … the Turing machine will halt whenever it enters a final state.
    (Linz:1990:234)

    Linz, Peter 1990. An Introduction to Formal Languages and Automata. Lexington/Toronto: D. C. Heath
    and Company.


    Look, you've been told many times that you lack the necessary intellect to understand what other
    people think and believe about what you say. You're always quoting other people and
    misunderstanding their position, and there's a simple solution that - JUST DON'T QUOTE OTHER PEOPLE
    IN YOUR POSTS!

    Make your points in your own words.

    Mike.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Barnett@21:1/5 to All on Mon Jul 18 11:19:33 2022
    XPost: comp.theory, sci.logic, sci.math

    T24gNy8xOC8yMDIyIDc6NDIgQU0sIE1pa2UgVGVycnkgd3JvdGU6DQo+IE9uIDE4LzA3LzIw MjIgMTQ6MDMsIG9sY290dCB3cm90ZToNCj4+IE9uIDcvMTgvMjAyMiA1OjU2IEFNLCBSaWNo YXJkIERhbW9uIHdyb3RlOg0KPj4+IE9uIDcvMTcvMjIgMTE6NDUgUE0sIG9sY290dCB3cm90 ZToNCj4+Pj4gT24gNy8xNy8yMDIyIDk6NTMgUE0sIFJpY2hhcmQgRGFtb24gd3JvdGU6DQo+ Pj4+PiBPbiA3LzE3LzIyIDk6NDggUE0sIG9sY290dCB3cm90ZToNCj4+Pj4+PiBPbiA3LzE3 LzIwMjIgODoyNyBQTSwgUmljaGFyZCBEYW1vbiB3cm90ZToNCj4+Pj4+Pj4NCj4+Pj4+Pj4g T24gNy8xNy8yMiA4OjU2IFBNLCBvbGNvdHQgd3JvdGU6DQo+Pj4+Pj4+PiBPbiA3LzE3LzIw MjIgNDoxMCBQTSwgUmljaGFyZCBEYW1vbiB3cm90ZToNCj4+Pj4+Pj4+PiBPbiA3LzE3LzIy IDM6NDIgUE0sIG9sY290dCB3cm90ZToNCj4+Pj4+Pj4+Pj4gT24gNy8xNy8yMDIyIDI6MjAg UE0sIFJpY2hhcmQgRGFtb24gd3JvdGU6DQo+Pj4+Pj4+Pj4+PiBPbiA3LzE3LzIyIDI6MTUg UE0sIG9sY290dCB3cm90ZToNCj4+Pj4+Pj4+Pj4+PiBPbiA3LzE3LzIwMjIgMTE6NTUgQU0s IFJpY2hhcmQgRGFtb24gd3JvdGU6DQo+Pj4+Pj4+Pj4+Pj4+IE9uIDcvMTcvMjIgMTI6NDcg UE0sIG9sY290dCB3cm90ZToNCj4+Pj4+Pj4+Pj4+Pj4+IE9uIDcvMTcvMjAyMiAxMTo0MSBB TSwgUmljaGFyZCBEYW1vbiB3cm90ZToNCj4+Pj4+Pj4+Pj4+Pj4+PiBPbiA3LzE3LzIyIDk6 MjMgQU0sIG9sY290dCB3cm90ZToNCj4+Pj4+Pj4+Pj4+Pj4+Pj4gT24gNy8xNy8yMDIyIDY6 MzcgQU0sIFJpY2hhcmQgRGFtb24gd3JvdGU6DQo+Pj4+Pj4+Pj4+Pj4+Pj4+PiBPbiA3LzE2 LzIyIDExOjExIFBNLCBvbGNvdHQgd3JvdGU6DQo+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4gT24gNy8x Ni8yMDIyIDEwOjU0IEFNLCBNaWtlIFRlcnJ5IHdyb3RlOg0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4+ IMKgPiBPbiAxNi8wNy8yMDIyIDEyOjIzLCBQYXVsIE4gd3JvdGU6DQo+Pj4+Pj4+Pj4+Pj4+ Pj4+Pj4gwqA+IFBPJ3Mgc2ltdWxhdGlvbiBpcyBjb3JyZWN0IGF0IHRoZSBpbmRpdmlkdWFs IA0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4+IGluc3RydWN0aW9uIGxldmVsLg0KPj4+Pj4+Pj4+Pj4+ Pj4+Pj4+IMKgPiBIaXMgSCBzdGVwcyB0aGUgc2ltdWxhdGlvbiBmb3J3YXJkIGEgbnVtYmVy IG9mIA0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4+IHN0ZXBzLCBhbmQgZWFjaA0KPj4+Pj4+Pj4+Pj4+ Pj4+Pj4+IMKgPiBvZiB0aG9zZSBzdGVwcyBleGFjdGx5IG1hdGNoZXMgdGhlIFAoUCkgY2Fs Y3VsYXRpb24gDQo+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4gc3RlcHMuDQo+Pj4+Pj4+Pj4+Pj4+Pj4+ Pj4NCj4+Pj4+Pj4+Pj4+Pj4+Pj4+PiBXZSBjYW4gc2VlIGZyb20gdGhlIHg4NiBleGVjdXRp b24gdHJhY2Ugb2YgdGhlIA0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4+IHNpbXVsYXRlZCBQIHRoYXQg dGhlIGJlaGF2aW9yIG9mIHRoaXMgc2ltdWxhdGVkIFAgDQo+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4g ZXhhY3RseSBtYXRjaGVzIGl0cyB4ODYgc291cmNlLWNvZGUsIGxpbmUtYnktbGluZS4NCj4+ Pj4+Pj4+Pj4+Pj4+Pj4+Pg0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4+IFdoYXQgd2UgY2FuIGFsc28g c2VlIGZyb20gdGhpcyBzYW1lIGV4ZWN1dGlvbiB0cmFjZSBpcyANCj4+Pj4+Pj4+Pj4+Pj4+ Pj4+PiB0aGF0IHdoZW4gSCBjYWxscyBIKFAsUCkgdGhlIHNpbXVsYXRlZCBQIHJlbWFpbnMg c3R1Y2sgDQo+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4gY2FsbGluZyBIKFAsUCkgdG8gc2ltdWxhdGUg aXRzZWxmIGFnYWluIHRodXMgZm9yZXZlciANCj4+Pj4+Pj4+Pj4+Pj4+Pj4+PiBwcmV2ZW50 aW5nIHRoaXMgc2ltdWxhdGVkIFAgZnJvbSBldmVyIHRlcm1pbmF0aW5nIA0KPj4+Pj4+Pj4+ Pj4+Pj4+Pj4+IG5vcm1hbGx5IGJ5IHJlYWNoaW5nIGl0cyBDOiJyZXR1cm4iIG9yIHg4Njoi cmV0IiANCj4+Pj4+Pj4+Pj4+Pj4+Pj4+PiBpbnN0cnVjdGlvbi4NCj4+Pj4+Pj4+Pj4+Pj4+ Pj4+DQo+Pj4+Pj4+Pj4+Pj4+Pj4+PiBFeGNlcHQgaXQgZG9lc24ndCBiZWNhdXNlIEggaXMg S05PV04gdG8gYWJvcnQgaXRzIA0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4gc2ltdWxhdGlvbiB3aGVu IGl0IHNlZXMgdGhhdCB0aGUgc2ltdWxhdGlvbiB3aWxsIHJlYWNoIA0KPj4+Pj4+Pj4+Pj4+ Pj4+Pj4gdGhlIGZpcnN0IGNhbGwgdG8gSCBpbiB0aGUgc2ltdWxhdGlvbi4NCj4+Pj4+Pj4+ Pj4+Pj4+Pj4+DQo+Pj4+Pj4+Pj4+Pj4+Pj4+PiBZb3UgbG9naWMgaXMgYmFzZWQgb24gdGhl IGFzc3VtcHRpb24gdGhhdCBIIGFjdHVhbGx5IA0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4gd29uJ3Qg c3RvcCBzaW11bGF0aW5nIGl0cyBpbnB1dCwgd2hlbiBpbiBhY3R1YWwgZmFjdCBpdCANCj4+ Pj4+Pj4+Pj4+Pj4+Pj4+IHdpbGwuIFRodXMgeW91IGhhdmUgYSBmYWxzZSBwcmVtaXNlIGlu IHlvdXIgbG9naWMsIHNvIEggDQo+Pj4+Pj4+Pj4+Pj4+Pj4+PiBuZXZlciBhY3R1YWxseSBw cm92ZWQgaXRzIGZhY3QgY29uc2lkZXJpbmcgdGhlIEggdGhhdCANCj4+Pj4+Pj4+Pj4+Pj4+ Pj4+IGl0IGlzLg0KPj4+Pj4+Pj4+Pj4+Pj4+Pj4NCj4+Pj4+Pj4+Pj4+Pj4+Pj4+IFllcywg SCBjYW4gcHJvdmUgdGhhdCBJRiBIIG5ldmVyIGFib3J0cywgdGhhdCB0aGlzIA0KPj4+Pj4+ Pj4+Pj4+Pj4+Pj4gbWFrZXMgYSBQIHRoYXQgbmV2ZXIgaGFsdHMuIEJ1dCBzaW5jZSB0aGlz IGlzIE5PVCB0aGUgDQo+Pj4+Pj4+Pj4+Pj4+Pj4+PiBkZWZpbml0aW9uIG9mIEgsIHRoYXQg ZG9lc24ndCBzYXkgYW55dGhpbmcgYWJvdXQgd2hhdCANCj4+Pj4+Pj4+Pj4+Pj4+Pj4+IHRo ZSBtYWNoaW5lIHdoZXJlIEggZG9lcyBhYm9ydCBpdHMgc2ltdWxhdGlvbi4NCj4+Pj4+Pj4+ Pj4+Pj4+Pj4+DQo+Pj4+Pj4+Pj4+Pj4+Pj4+DQo+Pj4+Pj4+Pj4+Pj4+Pj4+IEhhbHRpbmcg bWVhbnMgdGVybWluYXRlZCBub3JtYWxseSB3aGVuIHRoZSBjb3JyZWN0bHkgDQo+Pj4+Pj4+ Pj4+Pj4+Pj4+IHNpbXVsYXRlZCBQIHJlYWNoZXMgaXRzIGxhc3QgaW5zdHJ1Y3Rpb24uIEV2 ZW4gdGhvdWdoIEkgDQo+Pj4+Pj4+Pj4+Pj4+Pj4+IGhhdmUgY29ycmVjdGVkIHlvdSBvbiB0 aGlzIG1hbnkgaHVuZHJlZHMgb2YgdGltZXMgeW91IA0KPj4+Pj4+Pj4+Pj4+Pj4+PiBzdGls bCBmYWlsIHRvIHVuZGVyc3RhbmQgdGhhdCBhbiBhYm9ydGVkIHNpbXVsYXRpb24gZG9lcyAN Cj4+Pj4+Pj4+Pj4+Pj4+Pj4gbm90IG1lYW4gdGhhdCB0aGUgc2ltdWxhdGVkIGlucHV0IGhh bHRlZC4gWW91IGFyZSANCj4+Pj4+Pj4+Pj4+Pj4+Pj4gbW9yb25pY2FsbHkgc3R1cGlkIG9u IHRoaXMgcG9pbnQuDQo+Pj4+Pj4+Pj4+Pj4+Pj4NCj4+Pj4+Pj4+Pj4+Pj4+PiBBbmQgWU9V IGFyZSB0aGUgbW9yb24gZm9yIHRoaW5raW5nIHRoYXQganVzdCBiZWNhdXNlIGEgDQo+Pj4+ Pj4+Pj4+Pj4+Pj4gc2ltdWxhdGlvbiB3YXMgYWJvcnRlZCB0aGUgQ09SUkVDVCBzaW11bGF0 aW9uIG9mIHRoYXQgDQo+Pj4+Pj4+Pj4+Pj4+Pj4gaW5wdXQgY2FuJ3QgY29udGludWUgdG8g cmVhY2ggdGhlIGZpbmFsIHN0YXRlLg0KPj4+Pj4+Pj4+Pj4+Pj4NCj4+Pj4+Pj4+Pj4+Pj4+ IFlvdXIgcmVwbGllcyBhcmUgbW9yb25pY2FsbHkgc3R1cGlkIGJlY2F1c2UgdGhleSBhbHdh eXMgDQo+Pj4+Pj4+Pj4+Pj4+PiBtYWtlIHN1cmUgdG8gbWFpbXRhaW4gdGhlIHNhbWUgZmFs c2UgYXNzdW1wdGlvbnMgKHV0dGVybHkgDQo+Pj4+Pj4+Pj4+Pj4+PiBpbXBlcnZpb3VzIHRv IGFsbCByZWFzb24pIGV2ZW4gd2hlbiB0aGVzZSBmYWxzZSANCj4+Pj4+Pj4+Pj4+Pj4+IGFz c3VtcHRpb25zIGNvcnJlY3RlZCBodW5kcmVkcyBvZiB0aW1lcy4NCj4+Pj4+Pj4+Pj4+Pj4N Cj4+Pj4+Pj4+Pj4+Pj4gTkFNRSBPTkUgRkFMU0UgQVNTVU1QVElPTiENCj4+Pj4+Pj4+Pj4+ Pj4NCj4+Pj4+Pj4+Pj4+PiBPbiA3LzE2LzIwMjIgMjoyOCBQTSwgTWlrZSBUZXJyeSB3cm90 ZToNCj4+Pj4+Pj4+Pj4+PiDCoD4gT24gMTYvMDcvMjAyMiAxNzo0MCwgUmljaGFyZCBEYW1v biB3cm90ZToNCj4+Pj4+Pj4+Pj4+PiDCoD4+IEJ1dCAiaW5jb21wbGV0ZSIgaXMgaW5jb3Jy ZWN0IGlmIHlvdXIgbG9naWMgYXNzdW1lcyB0aGF0IA0KPj4+Pj4+Pj4+Pj4+IHRoZQ0KPj4+ Pj4+Pj4+Pj4+IMKgPj4gc2ltdWxhdGlvbiBub3QgcmVhY2hpbmcgdGhlIGZpbmFsIHN0YXRl IFBST1ZFUyBub24taGFsdGluZy4NCj4+Pj4+Pj4+Pj4+PiDCoD4NCj4+Pj4+Pj4+Pj4+PiDC oD4gSSBkb24ndCBiZWxpZXZlIFBPIHRoaW5rcyB0aGF0LCBpcnJlc3BlY3RpdmUgb2YgaG93 IGJhZGx5IA0KPj4+Pj4+Pj4+Pj4+IGhlIGV4cGxhaW5zDQo+Pj4+Pj4+Pj4+Pj4gwqA+IHRo aW5ncy7CoCBJIHRoaW5rIGhlIGJlbGlldmVzIHRoYXQgdGhlIHNpbXVsYXRpb24gd291bGQg DQo+Pj4+Pj4+Pj4+Pj4gbmV2ZXIgaGFsdA0KPj4+Pj4+Pj4+Pj4+IMKgPiAqYmVjYXVzZSBo aXMgbmV2ZXItaGFsdGluZy1hYm9ydCB0ZXN0IG1hdGNoZWQqLCBOT1QgDQo+Pj4+Pj4+Pj4+ Pj4gc2ltcGx5IGFzIGENCj4+Pj4+Pj4+Pj4+PiDCoD4gY29uc2VxdWVuY2Ugb2YgYWJvcnRp bmcuwqAgRS5nLiBoZSBzZWVtcyB0byB1bmRlcnN0YW5kIA0KPj4+Pj4+Pj4+Pj4+IHRoYXQg YSBzaW11bGF0b3INCj4+Pj4+Pj4+Pj4+PiDCoD4gdGhhdCBzdGVwcyAxMCBzdGVwcyB0aGVu IHN0b3BzIHJlZ2FyZGxlc3MsIGRvZXMgbm90IGltcGx5IA0KPj4+Pj4+Pj4+Pj4+IHRoYXQg dGhlDQo+Pj4+Pj4+Pj4+Pj4gwqA+IHNpbXVsYXRlZCBjb21wdXRhdGlvbiBkb2VzIG5vdCBo YWx0Lg0KPj4+Pj4+Pj4+Pj4+DQo+Pj4+Pj4+Pj4+Pj4NCj4+Pj4+Pj4+Pj4+DQo+Pj4+Pj4+ Pj4+PiBTTywgd2hhdHMgd3Jvbmcgd2l0aCBteSBzdGF0ZW1lbnQuDQo+Pj4+Pj4+Pj4+Pg0K Pj4+Pj4+Pj4+Pj4gQW4gaW5jb21wbGV0ZSBzaW11bGF0aW9uIG5vdCByZWFjaGluZyBhIGhh bHRpbmcgc3RhdGUgZG9lcyANCj4+Pj4+Pj4+Pj4+IE5PVCBwcm92ZSB0aGF0IHRoZSBpbnB1 dCBpcyBub24taGFsdGluZy4NCj4+Pj4+Pj4+Pj4+DQo+Pj4+Pj4+Pj4+ICpZZXMgaXQgZG9l cywgdGhpcyBpcyBzaW1wbHkgb3ZlciB5b3VyIGhlYWQqDQo+Pj4+Pj4+Pj4+IE9uY2UgYSBu b24taGFsdGluZyBiZWhhdmlvciBwYXR0ZXJuIGlzIGNvcnJlY3RseSBtYXRjaGVkIHRoZSAN Cj4+Pj4+Pj4+Pj4gc2ltdWxhdGlvbiBjYW4gYmUgYWJvcnRlZCBhbmQgdGhlIGlucHV0IHJl amVjdGVkIGFzIG5vbi1oYWx0aW5nLg0KPj4+Pj4+Pj4+Pg0KPj4+Pj4+Pj4+DQo+Pj4+Pj4+ Pj4gTm8sIHlvdSBhcmUgdG90YWxseSB3cm9uZyBvbiB0aGF0LiBJZiB5b3Ugc2F5IEkgYW0g bWlzdGFrZW4sIA0KPj4+Pj4+Pj4+IHdoaWNoIG9mIHRoZXNlIHN0YXRlbWVudHMsIHdoaWNo IFBST1ZFIG15IHBvaW50LCBpcyBpbiBlcnJvcj8gDQo+Pj4+Pj4+Pj4gSWYgbm9uZSBhcmUs IHRoZW4gbXkgc3RhdGVtZW50IGlzIFBST1ZFTi4gTm90ZSwgdGhlc2UgYXJlIGJhc2VkIA0K Pj4+Pj4+Pj4+IG9uIHRoZSB3ZWxsIGVzdGFibGlzaGVkIGRlZmluaXRpb24gb2YgQ29tcHV0 YXRpb24gVGhlb3J5IGFuZCANCj4+Pj4+Pj4+PiBzdGF0ZW1lbnQgWU9VIGhhdmUgbWFkZSBh Ym91dCB5b3VyIHByb2dyYW0uDQo+Pj4+Pj4+Pj4NCj4+Pj4+Pj4+PiBKdXN0IGNsYWltaW5n IHlvdSBoYXZlIHByb3ZlbiB0aGUgb3Bwb3NpdGUgaXMgTk9UIGVub3VnaCwgYXMgDQo+Pj4+ Pj4+Pj4gYWxsIHRoYXQgZG9lcyBpcyBzaG93IHRoYXQgeW91ciBsb2dpYyBzeXN0ZW0gaXMg aW5jb25zaXN0ZW50LCANCj4+Pj4+Pj4+PiBiZWNhdXNlIHlvdSBoYXZlIGFkZGVkIGluY29u c2lzdGVudCBydWxlcyB0byB5b3VyIHN5c3RlbSANCj4+Pj4+Pj4+PiAobGlrZWx5IHJ1bGVz IHRoYXQganVzdCBhcmVuJ3QgdHJ1ZSkuDQo+Pj4+Pj4+Pj4NCj4+Pj4+Pj4+PiAxKSBZb3Ug Y2xhaW0gSChQLFApIGNvcnJlY3RseSByZXR1cm5zIDAsIHNvIEgoUCxQKSBtdXN0IA0KPj4+ Pj4+Pj4+IGFjdHVhbGx5IGJlIHJldHVybmluZyAwLg0KPj4+Pj4+Pj4+DQo+Pj4+Pj4+Pj4g MikgUCBjYWxscyBIKFAsUCkNCj4+Pj4+Pj4+Pg0KPj4+Pj4+Pj4NCj4+Pj4+Pj4+IFAgaXMg YWJvcnRlZCBiZWZvcmUgdGhlIGNhbGwgaXMgZXZlciBtYWRlLg0KPj4+Pj4+Pj4gVGhpcyBz ZWVtcyB0byBiZSB0aGUga2V5IHRvIG92ZXJjb21lIHJlZmVyZW50aWFsIHRyYW5zcGFyZW5j eS4NCj4+Pj4+Pj4NCj4+Pj4+Pj4gSnVzdCB5b3UgcHJvdmluZyB5b3VyIGFuIGlkaW90LCBh bmQgbm90IHJlYWRpbmc/DQo+Pj4+Pj4+DQo+Pj4+Pj4+IFRoYXQgd2FzIHNheWluZyB0aGF0 IHRoZSBTT1VSQ0UgQ09ERSBvZiBQIGNhbGxzIEgoUCxQKQ0KPj4+Pj4+Pg0KPj4+Pj4+PiBU aGVyZSBJUyBubyAiQWJvcnRzIiBhdCB0aGUgc291cmNlIGNvZGUgbGV2ZWwuDQo+Pj4+Pj4g V2UgaGF2ZSBiZWVuIHRhbGtpbmcgYWJvdXQgdGhpcyBmb3IgbWFueSBtb250aHMgYW5kIHlv dSBoYXZlbid0IA0KPj4+Pj4+IG5vdGljZWQgdGhhdCBIIG9wZXJhdGVzIGF0IHRoZSBtYWNo aW5lIGxhbmd1YWdlIGxldmVsPw0KPj4+Pj4+DQo+Pj4+Pg0KPj4+Pj4gQnV0IHRoZSBjb2Rl IGZvciBQIHdhcyBzdGlsbCBzcGVjaWZpZWQgYXQgYSBzb3VyY2UgY29kZSBsZXZlbC4NCj4+ Pj4+DQo+Pj4+PiBZb3Uga2VlcCBvbiB0cnlpbmcgdG8gc2F5IHRoYXQgdGhlIGJlaGF2aW9y IG9mIHRoZSBpbnB1dCB0byBIKFAsUCkgDQo+Pj4+PiBkb2Vzbid0IG1hdGNoIHRoZSBiZWhh dmlvciBvZiBQKFApLCBidXQgdGhlIHBvaW50IHlvdSBtaXNzIGlzIHRoYXQgDQo+Pj4+PiB0 aGVuIHlvdXIgY29kZSBmb3IgUCBpcyB3cm9uZy4NCj4+Pj4NCj4+Pj4gWW91IGFyZSBzaW1w bHkgdG9vIHN0dXBpZCB0byB2ZXJpZnkgdGhhdCBmYWN0cyB0byBwcm92ZSB0aGF0IGl0IGlz IA0KPj4+PiBjb3JyZWN0Lg0KPj4+Pg0KPj4+PiAqSGFsdGluZyBwcm9ibGVtIHByb29mcyBy ZWZ1dGVkIG9uIHRoZSBiYXNpcyBvZiBzb2Z0d2FyZSBlbmdpbmVlcmluZyoNCj4+Pj4NCj4+ Pj4gaHR0cHM6Ly93d3cucmVzZWFyY2hnYXRlLm5ldC9wdWJsaWNhdGlvbi8zNjE3MDE4MDhf SGFsdGluZ19wcm9ibGVtX3Byb29mc19yZWZ1dGVkX29uX3RoZV9iYXNpc19vZl9zb2Z0d2Fy ZV9lbmdpbmVlcmluZyANCj4+Pj4NCj4+Pj4NCj4+Pg0KPj4+IFNvLCB5b3UgYXJlIGFkbWl0 dGluZyB0aGF0IHRoZXJlIGlzIG5vIGVycm9yIGluIG15IGNsYWltIGFuZCBpdCBJUyBhIA0K Pj4+IGZhY3QgdGhhdCBIIGRvZXMgbm90IGNvcnJlY3RseSBkZXRlcm1pbmUgdG8gSGFsdGlu ZyBvZiBQKFApPw0KPj4+DQo+Pj4gVGhlbiB3aG8gaXMgdGhlIG9uZSB0b28gc3R1cGlkIHRv IHZlcmlmeSBmYWN0cz8NCj4+Pg0KPj4+IE5vdGUsIGlmIG15IHByb29mIGlzIGNvcnJlY3Qs IGFuZCB5b3VyIHByb29mIGlzIGNvcnJldCwgYWxsIHRoaXMgDQo+Pj4gcHJvdmVzIGlzIHRo YXQgdGhlIGV4dHJhIHJ1bGVzIHlvdSBhZGRlZCB0byB5b3VyIGxvZ2ljIG1ha2UgeW91ciAN Cj4+PiBsb2dpYyBzeXN0ZW0gaW5jb25zaXN0ZW50LCBieSB0aGUgYmFzaWMgZGVmaW5pdGlv biBvZiBpbmNvbnNpc3RlbmN5Lg0KPj4+DQo+Pj4NCj4+DQo+PiBJIGhhdmUgdG9sZCB5b3Ug YSB0aG91c2FuZHMgdGltZXMgdGhhdCBoYWx0aW5nIGlzIHRlcm1pbmF0aW5nIG5vcm1hbGx5 IA0KPj4gYnkgcmVhY2hpbmcgdGhlIGxhc3QgaW5zdHJ1Y3Rpb24gKGZpbmFsIHN0YXRlKSBh bmQgeW91IHN0aWxsIGhhdmUgaXQgDQo+PiBzdHVjayBpbiB5b3VyIGhlYWQgdGhhdCBoYWx0 aW5nIGlzIHN0b3BwaW5nIGZvciBhbnkgcmVhc29uLg0KPj4NCj4+IE1pa2Ugc3RpbGwgc2F5 cyB0aGF0IEkgZ2V0IHRoaXMgd3Jvbmcgd2hlbiBJIGhhdmUgcHJvdmVuIHRoYXQgSSBnZXQg aXQgDQo+PiBjb3JyZWN0bHkgaHVuZHJlZHMgb2YgdGltZXM6DQo+Pg0KPj4gKmNvbXB1dGF0 aW9uIHRoYXQgaGFsdHMqIOKApiB0aGUgVHVyaW5nIG1hY2hpbmUgd2lsbCBoYWx0IHdoZW5l dmVyIGl0IA0KPj4gZW50ZXJzIGEgZmluYWwgc3RhdGUuIChMaW56OjE5OTA6MjM0KQ0KPj4N Cj4+IExpbnosIFBldGVyIDE5OTAuIEFuIEludHJvZHVjdGlvbiB0byBGb3JtYWwgTGFuZ3Vh Z2VzIGFuZCBBdXRvbWF0YS4gDQo+PiBMZXhpbmd0b24vVG9yb250bzogRC4gQy4gSGVhdGgg YW5kIENvbXBhbnkuDQo+Pg0KPiANCj4gTG9vaywgeW91J3ZlIGJlZW4gdG9sZCBtYW55IHRp bWVzIHRoYXQgeW91IGxhY2sgdGhlIG5lY2Vzc2FyeSBpbnRlbGxlY3QgDQo+IHRvIHVuZGVy c3RhbmQgd2hhdCBvdGhlciBwZW9wbGUgdGhpbmsgYW5kIGJlbGlldmUgYWJvdXQgd2hhdCB5 b3Ugc2F5LiAgDQo+IFlvdSdyZSBhbHdheXMgcXVvdGluZyBvdGhlciBwZW9wbGUgYW5kIG1p c3VuZGVyc3RhbmRpbmcgdGhlaXIgcG9zaXRpb24sIA0KPiBhbmQgdGhlcmUncyBhIHNpbXBs ZSBzb2x1dGlvbiB0aGF0IC0gSlVTVCBET04nVCBRVU9URSBPVEhFUiBQRU9QTEUgSU4gDQo+ IFlPVVIgUE9TVFMhDQo+IA0KPiBNYWtlIHlvdXIgcG9pbnRzIGluIHlvdXIgb3duIHdvcmRz Lg0KTWlrZSwgdGhhdCdzIG5vdCBmYWlyLiBJZiBoZSBmb2xsb3dlZCB5b3VyIGFkdmljZSwg aGUgd291bGQgaGF2ZSANCmRpc2FwcGVhcmVkIGZyb20gdGVjaG5pY2FsIGZvcnVtcyBkZWNh ZGVzIGFnby4gQW5kIHRoZW4gZXZlcnlvbmUgd291bGQgDQptaXNzIHRoZSBlbnRlcnRhaW5t ZW50IHZhbHVlIG1lbnRhbGx5IGNoYXNpbmcgYSBncmVhc2VkIHBpZy4NCi0tIA0KSmVmZiBC YXJuZXR0DQo=

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Mon Jul 18 19:30:05 2022
    XPost: comp.theory, sci.logic, sci.math

    On 7/18/22 9:03 AM, olcott wrote:
    On 7/18/2022 5:56 AM, Richard Damon wrote:
    On 7/17/22 11:45 PM, olcott wrote:
    On 7/17/2022 9:53 PM, Richard Damon wrote:
    On 7/17/22 9:48 PM, olcott wrote:
    On 7/17/2022 8:27 PM, Richard Damon wrote:

    On 7/17/22 8:56 PM, olcott wrote:
    On 7/17/2022 4:10 PM, Richard Damon wrote:
    On 7/17/22 3:42 PM, olcott wrote:
    On 7/17/2022 2:20 PM, Richard Damon wrote:
    On 7/17/22 2:15 PM, olcott wrote:
    On 7/17/2022 11:55 AM, Richard Damon wrote:
    On 7/17/22 12:47 PM, olcott wrote:
    On 7/17/2022 11:41 AM, Richard Damon wrote:
    On 7/17/22 9:23 AM, olcott wrote:
    On 7/17/2022 6:37 AM, Richard Damon wrote:
    On 7/16/22 11:11 PM, olcott wrote:
    On 7/16/2022 10:54 AM, Mike Terry wrote:
    On 16/07/2022 12:23, Paul N wrote:
    PO's simulation is correct at the individual >>>>>>>>>>>>>>>>> instruction level.
    His H steps the simulation forward a number of >>>>>>>>>>>>>>>>> steps, and each
    of those steps exactly matches the P(P) calculation >>>>>>>>>>>>>>>>> steps.

    We can see from the x86 execution trace of the >>>>>>>>>>>>>>>>> simulated P that the behavior of this simulated P >>>>>>>>>>>>>>>>> exactly matches its x86 source-code, line-by-line. >>>>>>>>>>>>>>>>>
    What we can also see from this same execution trace is >>>>>>>>>>>>>>>>> that when H calls H(P,P) the simulated P remains stuck >>>>>>>>>>>>>>>>> calling H(P,P) to simulate itself again thus forever >>>>>>>>>>>>>>>>> preventing this simulated P from ever terminating >>>>>>>>>>>>>>>>> normally by reaching its C:"return" or x86:"ret" >>>>>>>>>>>>>>>>> instruction.

    Except it doesn't because H is KNOWN to abort its >>>>>>>>>>>>>>>> simulation when it sees that the simulation will reach >>>>>>>>>>>>>>>> the first call to H in the simulation.

    You logic is based on the assumption that H actually >>>>>>>>>>>>>>>> won't stop simulating its input, when in actual fact it >>>>>>>>>>>>>>>> will. Thus you have a false premise in your logic, so H >>>>>>>>>>>>>>>> never actually proved its fact considering the H that it >>>>>>>>>>>>>>>> is.

    Yes, H can prove that IF H never aborts, that this makes >>>>>>>>>>>>>>>> a P that never halts. But since this is NOT the >>>>>>>>>>>>>>>> definition of H, that doesn't say anything about what >>>>>>>>>>>>>>>> the machine where H does abort its simulation. >>>>>>>>>>>>>>>>

    Halting means terminated normally when the correctly >>>>>>>>>>>>>>> simulated P reaches its last instruction. Even though I >>>>>>>>>>>>>>> have corrected you on this many hundreds of times you >>>>>>>>>>>>>>> still fail to understand that an aborted simulation does >>>>>>>>>>>>>>> not mean that the simulated input halted. You are >>>>>>>>>>>>>>> moronically stupid on this point.

    And YOU are the moron for thinking that just because a >>>>>>>>>>>>>> simulation was aborted the CORRECT simulation of that >>>>>>>>>>>>>> input can't continue to reach the final state.

    Your replies are moronically stupid because they always >>>>>>>>>>>>> make sure to maimtain the same false assumptions (utterly >>>>>>>>>>>>> impervious to all reason) even when these false assumptions >>>>>>>>>>>>> corrected hundreds of times.

    NAME ONE FALSE ASSUMPTION!

    On 7/16/2022 2:28 PM, Mike Terry wrote:
    On 16/07/2022 17:40, Richard Damon wrote:
    But "incomplete" is incorrect if your logic assumes that the >>>>>>>>>>>  >> simulation not reaching the final state PROVES non-halting. >>>>>>>>>>>  >
    I don't believe PO thinks that, irrespective of how badly >>>>>>>>>>> he explains
    things.  I think he believes that the simulation would >>>>>>>>>>> never halt
    *because his never-halting-abort test matched*, NOT simply >>>>>>>>>>> as a
    consequence of aborting.  E.g. he seems to understand that >>>>>>>>>>> a simulator
    that steps 10 steps then stops regardless, does not imply >>>>>>>>>>> that the
    simulated computation does not halt.



    SO, whats wrong with my statement.

    An incomplete simulation not reaching a halting state does NOT >>>>>>>>>> prove that the input is non-halting.

    *Yes it does, this is simply over your head*
    Once a non-halting behavior pattern is correctly matched the >>>>>>>>> simulation can be aborted and the input rejected as non-halting. >>>>>>>>>

    No, you are totally wrong on that. If you say I am mistaken,
    which of these statements, which PROVE my point, is in error? If >>>>>>>> none are, then my statement is PROVEN. Note, these are based on >>>>>>>> the well established definition of Computation Theory and
    statement YOU have made about your program.

    Just claiming you have proven the opposite is NOT enough, as all >>>>>>>> that does is show that your logic system is inconsistent,
    because you have added inconsistent rules to your system (likely >>>>>>>> rules that just aren't true).

    1) You claim H(P,P) correctly returns 0, so H(P,P) must actually >>>>>>>> be returning 0.

    2) P calls H(P,P)


    P is aborted before the call is ever made.
    This seems to be the key to overcome referential transparency.

    Just you proving your an idiot, and not reading?

    That was saying that the SOURCE CODE of P calls H(P,P)

    There IS no "Aborts" at the source code level.
    We have been talking about this for many months and you haven't
    noticed that H operates at the machine language level?


    But the code for P was still specified at a source code level.

    You keep on trying to say that the behavior of the input to H(P,P)
    doesn't match the behavior of P(P), but the point you miss is that
    then your code for P is wrong.

    You are simply too stupid to verify that facts to prove that it is
    correct.

    *Halting problem proofs refuted on the basis of software engineering*

    https://www.researchgate.net/publication/361701808_Halting_problem_proofs_refuted_on_the_basis_of_software_engineering



    So, you are admitting that there is no error in my claim and it IS a
    fact that H does not correctly determine to Halting of P(P)?

    Then who is the one too stupid to verify facts?

    Note, if my proof is correct, and your proof is corret, all this
    proves is that the extra rules you added to your logic make your logic
    system inconsistent, by the basic definition of inconsistency.



    I have told you a thousands times that halting is terminating normally
    by reaching the last instruction (final state) and you still have it
    stuck in your head that halting is stopping for any reason.

    Right, and P(P) does that as YOU have posted the trace.


    Mike still says that I get this wrong when I have proven that I get it correctly hundreds of times:

    *computation that halts* … the Turing machine will halt whenever it
    enters a final state. (Linz:1990:234)

    And the Turing Machine P applied to <P> does reach its when run, so it
    Halts.

    Thus H applied to <P> <P> rejecting is incorrect as P <P> Halts

    DEFINITIONS.

    Thd fact that the H that did that rejection didn't see the final state
    in its simulation doesn't mean anything.

    And the other machine you try to also call H that never aborts isn't
    this machine H so it doesn't matter at all, only the machine that you
    actually have matters.


    Linz, Peter 1990. An Introduction to Formal Languages and Automata. Lexington/Toronto: D. C. Heath and Company.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)