Semiautomaton

Semiautomaton

In mathematics and theoretical computer science, a semiautomaton is an automaton having only an input, and 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 to 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) S-acts are called "operands".

In category theory, semiautomata essentially are functors.

Contents

Transformation semigroups and monoid acts

A transformation semigroup or transformation monoid is a pair (M,Q) 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 m:Q\to Q. If s and t are two different elements of the transformation semigroup, then the semigroup product follows trivially from function composition, so that one defines (st)(q) as (s\circ t)(q)=s(t(q)).

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. 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 taking its union with the identity function.

M-acts

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

\mu: Q\times M \to Q
(q,m)\mapsto qm=\mu(q,m)

which satisfies the properties

q1 = q

for 1 the unit of the monoid, and

q(st) = (qs)t

for all q\in Q and s,t\in M, then the triple (Q,M,μ) 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 QM.

The left act is defined similarly, with

\mu: M\times Q \to Q
(m,q)\mapsto mq=\mu(m,q)

and is often denoted as \,_MQ.

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. μ(q,st) = μ(μ(q,s),t)), 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.

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

An M-homomorphism is a map

f:Q_M\to B_M

such that

f(qm) = f(q)m

for all q\in Q and m\in M. The set of all M-homomorphisms is commonly written as Hom(QM,BM) or HomM(Q,B).

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

Semiautomata

A semiautomaton is a triple (Q,Σ,T) 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

T: Q\times \Sigma \to Q.

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 (Q,Σ,T,q0,A), but without the initial state q0 or set of accept states A. Alternately, it is a finite state machine which 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 T_w:Q\to Q be the function, defined recursively, as follows, for all q in Q:

  • If w = ε, then Tε(q) = q, so that the empty word ε does not change the state.
  • If w = σ is a letter in Σ, then Tσ(q) = T(q,σ).
  • If w = σv for \sigma\in\Sigma and v\in \Sigma^*, then Tw(q) = Tv(Tσ(q)).

Let M(Q,Σ,T) be the set

M(Q,\Sigma,T)=\{T_w \vert w\in\Sigma^* \}.

The set M(Q,Σ,T) is closed under function composition; that is, for all v,w\in\Sigma^*, one has T_w\circ T_v=T_{vw}. It also contains Tε, which is the identity function on S. Since function composition is associative, the set M(Q,Σ,T) is a monoid: it is called the input monoid, characteristic monoid, characteristic semigroup or transition monoid of the semiautomaton (Q,Σ,T).

Properties

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

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 \mathbb{C}P^n, 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 (\mathbb{C}P^n,\Sigma,\{U_{\sigma_1},U_{\sigma_2},\cdots,U_{\sigma_p},\}) when the alphabet Σ has p letters, so that there is one unitary matrix Uσ for each letter \sigma\in\Sigma. Stated in this way, it is obvious that the quantum semiautomaton has many geometrical generalizations. Thus, for example, one may take a Riemannian symmetric space in place of \mathbb{C}P^n, and selections from its group of isometries as transition functions.

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

References

  • A. H. Clifford and G. B. Preston, The Algebraic Theory of Semigroups. American Mathematical Society, volume 2 (1967), ISBN 978-0821802724.
  • F. Gecseg and I. Peak, Algebraic Theory of Automata (1972), Akademiai Kiado, Budapest.
  • J. M. Howie, Automata and Languages, (1991), Clarendon Press, ISBN 0198534426.
  • 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-0387982908

Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • semiautomaton — noun a multiplicative operation of a monoid on a set …   Wiktionary

  • Semigroup action — In algebra and theoretical computer science, an action or act of a semigroup on a set is a rule which associates to each element of the semigroup a transformation of the set in such a way that the product of two elements of the semigroup (using… …   Wikipedia

  • Automata theory — Automata is defined as a system where energy, information and material is transformed, transmitted and used for performing some function without the direct participation of man .In theoretical computer science, automata theory is the study of… …   Wikipedia

  • Finite state machine — A finite state machine (FSM) or finite state automaton (plural: automata ) or simply a state machine, is a model of behavior composed of a finite number of states, transitions between those states, and actions. A finite state machine is an… …   Wikipedia

  • Act — or ACT may mean:* Act of Parliament (Act of Congress in the USA) a statute or law passed by a legislature. * Act (band), a British band * ACT New Zealand, a New Zealand political party * Act (document), a document recording the legality of a… …   Wikipedia

  • State transition table — In automata theory and sequential logic, a state transition table is a table showing what state (or states in the case of a nondeterministic finite automaton) a finite semiautomaton or finite state machine will move to, based on the current state …   Wikipedia

  • Deterministic finite-state machine — An example of a Deterministic Finite Automaton that accepts only binary numbers that are multiples of 3. The state S0 is both the start state and an accept state. In the theory of computation and automata theory, a deterministic finite state… …   Wikipedia

  • List of mathematics articles (S) — NOTOC S S duality S matrix S plane S transform S unit S.O.S. Mathematics SA subgroup Saccheri quadrilateral Sacks spiral Sacred geometry Saddle node bifurcation Saddle point Saddle surface Sadleirian Professor of Pure Mathematics Safe prime Safe… …   Wikipedia

  • Quantum finite automata — In quantum computing, quantum finite automata or QFA are a quantum analog of probabilistic automata. They are related to quantum computers in a similar fashion as finite automata are related to Turing machines. Several types of automata may be… …   Wikipedia

  • Probabilistic automaton — In mathematics and computer science, the probabilistic automaton (PA) is a generalization of the non deterministic finite automaton; it includes the probability of a given transition into the transition function, turning it into a transition… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”