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.
HINT: let $p$ be the pumping length: consider the word: $w = a^pb^{p+1}c^{p+2}$. Let $w = xyz$ such that $|y| \geq 1$. What does $y$ look like? And what can you do with this knowledge to pump this word $w$ into a word not in $L$?