Applies (and is defined) to each string in the language $$L^R={|x=y^R\wedge y\in L}$$
$$\text{prefix}(L)={y|x=yz\wedge x\in L\wedge y,z\neq\varepsilon}$$ There isn't any string that is prefix of another. $$\text{prefix(L)} \cap L=\Phi$$
$$L'L''={xy|x\in L' \wedge y \in L''}$$
$$L^m=L^{m-1}L,m>0\;\;L^0={\varepsilon}$$
Also called Kleene star or Concatenation closure.
$$L={ab,ba}\;L^*={\varepsilon,ab,ba,abab,abba,baab,baba,...}$$ **
$$\sum_A={A,B,...,Z} \; \sum_N={0,1,2,...,9}$$
It shortens the phrases of a language L' by stripping off a suffix out of another languare L'' $$L=L'/L''={y|(x=yz\in L') x\in L''}$$
Regular Expresions are defined by operators over an alphabet, The operation admitted are: