Pumping Lemma in context-free languages
问题 A = {0^a 1^b 2^c | a < b < c} I need to show that A is not context-free. I'm guessing I have to use the Pumping Lemma for this, but how? 回答1: The goal is to prove that for any string with length >= a minimum pumping length, the string cannot be pumped. That is, if you split it into substrings uvxyz , the string that results from making copies (or removing copies) of v and y are still in language A . Note that you only have to show that one string in the language cannot be pumped (as long as