Proof of the property of Kleene star

222 Views Asked by At

I'm trying to prove some of the properties for the Kleene star operation.

  1. (Σε)* = Σ*

  2. L ⊆ L*

  3. L1 ⊆ L2 implies L1* ⊆ L2*

How do I go about proving these?