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''}$$
The set of all strings defined over the alphabet $\Sigma$, also called free monoid.
Set-theoretic difference between the universal language and the given language $$\lnot L =L_{universal} \setminus L$$
Also called Kleene star or Concatenation closure.
Is the union of all powers of a language
$$L={ab,ba}\;L^={\varepsilon,ab,ba,abab,abba,baab,baba,...}$$
<!---->
$$\sum_A={A,B,...,Z} \; \sum_N={0,1,2,...,9}$$
Also called Kleene cross, or $\varepsilon$-free concatenation closure $${ab,bb}^+ ={ab,bb,ab^3,b^2ab,abab,b^4,...}$$
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''}$$