Liste des Groupes | Revenir à theory |
On 2025-06-19 07:02:27 +0000, olcott said:Inputs are typical yet not required.
On 6/19/2025 1:39 AM, Mikko wrote:Not really as you are only talking about programs that do not takeOn 2025-06-18 18:28:43 +0000, Mr Flibble said:>
>On Wed, 18 Jun 2025 08:53:07 -0500, olcott wrote:>
>On 6/18/2025 6:01 AM, Richard Damon wrote:>On 6/17/25 9:54 PM, olcott wrote:>On 6/17/2025 8:19 PM, Richard Damon wrote:How about the fact that if they abort, they never did a correctOn 6/17/25 4:34 PM, olcott wrote:*none of them ever stop running unless aborted* *none of them evervoid Infinite_Recursion()>
{
Infinite_Recursion();
return;
}
>
void Infinite_Loop()
{
HERE: goto HERE; return;
}
>
void DDD()
{
HHH(DDD);
return;
}
>
When it is understood that HHH does simulate itself simulating DDD
then any first year CS student knows that when each of the above are
correctly simulated by HHH that none of them ever stop running
unless aborted.
WHich means that the code for HHH is part of the input, and thus
there is just ONE HHH in existance at this time.
>
Since that code aborts its simulation to return the answer that you
claim, you are just lying that it did a correct simulation (which in
this context means complete)
>
>
stop running unless aborted* *none of them ever stop running unless
aborted*
>
Do you agree or can you refute THIS EXACT POINT?
Do you agree or can you refute THIS EXACT POINT?
Do you agree or can you refute THIS EXACT POINT?
>
>
>
simulation,
*You are not addressing THE EXACT POINT*
>
*When HHH never aborts any of the above functions then*
(a) None of the functions ever stops running.
(b) Each of the above functions stops running anyway.
You need to be clear that you are not making a claim about general
undecidability but a claim about the SPECIFIC CASE of pathological self
reference present in the classic Halting Problem definition .. the trolls
here (especially Damon and Mikko) like to ignore that you are doing that.
He is not doing even that. What he is doing is totally outside of the
scope of the halting problem. He has already verified that DDD halts
and that HHH does not report that DDD halts. Nothing else is relevant
in context of the halting problem.
>
If his intent is to deceive he should avoid clarity at least as much
as he has recently done. His switch from "halting decider" to
"termination analyzer"
is a more accurate term for what I am referring to.
any input. Termination analysis is about programs that do take input.
Les messages affichés proviennent d'usenet.