Can somebody explain or possible solve the following question regarding the pumping lemma?
I have a book from Sipser that I took this from and I honestly can't really get a good grasp of the pumping lemma technique, much less solve anything using it.
Use the pumping lemma to show that the language $L=\{\,a^ib^jc^k\mid i<j,j<k\,\}$ is not regular.
From what I understand here, it needs to be used to prove that a language where there is less a's than b and less b's than c's is not regular.
I appreciate it.