In combinatorics, a square-free word is a word (a sequence of symbols) that does not contain any squares. A square is a word of the form XX, where X is not empty. Thus, a square-free word can also be defined as a word that avoids the patternXX.
Finite square-free words
Binary alphabet
Over a binary alphabet, the only square-free words are the empty word , and .
Ternary alphabet
Over a ternary alphabet , there are infinitely many square-free words. It is possible to count the number of ternary square-free words of length n.
The number of ternary square-free words of length n[1]
n
0
1
2
3
4
5
6
7
8
9
10
11
12
1
3
6
12
18
30
42
60
78
108
144
204
264
This number is bounded by , where .[2] The upper bound on can be found via Fekete's Lemma and approximation by automata. The lower bound can be found by finding a substitution that preserves square-freeness.[2]
Alphabet with more than three letters
Since there are infinitely many square-free words over three-letter alphabets, this implies there are also infinitely many square-free words over an alphabet with more than three letters.
The following table shows the exact growth rate of the k-ary square-free words, rounded off to 7 digits after the decimal point, for k in the range from 4 to 15:[2]
Growth rate of the k-ary square-free words
alphabet size (k)
4
5
6
7
8
9
growth rate
2.6215080
3.7325386
4.7914069
5.8284661
6.8541173
7.8729902
alphabet size (k)
10
11
12
13
14
15
growth rate
8.8874856
9.8989813
10.9083279
11.9160804
12.9226167
13.9282035
2-dimensional words
Consider a map from to A, where A is an alphabet and is called a 2-dimensional word. Let be the entry . A word is a line of if there exists such that , and for .[3]
Carpi[4] proves that there exists a 2-dimensional word over a 16-letter alphabet such that every line of is square-free. A computer search shows that there are no 2-dimensional words over a 7-letter alphabet, such that every line of is square-free.
Generating finite square-free words
Shur[5] proposes an algorithm called R2F (random-t(w)o-free) that can generate a square-free word of length n over any alphabet with three or more letters. This algorithm is based on a modification of entropy compression: it randomly selects letters from a k-letter alphabet to generate a -ary square-free word.
algorithm R2F isinput: alphabet size ,
word length output: a -ary square-free word w of length n.
(Note that is the alphabet with letters .)
(For a word , is the permutation of such that a precedes b in if the
right most position of a in w is to the right of the rightmost position of b in w.
For example, has .)
choose in uniformly at random
setto followed by all other letters of in increasing order
set the number N of iterations to 0
whiledo
choose j in uniformly at random
append to the end of w
update shifting the first j elements to the right and setting
increment N by 1ifw ends with a square of rank rthen
delete the last r letters of wreturnw
Every (k+1)-ary square-free word can be the output of Algorithm R2F, because on each iteration it can append any letter except for the last letter of w.
The expected number of random k-ary letters used by Algorithm R2F to construct a -ary square-free word of length n isNote that there exists an algorithm that can verify the square-freeness of a word of length n in time. Apostolico and Preparata[6] give an algorithm using suffix trees. Crochemore[7] uses partitioning in his algorithm. Main and Lorentz[8] provide an algorithm based on the divide-and-conquer method. A naive implementation may require time to verify the square-freeness of a word of length n.
Infinite square-free words
There exist infinitely long square-free words in any alphabet with three or more letters, as proved by Axel Thue.[9]
One example of an infinite square-free word over an alphabet of size 3 is the word over the alphabet obtained by taking the first difference of the Thue–Morse sequence.[9] That is, from the Thue–Morse sequence
one forms a new sequence in which each term is the difference of two consecutive terms of the Thue–Morse sequence. The resulting square-free word is
Another example found by John Leech[10] is defined recursively over the alphabet . Let be any square-free word starting with the letter 0. Define the words recursively as follows: the word is obtained from by replacing each 0 in with 0121021201210, each 1 with 1202102012021, and each 2 with 2010210120102. It is possible to prove that the sequence converges to the infinite square-free word
Infinite square-free words can be generated by square-free morphism. A morphism is called square-free if the image of every square-free word is square-free. A morphism is called k–square-free if the image of every square-free word of length k is square-free.
Crochemore[11] proves that a uniform morphism h is square-free if and only if it is 3-square-free. In other words, h is square-free if and only if is square-free for all square-free w of length 3. It is possible to find a square-free morphism by brute-force search.
algorithm square-free_morphism isoutput: a square-free morphism with the lowest possible rank k.
setwhile True dosetk_sf_wordsto the list of all square-free words of length k over a ternary alphabet
for eachink_sf_wordsdofor eachink_sf_wordsdofor eachink_sf_wordsdoifthenbreak from the current loop (advance to next )
ifandthenifis square-free for all square-free w of length 3thenreturn
increment k by 1
Over a ternary alphabet, there are exactly 144 uniform square-free morphisms of rank 11 and no uniform square-free morphisms with a lower rank than 11.
To obtain an infinite square-free words, start with any square-free word such as 0, and successively apply a square-free morphism h to it. The resulting words preserve the property of square-freeness. For example, let h be a square-free morphism, then as , is an infinite square-free word.
Note that, if a morphism over a ternary alphabet is not uniform, then this morphism is square-free if and only if it is 5-square-free.[11]
Letter combinations in square-free words
Extending a square-free word to avoid ab.
Avoid two-letter combinations
Over a ternary alphabet, a square-free word of length more than 13 contains all the square-free two-letter combinations.[12]
This can be proved by constructing a square-free word without the two-letter combination ab. As a result, bcbacbcacbaca is the longest square-free word without the combination ab and its length is equal to 13.
Note that over a more than three-letter alphabet there are square-free words of any length without an arbitrary two-letter combination.
Avoid three-letter combinations
Over a ternary alphabet, a square-free word of length more than 36 contains all the square-free three-letter combinations.[12]
Note that over a more than three-letter alphabet there are square-free words of any length without an arbitrary three-letter combination.
Density of a letter
The density of a letter a in a finite word w is defined as where is the number of occurrences of a in and is the length of the word. The density of a letter a in an infinite word is where is the prefix of the word w of length l.[13]
The minimal density of a letter a in an infinite ternary square-free word is equal to .[13]
The maximum density of a letter a in an infinite ternary square-free word is equal to .[14]
^Crochemore, Max (Oct 1981). "An optimal algorithm for computing the repetitions in a word". Information Processing Letters. 12 (5): 244–250. doi:10.1016/0020-0190(81)90024-7. ISSN0020-0190.
^Main, Michael G; Lorentz, Richard J (Sep 1984). "An O(n log n) algorithm for finding all repetitions in a string". Journal of Algorithms. 5 (3): 422–432. doi:10.1016/0196-6774(84)90021-x. ISSN0196-6774.
^ abBerstel, Jean (1994). Axel Thue's papers on repetitions in words a translation. Départements de mathématiques et d'informatique, Université du Québec à Montréal. ISBN978-2892761405. OCLC494791187.