Sampling Permutations with Cell Probes is Hard
Yaroslav Alekseev, Mika Göös, Konstantin Myasnikov, Artur Riazanov, Dmitry Sokolov
TL;DR
This work establishes fundamental lower bounds for sampling a uniform permutation using cell-probe decision forests, showing that even modest-depth adaptive schemes cannot approximate a uniformly random permutation unless the depth grows polylogarithmically in n. The authors develop a novel entropy-based dichotomy, introduce average Lipschitzness to handle adaptivity, and prove containment and collision lemmas that amplify small-distance gaps to near-total separation. A key outcome is an exponential separation between adaptive and nonadaptive sampling, with strong consequences for succinct data structures storing permutations. Together, these results illuminate the inherent difficulty of permutation sampling in the cell-probe model and connect to broader data-structure lower bounds and symmetric-sampling questions.
Abstract
Suppose we are given an infinite sequence of input cells, each initialized with a uniform random symbol from $[n]$. How hard is it to output a sequence in $[n]^n$ that is close to a uniform random permutation? Viola (SICOMP 2020) conjectured that if each output cell is computed by making $d$ probes to input cells, then $d\geqω(1)$. Our main result shows that, in fact, $d\geq (\log n)^{Ω(1)}$, which is tight up to the constant in the exponent. Our techniques also show that if the probes are nonadaptive, then $d\geq n^{Ω(1)}$, which is an exponential improvement over the previous nonadaptive lower bound due to Yu and Zhan (ITCS 2024). Our results also imply lower bounds against succinct data structures for storing permutations.
