Re: The proof that I was referring to is on the website
From: Arthur J. O'Dwyer (ajo_at_nospam.andrew.cmu.edu)
Date: 08/06/04
- Next message: Acme Diagnostics: "Re: What is the Result from Invoking this Halt Function?"
- Previous message: Kevin Stern: "Re: Gina's multiplication problem - what I got out of it"
- In reply to: Owen Jacobson: "Re: The proof that I was referring to is on the website"
- Next in thread: Owen Jacobson: "Re: The proof that I was referring to is on the website"
- Reply: Owen Jacobson: "Re: The proof that I was referring to is on the website"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Aug 2004 13:21:58 -0400 (EDT)
On Fri, 6 Aug 2004, Owen Jacobson wrote:
>> In sci.logic, Marc Goodman wrote:
>>> void LIH(void) { while(Halt(LIH)); }
>>>
>>> int main(int argc, char **argv) { Halt(LIH); return 0; }
>
> Depending on what Halt(M, w) hypothetically does, on a "real" platform,
> it could simply accept a pointer to a function and a pointer to the
> parameters to the function, go dig that function out of memory, and start
> analyzing the machine code (which is an encoding) until it gets to a RET
> or IRET or equivalent.
True, but that doesn't help anyone solve the Halting Problem.
(Consider what happens to your proposed "solver" if it simply never
encounters a "RET or IRET or equivalent.") And you can't use a
"real" platform to mimic a Turing machine, anyhoo, because a Turing
machine has an infinite tape and a "real" platform presumably does
not. (This rules out the "look for repetitions in state" strategy
which I'm sure you were about to mention.)
-Arthur,
not now you frogk, I'm vatching coorkies
- Next message: Acme Diagnostics: "Re: What is the Result from Invoking this Halt Function?"
- Previous message: Kevin Stern: "Re: Gina's multiplication problem - what I got out of it"
- In reply to: Owen Jacobson: "Re: The proof that I was referring to is on the website"
- Next in thread: Owen Jacobson: "Re: The proof that I was referring to is on the website"
- Reply: Owen Jacobson: "Re: The proof that I was referring to is on the website"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|