In abstract algebra, the free monoid on a set is the monoid whose elements are all the finite sequences (or strings) of zero or more elements from that set, with string concatenation as the monoid operation and with the unique sequence of zero elements, often called the empty string and denoted by ε or λ, as the identity element. The free monoid on a set A is usually denoted A. The free semigroup on A is the subsemigroup of A containing all elements except the empty string. It is usually denoted A+.[1][2]

More generally, an abstract monoid (or semigroup) S is described as free if it is isomorphic to the free monoid (or semigroup) on some set.[3]

As the name implies, free monoids and semigroups are those objects which satisfy the usual universal property defining free objects, in the respective categories of monoids and semigroups. It follows that every monoid (or semigroup) arises as a homomorphic image of a free monoid (or semigroup). The study of semigroups as images of free semigroups is called combinatorial semigroup theory.

Free monoids (and monoids in general) are associative, by definition; that is, they are written without any parenthesis to show grouping or order of operation. The non-associative equivalent is the free magma.

Examples edit

Natural numbers edit

The monoid (N0,+) of natural numbers (including zero) under addition is a free monoid on a singleton free generator, in this case the natural number 1. According to the formal definition, this monoid consists of all sequences like "1", "1+1", "1+1+1", "1+1+1+1", and so on, including the empty sequence. Mapping each such sequence to its evaluation result[4] and the empty sequence to zero establishes an isomorphism from the set of such sequences to N0. This isomorphism is compatible with "+", that is, for any two sequences s and t, if s is mapped (i.e. evaluated) to a number m and t to n, then their concatenation s+t is mapped to the sum m+n.

Kleene star edit

In formal language theory, usually a finite set of "symbols" A (sometimes called the alphabet) is considered. A finite sequence of symbols is called a "word over A", and the free monoid A is called the "Kleene star of A". Thus, the abstract study of formal languages can be thought of as the study of subsets of finitely generated free monoids.

For example, assuming an alphabet A = {a, b, c}, its Kleene star A contains all concatenations of a, b, and c:

{ε, a, ab, ba, caa, cccbabbc, ...}.

If A is any set, the word length function on A is the unique monoid homomorphism from A to (N0,+) that maps each element of A to 1. A free monoid is thus a graded monoid.[5] (A graded monoid   is a monoid that can be written as  . Each   is a grade; the grading here is just the length of the string. That is,   contains those strings of length   The   symbol here can be taken to mean "set union"; it is used instead of the symbol   because, in general, set unions might not be monoids, and so a distinct symbol is used. By convention, gradations are always written with the   symbol.)

There are deep connections between the theory of semigroups and that of automata. For example, every formal language has a syntactic monoid that recognizes that language. For the case of a regular language, that monoid is isomorphic to the transition monoid associated to the semiautomaton of some deterministic finite automaton that recognizes that language. The regular languages over an alphabet A are the closure of the finite subsets of A*, the free monoid over A, under union, product, and generation of submonoid.[6]

For the case of concurrent computation, that is, systems with locks, mutexes or thread joins, the computation can be described with history monoids and trace monoids. Roughly speaking, elements of the monoid can commute, (e.g. different threads can execute in any order), but only up to a lock or mutex, which prevent further commutation (e.g. serialize thread access to some object).

Conjugate words edit

 
Example for 1st case of equidivisibility: m="UNCLE", n="ANLY", p="UN", q="CLEANLY", and s="CLE"

We define a pair of words in A of the form uv and vu as conjugate: the conjugates of a word are thus its circular shifts.[7] Two words are conjugate in this sense if they are conjugate in the sense of group theory as elements of the free group generated by A.[8]

Equidivisibility edit

A free monoid is equidivisible: if the equation mn = pq holds, then there exists an s such that either m = ps, sn = q (example see image) or ms = p, n = sq.[9] This result is also known as Levi's lemma.[10]

A monoid is free if and only if it is graded (in the strong sense that only the identity has gradation 0) and equidivisible.[9]

Free generators and rank edit

The members of a set A are called the free generators for A and A+. The superscript * is then commonly understood to be the Kleene star. More generally, if S is an abstract free monoid (semigroup), then a set of elements which maps onto the set of single-letter words under an isomorphism to a monoid A (semigroup A+) is called a set of free generators for S.

Each free monoid (or semigroup) S has exactly one set of free generators, the cardinality of which is called the rank of S.

