Regular language
Template:Short description Template:For Template:Redirect
In theoretical computer science and formal language theory, a regular language (also called a rational language)<ref name="Mitkov2003"/><ref name="Lawson2003"/> is a formal language that can be defined by a regular expression, in the strict sense in theoretical computer science (as opposed to many modern regular expression engines, which are augmented with features that allow the recognition of non-regular languages).
Alternatively, a regular language can be defined as a language recognised by a finite automaton. The equivalence of regular expressions and finite automata is known as Kleene's theorem<ref name="RozenbergSalomaa1997">Template:Cite book</ref> (after American mathematician Stephen Cole Kleene). In the Chomsky hierarchy, regular languages are the languages generated by Type-3 grammars.
Formal definitionEdit
The collection of regular languages over an alphabet Σ is defined recursively as follows:
- The empty language ∅ is a regular language.
- For each a ∈ Σ (a belongs to Σ), the singleton language Template:Mset is a regular language.
- If A is a regular language, A* (Kleene star) is a regular language. Due to this, the empty string language Template:Mset is also regular.
- If A and B are regular languages, then Template:Nowrap (union) and Template:Nowrap (concatenation) are regular languages.
- No other languages over Σ are regular.
See Template:Slink for syntax and semantics of regular expressions.
ExamplesEdit
All finite languages are regular; in particular the empty string language Template:Nowrap is regular. Other typical examples include the language consisting of all strings over the alphabet Template:Mset which contain an even number of as, or the language consisting of all strings of the form: several as followed by several bs.
A simple example of a language that is not regular is the set of strings Template:Mset.<ref>Eilenberg (1974), p. 16 (Example II, 2.8) and p. 25 (Example II, 5.2).</ref> Intuitively, it cannot be recognized with a finite automaton, since a finite automaton has finite memory and it cannot remember the exact number of a's. Techniques to prove this fact rigorously are given below.
Equivalent formalismsEdit
A regular language satisfies the following equivalent properties:
- it is the language of a regular expression (by the above definition)
- it is the language accepted by a nondeterministic finite automaton (NFA)<ref group=note>1. ⇒ 2. by Thompson's construction algorithm</ref><ref group=note>2. ⇒ 1. by Kleene's algorithm or using Arden's lemma</ref>
- it is the language accepted by a deterministic finite automaton (DFA)<ref group=note>2. ⇒ 3. by the powerset construction</ref><ref group=note>3. ⇒ 2. since the former definition is stronger than the latter</ref>
- it can be generated by a regular grammar<ref group=note>2. ⇒ 4. see Hopcroft, Ullman (1979), Theorem 9.2, p.219</ref><ref group=note>4. ⇒ 2. see Hopcroft, Ullman (1979), Theorem 9.1, p.218</ref>
- it is the language accepted by an alternating finite automaton
- it is the language accepted by a two-way finite automaton
- it can be generated by a prefix grammar
- it can be accepted by a read-only Turing machine
- it can be defined in monadic second-order logic (Büchi–Elgot–Trakhtenbrot theorem)<ref>M. Weyer: Chapter 12 - Decidability of S1S and S2S, p. 219, Theorem 12.26. In: Erich Grädel, Wolfgang Thomas, Thomas Wilke (Eds.): Automata, Logics, and Infinite Games: A Guide to Current Research. Lecture Notes in Computer Science 2500, Springer 2002.</ref>
- it is recognized by some finite syntactic monoid M, meaning it is the preimage Template:Mset of a subset S of a finite monoid M under a monoid homomorphism Template:Nowrap from the free monoid on its alphabet<ref group=note>3. ⇔ 10. by the Myhill–Nerode theorem</ref>
- the number of equivalence classes of its syntactic congruence is finite.<ref group=note>u ~ v is defined as: uw ∈ L if and only if vw ∈ L for all w ∈ Σ*</ref><ref group=note>3. ⇔ 11. see the proof in the Syntactic monoid article, and see p. 160 in Template:Cite book</ref> (This number equals the number of states of the minimal deterministic finite automaton accepting L.)
Properties 10. and 11. are purely algebraic approaches to define regular languages; a similar set of statements can be formulated for a monoid Template:Nowrap. In this case, equivalence over M leads to the concept of a recognizable language.
Some authors use one of the above properties different from "1." as an alternative definition of regular languages.
Some of the equivalences above, particularly those among the first four formalisms, are called Kleene's theorem in textbooks. Precisely which one (or which subset) is called such varies between authors. One textbook calls the equivalence of regular expressions and NFAs ("1." and "2." above) "Kleene's theorem".<ref name="SedgewickWayne2011">Template:Cite book</ref> Another textbook calls the equivalence of regular expressions and DFAs ("1." and "3." above) "Kleene's theorem".<ref name="AlloucheShallit2003">Template:Cite book</ref> Two other textbooks first prove the expressive equivalence of NFAs and DFAs ("2." and "3.") and then state "Kleene's theorem" as the equivalence between regular expressions and finite automata (the latter said to describe "recognizable languages").<ref name="Lawson2003">Template:Cite book</ref><ref name="Rosen2011">Template:Cite book</ref> A linguistically oriented text first equates regular grammars ("4." above) with DFAs and NFAs, calls the languages generated by (any of) these "regular", after which it introduces regular expressions which it terms to describe "rational languages", and finally states "Kleene's theorem" as the coincidence of regular and rational languages.<ref name="BunkeSanfeliu1990">Template:Cite book</ref> Other authors simply define "rational expression" and "regular expressions" as synonymous and do the same with "rational languages" and "regular languages".<ref name="Mitkov2003">Template:Cite book</ref><ref name="Lawson2003"/>
Apparently, the term regular originates from a 1951 technical report where Kleene introduced regular events and explicitly welcomed "any suggestions as to a more descriptive term".<ref>Template:Cite report Here: p.46</ref> Noam Chomsky, in his 1959 seminal article, used the term regular in a different meaning at first (referring to what is called Chomsky normal form today),<ref name="Chomsky.1959a">Template:Cite journal Here: Definition 8, p.149</ref> but noticed that his finite state languages were equivalent to Kleene's regular events.<ref>Chomsky 1959, Footnote 10, p.150</ref>
Closure propertiesEdit
The regular languages are closed under various operations, that is, if the languages K and L are regular, so is the result of the following operations:
- the set-theoretic Boolean operations: union Template:Math, intersection Template:Math, and complement Template:Overline, hence also relative complement Template:Math.<ref name=Sal28>Salomaa (1981) p.28</ref>
- the regular operations: Template:Math, concatenation Template:Tmath, and Kleene star Template:Math.<ref name=Sal27>Salomaa (1981) p.27</ref>
- the trio operations: string homomorphism, inverse string homomorphism, and intersection with regular languages. As a consequence they are closed under arbitrary finite state transductions, like quotient K / L with a regular language. Even more, regular languages are closed under quotients with arbitrary languages: If L is regular then L / K is regular for any K.<ref>Template:Cite conference</ref>
- the reverse (or mirror image) LR.<ref>Hopcroft, Ullman (1979), Chapter 3, Exercise 3.4g, p. 72</ref> Given a nondeterministic finite automaton to recognize L, an automaton for LR can be obtained by reversing all transitions and interchanging starting and finishing states. This may result in multiple starting states; ε-transitions can be used to join them.
Decidability propertiesEdit
Given two deterministic finite automata A and B, it is decidable whether they accept the same language.<ref>Hopcroft, Ullman (1979), Theorem 3.8, p.64; see also Theorem 3.10, p.67</ref> As a consequence, using the above closure properties, the following problems are also decidable for arbitrarily given deterministic finite automata A and B, with accepted languages LA and LB, respectively:
- Containment: is LA ⊆ LB ?<ref group=note>Check if LA ∩ LB = LA. Deciding this property is NP-hard in general; see File:RegSubsetNP.pdf for an illustration of the proof idea.</ref>
- Disjointness: is LA ∩ LB = Template:Mset ?
- Emptiness: is LA = Template:Mset ?
- Universality: is LA = Σ* ?
- Membership: given a ∈ Σ*, is a ∈ LB ?
For regular expressions, the universality problem is NP-complete already for a singleton alphabet.<ref>Aho, Hopcroft, Ullman (1974), Exercise 10.14, p.401</ref> For larger alphabets, that problem is PSPACE-complete.<ref>Aho, Hopcroft, Ullman (1974), Theorem 10.14, p399</ref> If regular expressions are extended to allow also a squaring operator, with "A2" denoting the same as "AA", still just regular languages can be described, but the universality problem has an exponential space lower bound,<ref>Hopcroft, Ullman (1979), Theorem 13.15, p.351</ref><ref>Template:Cite book</ref><ref>Template:Cite book</ref> and is in fact complete for exponential space with respect to polynomial-time reduction.<ref>Hopcroft, Ullman (1979), Corollary p.353</ref>
For a fixed finite alphabet, the theory of the set of all languages – together with strings, membership of a string in a language, and for each character, a function to append the character to a string (and no other operations) – is decidable, and its minimal elementary substructure consists precisely of regular languages. For a binary alphabet, the theory is called S2S.<ref>Template:Cite book</ref>
Complexity resultsEdit
In computational complexity theory, the complexity class of all regular languages is sometimes referred to as REGULAR or REG and equals DSPACE(O(1)), the decision problems that can be solved in constant space (the space used is independent of the input size). REGULAR ≠ AC0, since it (trivially) contains the parity problem of determining whether the number of 1 bits in the input is even or odd and this problem is not in AC0.<ref>Template:Cite journal</ref> On the other hand, REGULAR does not contain AC0, because the nonregular language of palindromes, or the nonregular language <math>\{0^n 1^n : n \in \mathbb N\}</math> can both be recognized in AC0.<ref>Template:Cite book</ref>
If a language is not regular, it requires a machine with at least Template:Nowrap space to recognize (where n is the input size).<ref>J. Hartmanis, P. L. Lewis II, and R. E. Stearns. Hierarchies of memory-limited computations. Proceedings of the 6th Annual IEEE Symposium on Switching Circuit Theory and Logic Design, pp. 179–190. 1965.</ref> In other words, Template:Nowrap equals the class of regular languages. In practice, most nonregular problems are solved by machines taking at least logarithmic space.
Location in the Chomsky hierarchy Edit
To locate the regular languages in the Chomsky hierarchy, one notices that every regular language is context-free. The converse is not true: for example, the language consisting of all strings having the same number of as as bs is context-free but not regular. To prove that a language is not regular, one often uses the Myhill–Nerode theorem and the pumping lemma. Other approaches include using the closure properties of regular languages<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> or quantifying Kolmogorov complexity.<ref>Template:Cite book</ref>
Important subclasses of regular languages include:
- Finite languages, those containing only a finite number of words.<ref>A finite language should not be confused with a (usually infinite) language generated by a finite automaton.</ref> These are regular languages, as one can create a regular expression that is the union of every word in the language.
- Star-free languages, those that can be described by a regular expression constructed from the empty symbol, letters, concatenation and all Boolean operators (see algebra of sets) including complementation but not the Kleene star: this class includes all finite languages.<ref>Template:Cite book</ref>
Number of words in a regular languageEdit
Let <math>s_L(n)</math> denote the number of words of length <math>n</math> in <math>L</math>. The ordinary generating function for L is the formal power series
- <math>S_L(z) = \sum_{n \ge 0} s_L(n) z^n \ . </math>
The generating function of a language L is a rational function if L is regular.<ref name=Honkala>Template:Cite journal</ref> Hence for every regular language <math>L</math> the sequence <math>s_L(n)_{n \geq 0}</math> is constant-recursive; that is, there exist an integer constant <math>n_0</math>, complex constants <math>\lambda_1,\,\ldots,\,\lambda_k</math> and complex polynomials <math>p_1(x),\,\ldots,\,p_k(x)</math> such that for every <math>n \geq n_0</math> the number <math>s_L(n)</math> of words of length <math>n</math> in <math>L</math> is <math>s_L(n)=p_1(n)\lambda_1^n+\dotsb+p_k(n)\lambda_k^n</math>.<ref>Flajolet & Sedgweick, section V.3.1, equation (13).</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Thus, non-regularity of certain languages <math>L'</math> can be proved by counting the words of a given length in <math>L'</math>. Consider, for example, the Dyck language of strings of balanced parentheses. The number of words of length <math>2n</math> in the Dyck language is equal to the Catalan number <math>C_n\sim\frac{4^n}{n^{3/2}\sqrt{\pi}}</math>, which is not of the form <math>p(n)\lambda^n</math>, witnessing the non-regularity of the Dyck language. Care must be taken since some of the eigenvalues <math>\lambda_i</math> could have the same magnitude. For example, the number of words of length <math>n</math> in the language of all even binary words is not of the form <math>p(n)\lambda^n</math>, but the number of words of even or odd length are of this form; the corresponding eigenvalues are <math>2,-2</math>. In general, for every regular language there exists a constant <math>d</math> such that for all <math>a</math>, the number of words of length <math>dm+a</math> is asymptotically <math>C_a m^{p_a} \lambda_a^m</math>.<ref>Flajolet & Sedgewick (2002) Theorem V.3</ref>
The zeta function of a language L is<ref name=Honkala/>
- <math>\zeta_L(z) = \exp \left({ \sum_{n \ge 0} s_L(n) \frac{z^n}{n} }\right) . </math>
The zeta function of a regular language is not in general rational, but that of an arbitrary cyclic language is.<ref>Template:Cite journal</ref><ref>Berstel & Reutenauer (2011) p.222</ref>
GeneralizationsEdit
The notion of a regular language has been generalized to infinite words (see ω-automata) and to trees (see tree automaton).
Rational set generalizes the notion (of regular/rational language) to monoids that are not necessarily free. Likewise, the notion of a recognizable language (by a finite automaton) has namesake as recognizable set over a monoid that is not necessarily free. Howard Straubing notes in relation to these facts that “The term "regular language" is a bit unfortunate. Papers influenced by Eilenberg's monograph<ref name="Eilenberg1974">Template:Cite book in two volumes "A" (1974, Template:Isbn) and "B" (1976, Template:Isbn), the latter with two chapters by Bret Tilson.</ref> often use either the term "recognizable language", which refers to the behavior of automata, or "rational language", which refers to important analogies between regular expressions and rational power series. (In fact, Eilenberg defines rational and recognizable subsets of arbitrary monoids; the two notions do not, in general, coincide.) This terminology, while better motivated, never really caught on, and "regular language" is used almost universally.”<ref>Template:Cite book</ref>
Rational series is another generalization, this time in the context of a formal power series over a semiring. This approach gives rise to weighted rational expressions and weighted automata. In this algebraic context, the regular languages (corresponding to Boolean-weighted rational expressions) are usually called rational languages.<ref>Berstel & Reutenauer (2011) p.47</ref><ref>Template:Cite book</ref> Also in this context, Kleene's theorem finds a generalization called the Kleene–Schützenberger theorem.
Learning from examplesEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}
NotesEdit
ReferencesEdit
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book Chapter 1: Regular Languages, pp. 31–90. Subsection "Decidable Problems Concerning Regular Languages" of section 4.1: Decidable Languages, pp. 152–155.
- Philippe Flajolet and Robert Sedgewick, Analytic Combinatorics: Symbolic Combinatorics. Online book, 2002.
- Template:Cite book
- Template:Cite book
Template:Refend Template:Reflist
Further readingEdit
- Kleene, S.C.: Representation of events in nerve nets and finite automata. In: Shannon, C.E., McCarthy, J. (eds.) Automata Studies, pp. 3–41. Princeton University Press, Princeton (1956); it is a slightly modified version of his 1951 RAND Corporation report of the same title, RM704.
- Template:Cite book