Example $L = {(ab)^na^k|n\ge k}$
When searching for a word $w$, using $p \in \mathbb{N}$, for instance $(ab)^pa^p$, but wanting to pump $a$ (which is not possible because $|xy| \le p$ holds), how do I deal with that? I would need a variable $j \lt p$ for $(ab)^ja^j$ to have the possibility that $a \in y$, so I can pump $a$ and argue that $(ab)^ja^{j+(i-1)|y|} \notin L$ → The condition is no longer satisfied: $\forall i\ge 0: xy^iz \in L$.
My question: How is the best way to handle multiple exponents? Not just in this but in general.