2

How to prove that if a language A is not regular then A* isn't regular either?

I have tried the usual methods with no result.

Raphael
  • 72,336
  • 29
  • 179
  • 389
MattGenius
  • 29
  • 1
  • 2

1 Answers1

1

Hint: Suppose $L$ is any language over the alphabet $\Sigma$. If $L$ is not regular then so is $L+\Sigma$, yet $(L+\Sigma)^* = \Sigma^*$ is regular.

Yuval Filmus
  • 276,994
  • 27
  • 311
  • 503