HOME

TheInfoList



OR:

In
algebra Algebra () is one of the broad areas of mathematics. Roughly speaking, algebra is the study of mathematical symbols and the rules for manipulating these symbols in formulas; it is a unifying thread of almost all of mathematics. Elementary ...
, a transformation semigroup (or composition semigroup) is a collection of transformations ( functions from a set to itself) that is closed under function composition. If it includes the
identity function Graph of the identity function on the real numbers In mathematics, an identity function, also called an identity relation, identity map or identity transformation, is a function that always returns the value that was used as its argument, un ...
, it is a
monoid In abstract algebra, a branch of mathematics, a monoid is a set equipped with an associative binary operation and an identity element. For example, the nonnegative integers with addition form a monoid, the identity element being 0. Monoid ...
, called a transformation (or composition) monoid. This is the
semigroup In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative internal binary operation on it. The binary operation of a semigroup is most often denoted multiplicatively: ''x''·''y'', or simply ''xy'', ...
analogue of a permutation group. A transformation semigroup of a set has a tautological
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 t ...
on that set. Such actions are characterized by being faithful, i.e., if two elements of the semigroup have the same action, then they are equal. An analogue of
Cayley's theorem In group theory, Cayley's theorem, named in honour of Arthur Cayley, states that every group is isomorphic to a subgroup of a symmetric group. More specifically, is isomorphic to a subgroup of the symmetric group \operatorname(G) whose elem ...
shows that any semigroup can be realized as a transformation semigroup of some set. In
automata theory Automata theory is the study of abstract machines and automata, as well as the computational problems that can be solved using them. It is a theory in theoretical computer science. The word ''automata'' comes from the Greek word αὐτόματο� ...
, some authors use the term ''transformation semigroup'' to refer to a semigroup acting faithfully on a set of "states" different from the semigroup's base set. There is a correspondence between the two notions.


Transformation semigroups and monoids

