I know CFL in closed under Closure, but don't know how to prove it back.
I try to construct a CFG for L* such as S->ε|AS and say since L* in a context-free language, there must exist a method to build grammar A. So then we can use A to construct another CFG to represent L and prove L must be context-free.
But I believe it is not a convincing proof. Can anyone please give some proof or counter example?