Welcome to mapoid.com on July 11 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

Semigroup action

From Wikipedia, the free encyclopedia

  (Redirected from Monoid action)
Jump to: navigation, search

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 the semigroup operation) is associated with the composite of the two corresponding transformations. The terminology conveys the idea that the elements of the semigroup are acting as transformations of the set. From an algebraic perspective, a semigroup action is a generalization of the notion of a group action in group theory. From the computer science point of view, semigroup actions are closely related to automata: the set models the state of the automaton and the action models transformations of that state in response to inputs.

An important special case is a monoid action or act, in which the semigroup is a monoid and the identity element of the monoid acts as the identity transformation of a set. From a category theoretic point of view, a monoid is a category with one object, and an act is a functor from that category to the category of sets. This immediately provides a generalization to monoid acts on objects in categories other than the category of sets.

Another important special case is a transformation semigroup. This is a semigroup of transformations of a set, and hence it has a tautological action of on that set. This concept is linked to the more general notion of a semigroup by an analogue of Cayley's theorem.

(A note on terminology: the terminology used in this area varies, sometimes significantly, from one author to another. See the article for details.)

Contents

[edit] Formal definitions

Let S be a semigroup. Then a (left) semigroup action (or act) of S is a set X together with an operation • : S × XX which is compatible with the semigroup operation * as follows:

  • for all s, t in S and x in X, s • (tx) = (s * t) • x.

This is the analogue in semigroup theory of a (left) group action, and is equivalent to a semigroup homomorphism into the set of functions on X. Right semigroup actions are defined in a similar way using an operation • : X × SX satisfying (xa) • b) = x • (a * b).

If M is a monoid, then a (left) monoid action (or act) of M is a (left) semigroup action of M with the additional property that

  • for all x in X: ex = x

where e is the identity element of M. This correspondly gives a monoid homomorphism. Right monoid actions are defined in a similar way. A monoid M with an action on a set is also called an operator monoid.

A semigroup action of S on X can be made into monoid act by adjoining an identity to the semigroup and requiring that it acts as the identity transformation on X.

[edit] Terminology and notation

If S is a semigroup or monoid, then a set X on which S acts as above (on the left, say) is also known as a (left) S-act, S-set, S-action, S-operand, or left act over S. Some authors do not distinguish between semigroup and monoid actions, by regarding the identity axiom (ex = x) as empty when there is no identity element, or by using the term unitary S-act for an S-act with an identity.[1] Furthermore, since a monoid is a semigroup, one can consider semigroup actions of monoids.

The defining property of an act is analogous to the associativity of the the semigroup operation, and means that all parentheses can be omitted. It is common practice, especially in computer science, to omit the operations as well so that both the semigroup operation and the action are indicated by juxtaposition. In this way strings of letters from S act on X, as in the expression stx for s, t in S and x in X.

It is also quite common to work with right acts rather than left acts.[2] However, every right S-act can be interpreted as a left act over the opposite monoid, which has the same elements as S, but where multiplication is defined by reversing the factors, st = ts, so the two notions are essentially equivalent. Here we primarily adopt the point of view of left acts.

[edit] Acts and transformations

It is often convenient (for instance if there is more than one act under consideration) to use a letter, such as T, to denote the function

 T\colon S\times X \to X

defining the S-action and hence write T(s,x) in place of sx. Then for any s in S, we denote by

 T_s\colon X \to X

the transformation of X defined by

Ts(x) = T(s,x).

Hence sTs is a rule assigning a transformation of X to each s in S. By the defining property of an S-act, T satisfies

 T_{s*t} = T_s\circ T_t.

Conversely any such rule defines an S-act.

[edit] S-homomorphisms

Let X and X′ be S-acts. Then an S-homomorphism from X to X′ is a map

F\colon X\to X'

such that

F(sx) = sF(x) for all s\in S and x\in S.

The set of all such S-homomorphisms is commonly written as HomS(X,X').

M-homomorphisms of M-acts, for M a monoid, are defined in exactly the same way.

[edit] S-Act and M-Act

For a fixed semigroup S, the left S-acts are the objects of a category, denoted S-Act, whose morphisms are the S-homomorphisms. The corresponding category of right S-acts is sometimes denoted by Act-S. (This is analogous to the categories R-Mod and Mod-R of left and right modules over a ring.)

For a monoid M, the categories M-Act and Act-M are defined in the same way.

[edit] Transformation semigroups

An important special class of semigroup actions are the transformation semigroups. In this case, the semigroup S is a semigroup of transformations of a set X, i.e., a collection of functions from X to itself that is closed under composition. Thus S is a subsemigroup of the monoid of all transformations of X. In this case the elements of the semigroup really are transformations of the set, so there is an obvious (tautological) action defined by evalutation:

 s\cdot x = s(x) for  s\in S, x\in X.

The characteristic feature of transformation semigroups, as actions, is that they are effective, i.e., if

 s\cdot x = t\cdot x for all  x\in X,

then s = t. Conversely if a semigroup S acts on a set X and the action is effective, then S is isomorphic to a transformation semigroup of X.

Any semigroup can be realized as a transformation semigroup via an analogue of Cayley's theorem: after adjoining an identity element if necessary, the action of the semigroup on itself by (say) left multiplication is effective.

[edit] Applications to computer science

[edit] Semiautomata

Transformation semigroups are of essential importance for the structure theory of finite state machines in automata theory. In particular, a semiautomaton is a triple (Σ,X,T), where Σ is a non-empty set called the input alphabet, X is a non-empty set called the set of states and T is a function

T\colon \Sigma\times X \to X

called the transition function. Semiautomata arise from deterministic automata by ignoring the initial state and the set of accept states.

Given a semiautomaton, let Ta: XX, for aΣ, denote the transformation of X defined by Ta(x) = T(a,x). Then semigroup of transformations of X generated by {Ta : aΣ} is called the characteristic semigroup or transition system of (Σ,X,T). The corresponding monoid is called the characteristic or transition monoid. It is also sometimes viewed as an Σ-act on X, where Σ is the free monoid of strings generated by the alphabet Σ and the action of strings extends the action of Σ via the property

T_{vw} = T_v \circ T_w.

[edit] Krohn–Rhodes theory

Krohn–Rhodes theory, sometimes also called algebraic automata theory, gives powerful decomposition results for finite transformation semigroups by cascading simpler components.

[edit] Notes

  1. ^ Kilp, Knauer and Mikhalev, 2000, pages 43-44.
  2. ^ Kilp, Knauer and Mikhalev, 2000.

[edit] References

  • A. H. Clifford and G. B. Preston (1961), The Algebraic Theory of Semigroups, volume 1. American Mathematical Society, ISBN 978-0821802724.
  • A. H. Clifford and G. B. Preston (1967), The Algebraic Theory of Semigroups, volume 2. American Mathematical Society, ISBN 978-0821802724.
  • 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-3110152487.
  • Rudolf Lidl and Günter Pilz, Applied Abstract Algebra (1998), Springer, ISBN 978-0387982908
Personal tools

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs