I am looking to show that $L=\{a^i b^j c^k\,:\, i < j < k\}$ is not context free.
So I suppose that it is a context free language and use the pumping lemma. Let $n$ be the parameter of the lemma and define $z=a^nb^{n+1}c^{n+2}$. We can so write $z=uvwxy$ with $|vwx| \leq n$ and $|vx|\geq 1$. Now we look at different cases and there I got stucked at $2$. These are the following:
- $vwx$ is $b^qc^q$ for $p+q \leq n,\, p+q \geq 1$
- $vwx$ is $c^p$ for $p \leq n, \, p \geq 1$
The idea should be that for all $i \geq 0$ $uv^iwx^iy \in L$. Now for $i=0$ we should get a contradiction but I don't see where. Can someone helps me out?