This is weird but by pumping lemma, say
Let
L
be a regular language. There exists a constantn
such that for every stringw
inL
such that|w| >= n
, we can breakw
in toxyz
such thatxy*z
is also inL
.
This lemma is strong because it argues for all regular languages. But what if the regular language L = a
? There is only one word (a
) in it. How the pumping lemma works for this case?