Semiautomaton

Summary

In mathematics and theoretical computer science, a semiautomaton is a deterministic finite automaton having inputs but no output. It consists of a set Q of states, a set Σ called the input alphabet, and a function T: Q × Σ → Q called the transition function.

Associated with any semiautomaton is a monoid called the characteristic monoid, input monoid, transition monoid or transition system of the semiautomaton, which acts on the set of states Q. This may be viewed either as an action of the free monoid of strings in the input alphabet Σ, or as the induced transformation semigroup of Q.

In older books like Clifford and Preston (1967) semigroup actions are called "operands".

In category theory, semiautomata essentially are functors.

Transformation semigroups and monoid acts edit

A transformation semigroup or transformation monoid is a pair   consisting of a set Q (often called the "set of states") and a semigroup or monoid M of functions, or "transformations", mapping Q to itself. They are functions in the sense that every element m of M is a map  . If s and t are two functions of the transformation semigroup, their semigroup product is defined as their function composition  .

Some authors regard "semigroup" and "monoid" as synonyms. Here a semigroup need not have an identity element; a monoid is a semigroup with an identity element (also called "unit"). Since the notion of functions acting on a set always includes the notion of an identity function, which when applied to the set does nothing, a transformation semigroup can be made into a monoid by adding the identity function.

M-acts edit

Let M be a monoid and Q be a non-empty set. If there exists a multiplicative operation

 
 

which satisfies the properties

 

for 1 the unit of the monoid, and

 

for all   and  , then the triple   is called a right M-act or simply a right act. In long-hand,   is the right multiplication of elements of Q by elements of M. The right act is often written as  .

A left act is defined similarly, with

 
 

and is often denoted as  .

An M-act is closely related to a transformation monoid. However the elements of M need not be functions per se, they are just elements of some monoid. Therefore, one must demand that the action of   be consistent with multiplication in the monoid (i.e.  ), as, in general, this might not hold for some arbitrary  , in the way that it does for function composition.

Once one makes this demand, it is completely safe to drop all parenthesis, as the monoid product and the action of the monoid on the set are completely associative. In particular, this allows elements of the monoid to be represented as strings of letters, in the computer-science sense of the word "string". This abstraction then allows one to talk about string operations in general, and eventually leads to the concept of formal languages as being composed of strings of letters.[further explanation needed]

Another difference between an M-act and a transformation monoid is that for an M-act Q, two distinct elements of the monoid may determine the same transformation of Q. If we demand that this does not happen, then an M-act is essentially the same as a transformation monoid.

M-homomorphism edit

For two M-acts   and   sharing the same monoid  , an M-homomorphism   is a map   such that

 

for all   and  . The set of all M-homomorphisms is commonly written as   or  .

The M-acts and M-homomorphisms together form a category called M-Act.

Semiautomata edit

A semiautomaton is a triple   where   is a non-empty set, called the input alphabet, Q is a non-empty set, called the set of states, and T is the transition function

 

When the set of states Q is a finite set—it need not be—, a semiautomaton may be thought of as a deterministic finite automaton  , but without the initial state   or set of accept states A. Alternately, it is a finite state machine that has no output, and only an input.

Any semiautomaton induces an act of a monoid in the following way.

Let   be the free monoid generated by the alphabet   (so that the superscript * is understood to be the Kleene star); it is the set of all finite-length strings composed of the letters in  .

For every word w in  , let   be the function, defined recursively, as follows, for all q in Q:

  • If  , then  , so that the empty word   does not change the state.
  • If   is a letter in  , then  .
  • If   for   and  , then  .

Let   be the set

 

The set   is closed under function composition; that is, for all  , one has  . It also contains  , which is the identity function on Q. Since function composition is associative, the set   is a monoid: it is called the input monoid, characteristic monoid, characteristic semigroup or transition monoid of the semiautomaton  .

Properties edit

If the set of states Q is finite, then the transition functions are commonly represented as state transition tables. The structure of all possible transitions driven by strings in the free monoid has a graphical depiction as a de Bruijn graph.

The set of states Q need not be finite, or even countable. As an example, semiautomata underpin the concept of quantum finite automata. There, the set of states Q are given by the complex projective space  , and individual states are referred to as n-state qubits. State transitions are given by unitary n×n matrices. The input alphabet   remains finite, and other typical concerns of automata theory remain in play. Thus, the quantum semiautomaton may be simply defined as the triple   when the alphabet   has p letters, so that there is one unitary matrix   for each letter  . Stated in this way, the quantum semiautomaton has many geometrical generalizations. Thus, for example, one may take a Riemannian symmetric space in place of  , and selections from its group of isometries as transition functions.

The syntactic monoid of a regular language is isomorphic to the transition monoid of the minimal automaton accepting the language.

References edit

  • A. H. Clifford and G. B. Preston, The Algebraic Theory of Semigroups. American Mathematical Society, volume 2 (1967), ISBN 978-0-8218-0272-4.
  • F. Gecseg and I. Peak, Algebraic Theory of Automata (1972), Akademiai Kiado, Budapest.
  • W. M. L. Holcombe, Algebraic Automata Theory (1982), Cambridge University Press
  • J. M. Howie, Automata and Languages, (1991), Clarendon Press, ISBN 0-19-853442-6.
  • Mati Kilp, Ulrich Knauer, Alexander V. Mikhalov, Monoids, Acts and Categories (2000), Walter de Gruyter, Berlin, ISBN 3-11-015248-7.
  • Rudolf Lidl and Günter Pilz, Applied Abstract Algebra (1998), Springer, ISBN 978-0-387-98290-8