491 views
0 votes
0 votes
In DFA, does each state need to have transition on "EACH" input alphabet?

The answer was given "False" but I dont think so. Can anyone explain?

Because if this statement is False, then there is no use of "Dead State"

2 Answers

0 votes
0 votes

Gentle bump - I believe this question is referring to a passage in Hopcroft-Ullman taken out of context. Refer to the last paragraph of attached excerpt. It seems to say without a transition for each alphabet, the automaton is an NFA - BUT, the resultant DFA will be very similar with just the addition of the dead states. i.e., it is true out of convenience, but not in a strict academic sense.

The key takeaway is from the passage is "we shall sometimes refer to an automaton as a DFA if it has at most one transition out of any state on any symbol rather than if it has exactly one transition".

 

Related questions

709
views
3 answers
1 votes
380
views
1 answers
1 votes
Souvik33 asked Dec 4, 2022
380 views
Consider the following statementS: $\left \{ a^{n}b^{n+k}|n\geq 0,k\geq 1 \right \} \cup \left \{a^{n+k}b^{n}|n\geq 0,k\geq 3 \right \}$ is DCFLThe above statement is:TRU...
457
views
0 answers
0 votes
Pranavpurkar asked Nov 16, 2022
457 views
Consider the following language:$L$ $=$ { $<M>$ $|$ $L(M)$ has atleast $10$ strings }Which of the following is true about L?A)L is decidable ...