edited by
659 views
0 votes
0 votes

Can anyone explain how S2 is false,I did not understand their logic.

edited by

1 Answer

2 votes
2 votes
Because L* will definitely contain Epsilon in it.

Suppose L = {a,b},

then L* = { epsilon , a , b ,aa, ab, ba, bb, ........}

Therefore L* - {epsilon} = {a, b, aa, ab, ba, bb, ..........}

Thus L* - {epsilon} is not equal to L*

Related questions

0 votes
0 votes
1 answer
1
4 votes
4 votes
1 answer
2
Garrett McClure asked Oct 9, 2017
1,252 views
The tail of a language is the set of all suffixes of its strings, that is tail(L) = {y : xy ∈ L for some x ∈ Σ ∗ }.How do I show that the family of regular languag...
2 votes
2 votes
4 answers
4