360 likes | 571 Views
Reducibility. http://cis.k.hosei.ac.jp/~yukita/. Theorem 5.1 HALT TM is undecidable. Theorem 5.2 E TM is undecidable. Proof continued. Theorem 5.3 REGULAR TM is undecidable. Continued Remark on Th. 5.3. Theorem 5.4 EQ TM is undecidable. Definition 5.5 Computation History.
E N D
Reducibility http://cis.k.hosei.ac.jp/~yukita/
Definition 5.6 Linear bounded automata • A restricted type of Turing machine whererin the tape head is not permitted to move off the portion of the tape containing the input. • If the machine tries to move its head off either end of the input, the head stays where it is, in the same way that the head will not move off the left-hand end of an ordinary Turing machine. • The idea of changing the alphabet suggests that the definition be modified in such a way that the amount of memory allowed is linear in n.
Lemma 5.7 Let M be an LBA with q states and g symbols in the tape alphabet. There are exactly qngn distinct configurations of M for a tape of length n.
Demonstration by example(1), (2)+(4) # # q0 0 1 0 0 # # q0 0 1 0 0 # # q0 0 1 0 0 # 2 q7 1 0 0 #
Demonstration by example(2)+(4), (3)+(4) # 2 q7 1 0 0 # # 2 q7 1 0 0 # 2 0 q5 0 0 # … # 2 0 q5 0 0 # # 2 0 q5 0 0 # 2 q9 0 2 0 # …
Demonstration by example(4)+(6) # # 2 1 qaccept 0 2 # … # 2 1 qaccept 0 2 # ... # # 2 1 qaccept 0 0 # 2 1 qaccept 2 # ... # qaccept # …
Demonstration by example(7) # qaccept # # # qaccept # #
Theorem 5.24 EQTM is neither Turing-recognizable nor co-Turing-recognizable.