Combinatorics on words

Source: Wikipedia, the free encyclopedia.
Construction of a Thue–Morse infinite word

Combinatorics on words is a fairly new field of mathematics, branching from combinatorics, which focuses on the study of words and formal languages. The subject looks at letters or symbols, and the sequences they form. Combinatorics on words affects various areas of mathematical study, including algebra and computer science. There have been a wide range of contributions to the field. Some of the first work was on square-free words by Axel Thue in the early 1900s. He and colleagues observed patterns within words and tried to explain them. As time went on, combinatorics on words became useful in the study of algorithms and coding. It led to developments in abstract algebra and answering open questions.

Definition

Combinatorics is an area of discrete mathematics. Discrete mathematics is the study of countable structures. These objects have a definite beginning and end. The study of enumerable objects is the opposite of disciplines such as analysis, where calculus and infinite structures are studied. Combinatorics studies how to count these objects using various representations. Combinatorics on words is a recent development in this field that focuses on the study of words and formal languages. A formal language is any set of symbols and combinations of symbols that people use to communicate information.[1]

Some terminology relevant to the study of words should first be explained. First and foremost, a word is basically a sequence of symbols, or letters, in a

unique
word of length zero. The length of the word is defined by the number of symbols that make up the sequence, and is denoted by .[1] Again looking at the example "encyclopedia", , since encyclopedia has twelve letters. The idea of factoring of large numbers can be applied to words, where a factor of a word is a block of consecutive symbols.[1] Thus, "cyclop" is a factor of "encyclopedia".

In addition to examining sequences in themselves, another area to consider of combinatorics on words is how they can be represented visually. In mathematics various structures are used to encode data. A common structure used in combinatorics is the tree structure. A tree structure is a graph where the vertices are connected by one line, called a path or edge. Trees may not contain cycles, and may or may not be complete. It is possible to encode a word, since a word is constructed by symbols, and encode the data by using a tree.[1] This gives a visual representation of the object.

Major contributions

The first books on combinatorics on words that summarize the origins of the subject were written by a group of mathematicians that collectively went by the name of M. Lothaire. Their first book was published in 1983, when combinatorics on words became more widespread.[1]

Patterns

Patterns within words

A main contributor to the development of combinatorics on words was

substitutions. A substitution is a way to take a symbol and replace it with a word. He uses this technique to describe his other contribution, the Thue–Morse sequence, or Thue–Morse word.[1]

Thue wrote two papers on square-free words, the second of which was on the Thue–Morse word. Marston Morse is included in the name because he discovered the same result as Thue did, yet they worked independently. Thue also proved the existence of an overlap-free word. An overlap-free word is when, for two symbols and , the pattern does not exist within the word. He continues in his second paper to prove a relationship between infinite overlap-free words and square-free words. He takes overlap-free words that are created using two different letters, and demonstrates how they can be transformed into square-free words of three letters using substitution.[1]

As was previously described, words are studied by examining the sequences made by the symbols. Patterns are found, and they can be described mathematically. Patterns can be either avoidable patterns, or unavoidable. A significant contributor to the work of

Frank Ramsey
in 1930. His important theorem states that for integers , , there exists a least positive integer such that despite how a complete graph is colored with two colors, there will always exist a solid color subgraph of each color.[1]

Other contributors to the study of unavoidable patterns include

van der Waerden
. His theorem states that if the positive integers are partitioned into classes, then there exists a class such that contains an arithmetic progression of some unknown length. An arithmetic progression is a sequence of numbers in which the difference between adjacent numbers remains constant.[1]

When examining unavoidable patterns sesquipowers are also studied. For some patterns ,,, a sesquipower is of the form , , , . This is another pattern such as square-free, or unavoidable patterns. Coudrain and Schützenberger mainly studied these sesquipowers for group theory applications. In addition, Zimin proved that sesquipowers are all unavoidable. Whether the entire pattern shows up, or only some piece of the sesquipower shows up repetitively, it is not possible to avoid it.[1]

Patterns within alphabets

Necklaces are constructed from words of circular sequences. They are most frequently used in music and astronomy. Flye Sainte-Marie in 1894 proved there are binary de Bruijn necklaces of length . A de Bruijn necklace contains factors made of words of length n over a certain number of letters. The words appear only once in the necklace.[1]

In 1874, Baudot developed the code that would eventually take the place of Morse code by applying the theory of binary de Bruijn necklaces. The problem continued from Sainte-Marie to Martin in 1934, who began looking at algorithms to make words of the de Bruijn structure. It was then worked on by Posthumus in 1943.[1]

Language hierarchy

Possibly the most applied result in combinatorics on words is the Chomsky hierarchy, developed by Noam Chomsky. He studied formal language in the 1950s.[2] His way of looking at language simplified the subject. He disregards the actual meaning of the word, does not consider certain factors such as frequency and context, and applies patterns of short terms to all length terms. The basic idea of Chomsky's work is to divide language into four levels, or the language hierarchy. The four levels are: regular, context-free, context-sensitive, and computably enumerable or unrestricted.[2] Regular is the least complex while computably enumerable is the most complex. While his work grew out of combinatorics on words, it drastically affected other disciplines, especially computer science.[3]

Word types

Sturmian words

Sturmian words, created by François Sturm, have roots in combinatorics on words. There exist several equivalent definitions of Sturmian words. For example, an infinite word is Sturmian if and only if it has distinct factors of length , for every non-negative integer .[1]

Lyndon word

A Lyndon word is a word over a given alphabet that is written in its simplest and most ordered form out of its respective conjugacy class. Lyndon words are important because for any given Lyndon word , there exists Lyndon words and , with , . Further, there exists a

commutators.[1]

Visual representation

Group theory

One aspect of combinatorics on words studied in group theory is reduced words. A group is constructed with words on some alphabet including

Reduced words are formed when the factors aā, āa are used to cancel out elements until a unique word is reached.[1]

Nielsen transformations were also developed. For a set of elements of a free group, a Nielsen transformation is achieved by three transformations; replacing an element with its inverse, replacing an element with the product of itself and another element, and eliminating any element equal to 1. By applying these transformations Nielsen reduced sets are formed. A reduced set means no element can be multiplied by other elements to cancel out completely. There are also connections with Nielsen transformations with Sturmian words.[1]

Considered problems

One problem considered in the study of combinatorics on words in group theory is the following: for two elements , of a semigroup, does modulo the defining relations of and .

Markov studied this problem and determined it undecidable, meaning that there is no possible algorithm that can answer the question in all cases (because any such algorithm could be encoded into a word problem which that algorithm could not solve).[1]

The

cube-free word
. This question asks if a group is finite if the group has a definite number of generators and meets the criteria , for in the group.
[1]

Many word problems are undecidable based on the Post correspondence problem. Any two homomorphisms with a common domain and a common codomain form an instance of the Post correspondence problem, which asks whether there exists a word in the domain such that . Post proved that this problem is undecidable; consequently, any word problem that can be reduced to this basic problem is likewise undecidable.[1]

Other applications

Combinatorics on words have applications on

equations. Makanin proved that it is possible to find a solution for a finite system of equations, when the equations are constructed from words.[1]

See also

References

  1. ^ .
  2. ^ .
  3. ^ Morales-Bueno, Rafael; Baena-Garcia, Manuel; Carmona-Cejudo, Jose M.; Castillo, Gladys (2010). "Counting Word Avoiding Factors". Electronic Journal of Mathematics and Technology. 4 (3): 251.

Further reading

External links