Liste des Groupes | Revenir à c theory |
On 5/20/2024 3:08 AM, Mikko wrote:Apparently your interpretation of either "that reasoning" orOn 2024-05-19 13:59:09 +0000, olcott said:According to that reasoning everyone
On 5/19/2024 8:43 AM, Mikko wrote:More generally, everybody who knows what ∈ usually means,On 2024-05-19 12:36:08 +0000, olcott said:If anyone is trying to prove me wrong they
On 5/19/2024 5:37 AM, Mikko wrote:Most people don't read comp.theory so here we needn't care.On 2024-05-18 14:38:53 +0000, olcott said:Most people to not know the difference between deductive proof
On 5/18/2024 4:45 AM, Mikko wrote:Your claimOn 2024-05-17 15:55:03 +0000, olcott said:If you do not understand that a single valid counter-example
On 5/17/2024 4:08 AM, Mikko wrote:No, it is not. I would know if it were.On 2024-05-17 07:25:52 +0000, Fred. Zwarts said:*I updated my wording*
Op 17.mei.2024 om 03:15 schreef olcott:A "proven fact" without a proof is not worse than a "verified fact"The following is self-evidently true on the basis of theNote that olcott defines 'verified fact' as 'proven fact', but he is unable to show the proof. So, it must be read as 'my belief'.
semantics of the C programming language.
typedef int (*ptr)(); // ptr is pointer to int function
00 int H(ptr x, ptr x);
01 int D(ptr x)
02 {
03 int Halt_Status = H(x, x);
04 if (Halt_Status)
05 HERE: goto HERE;
06 return Halt_Status;
07 }
08
09 int main()
10 {
11 H(D,D);
12 return 0;
13 }
In the above case a simulator is an x86 emulator that correctly
emulates at least one of the x86 instructions of D in the order
specified by the x86 instructions of D.
This may include correctly emulating the x86 instructions of H
in the order specified by the x86 instructions of H thus calling
H(D,D) in recursive simulation.
Any H/D pair matching the above template where
D(D) is simulated by the same H(D,D) that it calls
cannot possibly reach its own line 06 and halt.
*This is a simple software engineering verified fact*
without a verification.
It is self-evidently true to anyone having sufficient knowledge
of the semantics of the C programming language.
would refute my claim then you don't know enough about proofs.
]and inductive evidence.
must first understand what an actual proof is.
Several people here seem to think that ad hominem personal
attacks and insults are the basis for a valid rebuttal.
Richard has stated that he thinks that an example of
{D never simulated by H} ∈ {every D simulated by H}
thinks that {} ∈ X is true unless it is a syntax error.
thinks that {cats} ∈ {dogs} is true.
Les messages affichés proviennent d'usenet.