I am trying to use the pumping lemma to show this language is not context free: $L = a^nb^{n+1}c^{2n} : n \ge 0$
So I took $z = a^mb^{m+1}c^{2m}$ where $|z| = 4m+1 > m$. We can decompose $z = a^mb^{m+1}c^{2m}$ to $z = uvwxy$ for $|vwx| \le m$ and $|vx| \ge 1$.
I am confused about what cases to consider to show this is not context free?
Hint: Can you prove that $a^nb^nc^n$ is not context-free? – Raphael Apr 10 '14 at 07:34