Liste des Groupes | Revenir à s logic |
On 6/18/2024 12:06 PM, joes wrote:So H0 returns "doesn't halt" to DDD, which then stops running,
void DDD()
{
H0(DDD);
}
DDD correctly simulated by any H0 cannot possibly halt.DDD halts iff H0 halts.
Some TM's loop and thus never stop running, this is classicalSome TMs do not loop and do not halt.
non-halting behavior. UTM's simulate Turing machine descriptions.
This is the same thing as an interpreter interpreting the source-code of
a program.
A UTM can be adapted so that it only simulates a fixed number ofYes. We also cannot say that that input was simulated correctly.
iterations of an input that loops. When this UTM stops simulating this
Turing machine description we cannot correctly say that this looping
input halted.
Les messages affichés proviennent d'usenet.