Reference articles on history, science, culture and more
Encyclopedia

Syntactic monoid

Smallest monoid that recognizes a formal language

In mathematics and computer science, the syntactic monoid M(L) of a formal language L is the minimal monoid that recognizes the language L. By the Myhill-Nerode theorem, the syntactic monoid is unique up to unique isomorphism.

01Syntactic quotient

An alphabet is a finite set.

The free monoid on a given alphabet 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\in M\;\vert \;um\in S\}.

Similarly, the left quotient is

m\setminus S=\{u\in M\;\vert \;mu\in S\}.

02Syntactic 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\sim _{S}t\ \Leftrightarrow \ S\,/\,s\;=\;S\,/\,t\ \Leftrightarrow \ (\forall x\in M\colon \ xs\in S\Leftrightarrow xt\in S).

Similarly, the left syntactic equivalence is

s\;{}_{S}{\sim }\;t\ \Leftrightarrow \ s\setminus S\;=\;t\setminus S\ \Leftrightarrow \ (\forall y\in M\colon \ sy\in S\Leftrightarrow ty\in S).

Observe that the right syntactic equivalence is a left congruence with respect to string concatenation and vice versa; i.e., s\sim _{S}t\ \Rightarrow \ xs\sim _{S}xt\ for all x\in M.

The syntactic congruence or Myhill congruence is defined as

s\equiv _{S}t\ \Leftrightarrow \ (\forall x,y\in M\colon \ xsy\in S\Leftrightarrow xty\in 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.

Let us call [s]_{S} the equivalence class of s for the syntactic congruence. The syntactic congruence is compatible with concatenation in the monoid, in that one has

[s]_{S}[t]_{S}=[st]_{S}

for all s,t\in M. Thus, the syntactic quotient is a monoid morphism, and induces a quotient monoid

M(S)=M\ /\ {\equiv _{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.

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

03Examples

  • Let L be the language over A=\{a,b\} of words of even length. The syntactic congruence has two classes, L itself and L_{1}, the words of odd length. The syntactic monoid is the group of order 2 on \{L,L_{1}\}.
  • For the language (ab+ba)^{*}, the minimal automaton has 4 states and the syntactic monoid has 15 elements.
  • The bicyclic monoid is the syntactic monoid of the Dyck language (the language of balanced sets of parentheses).
  • The free monoid on A (where \left|A\right|>1) is the syntactic monoid of the language \{ww^{R}\mid w\in A^{*}\}, where w^{R} is the reversal of the word w. (For \left|A\right|=1, one can use the language of square powers of the letter.)
  • Every non-trivial 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 regular language.
  • The language over \{a,b\} in which the number of occurrences of a and b are congruent modulo 2^{n} is a group language with syntactic monoid \mathbb {Z} /2^{n}\mathbb {Z}.
  • Trace monoids are examples of syntactic monoids.
  • Marcel-Paul Schützenberger characterized star-free languages as those with finite aperiodic syntactic monoids.
Watch videos about Syntactic monoidExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Syntactic monoid, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.