Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules

Liste des GroupesRevenir à s logic 
Sujet : Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory sci.logic
Date : 14. Jun 2024, 03:24:58
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <v4g65a$3tn6q$1@i2pn2.org>
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
User-Agent : Mozilla Thunderbird
On 6/13/24 11:32 AM, olcott wrote:
On 6/13/2024 6:31 AM, Richard Damon wrote:
On 6/12/24 11:58 PM, olcott wrote:
On 6/12/2024 10:45 PM, Richard Damon wrote:
On 6/12/24 11:24 PM, olcott wrote:
On 6/12/2024 9:57 PM, Richard Damon wrote:
On 6/12/24 10:21 PM, olcott wrote:
On 6/12/2024 9:06 PM, Richard Damon wrote:
On 6/12/24 9:54 PM, olcott wrote:
On 6/12/2024 8:50 PM, Richard Damon wrote:
On 6/12/24 9:19 PM, olcott wrote:
>
I am saying there is no mapping from the input TO THE QUESTION.
H IS NOT EVEN BEING ASKED ABOUT THE BEHAVIOR OF D(D).
>
>
So, you admit that you are lying about H being a Halt Decider.
>
>
No I admit that you are too stupid to understand what I am saying.
>
How is it a H
>
>
I gave you the source-code.
>
So?
>
Last time I commented about somethihg from the source code you said that didn't apply.
>
It also, as you have admitted, has bugs in its trace routine, so it can't produce a trace of the quality you seem to want.
>
>
I never said anything like that.
>
You admitted that it didn't produce the "Correct Simulation" output that it was supposed to produce.
>
>
It was never supposed to produce this.
As I explain on page five of this other 2021 paper.
>
https://www.researchgate.net/publication/351947980_Halting_problem_undecidability_and_infinitely_nested_simulation
>
But acting as a "pure simulator until ..." is NOT the same as acting as a pure simulator.
>
And thus the "transform" is invalid, as shown by the fact that P(P) halts even though H(P,P) uses its logic to say that it doesn't.
>
Thus, your "logic" introduces a FALSE premise into its logic, and thus its conclusion is INVALID.
>
Can you show an ACTUAL accepted statement that says you are allowed to do that transform, or is this just another of your "it seems right, so I will assume it to be right" statements that just makes your logic wrong.
>
Your logic is just subject to the power of the paradox.
>
>
The output wasn't the simulation it did, but the execution trace of your decider itself.
>
>
Do you deny that with the H defined so that H(D,D) will return 0, as it does in your source code that making main() call D(D) that that D(D) will not return?
>
You even posted a trace of that operation, but its trace has the same error that all your traces do, so I don't want to call that "Correct" any more, as that would be a LIE.
>
>
>
Because Halt Deciders *ARE* being asked about the behavior of the machine their input describes, in this case D(D).
>
>
This never has been precisely correct. That is a dumbed down
version for people that do not really understand these things.
>
Source for that claim? and not that it is just another of your unverifiable false claims?
>
>
Actual comprehension is my source. That it is over-your-head
does not make me incorrect.
>
I other words, you ADMIT that it is just a "I made itup" up, but it must be true" sort of statement, so doesn't actualuy have an accepted truth-maker for it, so is just a LIE.
>
That's par for the course.
>
That you can't actually show it, shows you ARE incorrect for claiming it.
>
>
How do you think that halt deciders figure out the question that
they are being asked, do they look up the question on a textbook?
>
They don't need to. There Programmer needs to figure that out.
>
Programs don't "think", they "Compute", and do it per their instuctions given to them.
>
You just don't seem to understand the essential nature of Programs do you.
>
>
You have a big list of things you have claimed but NEVER were able to show a proof, and thus effectively admitted that you made up your claims, which means they can be considered to be LIE.
>
>
No it means that the reasoning behind them must be carefully assessed.
>
But you can't give any actual "reasoning", only your own unsubstantiated claims based on wrong defintions.
>
>
*COMPUTE THE MAPPING FROM INPUTS*
Is currently totally over-your-head
yet has a specific meaning using those terms
according to their conventional meanings.
>
Tell me in your own words what you think
COMPUTE THE MAPPING FROM INPUTS means.
>
>
It takes the input, and TRIES to process them to the answer corresponding to the mapping it is supposed to be computing.
>
Yes, ALL programs the meet the very basic definition of a decider (giving an answer for all possible input) computes SOME mapping of the input ot the output (which provides the count of the number of possible mappings that are computable). So H is some sort of decider,
>
But to be a decider for a specific function, it needs to compute the mapping that matches that function. So, A Halt Decider, to be a HALT decider, needs to generate the exact same mapping as the Halting mathematical function, which is defined in terms of the behavior of the machine represented by the input.
>
This seems to be just totally beyond your understanding, that there are actual REQUIREMENTS that must be met for something to be "Correct".
>
Note, the word *THE* in your phrase meens a specific simgular mapping, that is the mapping defined by the function it is named for.
>
Your H computes *A* mapping, but not the Halting Function mapping. And the exact details of that mapping is a function of the decider you create to try to compute it, as H and H1 generate different answers for the D built on H (and for the D1 built on H1). Thus your "POOP" mapping is different for each H you want to ask about, so in one sense, isn't even a correct question to be asking.
>
It isn't asking about the decider deciding on the behavior of the input correctly simulated by itself, but the decider needing to decider on the behavior of the input correctly simulated by a particular H that was choosen.
>
>
>
>
>
Try and show the steps of the mapping that you expect in
terms of D correctly simulated by H, line by line.
>
But I don't claim a mapping of D correctly simulated by H, as that is a INVALID criteria, as I explained.
>
Since you call H a "Halt Decider", its criteria is, and can only be, the behavior of the directly executed D(D), or something that EXACTLY agrees with that behavior,
>
 It is contingent upon you to show the exact steps of how H computes
