my proof goes like this
w = a^m b^4m
|uv| = n |v| > 0 uvx = w
a^(k+i(m-k)b^4m
let k = 2
if i = 2 then 2m-2 != m
i am pretty sure this is wrong, can you tell me of a systematic way to solve these kind of problems, or a way that works 99% of the time? i have no intuition at all for these sort of things
also, do i have to prove for all u, v and x, or can i choose a particular, u, v and x?
someone told me this and it confused the hell out of me:
Mr. Pumping Lemma gives you a pumping constant p.
You pick a string s of length at least p. Mr. Pumping Lemma divides s into three parts uvw, subject to the restrictions that |uv|≤p, |v|≥1. You now "pump" the v part by picking an integer i≠1 to select a word uviw. If uviw is not in L, you win. But if uviw is in L, you lose.