Samiksha Jaiswal (Editor)

Syntactic monoid

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics and computer science, the syntactic monoid M(L) of a formal language L is the smallest monoid that recognizes the language L.

Contents

Syntactic quotient

The free monoid on a given set is the monoid whose elements are all the strings of zero or more elements from that set, with string concatenation as the monoid operation and the empty string as the identity element. Given a subset S of a free monoid M , one may define sets that consist of formal left or right inverses of elements in S . These are called quotients, and one may define right or left quotients, depending on which side one is concatenating. Thus, the right quotient of S by an element m from M is the set

S   /   m = { u M | u m S } .

Similarly, the left quotient is

m S = { u M | m u S } .

Syntactic equivalence

The syntactic quotient induces an equivalence relation on M, called the syntactic relation, or syntactic equivalence (induced by S). The right syntactic equivalence is the equivalence relation

S = { ( s , t ) M × M | S   /   s = S   /   t } .

Similarly, the left syntactic relation is

S = { ( s , t ) M × M | s S = t S } .

The syntactic congruence or Myhill congruence may be defined as

u S v x , y M ( x u y S x v y S ) .

The definition extends to a congruence defined by a subset S of a general monoid M. A disjunctive set is a subset S such that the syntactic congruence defined by S is the equality relation.

The syntactic quotient is compatible with concatenation in the monoid, in that one has

( S   /   s )   /   t = S   /   ( t s )

for all s , t M (and similarly for the left quotient). Thus, the syntactic quotient is a monoid morphism, and induces a quotient monoid

M ( S ) = M   /   S .

This monoid M ( S ) is called the syntactic monoid of S. It can be shown that it is the smallest monoid that recognizes S; that is, M(S) recognizes S, and for every monoid N recognizing S, M(S) is a quotient of a submonoid of N. The syntactic monoid of S is also the transition monoid of the minimal automaton of S.

Similarly, a language L is regular if and only if the family of quotients

{ m L | m M }

is finite. The proof showing equivalence is quite easy. Assume that a string x is read by a deterministic finite automaton, with the machine proceeding into state p. If y is another string read by the machine, also terminating in the same state p, then clearly one has x L = y L . Thus, the number of elements in { m L | m M } is at most equal to the number of states of the automaton and { m L | m L } is at most the number of final states. Assume, conversely, that the number of elements in { m L | m M } is finite. One can then construct an automaton where Q = { m L | m M } is the set of states, F = { m L | m L } is the set of final states, the language L is the initial state, and the transition function is given by y ( x L ) = ( x y ) L . Clearly, this automaton recognizes L. Thus, a language L is recognizable if and only if the set { m L | m M } is finite. Note that this proof also builds the minimal automaton.

Given a regular expression E representing S, it is easy to compute the syntactic monoid of S.

A group language is one for which the syntactic monoid is a group.

Examples

  • Let L be the language over A = {a,b} of words of even length. The syntactic congruence has two classes, L itself and L1, the words of odd length. The syntactic monoid is the group of order 2 on {L,L1}.
  • The bicyclic monoid is the syntactic monoid of the Dyck language (the language of balanced sets of parentheses).
  • The free monoid on A (|A| > 1) is the syntactic monoid of the language { wwR | w in A* }, where wR denotes the reversal of word w.
  • Every finite monoid is homomorphic to the syntactic monoid of some non-trivial language, but not every finite monoid is isomorphic to a syntactic monoid.
  • Every finite group is isomorphic to the syntactic monoid of some non-trivial language.
  • The language over {a,b} in which the number of occurrences of a and b are congruent modulo 2n is a group language with syntactic monoid Z/2n.
  • Trace monoids are examples of syntactic monoids.
  • Marcel-Paul Schützenberger characterized star-free languages as those with finite aperiodic syntactic monoids.
  • References

    Syntactic monoid Wikipedia