1,199 views
1 votes
1 votes
Consider these statements:
S1: If a language is infinite, it has to be non-Regular.
S2: Let L be any language.
$(\overline{L})^{*} \neq (\overline{L^{*}})$

(a) Both are True
(c) S1 → True, S2 → False
(b) Both are False
(d) S1 → False, S2 → True

1 Answer

Best answer
3 votes
3 votes

$S_1$ is false. The counter example is a very popular regular language - $(a+b)^*$

$S_2$ is true and at first glance, it looks like its prove must be subtle. But no, it is not difficult to notice that LHS will never have an empty string $\epsilon$, however, the RHS will always have an empty string. This one small difference on the two side of equality will never let them be equal to each other.

Thus, the correct answer is (d) S1 → False, S2 → True

HTH

selected by

Related questions

3 votes
3 votes
3 answers
3
vishal messi asked Aug 21, 2016
1,282 views
a*b*b (a+ (ab)*)* b*shortest string generated by this RE?
0 votes
0 votes
1 answer
4
ManojK asked May 23, 2016
744 views
If a language L is not regular then homomorphism h(L) ?RegularNot regularNeed not regular.