I have these two languages
$L={\{a^n b^m,n≥m+5,m>0}\}$ Where $∑=(a,b)$
$L={\{a^n b^m,n≥m+5,m≤5}\}$ Where $∑=(a,b)$
As you can see that there is only one difference, the condition of m is different.
What my question is that, are these languages regular or non-regular?
If these both languages are non-regular then how can we able to prove that using pumping lemma?
win first language? I think it will be a^p a^5 b^p – Aniq Mar 28 '15 at 14:20