retagged by
318 views
0 votes
0 votes
Decide whether or not the state $q$ is ever entered when $M$ is applied to string $w$.

Can somebody explain the solution.
retagged by

1 Answer

2 votes
2 votes

I assume by M you are talking about a Turing machine.

If M is a Turing machine then we can just run M on given string w.

So the given problem is semi - decidable or Turing recognizable.

That is the machine can say 'yes' if the state q is entered on the given string w, but if it never enters the state the machine cannot say 'no' for sure.

This is the famous state entry problem.

Here is a link which proves that :

https://users.cs.duke.edu/~rodger/courses/cps140/lects/sectdecideH.pdf

edited by

Related questions