{0 i1 j2 k | 0 <= i <= j <= k }
Is it possible to design a PDA for this language?
I think the answer is no, and it can only be defined using at least a context free grammar.
However, I don't know why. I need some discussion and explanation regarding this.