Problem 73: Tight Bounds on Occurrences of Powers |
The problem considers lower bounds on the number of occurrences of integer powers occurring in a word.
An integer power is a word in the form $u^k$ for some non-empty word $u$ and some integer $k\gt 1$. The size of the set of square factors (Problem 72) and the number of runs (Problem 86) in a word are known to be linear in the length of the word. This contrasts with the number of occurrences of integer powers that does not satisfy this property.
To avoid trivial lower bounds we consider primitively rooted integer powers, that is, powers of the form $u^k$, where $u$ is a primitive word (i.e. not itself a power).
To start with, let us consider the word $\sa{a}^n$. Though it contains a quadratic number occurrences of squares, it contains exactly $n-1$ occurrences of primitively rooted squares (underlined below).
But if a few occurrences of $\sa{a}$ are changed to $\sa{b}$ in the word (see below) the number of primitively rooted squares increases, although some occurrences of short squares disappear (when $n$ is large enough).
In fact, the property on squares also holds for powers of any integer exponent $k\geq 2$.
Notice the bound is tight due to the upper bound on square prefixes in Problem 72.