Problem 14: Short Superword of Permutations |
The goal of the problem is to show that a certain set of patterns can be packed into a single word in a space-economic way. This can be viewed as a compression technique for the specific set.
The present patterns called $n$-permutations are drawn from the alphabet of natural numbers. They are words on the alphabet $\{\sa{1},\sa{2},\dots,n\}$ in which every number from $\{\sa{1},\sa{2},\dots,n\}$ appears exactly once. The aim is to build words, called $n$-superwords, which contain all the $n$-permutations as factors.
For $n=2$ the word $\sa{121}$ is a shortest $2$-superword, since it contains the two $2$-permutations $\sa{12}$ and $\sa{21}$. For $n=3$, $\sa{123121321}$ is a shortest $3$-superword. The six $3$-permutations appear in it in the order $$\pi_1=\sa{123},\,\pi_2=\sa{231},\,\pi_3=\sa{312},\,\pi_4=\sa{213}, \,\pi_5=\sa{132},\,\pi_6=\sa{321}.$$ Note how is the structure of $\sa{123121321}$: each occurrence of letter $\sa{3}$ is flanked by two occurrences of a $2$-permutation.
The two examples of superwords are of respective lengths $\alpha_2=3$ and $\alpha_3=9$, where $\alpha_n=\sum_{i=1}^n i!$. But it is not clear whether a shortest $n$-superword is of length $\alpha_n$ for $n\geq 4$.
The problem consists in constructing a short $n$-superword, which may not be of minimal length.