How are these Context-Free Pumping Lemma Approaches differ? Maybe this might help understand pumping lemma better
$(a^{i}b^{i}c^{j}d^{j} \mid i, j \geq 0$}
$(a^{i}b^{j}c^{i}d^{j} \mid i, j \geq 0$}
$(a^{i}b^{j}c^{j}d^{i} \mid i, j \geq 0$}
I understand we use contradiction with these conditions
- $|vwx| \leq p$
- $|vx| \geq 1$
- for every $i \geq 0$, $uv^{i}wx^{i}y \in L$.