I was given the following question:
Use the Pumping Lemma with length to prove that the following language is non-regular:
$L = \{b^na^{100}b^{2n}, \text{where n} = 1, 2, 3,...\}$
Use the prompts below to complete the proof
Assume
Then there exists
We choose any word w =
Thus we can write w =
The according to the pumping lemma with length,
There is/are __ possible choice(s) for y
If y is pumped in each of the above case(s),
Now, my answer, actually how far I came, is as follow:
Assume L is a regular language.
Then there exists an FA with, say k states that accepts L.
We choose any word w = $b^na^{100}b^2n$ in L.
Thus we can write w = $b^ka^{100}b^{2k}$
The according to the pumping lemma with length, w may be written as w = xyz such that |x| + |y| <= k and |y| > 0
Then I don't know further. I do know that y is 1 b or more. y is also at most k b's.
I would appreciate it if you will correct my mistakes and also finish the answer. Thank you