Jump to content

Semigroup: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎See also: Boset (mathematics) is now a redirect page
Line 5: Line 5:
The formal study of semigroups began in the early 20th century. Since the 1950s, the theory of finite semigroups has been of particular importance in [[theoretical computer science]] because of the natural link between finite semigroups and [[finite automata]].
The formal study of semigroups began in the early 20th century. Since the 1950s, the theory of finite semigroups has been of particular importance in [[theoretical computer science]] because of the natural link between finite semigroups and [[finite automata]].


==Formal definition==
== Definition ==
A semigroup is a [[set (mathematics)|set]], ''S'', together with an [[Binary operation|operation]] "•" that combines any two [[element (mathematics)|elements]] ''a'' and ''b'' to form another element denoted {{nowrap|''a'' • ''b''}}. The symbol "•" is a general placeholder for a concretely given operation. To qualify as a semigroup, the set and operation, {{nowrap|(''S'', •)}}, must satisfy two requirements known as the ''semigroup axioms'':
{{Template:Group-like structures}}
A semigroup consists of an ordered pair <math>(S,\cdot_S)</math>, where ''S'' is a nonempty set and <math>\cdot_S</math> is a function <math>\cdot_S: S \times S \rightarrow S</math>. For convenience, the application of the function <math>\cdot_S</math> to the pair <math>(x,y)</math> is denoted as <math>x \cdot_S y</math> or <math>x \cdot y</math>. The operation is required to be associative: for any <math> x,y,z \in S</math> we must have <math> (x \cdot y) \cdot z = x \cdot (y \cdot z)</math>. As is common practice in abstract algebra, one usually refers to the pair <math>(S,\cdot_S)</math> as ''S'' when the operation used is clear from the context.


;Closure: For all ''a'', ''b'' in ''G'', the result of the operation ''a'' • ''b'' is also in ''S''.{{cref|b}}
Let <math>S</math> be a semigroup. An element <math> e \in S</math>, if it exists, such that
;Associativity: For all ''a'', ''b'' and ''c'' in ''G'', the equation (''a'' • ''b'') • ''c'' = ''a'' • (''b'' • ''c'') holds.
<math>e \cdot x = x \cdot e = x</math> for all <math> x \in S</math> is called an [[identity element]]
in <math>S</math>. A semigroup with an identity element is called a [[monoid]].


More compactly, a semigroup is an [[associative]] [[magma(algebra)|magma]].
A semigroup <math>S</math> is ''commutative'' if <math>x \cdot y = y \cdot x</math> for all <math> x,y \in S</math>.

Some authors do not require semigroups to be non-empty. Others use the term ''semigroup'' synonymously with ''monoid''. In the remainder of this article, the term ''semigroup'' will be used in the widest sense: it could be empty and it need not include an identity element.


== Semigroup homomorphisms ==
== Semigroup homomorphisms ==

Revision as of 00:53, 25 April 2009

In mathematics, a semigroup is an algebraic structure consisting of a nonempty set S together with an associative binary operation. In other words, a semigroup is an associative magma. The terminology is derived from the anterior notion of a group. A semigroup differs from a group in that for each of its elements there may not exist an inverse; further, there may not exist an identity element.

The binary operation of a semigroup is most often denoted multiplicatively: , or simply xy, denotes the result of applying the semigroup operation to the ordered pair (xy).

The formal study of semigroups began in the early 20th century. Since the 1950s, the theory of finite semigroups has been of particular importance in theoretical computer science because of the natural link between finite semigroups and finite automata.

Definition

A semigroup is a set, S, together with an operation "•" that combines any two elements a and b to form another element denoted ab. The symbol "•" is a general placeholder for a concretely given operation. To qualify as a semigroup, the set and operation, (S, •), must satisfy two requirements known as the semigroup axioms:

Closure
For all a, b in G, the result of the operation ab is also in S.[b]
Associativity
For all a, b and c in G, the equation (ab) • c = a • (bc) holds.

More compactly, a semigroup is an associative magma.

Semigroup homomorphisms

A homomorphism between two semigroups and is a function such that

 .

Any semigroup may be embedded into a monoid (generally denoted as ) simply by adjoining an element to and defining for all .

A commutative semigroup can be embedded into a group if and only if it has the cancellation property.

Examples of semigroups

  • Any monoid and therefore any group.
  • The set of positive integers with addition.
  • Square nonnegative matrices with matrix multiplication.
  • Any ideal of a ring with the multiplication of the ring.
  • The set of all finite strings over a fixed alphabet Σ with concatenation of strings as the semigroup operation --- the so-called "free semigroup over Σ". With the empty string included, this semigroup becomes the free monoid over Σ.
  • A probability distribution F together with all convolution powers of F, with convolution as operation. This is called a convolution semigroup.

Special classes of semigroups

Structure of semigroups

This section sets out concepts useful for understanding the structure of semigroups. Two semigroups S and T are said to be isomorphic if there is a bijection f : ST with the property that, for any elements a, b in S, f(ab) = f(a)f(b). Isomorphic semigroups have the same structure.

