$L^*$ decidable $\implies$ $L$ is decidable

904 Views Asked by At

I know decidable languages are closed under concatenation and union. But i am having a hard time finding an counter argument (i think its wrong).

Can you help me find the right direction to proof/disproof this lemma ?

1

There are 1 best solutions below

7
On BEST ANSWER

Unfortunately, it isn't true. Let $L$ be the language consisting of the symbols $a$ and $b$ together with an undecidable set of strings in that alphabet. In this case, $L^*$ has all strings, and so it is decidable, but $L$ is not.