Liste des Groupes | Revenir à c theory |
Richard Heathfield <rjh@cpax.org.uk> writes:<snip>On 14/03/2025 11:02, joes wrote:Am Thu, 13 Mar 2025 20:48:09 -0500 schrieb olcott:
Indeed. But in this case it doesn't move us forward. Whether S(P, D) a simulation of program P with D data, does or does not behave exactly like P is unimportant. What matters is whether P(D) halts. If the simulation S(P,D) accurately reports the halting/non-halting behaviour of P(D), Q(E), R(F) ad arbitrarium... that's all we ask of it.No, it doesn't make sense, but I can imagine something similar to that>For the first time in the history of mankind it proves that a simulationBold claim. How does that make sense?
of a virtual machine according to the semantics of this machine language
DOES NOT ALWAYS HAVE THE SAME BEHAVIOR AS THE DIRECT EXECUTION OF THIS
SAME MACHINE
Well, it doesn't, but you weren't expecting it to, were you?
claim that might make sense if it were logically possible (which it
isn't). And to be clear, I haven't read the full context.
A simulation that doesn't have the same behavior as the thing it's
simulating (which is what Olcott claims here) simply is not a
simulation, so his claim is self-contradictory. But such a
not-quite-simulation might still be useful.
The Halting Problem is about taking an arbitrary program and input andYes.
determining whether the program halts or not. This is of course
trivially possible in many special cases:
int main(void) { return 0; } // halts
int main(void) { while (1); } // does not halt
and difficult but possible in other cases, but impossible in general.
What Olcott *might* be claiming is that he can determine whether anyHe thinks he can disprove Peter Linz's HP proof, which he can't... or at least hasn't yet.
arbitrary program halts by "simulating" it in a way that isn't a true
simulation, but that tells us whether it halts or not. So perhaps
while it's running the simulation, it's somehow able to detect and
report that the simulated program does or does not eventually halt.
(I haven't studied what he's written enough to have any idea how
it would do this, and I don't intend to.)
Which could all make sense if it were mathematically possible,Indeed. Back in the day, the OP would have been a circle squarer.
but of course it isn't.
Les messages affichés proviennent d'usenet.