A transformation semigroup is a pair (''X'',''S''), where ''X'' is a set and ''S'' is a semigroup of transformations of ''X''. Here a transformation of ''X'' is just a
function Function or functionality may refer to: Computing * Function key, a type of key on computer keyboards * Function model, a structured representation of processes in a system * Function object or functor or functionoid, a concept of object-oriente ...
from subset of ''X'' to ''X'', not necessarily invertible, and therefore ''S'' is simply a set of transformations of ''X'' which is closed under
composition of functions In mathematics, function composition is an operation that takes two functions and , and produces a function such that . In this operation, the function is applied to the result of applying the function to . That is, the functions and ...
. The set of all
partial function In mathematics, a partial function from a set to a set is a function from a subset of (possibly itself) to . The subset , that is, the domain of viewed as a function, is called the domain of definition of . If equals , that is, if is de ...
s on a given base set, ''X'', forms a
regular semigroup In mathematics, a regular semigroup is a semigroup ''S'' in which every element is regular, i.e., for each element ''a'' in ''S'' there exists an element ''x'' in ''S'' such that . Regular semigroups are one of the most-studied classes of semigroup ...
called the semigroup of all partial transformations (or the partial transformation semigroup on ''X''), typically denoted by \mathcal_X. If ''S'' includes the identity transformation of ''X'', then it is called a transformation monoid. Obviously any transformation semigroup ''S'' determines a transformation monoid ''M'' by taking the union of ''S'' with the identity transformation. A transformation monoid whose elements are invertible is a permutation group. The set of all transformations of ''X'' is a transformation monoid called the full transformation monoid (or semigroup) of ''X''. It is also called the symmetric semigroup of ''X'' and is denoted by ''T''''X''. Thus a transformation semigroup (or monoid) is just a subsemigroup (or submonoid) of the full transformation monoid of ''X''. If (''X'',''S'') is a transformation semigroup then ''X'' can be made into a
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 t ...
of ''S'' by evaluation: : s\cdot x = s(x)\texts\in S, x\in X. This is a monoid action if ''S'' is a transformation monoid. The characteristic feature of transformation semigroups, as actions, is that they are ''faithful'', i.e., if : s\cdot x = t\cdot x\textx\in X, then ''s'' = ''t''. Conversely if a semigroup ''S'' acts on a set ''X'' by ''T''(''s'',''x'') = ''s'' • ''x'' then we can define, for ''s'' ∈ ''S'', a transformation ''T''''s'' of ''X'' by : T_s (x) = T(s,x).\, The map sending ''s'' to ''T''''s'' is injective if and only if (''X'', ''T'') is faithful, in which case the image of this map is a transformation semigroup isomorphic to ''S''.


Cayley representation

In
group theory In abstract algebra, group theory studies the algebraic structures known as group (mathematics), groups. The concept of a group is central to abstract algebra: other well-known algebraic structures, such as ring (mathematics), rings, field ...
,
Cayley's theorem In group theory, Cayley's theorem, named in honour of Arthur Cayley, states that every group is isomorphic to a subgroup of a symmetric group. More specifically, is isomorphic to a subgroup of the symmetric group \operatorname(G) whose elem ...
asserts that any group ''G'' is isomorphic to a subgroup of the
symmetric group In abstract algebra, the symmetric group defined over any set is the group whose elements are all the bijections from the set to itself, and whose group operation is the composition of functions. In particular, the finite symmetric group ...
of ''G'' (regarded as a set), so that ''G'' is a permutation group. This theorem generalizes straightforwardly to monoids: any monoid ''M'' is a transformation monoid of its underlying set, via the action given by left (or right) multiplication. This action is faithful because if ''ax'' = ''bx'' for all ''x'' in ''M'', then by taking ''x'' equal to the identity element, we have ''a'' = ''b''. For a semigroup ''S'' without a (left or right) identity element, we take ''X'' to be the underlying set of the monoid corresponding to ''S'' to realise ''S'' as a transformation semigroup of ''X''. In particular any finite semigroup can be represented as a subsemigroup of transformations of a set ''X'' with , ''X'', ≤ , ''S'', + 1, and if ''S'' is a monoid, we have the sharper bound , ''X'', ≤ , ''S'', , as in the case of finite groups.


In computer science

In
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (includi ...
, Cayley representations can be applied to improve the asymptotic efficiency of semigroups by reassociating multiple composed multiplications. The action given by left multiplication results in right-associated multiplication, and vice versa for the action given by right multiplication. Despite having the same results for any semigroup, the asymptotic efficiency will differ. Two examples of useful transformation monoids given by an action of left multiplication are the functional variation of the
difference list Difference, The Difference, Differences or Differently may refer to: Music * ''Difference'' (album), by Dreamtale, 2005 * ''Differently'' (album), by Cassie Davis, 2009 ** "Differently" (song), by Cassie Davis, 2009 * ''The Difference'' (al ...
data structure, and the monadic Codensity transformation (a Cayley representation of a
monad Monad may refer to: Philosophy * Monad (philosophy), a term meaning "unit" **Monism, the concept of "one essence" in the metaphysical and theological theory ** Monad (Gnosticism), the most primal aspect of God in Gnosticism * ''Great Monad'', a ...
, which is a monoid in a particular monoidal
functor category In category theory, a branch of mathematics, a functor category D^C is a category where the objects are the functors F: C \to D and the morphisms are natural transformations \eta: F \to G between the functors (here, G: C \to D is another object in t ...
).


Transformation monoid of an automaton

Let ''M'' be a deterministic
automaton An automaton (; plural: automata or automatons) is a relatively self-operating machine, or control mechanism designed to automatically follow a sequence of operations, or respond to predetermined instructions.Automaton – Definition and More ...
with state space ''S'' and alphabet ''A''. The words in the
free monoid In abstract algebra, the free monoid on a set is the monoid whose elements are all the finite sequences (or strings) of zero or more elements from that set, with string concatenation as the monoid operation and with the unique sequence of zero ele ...
''A'' induce transformations of ''S'' giving rise to a
monoid morphism In abstract algebra, a branch of mathematics, a monoid is a set equipped with an associative binary operation and an identity element. For example, the nonnegative integers with addition form a monoid, the identity element being 0. Monoids ...
from ''A'' to the full transformation monoid ''T''''S''. The image of this morphism is the transformation semigroup of ''M''. For a
regular language In theoretical computer science and formal language theory, a regular language (also called a rational language) is a formal language that can be defined by a regular expression, in the strict sense in theoretical computer science (as opposed to ...
, the
syntactic monoid In mathematics and computer science, the syntactic monoid M(L) of a formal language L is the smallest monoid that recognizes the language L. Syntactic quotient The free monoid on a given set is the monoid whose elements are all the strings of ze ...
is isomorphic to the transformation monoid of the minimal automaton of the language.


See also

*
Semiautomaton 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'' ...
*
Krohn–Rhodes theory In mathematics and computer science, the Krohn–Rhodes theory (or algebraic automata theory) is an approach to the study of finite semigroups and automata that seeks to decompose them in terms of elementary components. These components correspond ...
* Symmetric inverse semigroup * Biordered set * Special classes of semigroups * Composition ring


References

* * * Mati Kilp, Ulrich Knauer, Alexander V. Mikhalev (2000), ''Monoids, Acts and Categories: with Applications to Wreath Products and Graphs'', Expositions in Mathematics 29, Walter de Gruyter, Berlin, {{isbn, 978-3-11-015248-7. Semigroup theory