330 views
1 votes
1 votes
Is it true that for every nfa M = (Q, Σ,δ,q0,F)the complement of L (M)is equal to the set {w ∈ Σ* :
δ*; (q0,w) ∈ (Q – F) = Ø}? If so, prove it; if not, give a counterexample.

plz explain this ques by taking some simple example

1 Answer

0 votes
0 votes

It seems true what you mentioned in the question. The complement of a language accepted by an FA will be, subtract all strings accepted by that FA from Sigma*.

Lc = {w ∈ Σ* :δ*; (q0,w) ∈ (Q – F) = Ø} it means we are considering all those strings from Sigma* which will not be accepted by this NFA, and this only is the definition of complement of a machine.

PS: I think in quesiton it should be Q INTERSECTION F = Phi

edited

Related questions

1 votes
1 votes
0 answers
1
ANJALI SAWARKAR asked Aug 1, 2017
834 views
L (ab (a + ab)* (a + aa))can someone convert this to dfa and then regular grammer?
1 votes
1 votes
0 answers
2
0 votes
0 votes
3 answers
3
1 votes
1 votes
0 answers
4
ANJALI SAWARKAR asked Jul 31, 2017
244 views
Find a regular grammar that generates the language L (aa* (ab+ a)*).how to convert this into finite automata?? and also how to form regular grammer ?