1,873 views
4 votes
4 votes

What is difference between Σ*  and L*  ? 

 

Which is true ?

S1 :  Σ* – {ϵ} = Σ+

S2 :  L* – {ϵ} = L+ .

1 Answer

1 votes
1 votes

S1 :  Σ* – {ϵ} = Σ+  : TRUE  // Always true, definition of Σ+

S2 :  L* – {ϵ} = L+ . : FALSE // May or may not be true 

False when ϵ belongs L, then L+ and L* both will contain ϵ.

PS: In S2, it depends on given language purely.

 

Related questions

3 votes
3 votes
1 answer
1
iarnav asked Nov 1, 2017
580 views
If L1 = Regular L and L2 = CFL then L1 UNION L2?= L1 U L2= Reg L U CFL= CFL U CFL= CFL is it True?
1 votes
1 votes
0 answers
2
1 votes
1 votes
1 answer
3
1 votes
1 votes
0 answers
4
dragonball asked Aug 16, 2017
527 views
Can anyone elaborate the properties of regular language with non regular under union, intersection, set difference , complement etc.