Regular Language: Difference between revisions
Jump to navigation
Jump to search
imported>Mon Jed Liu (New page: {{subpages}} In computing theory, a regular language is one that is accepted by a finite automaton. == Closure Properties == Suppose <math>A, B \subseteq \Sigma^*</math> are reg...) |
imported>Mon Jed Liu No edit summary |
||
Line 2: | Line 2: | ||
In computing theory, a regular [[language]] is one that is accepted by a [[finite automaton]]. | In computing theory, a regular [[language]] is one that is accepted by a [[finite automaton]]. | ||
== Equivalent Characterizations == | |||
* <math>A</math> is a regular language. | |||
* <math>A</math> is accepted by a [[deterministic finite automaton]]. | |||
* <math>A</math> is accepted by a [[non-deterministic finite automaton]]. | |||
* <math>A</math> can be described by a [[regular expression]]. | |||
== Closure Properties == | == Closure Properties == |
Revision as of 09:53, 10 June 2008
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.