Turing machine halting problem
Posted
by iva123
on Stack Overflow
See other posts from Stack Overflow
or by iva123
Published on 2010-03-24T18:42:08Z
Indexed on
2010/03/24
18:43 UTC
Read the original article
Hit count: 506
turing-machines
|halting-problem
Hi,
I have a question about turing machines and halting problem. Suppose that we have Atm = {(M,w) where M is a turing machine and w is an input} and HALTtm = {(M,w) where M is a turing machine halts with an input w} I want to prove that HALTtm<=m Atm
I've tried some methods but I think they're far from the solution. Anyone can give some clues ??
© Stack Overflow or respective owner