edited by
1,578 views

1 Answer

2 votes
2 votes

Pigeon-hole principle states that if there are n pigeons fly into m hole and n > m then atleast one hole must contain more than one pigeons. And logic of pumping lemma states that- finite state automaton can assume only a finite number of states and because there are infintely many input sequence, by the pigeon hole principle , there must be atleast one state to which the automata returns over and over again.

So, option (D) is correct. 

Answer:

Related questions

1 votes
1 votes
2 answers
1
Arjun asked Nov 5, 2017
2,113 views
Pumping lemma for regular language is generally used for provingWhether two given regular expressions are equivalentA given grammar is ambiguousA given grammar is regular...
1 votes
1 votes
1 answer
2
2 votes
2 votes
2 answers
3
Arjun asked Nov 5, 2017
1,907 views
Finite state machine can recognize language generated by _________Only context free grammarOnly context sensitive grammarOnly regular grammarAny unambiguous grammar
2 votes
2 votes
1 answer
4
Arjun asked Nov 5, 2017
1,209 views
Which of the following problems is undecidable?To determine if two finite automata are equivalentMembership problem for context free grammarFiniteness problem for finite ...