Re: ChatGPT refutes the key rebuttal of my work

Liste des GroupesRevenir à theory 
Sujet : Re: ChatGPT refutes the key rebuttal of my work
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 16. Oct 2024, 15:11:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <veohia$29dtl$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User-Agent : Mozilla Thunderbird
On 10/16/2024 9:01 AM, joes wrote:
Am Wed, 16 Oct 2024 08:31:43 -0500 schrieb olcott:
On 10/16/2024 1:33 AM, joes wrote:
Am Tue, 15 Oct 2024 16:51:15 -0500 schrieb olcott:
On 10/15/2024 4:24 PM, joes wrote:
Am Tue, 15 Oct 2024 15:01:36 -0500 schrieb olcott:
On 10/15/2024 2:33 PM, joes wrote:
Am Tue, 15 Oct 2024 13:25:36 -0500 schrieb olcott:
On 10/15/2024 10:17 AM, joes wrote:
Am Tue, 15 Oct 2024 08:11:30 -0500 schrieb olcott:
On 10/15/2024 6:35 AM, Richard Damon wrote:
On 10/14/24 10:13 PM, olcott wrote:
On 10/14/2024 6:50 PM, Richard Damon wrote:
On 10/14/24 11:18 AM, olcott wrote:
On 10/14/2024 7:06 AM, joes wrote:
Am Mon, 14 Oct 2024 04:49:22 -0500 schrieb olcott:
On 10/14/2024 4:04 AM, Mikko wrote:
On 2024-10-13 12:53:12 +0000, olcott said:
>
https://chatgpt.com/share/6709e046-4794-8011-98b7-27066fb49f3e
When you click on the link and try to explain how HHH must be
wrong when it reports that DDD does not terminate because DDD
does terminate it will explain your mistake to you.
I did that, and it admitted that DDD halts, it just tries to
justify why a wrong answer must be right.
It explains in great detail that another different DDD (same
machine code different process context) seems to terminate only
because the recursive emulation that it specifies has been
aborted at its second recursive call.
Yes! It really has different code, by way of the static Root
variable.
No wonder it behaves differently.
There are no static root variables. There never has been any "not
a pure function of its inputs" aspect to emulation.
Oh, did you take out the check if HHH is the root simulator?
There is some code that was obsolete several years ago.
I don't follow your repo. Can you point me to the relevant commit?
It doesn't seem to have happened this year.
https://github.com/plolcott/x86utm Halt7.c was updated last month.
Nope, still there: https://github.com/plolcott/x86utm/blob/master/
Halt7.c#L502
https://github.com/plolcott/x86utm/blob/master/Halt7.c#L502 shows: u32
H(ptr P, ptr I)  // 2024-09-15 was HH and edit on line 643
The repository indicates that it was updated: "last month"
Line 502 (if(Root)) wasn't changed.
 
Every termination analyzer that emulates itself emulating its
input has always been a pure function of this input up to the
point where emulation stops.
That point can never come in the complete simulation of a non-
terminating input, because it is infinite.
You and Richard never seemed to understand this previously.
You seemed to not understand that a simulation may be nonterminating.
Sure yet only when the input is non-terminating.
Sure.
Therefore if HHH even guesses that its input is non-termination then HHH
is correct.
>
You err because you fail to understand how the same C/x86
function invoked in a different process context can have
different behavior.
Do explain how a pure function can change.
Non-terminating C functions do not ever return, thus cannot
possibly be pure functions.
By "pure" I mean having no side effects. You mean total vs.
partial.
You may be half right. Only the analyzer must be pure.
The input is free to get stuck in an infinite loop.
Sure. How can a function without side effects have different
behaviour?
DDD is free to be totally screwed up every which way.
It is only HHH that must be a pure function.
In which way is DDD screwed up that it is both free of side effects and
referentially intransparent?
In other words you don't have a clue that an input to a termination
analyzer can be non-terminating thus violating the (1) criteria of pure
functions shown below.
I am talking about the referential transparency, not whether the function
is total or partial.
https://en.wikipedia.org/wiki/Total_functional_programming
 
(1) *the function return values are identical for identical arguments*
(no variation with local static variables, non-local variables, mutable
reference arguments or input streams, i.e., referential transparency),
and (2) the function has no side effects (no mutation of local static
variables, non-local variables, mutable reference arguments or input/
output streams).
Yes, this has nothing to do with termination. Your function
Decide_Halting_HH(..., u32 Root) (line 473) is not pure though.
 
When-so-ever any input to a termination analyzer is
non-terminating for any reason then this input is not a pure function.
s/pure/total
 
Terminating C functions must reach their "return" statement.
Which DDD does.
 
Do you understand what a tautology is?
Do you understand that tautologies cannot be false?
THIS IS ALSO THE INDUSTRY STANDARD DEFINITION
It is stipulated that *correct_x86_emulation* means that a finite
string of x86 instructions is emulated according to the semantics
of the x86 language beginning with the first bytes of this string.
When HHH is an x86 emulation based termination analyzer then
each DDD *correctly_emulated_by* any HHH that it calls never returns.
--
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
13 Oct 24 * ChatGPT refutes the key rebuttal of my work88olcott
13 Oct 24 +* Re: ChatGPT refutes the key rebuttal of my work12Richard Damon
13 Oct 24 i`* Re: ChatGPT refutes the key rebuttal of my work11olcott
13 Oct 24 i +- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
13 Oct 24 i `* Re: ChatGPT refutes the key rebuttal of my work9Richard Damon
13 Oct 24 i  `* Re: ChatGPT refutes the key rebuttal of my work8olcott
14 Oct 24 i   `* Re: ChatGPT refutes the key rebuttal of my work7Richard Damon
14 Oct 24 i    `* Re: ChatGPT refutes the key rebuttal of my work6olcott
14 Oct 24 i     `* Re: ChatGPT refutes the key rebuttal of my work5Richard Damon
14 Oct 24 i      `* Re: ChatGPT refutes the key rebuttal of my work4olcott
14 Oct 24 i       `* Re: ChatGPT refutes the key rebuttal of my work3Richard Damon
14 Oct 24 i        `* Re: ChatGPT refutes the key rebuttal of my work2olcott
15 Oct 24 i         `- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
14 Oct 24 `* Re: ChatGPT refutes the key rebuttal of my work75Mikko
14 Oct 24  `* Re: ChatGPT refutes the key rebuttal of my work74olcott
14 Oct 24   +* Re: ChatGPT refutes the key rebuttal of my work9Richard Damon
14 Oct 24   i`* Re: ChatGPT refutes the key rebuttal of my work8olcott
14 Oct 24   i +* Re: ChatGPT refutes the key rebuttal of my work6joes
14 Oct 24   i i`* Re: ChatGPT refutes the key rebuttal of my work5olcott
15 Oct 24   i i +* Re: ChatGPT refutes the key rebuttal of my work3Richard Damon
15 Oct 24   i i i`* Re: ChatGPT refutes the key rebuttal of my work2olcott
15 Oct 24   i i i `- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
15 Oct 24   i i `- Re: ChatGPT refutes the key rebuttal of my work1joes
15 Oct 24   i `- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
14 Oct 24   +* Re: ChatGPT refutes the key rebuttal of my work60joes
14 Oct 24   i`* Re: ChatGPT refutes the key rebuttal of my work59olcott
15 Oct 24   i +* Re: ChatGPT refutes the key rebuttal of my work53Richard Damon
15 Oct 24   i i`* Re: ChatGPT refutes the key rebuttal of my work52olcott
15 Oct 24   i i `* Re: ChatGPT refutes the key rebuttal of my work51Richard Damon
15 Oct 24   i i  `* Re: ChatGPT refutes the key rebuttal of my work --- [ less than no rebuttal at all ]50olcott
15 Oct 24   i i   +* Re: ChatGPT refutes the key rebuttal of my work48joes
15 Oct 24   i i   i`* Re: ChatGPT refutes the key rebuttal of my work47olcott
15 Oct 24   i i   i +* Re: ChatGPT refutes the key rebuttal of my work45joes
15 Oct 24   i i   i i`* Re: ChatGPT refutes the key rebuttal of my work44olcott
15 Oct 24   i i   i i +* Re: ChatGPT refutes the key rebuttal of my work24joes
15 Oct 24   i i   i i i`* Re: ChatGPT refutes the key rebuttal of my work23olcott
16 Oct 24   i i   i i i `* Re: ChatGPT refutes the key rebuttal of my work22joes
16 Oct 24   i i   i i i  `* Re: ChatGPT refutes the key rebuttal of my work21olcott
16 Oct 24   i i   i i i   +* Re: ChatGPT refutes the key rebuttal of my work19joes
16 Oct 24   i i   i i i   i`* Re: ChatGPT refutes the key rebuttal of my work18olcott
16 Oct 24   i i   i i i   i `* Re: ChatGPT refutes the key rebuttal of my work17joes
16 Oct 24   i i   i i i   i  `* Re: ChatGPT refutes the key rebuttal of my work16olcott
16 Oct 24   i i   i i i   i   `* Re: ChatGPT refutes the key rebuttal of my work15joes
16 Oct 24   i i   i i i   i    `* Re: ChatGPT refutes the key rebuttal of my work14olcott
16 Oct 24   i i   i i i   i     `* Re: ChatGPT refutes the key rebuttal of my work13joes
16 Oct 24   i i   i i i   i      `* Re: ChatGPT refutes the key rebuttal of my work12olcott
16 Oct 24   i i   i i i   i       `* Re: ChatGPT refutes the key rebuttal of my work11joes
16 Oct 24   i i   i i i   i        `* Re: ChatGPT refutes the key rebuttal of my work10olcott
16 Oct 24   i i   i i i   i         `* Re: ChatGPT refutes the key rebuttal of my work9joes
16 Oct 24   i i   i i i   i          `* Re: ChatGPT refutes the key rebuttal of my work8olcott
16 Oct 24   i i   i i i   i           `* Re: ChatGPT refutes the key rebuttal of my work7joes
16 Oct 24   i i   i i i   i            `* Re: ChatGPT refutes the key rebuttal of my work6olcott
17 Oct 24   i i   i i i   i             `* Re: ChatGPT refutes the key rebuttal of my work5joes
17 Oct 24   i i   i i i   i              +- Re: ChatGPT refutes the key rebuttal of my work1olcott
17 Oct 24   i i   i i i   i              `* Re: ChatGPT refutes the key rebuttal of my work --- CORRECTION3olcott
18 Oct 24   i i   i i i   i               +- Re: ChatGPT refutes the key rebuttal of my work --- CORRECTION1Richard Damon
18 Oct 24   i i   i i i   i               `- Re: ChatGPT refutes the key rebuttal of my work --- CORRECTION1joes
17 Oct 24   i i   i i i   `- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
16 Oct 24   i i   i i `* Re: ChatGPT refutes the key rebuttal of my work19Richard Damon
16 Oct 24   i i   i i  `* Re: ChatGPT refutes the key rebuttal of my work18olcott
16 Oct 24   i i   i i   +* Re: ChatGPT refutes the key rebuttal of my work6joes
16 Oct 24   i i   i i   i`* Re: ChatGPT refutes the key rebuttal of my work5olcott
16 Oct 24   i i   i i   i +* Re: ChatGPT refutes the key rebuttal of my work3joes
16 Oct 24   i i   i i   i i`* Re: ChatGPT refutes the key rebuttal of my work2olcott
16 Oct 24   i i   i i   i i `- Re: ChatGPT refutes the key rebuttal of my work1joes
17 Oct 24   i i   i i   i `- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
16 Oct 24   i i   i i   `* Re: ChatGPT refutes the key rebuttal of my work11Richard Damon
17 Oct 24   i i   i i    `* Re: ChatGPT refutes the key rebuttal of my work --- correct emulation10olcott
17 Oct 24   i i   i i     `* Re: ChatGPT refutes the key rebuttal of my work --- correct emulation9Richard Damon
17 Oct 24   i i   i i      `* Re: ChatGPT refutes the key rebuttal of my work --- correct emulation8olcott
17 Oct 24   i i   i i       +* Re: ChatGPT refutes the key rebuttal of my work --- correct emulation5Richard Damon
17 Oct 24   i i   i i       i+- Re: ChatGPT refutes the key rebuttal of my work --- correct emulation1olcott
17 Oct 24   i i   i i       i`* Re: ChatGPT refutes the key rebuttal of my work --- correct emulation --- CORRECTION3olcott
18 Oct 24   i i   i i       i +- Re: ChatGPT refutes the key rebuttal of my work --- correct emulation --- CORRECTION1Richard Damon
18 Oct 24   i i   i i       i `- Re: ChatGPT refutes the key rebuttal of my work --- correct emulation --- CORRECTION1joes
18 Oct 24   i i   i i       `* Re: ChatGPT refutes the key rebuttal of my work --- correct emulation2joes
18 Oct 24   i i   i i        `- Re: ChatGPT refutes the key rebuttal of my work --- correct emulation1olcott
16 Oct 24   i i   i `- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
16 Oct 24   i i   `- Re: ChatGPT refutes the key concepts of my work --- [ Olcott has less than no rebuttal at all ]1Richard Damon
15 Oct 24   i `* Re: ChatGPT refutes the key rebuttal of my work5Mikko
15 Oct 24   i  `* Re: ChatGPT refutes the key rebuttal of my work4olcott
16 Oct 24   i   `* Re: ChatGPT refutes the key rebuttal of my work3Mikko
16 Oct 24   i    `* Re: ChatGPT refutes the key rebuttal of my work2olcott
17 Oct 24   i     `- Re: ChatGPT refutes the key rebuttal of my work1Richard Damon
15 Oct 24   `* Re: ChatGPT refutes the key rebuttal of my work4Mikko
15 Oct 24    `* Re: ChatGPT refutes the key rebuttal of my work3olcott
16 Oct 24     `* Re: ChatGPT refutes the key rebuttal of my work2Mikko
16 Oct 24      `- Re: ChatGPT refutes the key rebuttal of my work1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal