Re: DDD correctly emulated by H0 --- Why Lie?

Liste des GroupesRevenir à c theory 
Sujet : Re: DDD correctly emulated by H0 --- Why Lie?
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory sci.logic
Date : 24. Jun 2024, 03:30:57
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <v5ai8i$smd5$8@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Mozilla Thunderbird
On 6/23/24 9:20 PM, olcott wrote:
On 6/23/2024 8:13 PM, Richard Damon wrote:
On 6/23/24 9:00 PM, olcott wrote:
On 6/23/2024 7:24 PM, Richard Damon wrote:
On 6/23/24 8:08 PM, olcott wrote:
On 6/23/2024 6:44 PM, Richard Damon wrote:
On 6/23/24 7:34 PM, olcott wrote:
On 6/23/2024 5:58 PM, Richard Damon wrote:
On 6/23/24 6:45 PM, olcott wrote:
>
You know what the freak I was talking from prior
discussions unless your brain is so damaged that
you can't remember anything from one post to the next.
>
In the case that you affirm that your brain <is>
this damaged then I humbly apologize.
>
>
>
No, you don't know what you are talking about.
>
So you insist on lying about this verified fact?
>
_DDD()
[00002172] 55               push ebp
[00002173] 8bec             mov ebp,esp
[00002175] 6872210000       push 00002172 ; push DDD
[0000217a] e853f4ffff       call 000015d2 ; call H0(DDD)
[0000217f] 83c404           add esp,+04
[00002182] 5d               pop ebp
[00002183] c3               ret
Size in bytes:(0018) [00002183]
>
According to the semantics of the x86 programming language
when DDD correctly emulated by H0 calls H0(DDD) this call
cannot possibly return.
>
>
I won't say it can't be true, but it hasn't been proven, largely because it seems you don't know how to do a formal logic proof.
>
>
Liar
>
>
Then where is the proof?
>
And were is the simulation that H0 did?
>
Failure to show where you ACTUALLY PROVED it just shows you a liar.
>
Remember the parts of a Formal Logic Proof:
>
>
You could disagree that 2 + 3 = 5 on this same Jackass basis.
2 + 3 = 5 ON THE FREAKING BASIS OF THE SEMANTICS OF ARITHMETIC.
>
But I seen proofs that 2 + 3 = 5
>
And that is done on a proof that uses the semantics of aritmetic.
>
The phrase "Semantics of Arithmetic" though, is not a proof.
>
>
According to the semantics of the x86 programming language
when DDD correctly emulated by H0 calls H0(DDD) this call
cannot possibly return.
>
>
Then try to prove it.
>
 I will not try any prove that 2 + 3 = 5, if you deny
it then you are a liar.
And you don't need to, as it has been done.
Now, showing how 2 + 3 = 5 would help show you how to right an actual proof.

 Likewise for the behavior of DDD correctly simulated
by H0. A correct x86 emulator already proved this three
years ago and you still try and get away with lying about it.
Nope. Just a fallacy of proof by example, which isn't a proof.

 We have gotten it down to this ONLY LIARS WILL DISAGREE
THAT MY PROOF IS CORRECT.
WHAT PROOF?
No proof, just means your statement is just a LIE.

 DDD correctly emulated by H0 DOES NOT HALT.
TYPE ERROR.
Correct Simutation by H is not part of the definition of HALTING.
Just proves your ignorance of what you talk about.

Likewise for P correctly emulated by H.
AGAIN TYPE ERROR.
Correct Simutation by H is not part of the definition of HALTING.
Just proves your ignorance of what you talk about.

 typedef int (*ptr2)();
int H(ptr2 P, ptr2 I);
 int P(ptr2 x)
{
   int Halt_Status = H(x, x);
   if (Halt_Status)
     HERE: goto HERE;
   return Halt_Status;
}
 int main()
{
   H(P,P);
}
 _P()
[000020e2] 55               push ebp         ; housekeeping
[000020e3] 8bec             mov ebp,esp      ; housekeeping
[000020e5] 51               push ecx         ; housekeeping
[000020e6] 8b4508           mov eax,[ebp+08] ; parameter
[000020e9] 50               push eax         ; push parameter
[000020ea] 8b4d08           mov ecx,[ebp+08] ; parameter
[000020ed] 51               push ecx         ; push parameter
[000020ee] e82ff3ffff       call 00001422    ; call H(P,P)
[000020f3] 83c408           add esp,+08
[000020f6] 8945fc           mov [ebp-04],eax
[000020f9] 837dfc00         cmp dword [ebp-04],+00
[000020fd] 7402             jz 00002101
[000020ff] ebfe             jmp 000020ff
[00002101] 8b45fc           mov eax,[ebp-04]
[00002104] 8be5             mov esp,ebp
[00002106] 5d               pop ebp
[00002107] c3               ret
Size in bytes:(0038) [00002107]
  
And, P(P) Halts since you have indicated that H(P,P) to returns 0.
VERIFIED FACT.
H may not have been able to prove that statement, but it could prove that it doesn't halt, and basically made a wrong guess based on faulty logic.
YOU on the other hand, are just a LIAR, as you claim your H does something it doesn't.

Date Sujet#  Auteur
23 Jun 24 * DDD correctly emulated by H0 --- Why Lie?106olcott
23 Jun 24 +- Re: DDD correctly emulated by H0 --- Why Lie? (typo corrected)1olcott
23 Jun 24 +* Re: DDD correctly emulated by H0 --- Why Lie?101Richard Damon
23 Jun 24 i`* Re: DDD correctly emulated by H0 --- Why Lie?100olcott
23 Jun 24 i `* Re: DDD correctly emulated by H0 --- Why Lie?99Richard Damon
24 Jun 24 i  `* Re: DDD correctly emulated by H0 --- Why Lie?98olcott
24 Jun 24 i   `* Re: DDD correctly emulated by H0 --- Why Lie?97Richard Damon
24 Jun 24 i    `* Re: DDD correctly emulated by H0 --- Why Lie?96olcott
24 Jun 24 i     `* Re: DDD correctly emulated by H0 --- Why Lie?95Richard Damon
24 Jun 24 i      `* Re: DDD correctly emulated by H0 --- Why Lie?94olcott
24 Jun 24 i       `* Re: DDD correctly emulated by H0 --- Why Lie?93Richard Damon
24 Jun 24 i        `* Re: DDD correctly emulated by H0 --- Why Lie?92olcott
24 Jun 24 i         `* Re: DDD correctly emulated by H0 --- Why Lie?91Richard Damon
24 Jun 24 i          `* Re: DDD correctly emulated by H0 --- Why Lie?90olcott
24 Jun 24 i           `* Re: DDD correctly emulated by H0 --- Why Lie?89Richard Damon
24 Jun 24 i            `* Re: DDD correctly emulated by H0 --- Why Lie?88olcott
24 Jun 24 i             +* Re: DDD correctly emulated by H0 --- Why Lie?80Richard Damon
24 Jun 24 i             i`* Re: DDD correctly emulated by H0 --- Why Lie?79olcott
24 Jun 24 i             i +* Re: DDD correctly emulated by H0 --- Why Lie?77Richard Damon
24 Jun 24 i             i i`* Re: DDD correctly emulated by H0 --- Why Lie?76olcott
24 Jun 24 i             i i `* Re: DDD correctly emulated by H0 --- Why Lie?75Richard Damon
24 Jun 24 i             i i  `* Re: DDD correctly emulated by H0 --- Why Lie?74olcott
24 Jun 24 i             i i   `* Re: DDD correctly emulated by H0 --- Why Lie?73Richard Damon
24 Jun 24 i             i i    `* Re: DDD correctly emulated by H0 --- Why Lie?72olcott
24 Jun 24 i             i i     +* Re: DDD correctly emulated by H0 --- Why Lie?70olcott
24 Jun 24 i             i i     i`* Re: DDD correctly emulated by H0 --- Why Lie?69Richard Damon
24 Jun 24 i             i i     i `* Re: DDD correctly emulated by H0 --- Why Lie?68olcott
24 Jun 24 i             i i     i  `* Re: DDD correctly emulated by H0 --- Why Lie?67Richard Damon
24 Jun 24 i             i i     i   +* Re: DDD correctly emulated by H0 --- Why Lie?4olcott
25 Jun 24 i             i i     i   i`* Re: DDD correctly emulated by H0 --- Why Lie?3Richard Damon
25 Jun 24 i             i i     i   i `* Re: DDD correctly emulated by H0 --- Why Lie?2olcott
25 Jun 24 i             i i     i   i  `- Re: DDD correctly emulated by H0 --- Why Lie?1Richard Damon
24 Jun 24 i             i i     i   `* Re: DDD correctly emulated by H0 --- Why Lie?62olcott
25 Jun 24 i             i i     i    `* Re: DDD correctly emulated by H0 --- Why Lie?61Richard Damon
25 Jun 24 i             i i     i     `* Re: DDD correctly emulated by H0 --- Why Lie?60olcott
25 Jun 24 i             i i     i      `* Re: DDD correctly emulated by H0 --- Why Lie?59Richard Damon
25 Jun 24 i             i i     i       `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure58olcott
25 Jun 24 i             i i     i        `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure57Richard Damon
25 Jun 24 i             i i     i         `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure56olcott
25 Jun 24 i             i i     i          `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure55Richard Damon
25 Jun 24 i             i i     i           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure4olcott
25 Jun 24 i             i i     i           i`* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure3Richard Damon
25 Jun 24 i             i i     i           i `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i           i  `- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure (typo)2olcott
25 Jun 24 i             i i     i           i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure (typo)1Richard Damon
25 Jun 24 i             i i     i           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i           i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i           `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure46olcott
25 Jun 24 i             i i     i            `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure45Richard Damon
25 Jun 24 i             i i     i             +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i             i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i             `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure42olcott
25 Jun 24 i             i i     i              `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure41Richard Damon
25 Jun 24 i             i i     i               `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure40olcott
25 Jun 24 i             i i     i                `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure39Richard Damon
25 Jun 24 i             i i     i                 +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
25 Jun 24 i             i i     i                 i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
25 Jun 24 i             i i     i                 `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure36olcott
25 Jun 24 i             i i     i                  `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure35Richard Damon
25 Jun 24 i             i i     i                   `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure34olcott
26 Jun 24 i             i i     i                    `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure33Richard Damon
26 Jun 24 i             i i     i                     `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure32olcott
26 Jun 24 i             i i     i                      `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure31Richard Damon
26 Jun 24 i             i i     i                       `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure30olcott
26 Jun 24 i             i i     i                        `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure29Richard Damon
26 Jun 24 i             i i     i                         `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure28olcott
26 Jun 24 i             i i     i                          `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure27Richard Damon
26 Jun 24 i             i i     i                           `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure26olcott
26 Jun 24 i             i i     i                            `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure25Richard Damon
26 Jun 24 i             i i     i                             `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure24olcott
27 Jun 24 i             i i     i                              `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure23Richard Damon
27 Jun 24 i             i i     i                               `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure22olcott
27 Jun 24 i             i i     i                                `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure21Richard Damon
27 Jun 24 i             i i     i                                 +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
27 Jun 24 i             i i     i                                 i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
27 Jun 24 i             i i     i                                 `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure18olcott
27 Jun 24 i             i i     i                                  `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure17Richard Damon
27 Jun 24 i             i i     i                                   `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure16olcott
27 Jun 24 i             i i     i                                    `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure15Richard Damon
27 Jun 24 i             i i     i                                     `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure14olcott
27 Jun 24 i             i i     i                                      `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure13Richard Damon
27 Jun 24 i             i i     i                                       `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure12olcott
27 Jun 24 i             i i     i                                        `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure11Richard Damon
27 Jun 24 i             i i     i                                         `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure10olcott
27 Jun 24 i             i i     i                                          `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure9Richard Damon
27 Jun 24 i             i i     i                                           +* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure2olcott
28 Jun 24 i             i i     i                                           i`- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
28 Jun 24 i             i i     i                                           `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure6olcott
28 Jun 24 i             i i     i                                            `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure5Richard Damon
28 Jun 24 i             i i     i                                             `* Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure4olcott
28 Jun 24 i             i i     i                                              +* Re: Why Lie? -- Repeat until Closure2joes
28 Jun 24 i             i i     i                                              i`- Re: Why Lie? -- Repeat until Closure1olcott
29 Jun 24 i             i i     i                                              `- Re: DDD correctly emulated by H0 --- Why Lie? -- Repeat until Closure1Richard Damon
24 Jun 24 i             i i     `- Re: DDD correctly emulated by H0 --- Why Lie?1Richard Damon
25 Jun 24 i             i `- Re: DDD correctly emulated by H0 --- Why Lie?1joes
24 Jun 24 i             `* Re: DDD correctly emulated by H0 --- Why Lie?7olcott
24 Jun 24 i              `* Re: DDD correctly emulated by H0 --- Why Lie?6Richard Damon
24 Jun 24 i               `* Re: DDD correctly emulated by H0 --- Why Lie?5olcott
24 Jun 24 i                +- Re: DDD correctly emulated by H0 --- Why Lie?1Richard Damon
24 Jun 24 i                `* Re: DDD correctly emulated by H0 --- Why Lie?3joes
26 Jun 24 `* Re: DDD correctly emulated by H0 --- Why Lie?3Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal