Re: Title: A Structural Analysis of the Standard Halting Problem Proof

Liste des GroupesRevenir à s logic 
Sujet : Re: Title: A Structural Analysis of the Standard Halting Problem Proof
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory sci.logic comp.ai.philosophy
Date : 23. Jul 2025, 05:11:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <105pne4$r41b$5@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla Thunderbird
On 7/22/2025 9:24 PM, Richard Damon wrote:
On 7/22/25 11:39 AM, olcott wrote:
On 7/22/2025 6:29 AM, Richard Damon wrote:
On 7/21/25 11:46 PM, olcott wrote:
On 7/21/2025 5:56 PM, Richard Damon wrote:
On 7/21/25 5:49 PM, olcott wrote:
On 7/21/2025 3:58 PM, Alan Mackenzie wrote:
[ Followup-To: set ]
>
In comp.theory olcott <polcott333@gmail.com> wrote:
On 7/21/2025 10:52 AM, Alan Mackenzie wrote:
olcott <polcott333@gmail.com> wrote:
On 7/21/2025 9:40 AM, Alan Mackenzie wrote:
olcott <polcott333@gmail.com> wrote:
On 7/21/2025 4:06 AM, Mikko wrote:
On 2025-07-20 11:48:37 +0000, Mr Flibble said:
>
On Sun, 20 Jul 2025 07:13:43 -0400, Richard Damon wrote:
>
[ .... ]
>
Your problem is you don't understand the meaning of the words you are
using.
>
This is an ad hominem attack, not argumentation.
>
It is also honest and truthful, which is not as common as it should.
>
>
It is also honest and truthful that people
that deny verified facts are either liars
or lack sufficient technical competence.
>
What you call "verified facts" are generally nothing of the kind. They
are merely things, often false, you would like to be true.
>
>
>
*One key example of a denied verified fact is when Joes said*
>
On 7/18/2025 3:49 AM, joes wrote:
very obvious that HHH cannot simulate
DDD past the call to HHH.
>
Joes is quite right, here, as has been said to you many times over by
several people.
>
HHH(DDD) does emulate itself emulating DDD
>
You will have a get out clause from the vagueness of your language, which
could be construed to mean practically anything.
>
typedef void (*ptr)();
int HHH(ptr P);
>
void DDD()
{
   HHH(DDD);
   return;
}
>
int main()
{
   HHH(DDD);
}
>
Not at all. HHH does emulate the x86 machine code
of DDD pointed to by P. That is does this according
to the semantics of the x86 language conclusively
proves that this emulation is correct.
>
That's nauseatingly overstretching things into another lie. Whatever HHH
might do is far short of sufficient "conclusively to prove" that the
emulation is correct.  To prove that is likely impossible in principle,
that's even assuming you could define "correct" coherently.
>
>
[00002192] 55             push ebp
[00002193] 8bec           mov ebp,esp
[00002195] 6892210000     push 00002192
[0000219a] e833f4ffff     call 000015d2  // call HHH
[0000219f] 83c404         add esp,+04
[000021a2] 5d             pop ebp
[000021a3] c3             ret
Size in bytes:(0018) [000021a3]
>
Which isn't a program, you need to include the code for HHH.
>
>
*Yet again your attention deficit disorder*
I have told you countless times that all of
the machine code for every function is in
the same global memory space of halt7.obj.
>
Doesn't matter what "is in the memory space", what matters is what is considedred part of the program, and thus part of the input.
>
>
Neither HHH nor DDD would ever stop running unless
HHH aborts its emulation of DDD.
 But your HHH DOES stop running.
 
HHH would not stop running unless HHH aborts its
simulation this proves that the input specifies
non-halting behavior.

The DDD built on your hypothetical HHH that doesn't is a different DDD then the given to your real HHH, and thus its behavior is irrelevent.
 
>
HHH emulates DDD and then emulates itself emulating DDD
until it sees that this emulated emulated DDD calls
HHH(DDD) to do this again.
>
  Whixh means you admirt that you "input" above is incomplete, as HHH can't "emulate itself" unless it is in the input that it uses.
 THus we have diffferent input when we have different HHHs.
 Your arguments to the contray are just admitting that neither your HHH or your DDD are in the category of Programs, as required by the problem, and thus your whole argument is a category error.
 All you are doing it just proving and confirming that you are just a pathological liar that doesn't know what he is talking about, and doesn't care about that error, as you think lies and strawmen are acceptable logic.
--
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
20 Jul05:58 * Title: A Structural Analysis of the Standard Halting Problem Proof33olcott
20 Jul12:13 `* Re: Title: A Structural Analysis of the Standard Halting Problem Proof32Richard Damon
20 Jul23:06  +- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1Richard Damon
20 Jul14:05  +* Re: Title: A Structural Analysis of the Standard Halting Problem Proof9Alan Mackenzie
20 Jul15:53  i+- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1olcott
20 Jul16:36  i`* Re: Title: A Structural Analysis of the Standard Halting Problem Proof7olcott
20 Jul17:13  i +* Re: Title: A Structural Analysis of the Standard Halting Problem Proof3Alan Mackenzie
21 Jul14:33  i i+- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1olcott
20 Jul17:38  i i`- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1olcott
21 Jul14:57  i `* Re: Title: A Structural Analysis of the Standard Halting Problem Proof3olcott
22 Jul09:55  i  +- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1Fred. Zwarts
22 Jul14:43  i  `- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1olcott
20 Jul15:34  +* Re: Title: A Structural Analysis of the Standard Halting Problem Proof2olcott
20 Jul23:48  i`- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1Richard Damon
21 Jul22:49  +* Re: Title: A Structural Analysis of the Standard Halting Problem Proof7olcott
21 Jul23:56  i`* Re: Title: A Structural Analysis of the Standard Halting Problem Proof6Richard Damon
22 Jul04:46  i `* Re: Title: A Structural Analysis of the Standard Halting Problem Proof5olcott
22 Jul09:48  i  +- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1Fred. Zwarts
22 Jul16:39  i  `* Re: Title: A Structural Analysis of the Standard Halting Problem Proof3olcott
23 Jul04:15  i   +- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1olcott
23 Jul05:11  i   `- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1olcott
22 Jul05:17  +* The error of the standard proof of the halting problem6olcott
22 Jul09:45  i+* Re: The error of the standard proof of the halting problem4Fred. Zwarts
22 Jul17:09  ii`* Re: The error of the standard proof of the halting problem3olcott
22 Jul22:31  ii +- Re: The error of the standard proof of the halting problem1olcott
23 Jul09:20  ii `- Re: The error of the standard proof of the halting problem1Fred. Zwarts
22 Jul17:22  i`- Re: The error of the standard proof of the halting problem1olcott
22 Jul16:49  +* Re: Title: A Structural Analysis of the Standard Halting Problem Proof5olcott
23 Jul04:17  i+* Re: Title: A Structural Analysis of the Standard Halting Problem Proof2olcott
23 Jul09:24  ii`- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1Fred. Zwarts
23 Jul05:05  i`* Re: Title: A Structural Analysis of the Standard Halting Problem Proof2olcott
23 Jul09:24  i `- Re: Title: A Structural Analysis of the Standard Halting Problem Proof1Fred. Zwarts
22 Jul18:00  `- Re: Title: A Structural Analysis of the Standard Halting Problem Proof --- Alan Mackenzie1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal