Re: Hypothetical possibilities --- stupid rebuttal

Liste des GroupesRevenir à c theory 
Sujet : Re: Hypothetical possibilities --- stupid rebuttal
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 27. Jul 2024, 15:55:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v82u9d$3dftr$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Mozilla Thunderbird
On 7/27/2024 1:54 AM, Mikko wrote:
On 2024-07-26 13:58:54 +0000, olcott said:
 
On 7/26/2024 3:05 AM, Mikko wrote:
On 2024-07-24 13:38:08 +0000, olcott said:
>
On 7/24/2024 4:01 AM, Mikko wrote:
On 2024-07-23 14:41:11 +0000, olcott said:
>
On 7/23/2024 2:32 AM, Mikko wrote:
On 2024-07-22 15:05:41 +0000, olcott said:
>
On 7/22/2024 6:05 AM, Mikko wrote:
On 2024-07-20 15:28:31 +0000, olcott said:
>
void DDD()
{
   HHH(DDD);
}
>
int main()
{
   DDD();
}
>
(a) Termination Analyzers / Partial Halt Deciders must halt
this is a design requirement.
>
For a partial analyzer or deciders this is not always required.
>
>
*You can't even get my words correctly*
A termination analyzer must report on the behavior of at least
one input for all of the inputs of this one input. This is
met when a termination analyzer analyzes an input having no inputs.
>
A partial halt decider must correctly determine the halt status
of at least one input and its specific input (if any).
>
HHH is both a partial halt decider and a termination analyzer
for DDD and a few other inputs having no input.
>
(b) Every simulating termination analyzer HHH either
aborts the simulation of its input or not.
>
This must be interpreted to mean that a simulating termination analyzer
may abort its simulation for some simulated abort and simulate others
to the termination.
>
>
I am talking about hypothetical possible ways that HHH could be encoded.
(a) HHH(DDD) is encoded to abort its simulation.
(b) HHH(DDD) is encoded to never abort its simulation.
>
(c) Within the hypothetical case where HHH does not abort
the simulation of its input {HHH, emulated DDD and executed DDD}
never stop running.
>
The case is not very hypothetical. Given the HHH you already have,
it is fairly easy to construct the "hypothetical" HHH and see what
it actually does.
>
>
(a) HHH(DDD) is encoded to abort its simulation.
(b) HHH(DDD) is encoded to never abort its simulation.
>
This violates the design requirement of (a) therefore HHH must
abort the simulation of its input.
>
The violation simply means that the "hypothetical" HHH is not a
termination analyzer of partial halt decider in sense (a). What
it "must" be or do depends on the requirements.
>
Therefore (a) is correct and (b) is incorrect according to the
design requirements for HHH that it must halt.
>
It is also a truism that any input that must be aborted
is a non-halting input.
>
No, it is not. The "must" and "non-halting" belong to different worlds.
The word "must" blongs to requirements. The word "non-halting" is a
feature of a program. They are unrelated, so one cannot be inferred
from the other.
>
>
When-so-ever there are two hypothetical possible way to encode
a simulating halt decider for a specific input
(a) one aborts its simulation of DDD
(b) never aborts its simulation of DDD
>
Does the simulator that simulates the beginning and end of the
simulated computation but skips a part in ghe middle belong to
class (a) or class (b)?
>
>
That is off topic. I am only referring to  a sequence of
1 to N x86 machine language instructions simulated according
to the x86 semantic meaning of these instructions.
>
No, it isn't. Abortion of simulation is a deviation form x86 macine
language semantics. What I ask about does not deviate more.
>
In other words you are saying that it is absolutely impossible
to make an x86 program that is an x86 emulator that correctly
emulates a finite number of instructions of non-terminating
input x86 machine code.
 You are lying again. That is not the same in other words, and I am
not saying what you falsely claim.
 
I am not lying I am paraphrasing so that we can come to a mutual
understanding.

If a simulator correctly simulates a finite number of instructions
where x86 program specifies an execution of an infinite number of
instructions then the simulation deviates from x86 semantics at the
point where the simulation stops but the x86 semantics specify
countinuation.
 
In other words you believe that instead of recognizing a
non-halting behavior pattern, then aborting the simulation
and rejecting the input as non-halting the termination
analyzer should just get stuck in recursive simulation?
The violates the design requirement that a termination
analyzer must halt so that it wrong.
<MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
     If simulating halt decider H correctly simulates its input D
     until H correctly determines that its simulated D would never
     stop running unless aborted then
     H can abort its simulation of D and correctly report that D
     specifies a non-halting sequence of configurations.
</MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>

That seems to be a pretty stupid thing to say when you know
that I have shown you an x86 program that does do those things.
 That is indeed a stupid thig to say but you said it, I didn't.
 
--
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
20 Jul 24 * Hypothetical possibilities221olcott
20 Jul 24 +* Re: Hypothetical possibilities3Richard Damon
20 Jul 24 i`* Re: Hypothetical possibilities2olcott
20 Jul 24 i `- Re: Hypothetical possibilities1Richard Damon
20 Jul 24 +* Re: Hypothetical possibilities101Fred. Zwarts
20 Jul 24 i`* Re: Hypothetical possibilities100olcott
20 Jul 24 i +* Re: Hypothetical possibilities47Fred. Zwarts
20 Jul 24 i i+* Re: Hypothetical possibilities6olcott
20 Jul 24 i ii+* Re: Hypothetical possibilities4Richard Damon
20 Jul 24 i iii`* Re: Hypothetical possibilities3olcott
20 Jul 24 i iii +- Re: Hypothetical possibilities1Richard Damon
21 Jul 24 i iii `- Re: Hypothetical possibilities1Fred. Zwarts
21 Jul 24 i ii`- Re: Hypothetical possibilities1Fred. Zwarts
20 Jul 24 i i`* Re: Hypothetical possibilities40Alan Mackenzie
20 Jul 24 i i +* Re: Hypothetical possibilities11olcott
20 Jul 24 i i i+* Re: Hypothetical possibilities2Alan Mackenzie
22 Jul 24 i i ii`- Re: Hypothetical possibilities --- Alan Mackenzie tries to get away with mere rhetoric as a rebuttal1olcott
21 Jul 24 i i i`* Re: Hypothetical possibilities8Fred. Zwarts
21 Jul 24 i i i `* Re: Hypothetical possibilities7olcott
21 Jul 24 i i i  +* Re: Recursive simulation (was: Hypothetical possibilities)3joes
21 Jul 24 i i i  i`* Re: Recursive simulation2olcott
21 Jul 24 i i i  i `- Re: Recursive simulation1Fred. Zwarts
21 Jul 24 i i i  +* Re: Hypothetical possibilities2Fred. Zwarts
21 Jul 24 i i i  i`- Re: Hypothetical possibilities1joes
21 Jul 24 i i i  `- Re: Hypothetical IMpossibilities1Richard Damon
20 Jul 24 i i +* Re: Hypothetical possibilities2olcott
21 Jul 24 i i i`- Re: Hypothetical possibilities1Richard Damon
20 Jul 24 i i +- Re: Hypothetical possibilities --- Alan Mackenzie1olcott
20 Jul 24 i i +- Re: Hypothetical possibilities --- Alan Mackenzie1olcott
21 Jul 24 i i +* Re: Hypothetical possibilities7olcott
21 Jul 24 i i i`* Re: Hypothetical possibilities6Fred. Zwarts
21 Jul 24 i i i `* Re: Hypothetical possibilities5olcott
21 Jul 24 i i i  +* Re: Hypothetical possibilities3Fred. Zwarts
22 Jul 24 i i i  i`* Re: Hypothetical possibilities2olcott
22 Jul 24 i i i  i `- Re: Hypothetical possibilities1Fred. Zwarts
21 Jul 24 i i i  `- Re: Hypothetical IMpossibilities1Richard Damon
22 Jul 24 i i +* Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric16olcott
22 Jul 24 i i i+- Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric1Fred. Zwarts
22 Jul 24 i i i+* Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric4Alan Mackenzie
22 Jul 24 i i ii+- Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric --- Liar?1olcott
22 Jul 24 i i ii`* Re: Hypothetical possibilities --- Fake rebuttals trying to get away denying tautologies2olcott
23 Jul 24 i i ii `- Re: Hypothetical possibilities --- Fake rebuttals trying to get away denying tautologies1Fred. Zwarts
23 Jul 24 i i i`* Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric10Mikko
23 Jul 24 i i i `* Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric9olcott
23 Jul 24 i i i  +* Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric7Alan Mackenzie
23 Jul 24 i i i  i`* Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric --- Dishonest reviews that ignore what I say6olcott
23 Jul 24 i i i  i +- Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric --- Dishonest reviews that ignore what I say1Fred. Zwarts
24 Jul 24 i i i  i `* Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric --- Dishonest reviews that ignore what I say4Richard Damon
24 Jul 24 i i i  i  `* Re: Hypothetical possibilities --- Mindless robots programmed to disagree3olcott
24 Jul 24 i i i  i   +- Re: Hypothetical possibilities --- Olcott is a Mindless robots programmed to disagree1Richard Damon
24 Jul 24 i i i  i   `- Re: Hypothetical possibilities --- Mindless robots programmed to disagree1Fred. Zwarts
25 Jul 24 i i i  `- Re: Hypothetical possibilities --- Fake rebuttals trying to get away with mere rhetoric1Mikko
22 Jul 24 i i `- Re: Hypothetical possibilities --- Alan Mackenzie tries to get away with mere rhetoric as a rebuttal1olcott
20 Jul 24 i `* Re: Hypothetical possibilities52Richard Damon
20 Jul 24 i  `* Re: Hypothetical possibilities51olcott
20 Jul 24 i   +* Re: Hypothetical possibilities49joes
20 Jul 24 i   i+- Re: Hypothetical possibilities1Richard Damon
20 Jul 24 i   i`* Re: Hypothetical possibilities47olcott
21 Jul 24 i   i `* Re: Hypothetical possibilities46Richard Damon
21 Jul 24 i   i  `* Re: Hypothetical possibilities45olcott
21 Jul 24 i   i   `* Re: Hypothetical possibilities44Richard Damon
21 Jul 24 i   i    `* Re: Hypothetical possibilities43olcott
21 Jul 24 i   i     `* Re: Hypothetical possibilities42Richard Damon
21 Jul 24 i   i      `* Re: Hypothetical possibilities41olcott
21 Jul 24 i   i       `* Re: Hypothetical possibilities40Richard Damon
21 Jul 24 i   i        +* Re: Hypothetical possibilities31olcott
21 Jul 24 i   i        i`* Re: Hypothetical possibilities30Richard Damon
21 Jul 24 i   i        i +* Re: Hypothetical possibilities6olcott
21 Jul 24 i   i        i i`* Re: Hypothetical possibilities5Richard Damon
21 Jul 24 i   i        i i `* Re: Hypothetical possibilities4olcott
21 Jul 24 i   i        i i  `* Re: Hypothetical possibilities3Richard Damon
21 Jul 24 i   i        i i   `* Re: Hypothetical possibilities2olcott
21 Jul 24 i   i        i i    `- Re: Hypothetical possibilities1Richard Damon
21 Jul 24 i   i        i `* Re: Hypothetical possibilities -- I reread this again more carefully23olcott
21 Jul 24 i   i        i  +* Re: Hypothetical possibilities -- I reread this again more carefully6olcott
21 Jul 24 i   i        i  i+- Re: Hypothetical possibilities -- I reread this again more carefully1Richard Damon
21 Jul 24 i   i        i  i`* Re: Hypothetical possibilities -- I reread this again more carefully4joes
21 Jul 24 i   i        i  i `* Re: Hypothetical possibilities -- I reread this again more carefully3olcott
21 Jul 24 i   i        i  i  `* Re: Hypothetical possibilities -- I reread this again more carefully2joes
21 Jul 24 i   i        i  i   `- Re: Hypothetical possibilities -- I reread this again more carefully1olcott
21 Jul 24 i   i        i  `* Re: Hypothetical possibilities -- I reread this again more carefully16Richard Damon
21 Jul 24 i   i        i   +* Re: Hypothetical possibilities -- I reread this again more carefully14olcott
21 Jul 24 i   i        i   i`* Re: Hypothetical possibilities -- I reread this again more carefully13Richard Damon
21 Jul 24 i   i        i   i +* Re: Hypothetical possibilities -- I reread this again more carefully8olcott
21 Jul 24 i   i        i   i i`* Re: Hypothetical possibilities -- I reread this again more carefully7joes
21 Jul 24 i   i        i   i i `* Re: Hypothetical possibilities -- I reread this again more carefully6olcott
21 Jul 24 i   i        i   i i  +* Re: Hypothetical possibilities -- I reread this again more carefully4joes
21 Jul 24 i   i        i   i i  i`* Re: Hypothetical possibilities -- I reread this again more carefully3olcott
21 Jul 24 i   i        i   i i  i +- Re: Hypothetical possibilities -- I reread this again more carefully1Fred. Zwarts
21 Jul 24 i   i        i   i i  i `- Re: Hypothetical IMpossibilities -- I reread this again more carefully1Richard Damon
21 Jul 24 i   i        i   i i  `- Re: Hypothetical IMpossibilities -- I reread this again more carefully1Richard Damon
22 Jul 24 i   i        i   i `* Re: Hypothetical possibilities -- I reread this again more carefully4olcott
22 Jul 24 i   i        i   i  `* Re: Hypothetical possibilities -- I reread this again more carefully3Richard Damon
22 Jul 24 i   i        i   i   `* Re: Hypothetical possibilities -- I reread this again more carefully2olcott
23 Jul 24 i   i        i   i    `- Re: Hypothetical possibilities -- I reread this again more carefully1Richard Damon
21 Jul 24 i   i        i   `- Re: Hypothetical possibilities -- I reread this again more carefully --- correction1olcott
21 Jul 24 i   i        `* Re: Hypothetical possibilities8olcott
21 Jul 24 i   i         `* Re: Hypothetical possibilities7Richard Damon
21 Jul 24 i   i          `* Re: Hypothetical possibilities6olcott
21 Jul 24 i   i           `* Re: Hypothetical possibilities5Richard Damon
21 Jul 24 i   i            `* Re: Hypothetical possibilities4olcott
20 Jul 24 i   `- Re: Hypothetical possibilities1Richard Damon
22 Jul 24 `* Re: Hypothetical possibilities116Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal