Math and science::Theory of Computation Regular language operators Let A and B be languages. We define the regular operations union, concatenation and star as follows: Union A∪B={x∣x∈A∨x∈B} (i.e. as per standard axiom of union for sets) Concatenation A∘B={[...]∣x∈A∧y∈B} Star A⋆={[...]∣k≥0 and each xi∈A} The class of regular languages is [...]! 22.03.2020