The semigroup operation induces an operation on the collection of its subsets: given subsets A and B of a semigroup, A*B, written commonly as A*B, is the set { ab | a in A and b in B }. In terms of this operations, a subset A is (i) asubsemigroup if AA is a subset of A, (ii) a right ideal if AS is a subset of A, and (iii) a left ideal if SA is a subset of A. If A is both a left ideal and a right ideal then it is called an ideal (or a two-sided ideal). An example of semigroup with no minimal ideal is the set of positive integers under addition. The minimal ideal of a commutative semigroup, when it exists, is a group.

Green's relations are important tools for analysing the ideals of a semigroup and related notions of structure.

If S is a semigroup, then the intersection of any collection of subsemigroups of S is also a subsemigroup of S. So the subsemigroups of S form a complete lattice. For any subset A of S there is a smallest subsemigroup T of S which contains A, and we say that A generates T. A single element x of S generates the subsemigroup { xn | n is a positive integer }. If this is finite, then x is said to be of finite order, otherwise it is of infinite order. A semigroup is said to be periodic if all of its elements are of finite order. A semigroup generated by a single element is said to be monogenic (or cyclic). If a monogenic semigroup is infinite then it is isomorphic to the semigroup of positive integers with the operation of addition. If it is finite and nonempty, then it must contain at least one idempotent. It follows that every nonempty periodic semigroup has at least one idempotent.

A subsemigroup which is also a group is called a subgroup. There is a close relationship between the subgroups of a semigroup and its idempotents. Each subgroup contains exactly one idempotent, namely the identity element of the subgroup. For each idempotent e of the semigroup there is a unique maximal subgroup containing e. Each maximal subgroup arises in this way, so there is a one-to-one correspondence between idempotents and maximal subgroups. Here the term maximal subgroup differs from its standard use in group theory.

More can often be said when the order is finite. For example, every nonempty finite semigroup is periodic, and has a minimal ideal and at least one idempotent. For more on the structure of finite semigroups, see Krohn-Rhodes theory.

Semigroup methods in partial differential equations

Semigroup theory can be used to study some problems in the field of partial differential equations. Roughly speaking, the semigroup approach is to regard a time-dependent partial differential equation as an ordinary differential equation on a function space. For example, consider the following initial/boundary value problem for the heat equation on the spatial interval (0, 1) ⊂ R and times t ≥ 0:

Let X be the Lp space L2((0, 1); R) and let A be the second-derivative operator with domain

Then the above initial/boundary value problem can be interpreted as an initial value problem for an ordinary differential equation on the space X:

On an heuristic level, the solution to this problem "ought" to be u(t) = exp(tA)u0. However, for a rigorous treatment, a meaning must be given to the exponential of tA. As a function of t, exp(tA) is a semigroup of operators from X to itself, taking the initial state u0 at time t = 0 to the state u(t) = exp(tA)u0 at time t. The operator A is said to be the infinitesimal generator of the semigroup.

History

The formal study of semigroups came somewhat later than that of other algebraic structures such as groups or rings in the mid 19th century. A number of sources[1][2] attribute the first use of the term (in French) to J.-A. de Séguier in Élements de la Théorie des Groupes Abstraits (Elements of the Theory of Abstract Groups) in 1904. The term is used in English in 1908 in Harold Hinton's Theory of Groups of Finite Order. In 1970, a new periodical called Semigroup Forum (currently edited by Springer Verlag) became one of the rare mathematical journals devoted entirely to semigroup theory.

Anton Suschkewitsch is often credited with obtaining the first non-trivial results about semigroups. His 1928 paper Über die endlichen Gruppen ohne das Gesetz der eindeutigen Umkehrbarkeit (On finite groups without the rule of unique invertibility) determined the structure of finite simple semigroups and showed that the minimal ideal (or Green's relations J-class) of a finite semigroup is simple[2]. From that point on, the foundations of semigroup theory were further laid by David Rees, James Alexander Green, Evgenii Sergeevich Lyapin, Alfred H. Clifford and Gordon Preston. The latter two published a monograph on semigroup theory in 1961.

The theory of finite semigroups is arguably more developed than its infinite counterpart. This stems particularly from the notion of syntactic semigroup and the ensuing links between pseudo-varieties of semigroups and so-called varieties of formal languages which have proved particularly fruitful in finite automata theory[3].

See also

References

  • John M. Howie is the author of two books, published twenty years apart, which are often cited as a basic reference in the mathematical community.
    • Howie, John M. (1995). Fundamentals of Semigroup Theory. Clarendon Press. ISBN 0-19-851194-9.
    • Howie, John M. (1976). Introduction to Semigroup Theory. Academic Press. ISBN 0-12-754633-2.
  • Two volumes of Samuel Eilenberg have also been a common reference for the applications of semigroup theory in theoretical computer science.
  • The algebraic theory of semigroups, A. H. Clifford and G. B. Preston. American Mathematical Society, 1961 (volume 1), 1967 (volume 2).
  • Semigroups: an introduction to the structure theory, Pierre Antoine Grillet. Marcel Dekker, Inc., 1995.
  • Semigroup Forum is the best-known periodical devoted specifically to the subject of semigroups.

Notes

  1. ^ http://jeff560.tripod.com/s.html Earliest Known Uses of Some of the Words of Mathematics
  2. ^ a b http://uk.geocities.com/cdhollings/suschkewitsch3.pdf An account of Suschkewitsch's paper by Christopher Hollings
  3. ^ Varieties of Formal Languages, J.É. Pin, Plenum Press, 1986.