Subset of regular languages

375 Views Asked by At

Assume $L_1$ and $L_2$ two regular languages, and $L_1\subseteq L\subseteq L_2$. Does this imply that $L$ is a regular language?

Thanks in advance.

1

There are 1 best solutions below

1
On BEST ANSWER

Let $L_1=\emptyset$, $L_2=\Sigma^*$. I think not.