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?
Hint:
I hope this helps $\ddot\smile$