945 views
2 votes
2 votes
Suppose we have a language $L$ and it is finite, now if we take a complement of language $L$ than what can we say about the language $L^{ / }$ ?
a.) Language is decidable
b.) Undecidable??

2 Answers

2 votes
2 votes
L = Regular

L' = Regular (Since Complement of a Regular Language is Regular )

And Every Regular Language is Decidable.
2 votes
2 votes
L is finite, so we can construct DFA for that .

Now complement of that language is just do nonfinal state as final and also final  state as nonfinal. So, it is also a DFA.

So, it must be decidable

Related questions

0 votes
0 votes
1 answer
1
amitarp818 asked Nov 18, 2023
232 views
Given L1 = {a*baa*} and L2 = {ab*}The regular expression corresponding to language L3 = L1/L2 (right quotient) is given by
0 votes
0 votes
2 answers
2
Pratik.patil asked Oct 30, 2023
397 views
Which of the following regular expression represent the set of all the strings not containing $100$ as a substring ?$0^*(1^*0)^*$$0^*1010^*$$0^*1^*01^*$$0^*(10+1)^*$
3 votes
3 votes
2 answers
3
1 votes
1 votes
1 answer
4