Regular Language
Jump to navigation
Jump to search
In computing theory, a regular language is one that is accepted by a finite automaton.
Equivalent Characterizations
- is a regular language.
- is accepted by a deterministic finite automaton.
- is accepted by a non-deterministic finite automaton.
- can be described by a regular expression.
Closure Properties
Suppose are regular languages. Then the following languages are also regular.
- or (union)
- and (intersection)
- (complement)
- and (concatenation)
- and (asterate)
Regular languages are also closed under homomorphic images and preimages. Suppose is a regular language and is a string homomorphism. Then the following languages are regular.