in Theory of Computation
548 views
0 votes
0 votes

Difference between L1 and L2 ??

in Theory of Computation
548 views

5 Comments

L1 is empty set  which mean the set has no element . cardinality of L1 =0 .

L2 is set with a string with zero length . The only element of L2 is a string with 0-length . Cardinality of L2 is 1 .
1
1

@Kabir5454

what will be the value of L1* 

and L2 *.

0
0

@Kabir5454

L2* = {ε}    ???

0
0
Yes
0
0

1 Answer

1 vote
1 vote

$L1$ $=$ $\phi$  means  { }   –  empty set.

$L2$ $=$ {$\epsilon$}                     – set containing $\epsilon$ as string.

that’s the difference.