deepdream of
          a sidewalk
Show Answer
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
AB={xxAxB}  (i.e. as per standard axiom of union for sets)
Concatenation
AB={[...]xAyB}
Star
A={[...]k0 and each xiA}

The class of regular languages is [...]!