Semigroup: Difference between revisions
→Group of fractions: citation for definition in terms of generators and relations |
Mraptor0910 (talk | contribs) add null/zero semigroups as basic examples |
||
(282 intermediate revisions by more than 100 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Algebraic structure consisting of a set with an associative binary operation}} |
|||
A '''semigroup''' is an [[algebraic structure]] consisting of a nonempty [[Set (mathematics)|set]] ''S'' together with an [[associative]] [[binary operation]]. In other words, a semigroup is an associative [[Magma (algebra)|magma]]. The terminology is derived from the anterior notion of a [[group (algebra)|group]]. A semigroup differs from a [[group (algebra)|group]] in that for each of its elements there might not exist an inverse; further, there might not exist an identity element. |
|||
<!-- Commenting out the following image file that may be replaced by something more appropriate, as this image does not properly clarify what associative property (of string concatenation or anything else) is and creates confusion rather than explains anything: |
|||
[[File:Semigroup associative image.svg|thumb|right|upright=1.75|The associative property of string concatenation.]] --> |
|||
[[File:Magma to group4.svg|thumb|right|300px|Algebraic structures between [[Magma (algebra)|magmas]] and [[Group (mathematics)|groups]]: A ''semigroup'' is a [[magma (algebra)|magma]] with [[Associative property|associativity]]. A [[monoid]] is a ''semigroup'' with an [[identity element]].]] |
|||
In mathematics, a '''semigroup''' is an [[algebraic structure]] consisting of a [[Set (mathematics)|set]] together with an [[associative]] internal [[binary operation]] on it. |
|||
The binary operation of a semigroup is most often denoted multiplicatively |
The binary operation of a semigroup is most often denoted multiplicatively (just notation, not necessarily the elementary arithmetic [[multiplication]]): {{nowrap|''x'' ⋅ ''y''}}, or simply ''xy'', denotes the result of applying the semigroup operation to the [[ordered pair]] {{nowrap|(''x'', ''y'')}}. Associativity is formally expressed as that {{nowrap|1=(''x'' ⋅ ''y'') ⋅ ''z'' = ''x'' ⋅ (''y'' ⋅ ''z'')}} for all ''x'', ''y'' and ''z'' in the semigroup. |
||
Semigroups may be considered a special case of [[magma (algebra)|magmas]], where the operation is associative, or as a generalization of [[group (mathematics)|groups]], without requiring the existence of an identity element or inverses.{{efn|The closure axiom is implied by the definition of a binary operation on a set. Some authors thus omit it and specify three axioms for a group and only one axiom (associativity) for a semigroup.}} As in the case of groups or magmas, the semigroup operation need not be [[commutativity|commutative]], so {{nowrap|''x'' ⋅ ''y''}} is not necessarily equal to {{nowrap|''y'' ⋅ ''x''}}; a well-known example of an operation that is associative but non-commutative is [[matrix multiplication]]. If the semigroup operation is commutative, then the semigroup is called a ''commutative semigroup'' or (less often than in the [[abelian group|analogous case of groups]]) it may be called an ''abelian semigroup''. |
|||
The formal study of semigroups began in the early 20th century. Semigroups are important in many areas of mathematics because they are the abstract algebraic underpinning of "memoryless" systems: time-dependent systems that start from scratch at each iteration. In applied mathematics, semigroups are fundamental models for [[linear time-invariant system]]s. In [[partial differential equations]], a semigroup is associated to any equation whose spatial evolution is independent of time. The theory of finite semigroups has been of particular importance in [[theoretical computer science]] since the 1950s because of the natural link between finite semigroups and [[finite automata]]<!-- ({{harvnb|Eilenberg|1973}}, [[#CITEREFEilenberg1976|1976]])-->. In [[probability theory]], semigroups are associated with [[Markov process]]es {{harv|Feller|1971}}. |
|||
A [[monoid]] is an algebraic structure intermediate between semigroups and groups, and is a semigroup having an [[identity element]], thus obeying all but one of the axioms of a group: existence of inverses is not required of a monoid. A natural example is [[string (computer science)|strings]] with [[concatenation]] as the binary operation, and the empty string as the identity element. Restricting to non-empty [[string (computer science)|strings]] gives an example of a semigroup that is not a monoid. Positive [[integer]]s with addition form a commutative semigroup that is not a monoid, whereas the non-negative [[integer]]s do form a monoid. A semigroup without an identity element can be easily turned into a monoid by just adding an identity element. Consequently, monoids are studied in the theory of semigroups rather than in group theory. Semigroups should not be confused with [[quasigroup]]s, which are generalization of groups in a different direction; the operation in a quasigroup need not be associative but quasigroups [[Group (mathematics)#Division|preserve from groups]] the notion of [[Division (mathematics)|division]]. Division in semigroups (or in monoids) is not possible in general. |
|||
The formal study of semigroups began in the early 20th century. Early results include [[Transformation semigroup#Cayley representation|a Cayley theorem for semigroups]] realizing any semigroup as a [[transformation semigroup]], in which arbitrary functions replace the role of bijections in group theory. A deep result in the classification of finite semigroups is [[Krohn–Rhodes theory]], analogous to the [[Jordan–Hölder decomposition]] for finite groups. Some other techniques for studying semigroups, like [[Green's relations]], do not resemble anything in group theory. |
|||
The theory of finite semigroups has been of particular importance in [[theoretical computer science]] since the 1950s because of the natural link between finite semigroups and [[finite automata]] via the [[syntactic monoid]]<!-- {{sfn|ps=|Eilenberg|1973}} -->. In [[probability theory]], semigroups are associated with [[Markov process]]es.{{sfn|ps=|Feller|1971}} In other areas of [[applied mathematics]], semigroups are fundamental models for [[linear time-invariant system]]s. In [[partial differential equations]], a semigroup is associated to any equation whose spatial evolution is independent of time. |
|||
There are numerous [[special classes of semigroups]], semigroups with additional properties, which appear in particular applications. Some of these classes are even closer to groups by exhibiting some additional but not all properties of a group. Of these we mention: [[regular semigroup]]s, [[orthodox semigroup]]s, [[semigroup with involution|semigroups with involution]], [[inverse semigroup]]s and [[cancellative semigroup]]s. There are also interesting classes of semigroups that do not contain any groups except the [[trivial group]]; examples of the latter kind are [[band (mathematics)|bands]] and their commutative subclass – [[semilattice]]s, which are also [[:Category:Ordered algebraic structures|ordered algebraic structure]]s. |
|||
{{Algebraic structures |Group}} |
|||
== Definition == |
== Definition == |
||
A semigroup is a [[set (mathematics)|set]], ''S'', together with a [[binary operation]] "·" that satisfies: |
|||
A semigroup is a [[set (mathematics)|set]] ''S'' together with a [[binary operation]] ⋅ (that is, a [[function (mathematics)|function]] {{nowrap|⋅ : ''S'' × ''S'' → ''S''}}) that satisfies the [[associative property]]: |
|||
;Closure: For all ''a'', ''b'' in ''S'', the result of the operation ''a'' · ''b'' is also in ''S''. |
|||
: For all ''a'', ''b'', ''c'' ∈ ''S'', the equation {{nowrap|1=(''a'' ⋅ ''b'') ⋅ ''c'' = ''a'' ⋅ (''b'' ⋅ ''c'')}} holds. |
|||
More compactly, a semigroup is an associative [[magma (algebra)|magma]]. |
|||
More succinctly, a semigroup is an associative [[magma (algebra)|magma]]. |
|||
== Examples of semigroups == |
== Examples of semigroups == |
||
* [[Empty semigroup]]: the [[empty set]] forms a semigroup with the [[empty function]] as the binary operation. |
|||
* [[Semigroup with one element]]: there is essentially just one, the singleton {''a''} with operation ''a'' · ''a'' = ''a''. |
|||
* [[Semigroup with one element]]: there is essentially only one (specifically, only one [[up to]] [[isomorphism]]), the singleton {''a''} with operation {{nowrap|1=''a'' · ''a'' = ''a''}}. |
|||
* [[Semigroup with two elements]]: there are five which are essentially different. |
|||
* [[Semigroup with two elements]]: there are five that are essentially different. |
|||
* The set of positive [[integer]]s with addition. |
|||
* A [[null semigroup]] on any nonempty set with a chosen zero, or a [[null semigroup|left/right zero semigroup]] on any set. |
|||
* Square [[Nonnegative matrix|nonnegative matrices]] with matrix multiplication. |
|||
* The "flip-flop" monoid: a [[semigroup with three elements]] representing the three operations on a switch – set, reset, and do nothing. |
|||
* Any [[ring ideal|ideal]] of a [[ring (algebra)|ring]] with the multiplication of the ring. |
|||
* The set of |
* The set of positive [[integer]]s with addition. (With 0 included, this becomes a [[monoid]].) |
||
* The set of [[integer]]s with minimum or maximum. (With positive/negative infinity included, this becomes a monoid.) |
|||
* A probability distribution F together with all convolution powers of F, with convolution as operation. This is called a convolution semigroup. |
|||
* Square [[Nonnegative matrix|nonnegative matrices]] of a given size with matrix multiplication. |
|||
* A [[monoid]] is a semigroup with an [[identity element]]. |
|||
* Any [[ring ideal|ideal]] of a [[ring (algebra)|ring]] with the multiplication of the ring. |
|||
* A [[group (mathematics)|group]] is a monoid in which every element has an [[inverse element]]. |
|||
* The set of all finite [[string (computer science)|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 power]]s of ''F'', with convolution as the operation. This is called a convolution semigroup. |
|||
* [[Transformation semigroup]]s and [[transformation monoid|monoids]]. |
|||
* The set of [[continuous function]]s from a [[topological space]] to itself with composition of functions forms a monoid with the [[identity function]] acting as the identity. More generally, the [[Endomorphism|endomorphisms]] of any object of a [[Category (mathematics)|category]] form a monoid under composition. |
|||
* The product of faces of an [[arrangement of hyperplanes]]. |
|||
==Basic concepts== |
== Basic concepts == |
||
=== Identity and zero === |
=== Identity and zero === |
||
A '''[[left identity]]''' of a semigroup ''S'' (or more generally, [[magma (algebra)|magma]]) is an element ''e'' such that for all ''x'' in ''S'', {{nowrap|1=''e'' ⋅ ''x'' = ''x''}}. Similarly, a '''[[right identity]]''' is an element ''f'' such that for all ''x'' in ''S'', {{nowrap|1=''x'' ⋅ ''f'' = ''x''}}. Left and right identities are both called '''one-sided identities'''. A semigroup may have one or more left identities but no right identity, and vice versa. |
|||
Every semigroup, in fact every magma, has at most one [[identity element]]. A semigroup with identity is called a [[monoid]]. A semigroup without identity may be [[embedded]] into a monoid simply by adjoining an element <math>e \notin S</math> to <math>S\ </math> and defining <math>e \cdot s = s \cdot e = s</math> for all <math>s \in S \cup \{e\}</math>. The notation S<sup>1</sup> denotes a monoid obtained from S by adjoining an identity ''if necessary'' (S<sup>1</sup> = S for a monoid). Thus, every commutative semigroup can be embedded in a group via the [[Grothendieck group]] construction. |
|||
A '''two-sided identity''' (or just '''identity''') is an element that is both a left and right identity. Semigroups with a two-sided identity are called '''[[monoid]]s'''. A semigroup may have at most one two-sided identity. If a semigroup has a two-sided identity, then the two-sided identity is the only one-sided identity in the semigroup. If a semigroup has both a left identity and a right identity, then it has a two-sided identity (which is therefore the unique one-sided identity). |
|||
Similary, every magma has at most one [[absorbing element]], which in semigroup theory is called a '''zero'''. Analogous to the above construction, for every semigroup S, one defines S<sup>0</sup>, a semigroup with 0 that embeds S. |
|||
A semigroup ''S'' without identity may be [[embedding|embedded]] in a monoid formed by adjoining an element {{nowrap|''e'' ∉ ''S''}} to ''S'' and defining {{nowrap|1=''e'' ⋅ ''s'' = ''s'' ⋅ ''e'' = ''s''}} for all {{nowrap|''s'' ∈ ''S'' ∪ {{mset|''e''}}}}.{{sfn|ps=|Jacobson|2009|p=30|loc=ex. 5}}{{sfn|ps=|Lawson|1998|p=[{{Google books|plainurl=y|id=_F78nQEACAAJ|page=20|text=adjoining an identity}} 20]}} The notation ''S''<sup>1</sup> denotes a monoid obtained from ''S'' by adjoining an identity ''if necessary'' ({{nowrap|1=''S''<sup>1</sup> = ''S''}} for a monoid).{{sfn|ps=|Lawson|1998|p=[{{Google books|plainurl=y|id=_F78nQEACAAJ|page=20|text=adjoining an identity}} 20]}} |
|||
=== Subsemigroups and ideals === |
|||
Similarly, every magma has at most one [[absorbing element]], which in semigroup theory is called a '''zero'''. Analogous to the above construction, for every semigroup ''S'', one can define ''S''<sup>0</sup>, a semigroup with 0 that embeds ''S''. |
|||
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 ''AB'', is the set { ''ab'' | ''a'' in ''A'' and ''b'' in ''B'' }. In terms of this operations, a subset ''A'' is called |
|||
=== Subsemigroups and ideals === |
|||
The semigroup operation induces an operation on the collection of its subsets: given subsets ''A'' and ''B'' of a semigroup ''S'', their product {{nowrap|''A'' · ''B''}}, written commonly as ''AB'', is the set {{nowrap|{ ''ab'' {{!}} ''a'' in ''A'' and ''b'' in ''B'' }.}} (This notion is defined identically as [[Product of group subsets|it is for groups]].) In terms of this operation, a subset ''A'' is called |
|||
* a '''subsemigroup''' if ''AA'' is a subset of ''A'', |
* a '''subsemigroup''' if ''AA'' is a subset of ''A'', |
||
* a '''right ideal''' if ''AS'' is a subset of ''A'', and |
* a '''right ideal''' if ''AS'' is a subset of ''A'', and |
||
* a '''left ideal''' if ''SA'' is a subset of ''A''. |
* a '''left ideal''' if ''SA'' is a subset of ''A''. |
||
Line 43: | Line 65: | ||
So the subsemigroups of ''S'' form a [[complete lattice]]. |
So the subsemigroups of ''S'' form a [[complete lattice]]. |
||
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. |
An example of a 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]], a set of five [[equivalence relation]]s that characterise the elements in terms of the [[principal ideal]]s they generate, are important tools for analysing the ideals of a semigroup and related notions of structure. |
[[Green's relations]], a set of five [[equivalence relation]]s that characterise the elements in terms of the [[principal ideal]]s they generate, are important tools for analysing the ideals of a semigroup and related notions of structure. |
||
The subset with the property that every element commutes with any other element of the semigroup is called the '''[[center (algebra)|center]]''' of the semigroup.<ref name="KilpKilʹp2000">{{Cite book|first1=Mati |last1=Kilp |first2=U. |last2=Knauer |first3=Aleksandr V. |last3=Mikhalev |title=Monoids, Acts, and Categories: With Applications to Wreath Products and Graphs : a Handbook for Students and Researchers |url=https://books.google.com/books?id=4gPhmmW-EGcC&pg=PA25 |year=2000 |publisher=Walter de Gruyter |isbn=978-3-11-015248-7 |page=25 |zbl=0945.20036}}</ref> The center of a semigroup is actually a subsemigroup.<ref name="Li͡apin1968">{{Cite book|first=E. S. |last=Li͡apin|title=Semigroups|url=https://books.google.com/books?id=G8pWKPp4tKwC&pg=PA96|year=1968|publisher=American Mathematical Soc.|isbn=978-0-8218-8641-0|page=96}}</ref> |
|||
=== Homomorphisms and congruences === |
=== Homomorphisms and congruences === |
||
A '''semigroup [[homomorphism]]''' is a function that preserves semigroup structure. A function {{nowrap |
A '''semigroup [[homomorphism]]''' is a function that preserves semigroup structure. A function {{nowrap|''f'' : ''S'' → ''T''}} between two semigroups is a homomorphism if the equation |
||
:{{nowrap |
: {{nowrap|1=''f''(''ab'') = ''f''(''a'')''f''(''b'')}}. |
||
holds for all elements ''a'', ''b'' in ''S'', i.e. the result is the same when performing the semigroup operation after or before applying the map ''f'' |
holds for all elements ''a'', ''b'' in ''S'', i.e. the result is the same when performing the semigroup operation after or before applying the map ''f''. |
||
A semigroup homomorphism between monoids preserves identity if it is a [[monoid homomorphism]]. But there are semigroup homomorphisms that are not monoid homomorphisms, e.g. the canonical embedding of a semigroup ''S'' without identity into ''S''<sup>1</sup>. Conditions characterizing monoid homomorphisms are discussed further. Let {{nowrap|''f'' : ''S''<sub>0</sub> → ''S''<sub>1</sub>}} be a semigroup homomorphism. The image of ''f'' is also a semigroup. If ''S''<sub>0</sub> is a monoid with an identity element ''e''<sub>0</sub>, then ''f''(''e''<sub>0</sub>) is the identity element in the image of ''f''. If ''S''<sub>1</sub> is also a monoid with an identity element ''e''<sub>1</sub> and ''e''<sub>1</sub> belongs to the image of ''f'', then {{nowrap|1=''f''(''e''<sub>0</sub>) = ''e''<sub>1</sub>}}, i.e. ''f'' is a monoid homomorphism. Particularly, if ''f'' is [[surjective]], then it is a monoid homomorphism. |
|||
Two semigroups ''S'' and ''T'' are said to be [[isomorphism|isomorphic]] if there is a [[bijection]] ''f'' : ''S'' ↔ ''T'' with the property that, for any elements ''a'', ''b'' in ''S'', ''f''(''ab'') = ''f''(''a'')''f''(''b''). Isomorphic semigroups have the same structure. |
|||
Two semigroups ''S'' and ''T'' are said to be '''[[isomorphism|isomorphic]]''' if there exists a [[bijective]] semigroup homomorphism {{nowrap|''f'' : ''S'' → ''T''}}. Isomorphic semigroups have the same structure. |
|||
A '''semigroup congruence''' <math>\sim</math> is an [[equivalence relation]] that is compatible with the semigroup operation. That is, a subset <math>\sim\;\subseteq S\times S</math> that is an equivalence relation and <math>x\sim y\,</math> and <math>u\sim v\,</math> implies <math>xu\sim yv\,</math> for every <math>x,y,u,v</math> in ''S''. Like any equivalence relation, a semigroup congruence <math>\sim</math> induces [[equivalence class|congruence class]]es |
|||
A '''semigroup congruence''' ~ is an [[equivalence relation]] that is compatible with the semigroup operation. That is, a subset {{nowrap|~ ⊆ ''S'' × ''S''}} that is an equivalence relation and {{nowrap|''x'' ~ ''y''}} and {{nowrap|''u'' ~ ''v''}} implies {{nowrap|''xu'' ~ ''yv''}} for every ''x'', ''y'', ''u'', ''v'' in ''S''. Like any equivalence relation, a semigroup congruence ~ induces [[equivalence class|congruence class]]es |
|||
:<math>[a]_\sim = \{x\in S\vert\; x\sim a\}</math> |
|||
: [''a'']<sub>~</sub> = {{mset|''x'' ∈ ''S'' {{pipe}} ''x'' ~ ''a''}} |
|||
and the semigroup operation induces a binary operation ∘ on the congruence classes: |
|||
: [''u'']<sub>~</sub> ∘ [''v'']<sub>~</sub> = [''uv'']<sub>~</sub> |
|||
Because ~ is a congruence, the set of all congruence classes of ~ forms a semigroup with ∘, called the '''quotient semigroup''' or '''factor semigroup''', and denoted {{nowrap|''S'' / ~}}. The mapping {{nowrap|''x'' ↦ [''x'']<sub>~</sub>}} is a semigroup homomorphism, called the '''quotient map''', '''canonical [[surjection]]''' or '''projection'''; if ''S'' is a monoid then quotient semigroup is a monoid with identity [1]<sub>~</sub>. Conversely, the [[Kernel (set theory)|kernel]] of any semigroup homomorphism is a semigroup congruence. These results are nothing more than a particularization of the [[Isomorphism theorems#First Isomorphism Theorem 4|first isomorphism theorem in universal algebra]]. Congruence classes and factor monoids are the objects of study in [[string rewriting system]]s. |
|||
and the semigroup operation induces a binary operation <math>\circ</math> on the congruence classes: |
|||
A '''nuclear congruence''' on ''S'' is one that is the kernel of an endomorphism of ''S''.{{sfn|ps=|Lothaire|2011|p=463}} |
|||
:<math>[u]_\sim\circ [v]_\sim = [uv]_\sim</math> |
|||
A semigroup ''S'' satisfies the '''maximal condition on congruences''' if any family of congruences on ''S'', ordered by inclusion, has a maximal element. By [[Zorn's lemma]], this is equivalent to saying that the [[ascending chain condition]] holds: there is no infinite strictly ascending chain of congruences on ''S''.{{sfn|ps=|Lothaire|2011|p=465}} |
|||
Because <math>\sim</math> is a congruence, the set of all congruence classes of <math>\sim</math> forms a semigroup with <math>\circ</math>, called the '''quotient semigroup''' or '''factor semigroup''', and denoted <math>S/\sim</math>. The mapping <math>x \mapsto [x]_\sim</math> is a semigroup homomorphism, called the '''quotient map''', '''canonical [[surjection]]''' or '''projection'''; if S is a monoid then quotient semigroup is a monoid with identity <math>[1]_\sim</math>. Conversely, the [[Kernel (set theory)|kernel]] of any semigroup homomorphism is a semigroup congruence. These results are nothing more than a particularization of the [[Isomorphism_theorems#First_Isomorphism_Theorem_4|first isomorphism theorem in universal algebra]]. |
|||
Every ideal ''I'' of a semigroup induces a |
Every ideal ''I'' of a semigroup induces a factor semigroup, the [[Rees factor semigroup]], via the congruence ρ defined by {{nowrap|''x'' ρ ''y''}} if either {{nowrap|1=''x'' = ''y''}}, or both ''x'' and ''y'' are in ''I''. |
||
=== Quotients and divisions === |
|||
The following notions<ref>{{cite book|last1=Pin|first1=Jean-Éric|title=Mathematical Foundations of Automata Theory|date=November 30, 2016|page=19|url=http://www.liafa.jussieu.fr/~jep/PDF/MPRI/MPRI.pdf}}</ref> introduce the idea that a semigroup is contained in another one. |
|||
A semigroup ''T'' is a quotient of a semigroup ''S'' if there is a surjective semigroup morphism from ''S'' to ''T''. For example, {{nowrap|('''Z'''/2'''Z''', +)}} is a quotient of {{nowrap|('''Z'''/4'''Z''', +)}}, using the morphism consisting of taking the remainder modulo 2 of an integer. |
|||
A semigroup ''T'' divides a semigroup ''S'', denoted {{nowrap|''T'' ≼ ''S''}} if ''T'' is a quotient of a subsemigroup ''S''. In particular, subsemigroups of ''S'' divides ''T'', while it is not necessarily the case that there are a quotient of ''S''. |
|||
Both of those relations are transitive. |
|||
== Structure of semigroups == |
== Structure of semigroups == |
||
For any subset ''A'' of ''S'' there is a smallest subsemigroup ''T'' of ''S'' |
For any subset ''A'' of ''S'' there is a smallest subsemigroup ''T'' of ''S'' that contains ''A'', and we say that ''A'' '''generates''' ''T''. A single element ''x'' of ''S'' generates the subsemigroup {{nowrap|{{mset| ''x''<sup>''n''</sup> {{!}} ''n'' ∈ '''Z'''<sup>+</sup> }}}}. If this is finite, then ''x'' is said to be of '''finite order''', otherwise it is of '''infinite order'''. |
||
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 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 semigroup|monogenic]] (or [[Cyclic semigroup|cyclic]]). If a |
A semigroup generated by a single element is said to be [[monogenic semigroup|monogenic]] (or [[Cyclic semigroup|cyclic]]). If a monogenic semigroup is infinite then it is isomorphic to the semigroup of positive [[integer]]s with the operation of addition. |
||
If it is finite and nonempty, then it must contain at least one [[idempotent]]. |
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. |
It follows that every nonempty periodic semigroup has at least one idempotent. |
||
A subsemigroup |
A subsemigroup that 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 |
More can often be said when the order is finite. For example, every nonempty finite semigroup is periodic, and has a minimal [[ideal (ring theory)|ideal]] and at least one idempotent. The number of finite semigroups of a given size (greater than 1) is (obviously) larger than the number of groups of the same size. For example, of the sixteen possible "multiplication tables" for a set of two elements {{nowrap|{a, b}}}, eight form semigroups{{efn|Namely: the trivial semigroup in which (for all ''x'' and ''y'') {{nowrap|1=''xy'' = a}} and its counterpart in which {{nowrap|1=''xy'' = b}}, the semigroups based on multiplication modulo 2 (choosing a or b as the identity element 1), the groups equivalent to addition modulo 2 (choosing a or b to be the identity element 0), and the semigroups in which the elements are either both left identities or both right identities.}} whereas only four of these are monoids and only two form groups. For more on the structure of finite semigroups, see ''[[Krohn–Rhodes theory]]''. |
||
== Special classes of semigroups == |
== Special classes of semigroups == |
||
{{Main|Special classes of semigroups}} |
{{Main|Special classes of semigroups}} |
||
* A [[monoid]] is a semigroup with an [[identity element]]. |
|||
* A [[group (mathematics)|group]] is a monoid in which every element has an [[inverse element]]. |
|||
* A [[monoid]] is a semigroup with identity. |
|||
* A subsemigroup is a [[subset]] of a semigroup that is closed under the semigroup operation. |
* A subsemigroup is a [[subset]] of a semigroup that is closed under the semigroup operation. |
||
* A [[cancellative semigroup]] is one having the [[cancellation property]]:{{sfn|ps=|Clifford|Preston|2010|p=3}} {{nowrap|1=''a'' · ''b'' = ''a'' · ''c''}} implies {{nowrap|1=''b'' = ''c''}} and similarly for {{nowrap|1=''b'' · ''a'' = ''c'' · ''a''}}. Every group is a cancellative semigroup, and every finite cancellative semigroup is a group. |
|||
* A [[band (algebra)|band]] is a semigroup the operation of which is [[idempotent]]. |
|||
* [[ |
* A [[band (algebra)|band]] is a semigroup whose operation is [[idempotent]]. |
||
* A [[semilattice]] is a semigroup whose operation is idempotent and [[commutativity|commutative]]. |
|||
* [[0-simple]] semigroups. |
* [[0-simple]] semigroups. |
||
* [[Transformation semigroup]]s: any finite semigroup ''S'' can be represented by transformations of a (state-) set ''Q'' of at most |''S'' |
* [[Transformation semigroup]]s: any finite semigroup ''S'' can be represented by transformations of a (state-) set ''Q'' of at most {{nowrap|{{abs|''S''}} + 1}} states. Each element ''x'' of ''S'' then maps ''Q'' into itself {{nowrap|''x'' : ''Q'' → ''Q''}} and sequence ''xy'' is defined by {{nowrap|1=''q''(''xy'') = (''qx'')''y''}} for each ''q'' in ''Q''. Sequencing clearly is an associative operation, here equivalent to [[function composition]]. This representation is basic for any [[automaton]] or [[finite-state machine]] (FSM). |
||
* The [[bicyclic semigroup]] is in fact a monoid, which can be described as the [[free semigroup]] on two generators ''p'' and ''q'', under the relation {{nowrap|1=''pq'' = 1}}. |
|||
* [[Bicyclic semigroup]]s. |
|||
* [[C0-semigroup|C<sub>0</sub>-semigroups]]. |
* [[C0-semigroup|C<sub>0</sub>-semigroups]]. |
||
* [[Regular semigroup]]s. Every element ''x'' has at least one inverse ''y'' |
* [[Regular semigroup]]s. Every element ''x'' has at least one inverse ''y'' that satisfies {{nowrap|1=''xyx'' = ''x''}} and {{nowrap|1=''yxy'' = ''y''}}; the elements ''x'' and ''y'' are sometimes called "mutually inverse". |
||
* [[Inverse semigroup]]s are regular semigroups where every element has exactly one inverse. Alternatively, a regular semigroup is inverse if and only if any two |
* [[Inverse semigroup]]s are regular semigroups where every element has exactly one inverse. Alternatively, a regular semigroup is inverse if and only if any two idempotents commute. |
||
* Affine semigroup: a semigroup that is isomorphic to a finitely-generated subsemigroup of Z<sup>d</sup>. These semigroups have applications to [[commutative algebra]]. |
* Affine semigroup: a semigroup that is isomorphic to a finitely-generated subsemigroup of Z<sup>d</sup>. These semigroups have applications to [[commutative algebra]]. |
||
== Structure theorem for commutative semigroups == |
|||
==Group of fractions== |
|||
The '''group of fractions''' of a semigroup ''S'' is the group ''G'' = ''G(S)'' generated by the elements of ''S'' as generators and all equations ''xy''=''z'' which hold true in ''S'' as relations.<ref>B. Farb, ''Problems on mapping class groups and related topics'' (Amer. Math. Soc., 2006) page 357. ISBN 0821838385</ref> This has a universal property for morphisms from ''S'' to a group.<ref>M. Auslander and D.A. Buchsbaum, ''Groups, rings, modules'' (Harper&Row, 1974) page 50. ISBN 006040378X</ref> When ''S'' is commutative, this is the [[Grothendieck group]] of the semigroup. |
|||
There is a structure theorem for commutative semigroups in terms of [[semilattice]]s.{{sfn|ps=|Grillet|2001}} A semilattice (or more precisely a meet-semilattice) {{nowrap|(''L'', ≤)}} is a [[partially ordered set]] where every pair of elements {{nowrap|''a'', ''b'' ∈ ''L''}} has a [[greatest lower bound]], denoted {{nowrap|''a'' ∧ ''b''}}. The operation ∧ makes ''L'' into a semigroup that satisfies the additional [[idempotence]] law {{nowrap|1=''a'' ∧ ''a'' = ''a''}}. |
|||
==Semigroup methods in partial differential equations== |
|||
{{Further|[[C0-semigroup]]}} |
|||
Given a homomorphism {{nowrap|''f'' : ''S'' → ''L''}} from an arbitrary semigroup to a semilattice, each inverse image {{nowrap|1=''S''<sub>''a''</sub> = {{itco|''f''}}<sup>−1</sup>{{mset|''a''}}}} is a (possibly empty) semigroup. Moreover, ''S'' becomes '''graded''' by ''L'', in the sense that {{nowrap|''S''<sub>''a''</sub>''S''<sub>''b''</sub> ⊆ ''S''<sub>''a''∧''b''</sub>}}. |
|||
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 (mathematics)|interval]] (0, 1) ⊂ '''R''' and times ''t'' ≥ 0: |
|||
If ''f'' is onto, the semilattice ''L'' is isomorphic to the [[quotient]] of ''S'' by the equivalence relation ~ such that {{nowrap|''x'' ~ ''y''}} if and only if {{nowrap|1=''f''(''x'') = ''f''(''y'')}}. This equivalence relation is a semigroup congruence, as defined above. |
|||
:<math>\begin{cases} \partial_{t} u(t, x) = \partial_{x}^{2} u(t, x), & x \in (0, 1), t > 0; \\ u(t, x) = 0, & x \in \{ 0, 1 \}, t > 0; \\ u(t, x) = u_{0} (x), & x \in (0, 1), t = 0. \end{cases}</math> |
|||
Whenever we take the quotient of a commutative semigroup by a congruence, we get another commutative semigroup. The structure theorem says that for any commutative semigroup ''S'', there is a finest congruence ~ such that the quotient of ''S'' by this equivalence relation is a semilattice. Denoting this semilattice by ''L'', we get a homomorphism ''f'' from ''S'' onto ''L''. As mentioned, ''S'' becomes graded by this semilattice. |
|||
Let ''X'' be the [[Lp space|''L''<sup>''p''</sup> space]] ''L''<sup>2</sup>((0, 1); '''R''') and let ''A'' be the second-derivative operator with [[domain (mathematics)|domain]] |
|||
Furthermore, the components ''S''<sub>''a''</sub> are all [[Special classes of semigroups|Archimedean semigroups]]. An Archimedean semigroup is one where given any pair of elements ''x'', ''y '', there exists an element ''z'' and {{nowrap|''n'' > 0}} such that {{nowrap|1=''x''<sup>''n''</sup> = ''yz''}}. |
|||
:<math>D(A) = \big\{ u \in H^{2} ((0, 1); \mathbf{R}) \big| u(0) = u(1) = 0 \big\}.</math> |
|||
The Archimedean property follows immediately from the ordering in the semilattice ''L'', since with this ordering we have {{nowrap|''f''(''x'') ≤ ''f''(''y'')}} if and only if {{nowrap|1=''x''<sup>''n''</sup> = ''yz''}} for some ''z'' and {{nowrap|''n'' > 0}}. |
|||
Then the above initial/boundary value problem can be interpreted as an initial value problem for an ordinary differential equation on the space ''X'': |
|||
== Group of fractions == |
|||
:<math>\begin{cases} \dot{u}(t) = A u (t); \\ u(0) = u_{0}. \end{cases}</math> |
|||
The '''group of fractions''' or '''group completion''' of a semigroup ''S'' is the [[group (mathematics)|group]] {{nowrap|1=''G'' = ''G''(''S'')}} generated by the elements of ''S'' as generators and all equations {{nowrap|1=''xy'' = ''z''}} that hold true in ''S'' as [[presentation of a group|relations]].<ref>{{Cite book|first=B. |last=Farb |title=Problems on mapping class groups and related topics |publisher=Amer. Math. Soc. |year=2006 |isbn=978-0-8218-3838-9 |page=357 }}</ref> There is an obvious semigroup homomorphism {{nowrap|''j'' : ''S'' → ''G''(''S'')}} that sends each element of ''S'' to the corresponding generator. This has a [[universal property]] for morphisms from ''S'' to a group:<ref>{{Cite book|first1=M. |last1=Auslander |first2=D. A. |last2=Buchsbaum |title=Groups, rings, modules |publisher=Harper & Row |year=1974 |isbn=978-0-06-040387-4 |page=50 }}</ref> given any group ''H'' and any semigroup homomorphism {{nowrap|''k'' : ''S'' → ''H''}}, there exists a unique [[group homomorphism]] {{nowrap|''f'' : ''G'' → ''H''}} with {{nowrap|1=''k'' = ''fj''}}. We may think of ''G'' as the "most general" group that contains a homomorphic image of ''S''. |
|||
An important question is to characterize those semigroups for which this map is an embedding. This need not always be the case: for example, take ''S'' to be the semigroup of subsets of some set ''X'' with [[set-theoretic intersection]] as the binary operation (this is an example of a semilattice). Since {{nowrap|1=''A''.''A'' = ''A''}} holds for all elements of ''S'', this must be true for all generators of ''G''(''S'') as well, which is therefore the [[trivial group]]. It is clearly necessary for embeddability that ''S'' have the [[cancellation property]]. When ''S'' is commutative this condition is also sufficient{{sfn|ps=|Clifford|Preston|1961|p=34}} and the [[Grothendieck group]] of the semigroup provides a construction of the group of fractions. The problem for non-commutative semigroups can be traced to the first substantial paper on semigroups.{{sfn|ps=|Suschkewitsch|1928}}<ref>{{Cite book|url=http://www.gap-system.org/~history/Extras/Preston_semigroups.html|title=Personal reminiscences of the early history of semigroups|first=G. B.|last=Preston|year=1990|access-date=2009-05-12|author-link=Gordon Preston|url-status=dead|archive-url=https://web.archive.org/web/20090109045100/http://www.gap-system.org/~history/Extras/Preston_semigroups.html|archive-date=2009-01-09}}</ref> [[Anatoly Maltsev]] gave necessary and sufficient conditions for embeddability in 1937.<ref>{{Cite journal| doi=10.1007/BF01571659 | last=Maltsev | first=A. | author-link=Anatoly Maltsev | title=On the immersion of an algebraic ring into a field | journal=Math. Annalen | volume=113 | year=1937 | pages=686–691 | s2cid=122295935 }}</ref> |
|||
On an heuristic level, the solution to this problem "ought" to be ''u''(''t'') = exp(''tA'')''u''<sub>0</sub>. However, for a rigorous treatment, a meaning must be given to the [[exponentiation|exponential]] of ''tA''. As a function of ''t'', exp(''tA'') is a semigroup of operators from ''X'' to itself, taking the initial state ''u''<sub>0</sub> at time ''t'' = 0 to the state ''u''(''t'') = exp(''tA'')''u''<sub>0</sub> at time ''t''. The operator ''A'' is said to be the [[C0_semigroup#Infinitesimal_generator|infinitesimal generator]] of the semigroup. |
|||
== Semigroup methods in partial differential equations == |
|||
==History== |
|||
{{further|C0-semigroup}} |
|||
The study of semigroups trailed behind than that of other algebraic structures with more complex axioms such as [[group (mathematics)|groups]] or [[ring (algebra)|rings]]. A number of sources<ref>[http://jeff560.tripod.com/s.html Earliest Known Uses of Some of the Words of Mathematics]</ref><ref name=Hollings>[http://uk.geocities.com/cdhollings/suschkewitsch3.pdf An account of Suschkewitsch's paper by Christopher Hollings]</ref> 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''. |
|||
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 (mathematics)|interval]] {{nowrap|(0, 1) ⊂ '''R'''}} and times {{nowrap|''t'' ≥ 0}}: |
|||
[[Anton Suschkewitsch]] obtained 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 semigroup]]s and showed that the minimal ideal (or [[Green's relations]] J-class) of a finite semigroup is simple.<ref name=Hollings/> From that point on, the foundations of semigroup theory were further laid by [[David Rees (mathematician)|David Rees]], [[James Alexander Green]], [[Evgenii Sergeevich Lyapin]], [[Alfred H. Clifford]] and [[Gordon Preston]]. The latter two published a two-volume monograph on semigroup theory in 1961 and 1967 respectively. In 1970, a new periodical called ''[[Semigroup Forum]]'' (currently edited by [[Springer Verlag]]) became one of the few mathematical journals devoted entirely to semigroup theory. |
|||
: <math>\begin{cases} \partial_{t} u(t, x) = \partial_{x}^{2} u(t, x), & x \in (0, 1), t > 0; \\ u(t, x) = 0, & x \in \{ 0, 1 \}, t > 0; \\ u(t, x) = u_{0} (x), & x \in (0, 1), t = 0. \end{cases}</math> |
|||
Let {{nowrap|1=''X'' = ''L''<sup>2</sup>((0, 1) '''R''')}} be the [[Lp space|''L''<sup>''p''</sup> space]] of square-integrable real-valued functions with domain the interval {{nowrap|(0, 1)}} and let ''A'' be the second-derivative operator with [[domain of a function|domain]] |
|||
In recent years researchers in the field have became more specialized with dedicated monographs appearing on important classes of semigroups, like [[inverse semigroup]]s, as well as monographs focusing on applications in [[algebraic automata theory]], particularly for finite automata, and also in [[functional analysis]]. |
|||
: <math>D(A) = \big\{ u \in H^{2} ((0, 1); \mathbf{R}) \big| u(0) = u(1) = 0 \big\},</math> |
|||
where ''H''<sup>2</sup> is a [[Sobolev space]]. Then the above initial/boundary value problem can be interpreted as an initial value problem for an ordinary differential equation on the space ''X'': |
|||
: <math>\begin{cases} \dot{u}(t) = A u (t); \\ u(0) = u_{0}. \end{cases}</math> |
|||
On an heuristic level, the solution to this problem "ought" to be {{nowrap|1=''u''(''t'') = exp(''tA'')''u''<sub>0</sub>}}. However, for a rigorous treatment, a meaning must be given to the [[exponentiation|exponential]] of ''tA''. As a function of ''t'', exp(''tA'') is a semigroup of operators from ''X'' to itself, taking the initial state ''u''<sub>0</sub> at time {{nowrap|1=''t'' = 0}} to the state {{nowrap|1=''u''(''t'') = exp(''tA'')''u''<sub>0</sub>}} at time ''t''. The operator ''A'' is said to be the [[C0 semigroup#Infinitesimal generator|infinitesimal generator]] of the semigroup. |
|||
==Generalizations== |
|||
If the associativity axiom of a semigroup is dropped, the result is a [[magma (mathematics)|magma]], which is nothing more than a set ''M'' equipped with a [[binary operation]] ''M'' × ''M'' → ''M''. |
|||
== History == |
|||
Generalizing in a different direction, an '''''n''-ary semigroup''' (also '''''n''-semigroup''', '''polyadic semigroup''' or '''multiary semigroup''') is a generalization of a semigroup to a set ''G'' with a [[arity|''n''-ary operation]] instead of a binary operation.<ref>{{Citation| last=Dudek |first=W.A. |title=On some old problems in n-ary groups |url=http://www.quasigroups.eu/contents/contents8.php?m=trzeci |journal=Quasigroups and Related Systems |year=2001 |volume=8 |pages= 15–36}}. </ref> The associative law is generalized as follows: ternary associativity is {{nowrap|(''abc'')''de'' {{=}} ''a''(''bcd'')''e'' {{=}} ''ab''(''cde'')}}, i.e. the string ''abcde'' with any three adjacent elements bracketed. ''N''-ary associativity is a string of length {{nowrap|''n'' + (''n'' − ''1'')}} with any ''n'' adjacent elements bracketed. A 2-ary semigroup is just a semigroup. Further axioms lead to an [[n-ary group]]. |
|||
The study of semigroups trailed behind that of other algebraic structures with more complex axioms such as [[group (mathematics)|groups]] or [[ring (algebra)|rings]]. A number of sources<ref>{{cite web| url = http://jeff560.tripod.com/s.html| title = Earliest Known Uses of Some of the Words of Mathematics}}</ref><ref name=Hollings>{{cite web| url = http://uk.geocities.com/cdhollings/suschkewitsch3.pdf| archive-url = https://www.webcitation.org/5kmeaTTMB?url=http://uk.geocities.com/cdhollings/suschkewitsch3.pdf| url-status = dead| archive-date = 2009-10-25| title = An account of Suschkewitsch's paper by Christopher Hollings}}</ref> 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''. |
|||
[[Anton Sushkevich]] obtained 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 semigroup]]s and showed that the minimal ideal (or [[Green's relations]] J-class) of a finite semigroup is simple.<ref name=Hollings/> From that point on, the foundations of semigroup theory were further laid by [[David Rees (mathematician)|David Rees]], [[James Alexander Green]], {{ill|Evgenii Sergeevich Lyapin|fr|Evgueni Liapine}}, [[Alfred H. Clifford]] and [[Gordon Preston]]. The latter two published a two-volume monograph on semigroup theory in 1961 and 1967 respectively. In 1970, a new periodical called ''[[Semigroup Forum]]'' (currently edited by [[Springer Verlag]]) became one of the few mathematical journals devoted entirely to semigroup theory. |
|||
==See also== |
|||
The [[representation theory]] of semigroups was developed in 1963 by [[Boris Schein]] using [[binary relation]]s on a set ''A'' and [[composition of relations]] for the semigroup product.<ref>B. M. Schein (1963) "Representations of semigroups by means of binary relations" (Russian), [[Matematicheskii Sbornik]] 60: 292–303 {{mr|id=0153760}}</ref> At an algebraic conference in 1972 Schein surveyed the literature on B<sub>''A''</sub>, the semigroup of relations on ''A''.<ref>B. M. Schein (1972) ''Miniconference on semigroup Theory'', {{mr|id=0401970}}</ref> In 1997 Schein and [[Ralph McKenzie]] proved that every semigroup is isomorphic to a transitive semigroup of binary relations.<ref>B. M. Schein & R. McKenzie (1997) "Every semigroup is isomorphic to a transitive semigroup of binary relations", [[Transactions of the American Mathematical Society]] 349(1): 271–85 {{mr|id=1370647}}</ref> |
|||
In recent years researchers in the field have become more specialized with dedicated monographs appearing on important classes of semigroups, like [[inverse semigroup]]s, as well as monographs focusing on applications in [[algebraic automata theory]], particularly for finite automata, and also in [[functional analysis]]. |
|||
== Generalizations == |
|||
{{Group-like structures}} |
|||
If the associativity axiom of a semigroup is dropped, the result is a [[magma (mathematics)|magma]], which is nothing more than a set ''M'' equipped with a [[binary operation]] that is closed {{nowrap|''M'' × ''M'' → ''M''}}. |
|||
Generalizing in a different direction, an '''''n''-ary semigroup''' (also '''''n''-semigroup''', '''polyadic semigroup''' or '''multiary semigroup''') is a generalization of a semigroup to a set ''G'' with a [[arity|''n''-ary operation]] instead of a binary operation.<ref>{{Cite journal|last=Dudek |first=W.A. |title=On some old problems in ''n''-ary groups |url=http://www.quasigroups.eu/contents/contents8.php?m=trzeci |archive-url=https://web.archive.org/web/20090714003319/http://www.quasigroups.eu/contents/contents8.php?m=trzeci |url-status=dead |archive-date=2009-07-14 |journal=Quasigroups and Related Systems |year=2001 |volume=8 |pages=15–36 }}</ref> The associative law is generalized as follows: ternary associativity is {{nowrap|1=(''abc'')''de'' = ''a''(''bcd'')''e'' = ''ab''(''cde'')}}, i.e. the string ''abcde'' with any three adjacent elements bracketed. ''n''-ary associativity is a string of length {{nowrap|''n'' + (''n'' − 1)}} with any ''n'' adjacent elements bracketed. A 2-ary semigroup is just a semigroup. Further axioms lead to an [[n-ary group|''n''-ary group]]. |
|||
A third generalization is the [[semigroupoid]], in which the requirement that the binary relation be total is lifted. As categories generalize monoids in the same way, a semigroupoid behaves much like a category but lacks identities. |
|||
Infinitary generalizations of commutative semigroups have sometimes been considered by various authors.{{efn|See references in Udo Hebisch and Hanns Joachim Weinert, ''Semirings and Semifields'', in particular, Section 10, ''Semirings with infinite sums'', in M. Hazewinkel, Handbook of Algebra, Vol. 1, Elsevier, 1996. Notice that in this context the authors use the term ''semimodule'' in place of ''semigroup''.}} |
|||
== See also == |
|||
* [[Absorbing element]] |
* [[Absorbing element]] |
||
* [[Biordered set]] |
* [[Biordered set]] |
||
* [[Compact semigroup]] |
|||
* [[Empty semigroup]] |
* [[Empty semigroup]] |
||
* [[ |
* [[Generalized inverse]] |
||
* [[Identity element]] |
* [[Identity element]] |
||
* [[Light's associativity test]] |
* [[Light's associativity test]] |
||
* [[Principal factor]] |
|||
* [[Quantum dynamical semigroup]] |
|||
* [[Semigroup ring]] |
|||
* [[Weak inverse]] |
* [[Weak inverse]] |
||
==Notes== |
== Notes == |
||
{{notelist}} |
|||
<references/> |
|||
== |
== Citations == |
||
{{reflist}} |
|||
;General references |
|||
*{{citation|last= Howie|first= John M.|authorlink=John Mackintosh Howie|title=Fundamentals of Semigroup Theory|year=1995|publisher=[[Clarendon Press]]|isbn=0-19-851194-9}} |
|||
* {{citation|title=The algebraic theory of semigroups, volume 1|first1=A. H.|last1=Clifford|authorlink1= Alfred H. Clifford |first2=G. B.|last2=Preston|authorlink2=Gordon Preston|publisher=American Mathematical Society|year=1961}}. |
|||
* {{citation|title=The algebraic theory of semigroups, volume 2|first1=A. H.|last1=Clifford|authorlink1= Alfred H. Clifford |first2=G. B.|last2=Preston|authorlink2=Gordon Preston|publisher=American Mathematical Society|year=1967}}. |
|||
* {{citation|title=Semigroups: an introduction to the structure theory|first=Pierre Antoine|last=Grillet|publisher=Marcel Dekker, Inc.|year=1995}}. |
|||
== References == |
|||
;Specific references |
|||
{{refbegin}} |
|||
=== General references === |
|||
* {{Cite book|last= Howie|first= John M.|author-link=John Mackintosh Howie|title=Fundamentals of Semigroup Theory|year=1995|publisher=Clarendon Press|isbn=978-0-19-851194-6|zbl=0835.20077}} |
|||
* {{Cite book|first1=Alfred Hoblitzelle |last1=Clifford |first2=Gordon Bamford |last2=Preston |title=The Algebraic Theory of Semigroups |url=https://books.google.com/books?id=4vXG2rjCUmUC |year=1961 |publisher=American Mathematical Society |isbn=978-0-8218-0271-7 |volume=1 |author-link1= Alfred H. Clifford |author-link2=Gordon Preston |zbl=0111.03403}} |
|||
* {{Cite book|last1=Clifford|first1=Alfred Hoblitzelle|url=https://books.google.com/books?id=756KAwAAQBAJ|title=The algebraic theory of semigroups|last2=Preston|first2=Gordon Bamford|publisher=[[American Mathematical Society]]|year=2010|isbn=978-0-8218-0272-4|volume=2|author-link=Alfred H. Clifford|author-link2=Gordon Preston|orig-year=1967}} |
|||
* {{Cite book|first=Pierre Antoine|last=Grillet|title=Semigroups: An Introduction to the Structure Theory|url=https://books.google.com/books?id=yM544W1N2UUC|year=1995|publisher=Marcel Dekker|isbn=978-0-8247-9662-4|zbl=0830.20079}} |
|||
* {{Cite book|first=Pierre Antoine|last=Grillet|title=Commutative Semigroups|url=https://books.google.com/books?id=7QOOxYbCpggC|year=2001|publisher=Springer Verlag|isbn=978-0-7923-7067-3|zbl=1040.20048}} |
|||
* {{Cite journal|last=Hollings|first=Christopher|date=2009|title=The Early Development of the Algebraic Theory of Semigroups|journal=[[Archive for History of Exact Sciences]]|volume=63|issue=5 |pages=497–536|doi=10.1007/s00407-009-0044-3|s2cid=123422715 }} |
|||
* {{Cite book|first=Christopher |last=Hollings|title=Mathematics across the Iron Curtain: A History of the Algebraic Theory of Semigroups|year=2014|publisher=American Mathematical Society|isbn=978-1-4704-1493-1|zbl=1317.20001}} |
|||
* {{Cite book|first=Mario |last=Petrich|title=Introduction to Semigroups|year=1973|publisher=Charles E. Merrill|isbn=978-0-675-09062-9|zbl=0321.20037}} |
|||
=== Specific references === |
|||
<!-- there's not enough here about connections with automata to use these as references. |
<!-- there's not enough here about connections with automata to use these as references. |
||
*{{ |
* {{cite book|last=Eilenberg|first=Samuel|authorlink=Samuel Eilenberg|title=Automata, Languages, and Machines |volume=A |publisher=[[Academic Press]]|year= 1973|isbn=0-12-234001-9}} |
||
*{{ |
* {{cite book|last=Eilenberg|first=Samuel|author-link=Samuel Eilenberg|title=Automata, Languages, and Machines |volume=B|publisher=Academic Press|year= 1976|isbn=0-12-234002-7}} |
||
--> |
--> |
||
* {{ |
* {{cite book| last1=Feller | first1=William | author1-link=William Feller | title=An introduction to probability theory and its applications |volume=II | publisher=Wiley |edition=2nd | mr=0270403 | year=1971}} |
||
*{{ |
* {{cite book| last1=Hille | first1=Einar | author-link1=Einar Hille | last2=Phillips | first2=Ralph S. | author-link2=Ralph Phillips (mathematician) | title=Functional analysis and semi-groups | publisher=[[American Mathematical Society]] | mr=0423094 | year=1974 |isbn=978-0821874646 |url=https://books.google.com/books?id=gf2VAwAAQBAJ}} |
||
* {{cite journal| last1=Suschkewitsch | first1=Anton | author-link=Anton Sushkevich |title=Über die endlichen Gruppen ohne das Gesetz der eindeutigen Umkehrbarkeit | doi=10.1007/BF01459084 | mr=1512437 | year=1928 | journal=[[Mathematische Annalen]] | issn=0025-5831 | volume=99 | issue=1 | pages=30–50| hdl=10338.dmlcz/100078 | s2cid=121081075 | hdl-access=free }} |
|||
* {{cite book|first=Shmuel |last=Kantorovitz |title=Topics in Operator Semigroups |url=https://books.google.com/books?id=bQdLAAAAQBAJ&pg=PP5 |year=2009 |publisher=Springer |isbn=978-0-8176-4932-6 |zbl=1187.47003}} |
|||
* {{Cite book| last=Jacobson| first=Nathan| author-link=Nathan Jacobson| year=2009| title=Basic algebra| edition=2nd| volume = 1 | publisher=Dover| isbn = 978-0-486-47189-1}} |
|||
* {{cite book|last1=Lawson|first1=Mark V.|title=Inverse semigroups: the theory of partial symmetries|year=1998|publisher=World Scientific|isbn=978-981-02-3316-7|zbl=1079.20505}} |
|||
* {{cite book| last=Lothaire | first=M. | author-link=M. Lothaire | title=Algebraic combinatorics on words | orig-year=2002 | series=Encyclopedia of Mathematics and Its Applications | volume=90| publisher=Cambridge University Press | year=2011 | isbn=978-0-521-18071-9 | zbl=1221.68183 }} |
|||
{{refend}} |
|||
[[Category:Semigroup theory |
[[Category:Semigroup theory]] |
||
[[Category:Algebraic structures]] |
[[Category:Algebraic structures]] |
||
[[ar:نصف زمرة]] |
|||
[[cs:Pologrupa]] |
|||
[[de:Halbgruppe]] |
|||
[[es:Semigrupo]] |
|||
[[eo:Duongrupo (algebro)]] |
|||
[[fr:Semi-groupe]] |
|||
[[ko:반군 (수학)]] |
|||
[[hr:Polugrupa]] |
|||
[[it:Semigruppo]] |
|||
[[he:חבורה למחצה]] |
|||
[[hu:Félcsoport]] |
|||
[[nl:Halfgroep]] |
|||
[[ja:半群]] |
|||
[[nn:Semigruppe]] |
|||
[[pms:Semistrop]] |
|||
[[pl:Półgrupa]] |
|||
[[pt:Semigrupo]] |
|||
[[ro:Semigrup]] |
|||
[[ru:Полугруппа]] |
|||
[[sk:Asociatívny grupoid]] |
|||
[[sl:Polgrupa]] |
|||
[[sr:Полугрупа]] |
|||
[[fi:Puoliryhmä]] |
|||
[[sv:Semigrupp]] |
|||
[[tr:Yarı öbek]] |
|||
[[uk:Напівгрупа]] |
|||
[[zh:半群]] |
Latest revision as of 19:14, 13 December 2024
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 (just notation, not necessarily the elementary arithmetic multiplication): x ⋅ y, or simply xy, denotes the result of applying the semigroup operation to the ordered pair (x, y). Associativity is formally expressed as that (x ⋅ y) ⋅ z = x ⋅ (y ⋅ z) for all x, y and z in the semigroup.
Semigroups may be considered a special case of magmas, where the operation is associative, or as a generalization of groups, without requiring the existence of an identity element or inverses.[a] As in the case of groups or magmas, the semigroup operation need not be commutative, so x ⋅ y is not necessarily equal to y ⋅ x; a well-known example of an operation that is associative but non-commutative is matrix multiplication. If the semigroup operation is commutative, then the semigroup is called a commutative semigroup or (less often than in the analogous case of groups) it may be called an abelian semigroup.
A monoid is an algebraic structure intermediate between semigroups and groups, and is a semigroup having an identity element, thus obeying all but one of the axioms of a group: existence of inverses is not required of a monoid. A natural example is strings with concatenation as the binary operation, and the empty string as the identity element. Restricting to non-empty strings gives an example of a semigroup that is not a monoid. Positive integers with addition form a commutative semigroup that is not a monoid, whereas the non-negative integers do form a monoid. A semigroup without an identity element can be easily turned into a monoid by just adding an identity element. Consequently, monoids are studied in the theory of semigroups rather than in group theory. Semigroups should not be confused with quasigroups, which are generalization of groups in a different direction; the operation in a quasigroup need not be associative but quasigroups preserve from groups the notion of division. Division in semigroups (or in monoids) is not possible in general.
The formal study of semigroups began in the early 20th century. Early results include a Cayley theorem for semigroups realizing any semigroup as a transformation semigroup, in which arbitrary functions replace the role of bijections in group theory. A deep result in the classification of finite semigroups is Krohn–Rhodes theory, analogous to the Jordan–Hölder decomposition for finite groups. Some other techniques for studying semigroups, like Green's relations, do not resemble anything in group theory.
The theory of finite semigroups has been of particular importance in theoretical computer science since the 1950s because of the natural link between finite semigroups and finite automata via the syntactic monoid. In probability theory, semigroups are associated with Markov processes.[1] In other areas of applied mathematics, semigroups are fundamental models for linear time-invariant systems. In partial differential equations, a semigroup is associated to any equation whose spatial evolution is independent of time.
There are numerous special classes of semigroups, semigroups with additional properties, which appear in particular applications. Some of these classes are even closer to groups by exhibiting some additional but not all properties of a group. Of these we mention: regular semigroups, orthodox semigroups, semigroups with involution, inverse semigroups and cancellative semigroups. There are also interesting classes of semigroups that do not contain any groups except the trivial group; examples of the latter kind are bands and their commutative subclass – semilattices, which are also ordered algebraic structures.
Algebraic structures |
---|
Definition
[edit]A semigroup is a set S together with a binary operation ⋅ (that is, a function ⋅ : S × S → S) that satisfies the associative property:
- For all a, b, c ∈ S, the equation (a ⋅ b) ⋅ c = a ⋅ (b ⋅ c) holds.
More succinctly, a semigroup is an associative magma.
Examples of semigroups
[edit]- Empty semigroup: the empty set forms a semigroup with the empty function as the binary operation.
- Semigroup with one element: there is essentially only one (specifically, only one up to isomorphism), the singleton {a} with operation a · a = a.
- Semigroup with two elements: there are five that are essentially different.
- A null semigroup on any nonempty set with a chosen zero, or a left/right zero semigroup on any set.
- The "flip-flop" monoid: a semigroup with three elements representing the three operations on a switch – set, reset, and do nothing.
- The set of positive integers with addition. (With 0 included, this becomes a monoid.)
- The set of integers with minimum or maximum. (With positive/negative infinity included, this becomes a monoid.)
- Square nonnegative matrices of a given size 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 the operation. This is called a convolution semigroup.
- Transformation semigroups and monoids.
- The set of continuous functions from a topological space to itself with composition of functions forms a monoid with the identity function acting as the identity. More generally, the endomorphisms of any object of a category form a monoid under composition.
- The product of faces of an arrangement of hyperplanes.
Basic concepts
[edit]Identity and zero
[edit]A left identity of a semigroup S (or more generally, magma) is an element e such that for all x in S, e ⋅ x = x. Similarly, a right identity is an element f such that for all x in S, x ⋅ f = x. Left and right identities are both called one-sided identities. A semigroup may have one or more left identities but no right identity, and vice versa.
A two-sided identity (or just identity) is an element that is both a left and right identity. Semigroups with a two-sided identity are called monoids. A semigroup may have at most one two-sided identity. If a semigroup has a two-sided identity, then the two-sided identity is the only one-sided identity in the semigroup. If a semigroup has both a left identity and a right identity, then it has a two-sided identity (which is therefore the unique one-sided identity).
A semigroup S without identity may be embedded in a monoid formed by adjoining an element e ∉ S to S and defining e ⋅ s = s ⋅ e = s for all s ∈ S ∪ {e}.[2][3] The notation S1 denotes a monoid obtained from S by adjoining an identity if necessary (S1 = S for a monoid).[3]
Similarly, every magma has at most one absorbing element, which in semigroup theory is called a zero. Analogous to the above construction, for every semigroup S, one can define S0, a semigroup with 0 that embeds S.
Subsemigroups and ideals
[edit]The semigroup operation induces an operation on the collection of its subsets: given subsets A and B of a semigroup S, their product A · B, written commonly as AB, is the set { ab | a in A and b in B }. (This notion is defined identically as it is for groups.) In terms of this operation, a subset A is called
- a subsemigroup if AA is a subset of A,
- a right ideal if AS is a subset of A, and
- 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).
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.
An example of a 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, a set of five equivalence relations that characterise the elements in terms of the principal ideals they generate, are important tools for analysing the ideals of a semigroup and related notions of structure.
The subset with the property that every element commutes with any other element of the semigroup is called the center of the semigroup.[4] The center of a semigroup is actually a subsemigroup.[5]
Homomorphisms and congruences
[edit]A semigroup homomorphism is a function that preserves semigroup structure. A function f : S → T between two semigroups is a homomorphism if the equation
- f(ab) = f(a)f(b).
holds for all elements a, b in S, i.e. the result is the same when performing the semigroup operation after or before applying the map f.
A semigroup homomorphism between monoids preserves identity if it is a monoid homomorphism. But there are semigroup homomorphisms that are not monoid homomorphisms, e.g. the canonical embedding of a semigroup S without identity into S1. Conditions characterizing monoid homomorphisms are discussed further. Let f : S0 → S1 be a semigroup homomorphism. The image of f is also a semigroup. If S0 is a monoid with an identity element e0, then f(e0) is the identity element in the image of f. If S1 is also a monoid with an identity element e1 and e1 belongs to the image of f, then f(e0) = e1, i.e. f is a monoid homomorphism. Particularly, if f is surjective, then it is a monoid homomorphism.
Two semigroups S and T are said to be isomorphic if there exists a bijective semigroup homomorphism f : S → T. Isomorphic semigroups have the same structure.
A semigroup congruence ~ is an equivalence relation that is compatible with the semigroup operation. That is, a subset ~ ⊆ S × S that is an equivalence relation and x ~ y and u ~ v implies xu ~ yv for every x, y, u, v in S. Like any equivalence relation, a semigroup congruence ~ induces congruence classes
- [a]~ = {x ∈ S | x ~ a}
and the semigroup operation induces a binary operation ∘ on the congruence classes:
- [u]~ ∘ [v]~ = [uv]~
Because ~ is a congruence, the set of all congruence classes of ~ forms a semigroup with ∘, called the quotient semigroup or factor semigroup, and denoted S / ~. The mapping x ↦ [x]~ is a semigroup homomorphism, called the quotient map, canonical surjection or projection; if S is a monoid then quotient semigroup is a monoid with identity [1]~. Conversely, the kernel of any semigroup homomorphism is a semigroup congruence. These results are nothing more than a particularization of the first isomorphism theorem in universal algebra. Congruence classes and factor monoids are the objects of study in string rewriting systems.
A nuclear congruence on S is one that is the kernel of an endomorphism of S.[6]
A semigroup S satisfies the maximal condition on congruences if any family of congruences on S, ordered by inclusion, has a maximal element. By Zorn's lemma, this is equivalent to saying that the ascending chain condition holds: there is no infinite strictly ascending chain of congruences on S.[7]
Every ideal I of a semigroup induces a factor semigroup, the Rees factor semigroup, via the congruence ρ defined by x ρ y if either x = y, or both x and y are in I.
Quotients and divisions
[edit]The following notions[8] introduce the idea that a semigroup is contained in another one.
A semigroup T is a quotient of a semigroup S if there is a surjective semigroup morphism from S to T. For example, (Z/2Z, +) is a quotient of (Z/4Z, +), using the morphism consisting of taking the remainder modulo 2 of an integer.
A semigroup T divides a semigroup S, denoted T ≼ S if T is a quotient of a subsemigroup S. In particular, subsemigroups of S divides T, while it is not necessarily the case that there are a quotient of S.
Both of those relations are transitive.
Structure of semigroups
[edit]For any subset A of S there is a smallest subsemigroup T of S that contains A, and we say that A generates T. A single element x of S generates the subsemigroup { xn | n ∈ Z+ }. 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 that 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. The number of finite semigroups of a given size (greater than 1) is (obviously) larger than the number of groups of the same size. For example, of the sixteen possible "multiplication tables" for a set of two elements {a, b}, eight form semigroups[b] whereas only four of these are monoids and only two form groups. For more on the structure of finite semigroups, see Krohn–Rhodes theory.
Special classes of semigroups
[edit]- A monoid is a semigroup with an identity element.
- A group is a monoid in which every element has an inverse element.
- A subsemigroup is a subset of a semigroup that is closed under the semigroup operation.
- A cancellative semigroup is one having the cancellation property:[9] a · b = a · c implies b = c and similarly for b · a = c · a. Every group is a cancellative semigroup, and every finite cancellative semigroup is a group.
- A band is a semigroup whose operation is idempotent.
- A semilattice is a semigroup whose operation is idempotent and commutative.
- 0-simple semigroups.
- Transformation semigroups: any finite semigroup S can be represented by transformations of a (state-) set Q of at most |S| + 1 states. Each element x of S then maps Q into itself x : Q → Q and sequence xy is defined by q(xy) = (qx)y for each q in Q. Sequencing clearly is an associative operation, here equivalent to function composition. This representation is basic for any automaton or finite-state machine (FSM).
- The bicyclic semigroup is in fact a monoid, which can be described as the free semigroup on two generators p and q, under the relation pq = 1.
- C0-semigroups.
- Regular semigroups. Every element x has at least one inverse y that satisfies xyx = x and yxy = y; the elements x and y are sometimes called "mutually inverse".
- Inverse semigroups are regular semigroups where every element has exactly one inverse. Alternatively, a regular semigroup is inverse if and only if any two idempotents commute.
- Affine semigroup: a semigroup that is isomorphic to a finitely-generated subsemigroup of Zd. These semigroups have applications to commutative algebra.
Structure theorem for commutative semigroups
[edit]There is a structure theorem for commutative semigroups in terms of semilattices.[10] A semilattice (or more precisely a meet-semilattice) (L, ≤) is a partially ordered set where every pair of elements a, b ∈ L has a greatest lower bound, denoted a ∧ b. The operation ∧ makes L into a semigroup that satisfies the additional idempotence law a ∧ a = a.
Given a homomorphism f : S → L from an arbitrary semigroup to a semilattice, each inverse image Sa = f−1{a} is a (possibly empty) semigroup. Moreover, S becomes graded by L, in the sense that SaSb ⊆ Sa∧b.
If f is onto, the semilattice L is isomorphic to the quotient of S by the equivalence relation ~ such that x ~ y if and only if f(x) = f(y). This equivalence relation is a semigroup congruence, as defined above.
Whenever we take the quotient of a commutative semigroup by a congruence, we get another commutative semigroup. The structure theorem says that for any commutative semigroup S, there is a finest congruence ~ such that the quotient of S by this equivalence relation is a semilattice. Denoting this semilattice by L, we get a homomorphism f from S onto L. As mentioned, S becomes graded by this semilattice.
Furthermore, the components Sa are all Archimedean semigroups. An Archimedean semigroup is one where given any pair of elements x, y , there exists an element z and n > 0 such that xn = yz.
The Archimedean property follows immediately from the ordering in the semilattice L, since with this ordering we have f(x) ≤ f(y) if and only if xn = yz for some z and n > 0.
Group of fractions
[edit]The group of fractions or group completion of a semigroup S is the group G = G(S) generated by the elements of S as generators and all equations xy = z that hold true in S as relations.[11] There is an obvious semigroup homomorphism j : S → G(S) that sends each element of S to the corresponding generator. This has a universal property for morphisms from S to a group:[12] given any group H and any semigroup homomorphism k : S → H, there exists a unique group homomorphism f : G → H with k = fj. We may think of G as the "most general" group that contains a homomorphic image of S.
An important question is to characterize those semigroups for which this map is an embedding. This need not always be the case: for example, take S to be the semigroup of subsets of some set X with set-theoretic intersection as the binary operation (this is an example of a semilattice). Since A.A = A holds for all elements of S, this must be true for all generators of G(S) as well, which is therefore the trivial group. It is clearly necessary for embeddability that S have the cancellation property. When S is commutative this condition is also sufficient[13] and the Grothendieck group of the semigroup provides a construction of the group of fractions. The problem for non-commutative semigroups can be traced to the first substantial paper on semigroups.[14][15] Anatoly Maltsev gave necessary and sufficient conditions for embeddability in 1937.[16]
Semigroup methods in partial differential equations
[edit]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 = L2((0, 1) R) be the Lp space of square-integrable real-valued functions with domain the interval (0, 1) and let A be the second-derivative operator with domain
where H2 is a Sobolev space. 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
[edit]The study of semigroups trailed behind that of other algebraic structures with more complex axioms such as groups or rings. A number of sources[17][18] 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.
Anton Sushkevich obtained 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.[18] 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 two-volume monograph on semigroup theory in 1961 and 1967 respectively. In 1970, a new periodical called Semigroup Forum (currently edited by Springer Verlag) became one of the few mathematical journals devoted entirely to semigroup theory.
The representation theory of semigroups was developed in 1963 by Boris Schein using binary relations on a set A and composition of relations for the semigroup product.[19] At an algebraic conference in 1972 Schein surveyed the literature on BA, the semigroup of relations on A.[20] In 1997 Schein and Ralph McKenzie proved that every semigroup is isomorphic to a transitive semigroup of binary relations.[21]
In recent years researchers in the field have become more specialized with dedicated monographs appearing on important classes of semigroups, like inverse semigroups, as well as monographs focusing on applications in algebraic automata theory, particularly for finite automata, and also in functional analysis.
Generalizations
[edit]Total | Associative | Identity | Divisible | Commutative | |
---|---|---|---|---|---|
Partial magma | Unneeded | Unneeded | Unneeded | Unneeded | Unneeded |
Semigroupoid | Unneeded | Required | Unneeded | Unneeded | Unneeded |
Small category | Unneeded | Required | Required | Unneeded | Unneeded |
Groupoid | Unneeded | Required | Required | Required | Unneeded |
Commutative groupoid | Unneeded | Required | Required | Required | Required |
Magma | Required | Unneeded | Unneeded | Unneeded | Unneeded |
Commutative magma | Required | Unneeded | Unneeded | Unneeded | Required |
Quasigroup | Required | Unneeded | Unneeded | Required | Unneeded |
Commutative quasigroup | Required | Unneeded | Unneeded | Required | Required |
Unital magma | Required | Unneeded | Required | Unneeded | Unneeded |
Commutative unital magma | Required | Unneeded | Required | Unneeded | Required |
Loop | Required | Unneeded | Required | Required | Unneeded |
Commutative loop | Required | Unneeded | Required | Required | Required |
Semigroup | Required | Required | Unneeded | Unneeded | Unneeded |
Commutative semigroup | Required | Required | Unneeded | Unneeded | Required |
Associative quasigroup | Required | Required | Unneeded | Required | Unneeded |
Commutative-and-associative quasigroup | Required | Required | Unneeded | Required | Required |
Monoid | Required | Required | Required | Unneeded | Unneeded |
Commutative monoid | Required | Required | Required | Unneeded | Required |
Group | Required | Required | Required | Required | Unneeded |
Abelian group | Required | Required | Required | Required | Required |
If the associativity axiom of a semigroup is dropped, the result is a magma, which is nothing more than a set M equipped with a binary operation that is closed M × M → M.
Generalizing in a different direction, an n-ary semigroup (also n-semigroup, polyadic semigroup or multiary semigroup) is a generalization of a semigroup to a set G with a n-ary operation instead of a binary operation.[22] The associative law is generalized as follows: ternary associativity is (abc)de = a(bcd)e = ab(cde), i.e. the string abcde with any three adjacent elements bracketed. n-ary associativity is a string of length n + (n − 1) with any n adjacent elements bracketed. A 2-ary semigroup is just a semigroup. Further axioms lead to an n-ary group.
A third generalization is the semigroupoid, in which the requirement that the binary relation be total is lifted. As categories generalize monoids in the same way, a semigroupoid behaves much like a category but lacks identities.
Infinitary generalizations of commutative semigroups have sometimes been considered by various authors.[c]
See also
[edit]- Absorbing element
- Biordered set
- Compact semigroup
- Empty semigroup
- Generalized inverse
- Identity element
- Light's associativity test
- Principal factor
- Quantum dynamical semigroup
- Semigroup ring
- Weak inverse
Notes
[edit]- ^ The closure axiom is implied by the definition of a binary operation on a set. Some authors thus omit it and specify three axioms for a group and only one axiom (associativity) for a semigroup.
- ^ Namely: the trivial semigroup in which (for all x and y) xy = a and its counterpart in which xy = b, the semigroups based on multiplication modulo 2 (choosing a or b as the identity element 1), the groups equivalent to addition modulo 2 (choosing a or b to be the identity element 0), and the semigroups in which the elements are either both left identities or both right identities.
- ^ See references in Udo Hebisch and Hanns Joachim Weinert, Semirings and Semifields, in particular, Section 10, Semirings with infinite sums, in M. Hazewinkel, Handbook of Algebra, Vol. 1, Elsevier, 1996. Notice that in this context the authors use the term semimodule in place of semigroup.
Citations
[edit]- ^ Feller 1971
- ^ Jacobson 2009, p. 30, ex. 5
- ^ a b Lawson 1998, p. 20
- ^ Kilp, Mati; Knauer, U.; Mikhalev, Aleksandr V. (2000). Monoids, Acts, and Categories: With Applications to Wreath Products and Graphs : a Handbook for Students and Researchers. Walter de Gruyter. p. 25. ISBN 978-3-11-015248-7. Zbl 0945.20036.
- ^ Li͡apin, E. S. (1968). Semigroups. American Mathematical Soc. p. 96. ISBN 978-0-8218-8641-0.
- ^ Lothaire 2011, p. 463
- ^ Lothaire 2011, p. 465
- ^ Pin, Jean-Éric (November 30, 2016). Mathematical Foundations of Automata Theory (PDF). p. 19.
- ^ Clifford & Preston 2010, p. 3
- ^ Grillet 2001
- ^ Farb, B. (2006). Problems on mapping class groups and related topics. Amer. Math. Soc. p. 357. ISBN 978-0-8218-3838-9.
- ^ Auslander, M.; Buchsbaum, D. A. (1974). Groups, rings, modules. Harper & Row. p. 50. ISBN 978-0-06-040387-4.
- ^ Clifford & Preston 1961, p. 34
- ^ Suschkewitsch 1928
- ^ Preston, G. B. (1990). Personal reminiscences of the early history of semigroups. Archived from the original on 2009-01-09. Retrieved 2009-05-12.
- ^ Maltsev, A. (1937). "On the immersion of an algebraic ring into a field". Math. Annalen. 113: 686–691. doi:10.1007/BF01571659. S2CID 122295935.
- ^ "Earliest Known Uses of Some of the Words of Mathematics".
- ^ a b "An account of Suschkewitsch's paper by Christopher Hollings" (PDF). Archived from the original (PDF) on 2009-10-25.
- ^ B. M. Schein (1963) "Representations of semigroups by means of binary relations" (Russian), Matematicheskii Sbornik 60: 292–303 MR0153760
- ^ B. M. Schein (1972) Miniconference on semigroup Theory, MR0401970
- ^ B. M. Schein & R. McKenzie (1997) "Every semigroup is isomorphic to a transitive semigroup of binary relations", Transactions of the American Mathematical Society 349(1): 271–85 MR1370647
- ^ Dudek, W.A. (2001). "On some old problems in n-ary groups". Quasigroups and Related Systems. 8: 15–36. Archived from the original on 2009-07-14.
References
[edit]General references
[edit]- Howie, John M. (1995). Fundamentals of Semigroup Theory. Clarendon Press. ISBN 978-0-19-851194-6. Zbl 0835.20077.
- Clifford, Alfred Hoblitzelle; Preston, Gordon Bamford (1961). The Algebraic Theory of Semigroups. Vol. 1. American Mathematical Society. ISBN 978-0-8218-0271-7. Zbl 0111.03403.
- Clifford, Alfred Hoblitzelle; Preston, Gordon Bamford (2010) [1967]. The algebraic theory of semigroups. Vol. 2. American Mathematical Society. ISBN 978-0-8218-0272-4.
- Grillet, Pierre Antoine (1995). Semigroups: An Introduction to the Structure Theory. Marcel Dekker. ISBN 978-0-8247-9662-4. Zbl 0830.20079.
- Grillet, Pierre Antoine (2001). Commutative Semigroups. Springer Verlag. ISBN 978-0-7923-7067-3. Zbl 1040.20048.
- Hollings, Christopher (2009). "The Early Development of the Algebraic Theory of Semigroups". Archive for History of Exact Sciences. 63 (5): 497–536. doi:10.1007/s00407-009-0044-3. S2CID 123422715.
- Hollings, Christopher (2014). Mathematics across the Iron Curtain: A History of the Algebraic Theory of Semigroups. American Mathematical Society. ISBN 978-1-4704-1493-1. Zbl 1317.20001.
- Petrich, Mario (1973). Introduction to Semigroups. Charles E. Merrill. ISBN 978-0-675-09062-9. Zbl 0321.20037.
Specific references
[edit]- Feller, William (1971). An introduction to probability theory and its applications. Vol. II (2nd ed.). Wiley. MR 0270403.
- Hille, Einar; Phillips, Ralph S. (1974). Functional analysis and semi-groups. American Mathematical Society. ISBN 978-0821874646. MR 0423094.
- Suschkewitsch, Anton (1928). "Über die endlichen Gruppen ohne das Gesetz der eindeutigen Umkehrbarkeit". Mathematische Annalen. 99 (1): 30–50. doi:10.1007/BF01459084. hdl:10338.dmlcz/100078. ISSN 0025-5831. MR 1512437. S2CID 121081075.
- Kantorovitz, Shmuel (2009). Topics in Operator Semigroups. Springer. ISBN 978-0-8176-4932-6. Zbl 1187.47003.
- Jacobson, Nathan (2009). Basic algebra. Vol. 1 (2nd ed.). Dover. ISBN 978-0-486-47189-1.
- Lawson, Mark V. (1998). Inverse semigroups: the theory of partial symmetries. World Scientific. ISBN 978-981-02-3316-7. Zbl 1079.20505.
- Lothaire, M. (2011) [2002]. Algebraic combinatorics on words. Encyclopedia of Mathematics and Its Applications. Vol. 90. Cambridge University Press. ISBN 978-0-521-18071-9. Zbl 1221.68183.