Chapter 0: Q25P (page 1)
Give an example of an undecidable language B, where .
Short Answer
is an example of undecidable language.
Chapter 0: Q25P (page 1)
Give an example of an undecidable language B, where .
is an example of undecidable language.
All the tools & learning materials you need for study success - in one app.
Get started for freeLet
for any natural number x . If you start with an integer x and iterate f , you obtain a sequence, x,Stop if you ever hit 1. For example, if x=17 , you get the sequence 17,52,26,13,40,20,10,5,16,8,4,2,1 .Extensive computer tests have shown that every starting point between 1 and a large positive integer gives a sequence that ends in 1 . But the question of whether all positive starting points end up at 1 is unsolved; it is called the 3x+1 problem. Suppose that were decidable by a TM H. Use H to describe a TM that is guaranteed to state the answer to the 3x+1 problem.
Show that
Question: Let B be the set of all infinite sequences over {0 , 1}. Show that B is uncountable using a proof by diagonalization.
Show that for any two languages , a language J exists, where
A two-dimensional finite automaton (2DIM-DFA) is defined as follows. The input is an rectangle, for any m,n. The squares along the boundary of the rectangle contain the symbol # and the internal squares contain symbols over the input alphabet . The transition function indicates the next state and the new head position (Left, Right, Up, Down). The machine accepts when it enters one of the designated accept states. It rejects if it tries to move off the input rectangle or if it never halts. Two such machines are equivalent if they accept the same rectangles. Consider the problem of determining whether two of these machines are equivalent. Formulate this problem as a language and show that it is undecidable.
What do you think about this solution?
We value your feedback to improve our textbook solutions.