If language L* (Kleene Star) is regular, does it imply that L is also regular?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
No. Pick a nonregular language L over an alphabet A that contains every letter of A as one-letter words. (for example, A = {0,1}, L = {w such that $|w|_0 - |w|_1 = \pm 1$}). Then L* = A* so L* is regular, but L is not. |
|||||
|
|
A nice exercise is to show that, for any $L \subseteq \{0\}^*$, $L^{*}$ is regular. (Picking $SQR = \{0^{n^2}\ |\ n \in \mathbb{N}\}$ provides a counterexample to your statement. That $SQR$ is not regular, can be proved using the Pumping Lemma.) Spoiler:
|
||||
|
|