Two free monoids or semigroups are isomorphic if and only if they have the same rank. In fact, every set of generators for a free monoid or semigroup S contains the free generators, since a free generator has word length 1 and hence can only be generated by itself. It follows that a free semigroup or monoid is finitely generated if and only if it has finite rank.

A submonoid N of A is stable if u, v, ux, xv in N together imply x in N.[11] A submonoid of A is stable if and only if it is free.[12] For example, using the set of bits { "0", "1" } as A, the set N of all bit strings containing an even number of "1"s is a stable submonoid because if u contains an even number of "1"s, and ux as well, then x must contain an even number of "1"s, too. While N cannot be freely generated by any set of single bits, it can be freely generated by the set of bit strings { "0", "11", "101", "1001", "10001", ... } – the set of strings of the form "10n1" for some nonnegative integer n (along with the string "0").

Codes edit

A set of free generators for a free monoid P is referred to as a basis for P: a set of words C is a code if C* is a free monoid and C is a basis.[3] A set X of words in A is a prefix, or has the prefix property, if it does not contain a proper (string) prefix of any of its elements. Every prefix in A+ is a code, indeed a prefix code.[3][13]

A submonoid N of A is right unitary if x, xy in N implies y in N. A submonoid is generated by a prefix if and only if it is right unitary.[14]

Factorization edit

A factorization of a free monoid is a sequence of subsets of words with the property that every word in the free monoid can be written as a concatenation of elements drawn from the subsets. The Chen–Fox–Lyndon theorem states that the Lyndon words furnish a factorization. More generally, Hall words provide a factorization; the Lyndon words are a special case of the Hall words.

Free hull edit

The intersection of free submonoids of a free monoid A is again free.[15][16] If S is a subset of a free monoid A* then the intersection of all free submonoids of A* containing S is well-defined, since A* itself is free, and contains S; it is a free monoid and called the free hull of S. A basis for this intersection is a code.

The defect theorem[15][16][17] states that if X is finite and C is the basis of the free hull of X, then either X is a code and C = X, or

|C| ≤ |X| − 1 .

Morphisms edit

A monoid morphism f from a free monoid B to a monoid M is a map such that f(xy) = f(x)⋅f(y) for words x,y and f(ε) = ι, where ε and ι denote the identity elements of B and M, respectively. The morphism f is determined by its values on the letters of B and conversely any map from B to M extends to a morphism. A morphism is non-erasing[18] or continuous[19] if no letter of B maps to ι and trivial if every letter of B maps to ι.[20]

A morphism f from a free monoid B to a free monoid A is total if every letter of A occurs in some word in the image of f; cyclic[20] or periodic[21] if the image of f is contained in {w} for some word w of A. A morphism f is k-uniform if the length |f(a)| is constant and equal to k for all a in A.[22][23] A 1-uniform morphism is strictly alphabetic[19] or a coding.[24]

A morphism f from a free monoid B to a free monoid A is simplifiable if there is an alphabet C of cardinality less than that of B such the morphism f factors through C, that is, it is the composition of a morphism from B to C and a morphism from that to A; otherwise f is elementary. The morphism f is called a code if the image of the alphabet B under f is a code. Every elementary morphism is a code.[25]

Test sets edit

For L a subset of B, a finite subset T of L is a test set for L if morphisms f and g on B agree on L if and only if they agree on T. The Ehrenfeucht conjecture is that any subset L has a test set:[26] it has been proved[27] independently by Albert and Lawrence; McNaughton; and Guba. The proofs rely on Hilbert's basis theorem.[28]

Map and fold edit

The computational embodiment of a monoid morphism is a map followed by a fold. In this setting, the free monoid on a set A corresponds to lists of elements from A with concatenation as the binary operation. A monoid homomorphism from the free monoid to any other monoid (M,•) is a function f such that

  • f(x1...xn) = f(x1) • ... • f(xn)
  • f() = e

where e is the identity on M. Computationally, every such homomorphism corresponds to a map operation applying f to all the elements of a list, followed by a fold operation which combines the results using the binary operator •. This computational paradigm (which can be generalized to non-associative binary operators) has inspired the MapReduce software framework.[citation needed]

Endomorphisms edit

An endomorphism of A is a morphism from A to itself.[29] The identity map I is an endomorphism of A, and the endomorphisms form a monoid under composition of functions.

An endomorphism f is prolongable if there is a letter a such that f(a) = as for a non-empty string s.[30]

String projection edit

