Can someone please explain the exact difference between Σ* and L* , where
L is a language and Σ is alphabet of the language L ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Σ is a set of characters.
L is a set of strings.
It ultimately depends on how L is defined. If L = {w | w in Σ} then all of L’s words (strings) are single characters from Σ, and L* ≡ Σ*. However, if L is defined differently (example below) L* ≠ Σ*.
Preliminary note: you may have also seen ε represent empty strings, rather than λ. The symbols are interchangeable.
q.f. http://en.wikipedia.org/wiki/Kleene_star
Notice that “aa” and “bb” appear nowhere in the produced strings.
Σ* is less restrictive: