Rational set

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In computer science, more precisely in automata theory, a rational set of a monoid is an element of the minimal class of subsets of this monoid which contains all finite subsets and is closed under union, product and Kleene star. Rational sets are useful in automata theory, formal languages and algebra.

A rational set generalizes the notion of rational (regular) language (understood as defined by regular expressions) to monoids that are not necessarily free.

Definition

Let N be a monoid. The set \mathrm{RAT}(N) of rational subsets of N is the smallest set that contains every finite set and is closed under

This means that any rational subset of N can be obtained by taking a finite number of finite subsets of N and applying the union, product and Kleene star operations a finite number of times.

In general a rational subset of a monoid is not a submonoid.

Example

Let A be an alphabet, the set A^* of words over A is a monoid. The rational subset of A^* are precisely the regular languages. Indeed this language may be defined by a finite regular expression.

The rational subsets of \mathbb N are the ultimately periodic sets of integers. More generally, the rational subsets of \mathbb N^k are the semilinear sets.[1]

Properties

McKnight's theorem states that if N is finitely generated then its recognizable subset are rational sets. This is not true in general, i.e. \mathrm{RAT}(N) is not closed under complement. Let N=\{a\}^*\times\{b,c\}^*, the sets U=\{(a^n,b^nc^m)\mid n,m\in\mathbb N\} and V=\{(a^n,b^mc^n)\mid n,m\in\mathbb N\} are recognizable but W=U\cap V=\{(a^n,b^nc^n)\mid n\in\mathbb N\} is not because its projection to the second element \{b^nm^n\mid n\in\mathbb N\} is not rational.

The intersection of a rational subset and of a recognizable subset is rational.

Rational sets are closed under morphism: given N and M two monoids and \phi:N\rightarrow M a morphism, if S\in\mathrm{RAT}(N) then \phi(S)=\{\phi(x)\mid x\in S\}\in\mathrm{RAT}(M) .

For finite groups the following result of Anissimov and Seifert is well known: a subgroup H of a finitely generated group G is recognizable if and only if H has finite index in G. In contrast, H is rational if and only if H is finitely generated.[2]

Rational relations and rational functions

A binary relation between monoids M and N is a rational relation if the graph of the relation, regarded as a subset of M×N is a rational set in the product monoid. A function from M to N is a rational function if the graph of the function is a rational set.[3]


See also

References

  1. Mathematical Foundations of Automata Theory
  2. Lua error in package.lua at line 80: module 'strict' not found. preprint
  3. Lua error in package.lua at line 80: module 'strict' not found.

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.