The operation of string projection is an endomorphism. That is, given a letter a ∈ Σ and a string s ∈ Σ, the string projection pa(s) removes every occurrence of a from s; it is formally defined by

 

Note that string projection is well-defined even if the rank of the monoid is infinite, as the above recursive definition works for all strings of finite length. String projection is a morphism in the category of free monoids, so that

 

where   is understood to be the free monoid of all finite strings that don't contain the letter a. Projection commutes with the operation of string concatenation, so that   for all strings s and t. There are many right inverses to string projection, and thus it is a split epimorphism.

The identity morphism is   defined as   for all strings s, and  .

String projection is commutative, as clearly

 

For free monoids of finite rank, this follows from the fact that free monoids of the same rank are isomorphic, as projection reduces the rank of the monoid by one.

String projection is idempotent, as

 

for all strings s. Thus, projection is an idempotent, commutative operation, and so it forms a bounded semilattice or a commutative band.

The free commutative monoid edit

Given a set A, the free commutative monoid on A is the set of all finite multisets with elements drawn from A, with the monoid operation being multiset sum and the monoid unit being the empty multiset.

For example, if A = {a, b, c}, elements of the free commutative monoid on A are of the form

{ε, a, ab, a2b, ab3c4, ...}.

The fundamental theorem of arithmetic states that the monoid of positive integers under multiplication is a free commutative monoid on an infinite set of generators, the prime numbers.

The free commutative semigroup is the subset of the free commutative monoid that contains all multisets with elements drawn from A except the empty multiset.

The free partially commutative monoid, or trace monoid, is a generalization that encompasses both the free and free commutative monoids as instances. This generalization finds applications in combinatorics and in the study of parallelism in computer science.

See also edit

Notes edit

  1. ^ Lothaire (1997, pp. 2–3), [1]
  2. ^ Pytheas Fogg (2002, p. 2)
  3. ^ a b c Lothaire (1997, p. 5)
  4. ^ Since addition of natural numbers is associative, the result doesn't depend on the order of evaluation, thus ensuring the mapping to be well-defined.
  5. ^ Sakarovitch (2009) p.382
  6. ^ Borovik, Alexandre (2005-01-01). Groups, Languages, Algorithms: AMS-ASL Joint Special Session on Interactions Between Logic, Group Theory, and Computer Science, January 16-19, 2003, Baltimore, Maryland. American Mathematical Soc. ISBN 9780821836187.
  7. ^ Sakarovitch (2009) p.27
  8. ^ Pytheas Fogg (2002, p. 297)
  9. ^ a b Sakarovitch (2009) p.26
  10. ^ Aldo de Luca; Stefano Varricchio (1999). Finiteness and Regularity in Semigroups and Formal Languages. Springer Berlin Heidelberg. p. 2. ISBN 978-3-642-64150-3.
  11. ^ Berstel, Perrin & Reutenauer (2010, p. 61)
  12. ^ Berstel, Perrin & Reutenauer (2010, p. 62)
  13. ^ Berstel, Perrin & Reutenauer (2010, p. 58)
  14. ^ Lothaire (1997, p. 15)
  15. ^ a b Lothaire (1997, p. 6)
  16. ^ a b Lothaire (2011, p. 204)
  17. ^ Berstel, Perrin & Reutenauer (2010, p. 66)
  18. ^ Lothaire (1997, p. 7)
  19. ^ a b Sakarovitch (2009, p. 25)
  20. ^ a b Lothaire (1997, p. 164)
  21. ^ Salomaa (1981, p. 77)
  22. ^ Lothaire (2005, p. 522)
  23. ^ Berstel, Jean; Reutenauer, Christophe (2011). Noncommutative rational series with applications. Encyclopedia of Mathematics and Its Applications. Vol. 137. Cambridge: Cambridge University Press. p. 103. ISBN 978-0-521-19022-0. Zbl 1250.68007.
  24. ^ Allouche & Shallit (2003, p. 9)
  25. ^ Salomaa (1981, p. 72)
  26. ^ Lothaire (1997, pp. 178–179)
  27. ^ Lothaire (2011, p. 451)
  28. ^ Salomaa, A. (October 1985). "The Ehrenfeucht conjecture: A proof for language theorists". Bulletin of the EATCS (27): 71–82.
  29. ^ Lothaire (2011, p. 450)
  30. ^ Allouche & Shallit (2003) p.10

References edit

External links edit