Find the mistakes(pumping lemma proof). Can you help me?

48 Views Asked by At

There are pumping lemma proof. I have to find one mistake. Please help me [lemma proof][1]

1

There are 1 best solutions below

0
On

The fact $\ell > 0$ does not imply that $a^{n+\ell}a^n$ is not in the language. For example, for $n=2,\ell=2$ you have that it is a sequence of $6$ times the $a$ character, which belongs to the language, as it equals $a^3a^3$. The last part of the argument is then flawed.