Pumping Lemma for CF and RL
What are the two main constraints that must be satisfied in the pumping lemma for regular languages?
In the pumping lemma for context-free languages, how many parts is a string decomposed into?
What does pumping count i = 0 represent in pumping lemma applications?
Why is the language L = {a^n b^n | n ≥ 0} not regular according to the pumping lemma?
In the context-free pumping lemma, what is the constraint on the middle portion 'vwx'?
What must be true about the segments 'v' and 'x' in context-free language pumping?
How can the pumping lemma be used to prove that a language is NOT regular or context-free?
Why does the language {a^n b^n c^n | n ≥ 0} fail the pumping lemma for context-free languages?
What is the fundamental reason why pumping lemmas provide necessary but not sufficient conditions for language classification?