Re: Questions on turing machine problems
- From: tchow@xxxxxxxxxxxxx
- Date: 06 May 2008 20:55:59 GMT
In article <3a3938dc-1cac-4dd4-b08a-7acecb9185b4@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
polymedes <polymedes@xxxxxxxxx> wrote:
On May 6, 10:27 pm, Tim Tyler <seemy...@xxxxxxxxxxxxxx> wrote:
If the machines are different, then the problem of whether they
write the same symbol at the same time can be transformed into
a halting problem - e.g. consider a third machine that simulates
the first two machines and halts iff the simulated machines
output the same symbol on their tapes at the same time.
This is a great answer! thanks for helping.
This reduction goes in the wrong direction. (The same error was made in
the original article---one wants a reduction *from* the halting problem,
not a reduction *to* the halting problem.)
However, it's easy enough to create a suitable reduction. Given a Turing
machine M, construct M1 and M2 as follows. M1 simulates M "silently,"
keeping track of exactly what M is doing but not actually sending M's
output to M1's own output tape. Instead, M1 outputs 0's until M halts,
and then it outputs 1's. M2, on the other hand, outputs 1's all the
time. If you could answer your question for the M1/M2 pair then you
could solve the halting problem for M.
--
Tim Chow tchow-at-alum-dot-mit-dot-edu
The range of our projectiles---even ... the artillery---however great, will
never exceed four of those miles of which as many thousand separate us from
the center of the earth. ---Galileo, Dialogues Concerning Two New Sciences
.
- References:
- Questions on turing machine problems
- From: polymedes
- Re: Questions on turing machine problems
- From: polymedes
- Re: Questions on turing machine problems
- From: Tim Tyler
- Re: Questions on turing machine problems
- From: polymedes
- Questions on turing machine problems
- Prev by Date: Re: Questions on turing machine problems
- Next by Date: 2d cross-correlation / convolution
- Previous by thread: Re: Questions on turing machine problems
- Next by thread: Re: Questions on turing machine problems
- Index(es):
Relevant Pages
|