the mapping from the x86 machine language finite string input to
H(D,D) using the finite string transformation rules specified by
the semantics of the x86 programming language that reaches the
behavior of the directly executed D(D)
 
Why? I don't claim it can.
In fact, I have told you that I will not engage in your foolish idea of what H can or can not do with its partial simulation of the input, until you show why that has relevence.
You seem to be stuck on that as way to try to avoid the issues that have been pointed out in the other parts of your proof, which just confirms that you really have no idea how to handle the issues pointed out.

When I ask anyone to show the detailed steps of the mapping from
the machine language finite string of D to the behavior of D(D)
*THEY CHANGE THE SUBJECT BECAUSE THEY ALREADY KNOW THAT I AM CORRECT*
 
And  THAT is a different question, when you drop the "by H" part of the requirement it becomes technically feasable,
I can show you an "incorrect trace" that makes the same error that you claim to be a "correct" simulation.
That being one YOU posted a while back as:
On 4/27/21 12:55 AM, olcott wrote:
Message-ID: <Teudndbu59GVBBr9nZ2dnUU7-V2dnZ2d@giganews.com>
 > void H_Hat(u32 P)
 > {
 >  u32 Input_Halts = Halts(P, P);
 >  if (Input_Halts)
 >    HERE: goto HERE;
 > }
 >
 >
 > int main()
 > {
 >  H_Hat((u32)H_Hat);
 > }
 >
 >
 > _H_Hat()
 > [00000b98](01)  55                  push ebp
 > [00000b99](02)  8bec                mov ebp,esp
 >
