5 questions to test your understanding
A student shows that the language L = {ww | w ∈ {a,b}*} satisfies the pumping lemma conditions for every string they test. What can they conclude?
To prove L = {aⁿbⁿ | n ≥ 0} is not regular, you choose z = aᵖbᵖ. Given the constraint |uv| ≤ p, why must the substring v consist entirely of a's?
If a language satisfies most of the conditions of the pumping lemma for nearly every string of length at least p, then the language should be regular.
The pumping lemma can be used to prove that a language is NOT regular.
Explain the adversarial game structure of a pumping lemma proof and why you (not the adversary) must be the one to choose the string z.