I have this problem that I need to prove that the language is not regular by using pumping lemma, but no matter how much I read how to do it, I still don't understand. Could someone please help how to solve this?
Show that
L = { a^n c b^m | n, m are natural numbers and n < m}
is not regular.