[00000b9b](01)  51                  push ecx
 > [00000b9c](03)  8b4508              mov eax,[ebp+08]
 > [00000b9f](01)  50                  push eax
 > [00000ba0](03)  8b4d08              mov ecx,[ebp+08]
 > [00000ba3](01)  51                  push ecx
 > [00000ba4](05)  e88ffdffff          call 00000938
 > [00000ba9](03)  83c408              add esp,+08
 > [00000bac](03)  8945fc              mov [ebp-04],eax
 > [00000baf](04)  837dfc00            cmp dword [ebp-04],+00
 > [00000bb3](02)  7402                jz 00000bb7
 > [00000bb5](02)  ebfe                jmp 00000bb5
 > [00000bb7](02)  8be5                mov esp,ebp
 > [00000bb9](01)  5d                  pop ebp
 > [00000bba](01)  c3                  ret
 > Size in bytes:(0035) [00000bba]
 >
 > _main()
 > [00000bc8](01)  55                  push ebp
 > [00000bc9](02)  8bec                mov ebp,esp
 > [00000bcb](05)  68980b0000          push 00000b98
 > [00000bd0](05)  e8c3ffffff          call 00000b98
 > [00000bd5](03)  83c404              add esp,+04
 > [00000bd8](02)  33c0                xor eax,eax
 > [00000bda](01)  5d                  pop ebp
 > [00000bdb](01)  c3                  ret
 > Size in bytes:(0020) [00000bdb]
 >
 > ===============================
 > ...[00000bc8][001015d4][00000000](01)  55         push ebp
 > ...[00000bc9][001015d4][00000000](02)  8bec       mov ebp,esp
 > ...[00000bcb][001015d0][00000b98](05)  68980b0000 push 00000b98
 > ...[00000bd0][001015cc][00000bd5](05)  e8c3ffffff call 00000b98
 > ...[00000b98][001015c8][001015d4](01)  55         push ebp
 > ...[00000b99][001015c8][001015d4](02)  8bec       mov ebp,esp
 > ...[00000b9b][001015c4][00000000](01)  51         push ecx
 > ...[00000b9c][001015c4][00000000](03)  8b4508     mov  eax,[ebp+08]
 > ...[00000b9f][001015c0][00000b98](01)  50         push eax
 > ...[00000ba0][001015c0][00000b98](03)  8b4d08     mov ecx,[ebp+08]
 > ...[00000ba3][001015bc][00000b98](01)  51         push ecx
 > ...[00000ba4][001015b8][00000ba9](05)  e88ffdffff call 00000938
 > Begin Local Halt Decider Simulation at Machine Address:b98
 > ...[00000b98][00211674][00211678](01)  55         push ebp
 > ...[00000b99][00211674][00211678](02)  8bec       mov ebp,esp
 > ...[00000b9b][00211670][00201644](01)  51         push ecx
 > ...[00000b9c][00211670][00201644](03)  8b4508     mov eax,[ebp+08]
 > ...[00000b9f][0021166c][00000b98](01)  50         push eax
 > ...[00000ba0][0021166c][00000b98](03)  8b4d08     mov ecx,[ebp+08]
 > ...[00000ba3][00211668][00000b98](01)  51         push ecx
 > ...[00000ba4][00211664][00000ba9](05)  e88ffdffff call 00000938
 > ...[00000b98][0025c09c][0025c0a0](01)  55         push ebp
 > ...[00000b99][0025c09c][0025c0a0](02)  8bec       mov ebp,esp
 > ...[00000b9b][0025c098][0024c06c](01)  51         push ecx
 > ...[00000b9c][0025c098][0024c06c](03)  8b4508     mov eax,[ebp+08]
 > ...[00000b9f][0025c094][00000b98](01)  50         push eax
 > ...[00000ba0][0025c094][00000b98](03)  8b4d08     mov ecx,[ebp+08]
 > ...[00000ba3][0025c090][00000b98](01)  51         push ecx
 > ...[00000ba4][0025c08c][00000ba9](05)  e88ffdffff call 00000938
 > Local Halt Decider: Infinite Recursion Detected Simulation Stopped
Above decision was from the call the Halts inside H_Hat, deciding that H_Hat(H_Hat) seems to be non-halting, it then returns that answer and is processed below:
 > ...[00000ba9][001015c4][00000000](03)  83c408     add esp,+08
 > ...[00000bac][001015c4][00000000](03)  8945fc     mov [ebp-04],eax
 > ...[00000baf][001015c4][00000000](04)  837dfc00   cmp dword [ebp-04],+00
 > ...[00000bb3][001015c4][00000000](02)  7402       jz 00000bb7
 > ...[00000bb7][001015c8][001015d4](02)  8be5       mov esp,ebp
 > ...[00000bb9][001015cc][00000bd5](01)  5d         pop ebp
 > ...[00000bba][001015d0][00000b98](01)  c3         ret
 > ...[00000bd5][001015d4][00000000](03)  83c404     add esp,+04
 > ...[00000bd8][001015d4][00000000](02)  33c0       xor eax,eax
 > ...[00000bda][001015d8][00100000](01)  5d         pop ebp
 > ...[00000bdb][001015dc][00000098](01)  c3         ret
SEE IT HALTED!
 > Number_of_User_Instructions(39)
 > Number of Instructions Executed(26567)

