IMC 2025 · Problem 5

Day 132nd IMC · Blagoevgrad, Bulgaria

Statement

For a positive integer nn, let [n]={1,2,,n}[n] = \{1, 2, \ldots, n\}. Denote by SnS_n the set of all bijections from [n][n] to [n][n], and let TnT_n be the set of all maps from [n][n] to [n][n]. Define the order ord(τ)\operatorname{ord}(\tau) of a map τTn\tau \in T_n as the number of distinct maps in the set {τ,ττ,τττ,}\{\tau, \tau \circ \tau, \tau \circ \tau \circ \tau, \ldots\} where \circ denotes composition. Finally, let

f(n)=maxτSnord(τ)andg(n)=maxτTnord(τ).f(n) = \max_{\tau \in S_n} \operatorname{ord}(\tau) \quad \text{and} \quad g(n) = \max_{\tau \in T_n} \operatorname{ord}(\tau).

Prove that g(n)<f(n)+n0.501g(n) < f(n) + n^{0.501} for sufficiently large nn.

Official solution

Hidden so you can work on the problem first.

Proposed by Fedor Petrov, St Petersburg State University.