Date Sujet#  Auteur
10 Jun 24 * Re: D correctly simulated by H proved for THREE YEARS ---270olcott
10 Jun 24 +* Re: D correctly simulated by H proved for THREE YEARS ---267Richard Damon
11 Jun 24 i`* Re: D correctly simulated by H proved for THREE YEARS --- Richard admits his error266olcott
11 Jun 24 i `* Re: D correctly simulated by H proved for THREE YEARS --- Richard admits his error265Richard Damon
11 Jun 24 i  `* Re: D correctly simulated by H proved for THREE YEARS --- Richard admits his error264olcott
11 Jun 24 i   `* Re: D correctly simulated by H proved for THREE YEARS --- Richard admits his error263Richard Damon
11 Jun 24 i    `* Re: D correctly simulated by H proved for THREE YEARS --- rewritten262olcott
12 Jun 24 i     +* Re: D correctly simulated by H proved for THREE YEARS --- rewritten260Richard Damon
12 Jun 24 i     i`* Re: D correctly simulated by H proved for THREE YEARS --- rewritten259olcott
12 Jun 24 i     i +* Re: D correctly simulated by H proved for THREE YEARS --- rewritten223Python
12 Jun 24 i     i i`* Re: D correctly simulated by H proved for THREE YEARS --- rewritten222olcott
12 Jun 24 i     i i `* Re: D correctly simulated by H proved for THREE YEARS --- rewritten221Richard Damon
12 Jun 24 i     i i  `* Re: D correctly simulated by H proved for THREE YEARS --- rewritten220olcott
12 Jun 24 i     i i   `* Re: D correctly simulated by H proved for THREE YEARS --- rewritten219Richard Damon
12 Jun 24 i     i i    `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules218olcott
13 Jun 24 i     i i     `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules217Richard Damon
13 Jun 24 i     i i      `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules216olcott
13 Jun 24 i     i i       `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules215Richard Damon
13 Jun 24 i     i i        `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules214olcott
13 Jun 24 i     i i         `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules213Richard Damon
13 Jun 24 i     i i          `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules212olcott
13 Jun 24 i     i i           `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules211Richard Damon
13 Jun 24 i     i i            `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules210olcott
13 Jun 24 i     i i             `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules209Richard Damon
13 Jun 24 i     i i              `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules208olcott
13 Jun 24 i     i i               `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules207Richard Damon
13 Jun 24 i     i i                `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules206olcott
13 Jun 24 i     i i                 `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules205Richard Damon
13 Jun 24 i     i i                  `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules204olcott
13 Jun 24 i     i i                   `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules203Richard Damon
13 Jun 24 i     i i                    `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules202olcott
14 Jun 24 i     i i                     `* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules201Richard Damon
14 Jun 24 i     i i                      +* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules172olcott
14 Jun 24 i     i i                      i`* Re: D correctly simulated by H proved for THREE YEARS --- finite string transformation rules171Richard Damon
14 Jun 24 i     i i                      i `* H(D,D) cannot even be asked about the behavior of D(D)170olcott
14 Jun 24 i     i i                      i  `* Re: H(D,D) cannot even be asked about the behavior of D(D)169Richard Damon
14 Jun 24 i     i i                      i   `* Re: H(D,D) cannot even be asked about the behavior of D(D)168olcott
14 Jun 24 i     i i                      i    `* Re: H(D,D) cannot even be asked about the behavior of D(D)167Richard Damon
14 Jun 24 i     i i                      i     `* Re: H(D,D) cannot even be asked about the behavior of D(D)166olcott
15 Jun 24 i     i i                      i      +* Re: H(D,D) cannot even be asked about the behavior of D(D)58Richard Damon
15 Jun 24 i     i i                      i      i`* Re: H(D,D) cannot even be asked about the behavior of D(D)57olcott
15 Jun 24 i     i i                      i      i `* Re: H(D,D) cannot even be asked about the behavior of D(D)56Richard Damon
15 Jun 24 i     i i                      i      i  +* Re: H(D,D) cannot even be asked about the behavior of D(D)6olcott
15 Jun 24 i     i i                      i      i  i`* Re: H(D,D) cannot even be asked about the behavior of D(D)5Richard Damon
15 Jun 24 i     i i                      i      i  i `* Re: H(D,D) cannot even be asked about the behavior of D(D)4olcott
15 Jun 24 i     i i                      i      i  i  `* Re: H(D,D) cannot even be asked about the behavior of D(D)3Richard Damon
15 Jun 24 i     i i                      i      i  i   `* Re: H(D,D) cannot even be asked about the behavior of D(D)2olcott
15 Jun 24 i     i i                      i      i  i    `- Re: H(D,D) cannot even be asked about the behavior of D(D)1Richard Damon
15 Jun 24 i     i i                      i      i  `* Re: H(D,D) cannot even be asked about the behavior of D(D)49olcott
15 Jun 24 i     i i                      i      i   `* Re: H(D,D) cannot even be asked about the behavior of D(D)48Richard Damon
15 Jun 24 i     i i                      i      i    `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.47olcott
15 Jun 24 i     i i                      i      i     +* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.39Richard Damon
15 Jun 24 i     i i                      i      i     i`* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.38olcott
15 Jun 24 i     i i                      i      i     i `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.37Richard Damon
15 Jun 24 i     i i                      i      i     i  `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.36olcott
15 Jun 24 i     i i                      i      i     i   `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.35Richard Damon
15 Jun 24 i     i i                      i      i     i    `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.34olcott
15 Jun 24 i     i i                      i      i     i     `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.33Richard Damon
15 Jun 24 i     i i                      i      i     i      `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.32olcott
15 Jun 24 i     i i                      i      i     i       `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.31Richard Damon
15 Jun 24 i     i i                      i      i     i        `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.30olcott
15 Jun 24 i     i i                      i      i     i         `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.29Richard Damon
15 Jun 24 i     i i                      i      i     i          `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.28olcott
15 Jun 24 i     i i                      i      i     i           `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.27Richard Damon
15 Jun 24 i     i i                      i      i     i            `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.26olcott
15 Jun 24 i     i i                      i      i     i             `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.25Richard Damon
15 Jun 24 i     i i                      i      i     i              `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.24olcott
15 Jun 24 i     i i                      i      i     i               `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.23Richard Damon
15 Jun 24 i     i i                      i      i     i                `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.22olcott
15 Jun 24 i     i i                      i      i     i                 `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.21Richard Damon
15 Jun 24 i     i i                      i      i     i                  `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.20olcott
15 Jun 24 i     i i                      i      i     i                   `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.19Richard Damon
15 Jun 24 i     i i                      i      i     i                    `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.18olcott
15 Jun 24 i     i i                      i      i     i                     `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.17Richard Damon
15 Jun 24 i     i i                      i      i     i                      `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.16olcott
15 Jun 24 i     i i                      i      i     i                       `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.15Richard Damon
15 Jun 24 i     i i                      i      i     i                        `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.14olcott
15 Jun 24 i     i i                      i      i     i                         `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.13Richard Damon
15 Jun 24 i     i i                      i      i     i                          `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.12olcott
16 Jun 24 i     i i                      i      i     i                           `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.11Richard Damon
16 Jun 24 i     i i                      i      i     i                            `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.10olcott
16 Jun 24 i     i i                      i      i     i                             `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.9Richard Damon
16 Jun 24 i     i i                      i      i     i                              `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.8olcott
16 Jun 24 i     i i                      i      i     i                               `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.7Richard Damon
16 Jun 24 i     i i                      i      i     i                                `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.6olcott
16 Jun 24 i     i i                      i      i     i                                 `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.5Richard Damon
16 Jun 24 i     i i                      i      i     i                                  `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.4olcott
16 Jun 24 i     i i                      i      i     i                                   `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.3Richard Damon
16 Jun 24 i     i i                      i      i     i                                    `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.2olcott
16 Jun 24 i     i i                      i      i     i                                     `- Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.1Richard Damon
15 Jun 24 i     i i                      i      i     `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.7joes
15 Jun 24 i     i i                      i      i      `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken.6olcott
15 Jun 24 i     i i                      i      i       `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken. (Just misunderstood)5Richard Damon
15 Jun 24 i     i i                      i      i        +* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken. (Just misunderstood)2olcott
15 Jun 24 i     i i                      i      i        i`- Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken. (Just misunderstood)1Richard Damon
15 Jun 24 i     i i                      i      i        `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken. (Just misunderstood)2olcott
15 Jun 24 i     i i                      i      i         `- Re: H(D,D) cannot even be asked about the behavior of D(D) --- Truth Itself is not Broken. (Just misunderstood)1Richard Damon
21 Jun 24 i     i i                      i      +* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Boilerplate Reply48olcott
21 Jun 24 i     i i                      i      i`* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Boilerplate Reply47Richard Damon
21 Jun 24 i     i i                      i      i +* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Boilerplate Reply44olcott
21 Jun 24 i     i i                      i      i i`* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Boilerplate Reply43Richard Damon
21 Jun 24 i     i i                      i      i `* Re: H(D,D) cannot even be asked about the behavior of D(D) --- Boilerplate Reply2olcott
22 Jun 24 i     i i                      i      `* DDD correctly emulated by H059olcott
15 Jun 24 i     i i                      +* H(D,D) cannot even be asked about the behavior of D(D) V2 ---ignoring all other replies12olcott
15 Jun 24 i     i i                      `* H(D,D) cannot even be asked about the behavior of D(D) V3 ---IGNORING ALL OTHER REPLIES16olcott
12 Jun 24 i     i `* Re: D correctly simulated by H proved for THREE YEARS --- rewritten35Richard Damon
12 Jun 24 i     `- Re: D correctly simulated by H proved for THREE YEARS --- rewritten1Fred. Zwarts
10 Jun 24 +- Re: D correctly simulated by H proved for THREE YEARS ---1olcott
11 Jun 24 `- Re: D correctly simulated by H proved for THREE YEARS --- rewritten1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal