Uniform Universal Sets, Splitters, and Bisectors
Elisabet Burjons, Peter Rossmanith
TL;DR
The paper tackles derandomization by constructing three interconnected families—uniform splitters, uniform bisectors, and uniform universal sets—that mimic probabilistic behavior in a deterministic, linear-time manner. It introduces and leverages modulo-based constructions and the Chinese Remainder Theorem to achieve near-optimal sizes: uniform splitters with size $O(k^4 ext{log }n/ ext{log } ext{ t elax ell})$ for $ ext{ t elax ell}\ge k^3$, and uniform bisectors of size $2^{k+o(k)}$ independent of $n$, along with uniform $(n,k, ext{ t elax alpha})$-universal sets of size $(1/ ext{ t elax alpha})^{k}k^{O(k^{5/6})} ext{log }n$. The constructions avoid heavy combinatorial subroutines and yield linear-time procedures, enabling applications in derandomization of reductions and average-case complexity analyses. The work also provides a framework of mapping families to extend universal- and bisector-like properties and discusses open questions about tightening bounds and balancing trade-offs. Overall, the results advance deterministic derandomization by delivering simple, scalable, and near-optimal uniform combinatorial tools with broad algorithmic implications.
Abstract
Given a subset of size $k$ of a very large universe a randomized way to find this subset could consist of deleting half of the universe and then searching the remaining part. With a probability of $2^{-k}$ one will succeed. By probability amplification, a randomized algorithm needs about $2^k$ rounds until it succeeds. We construct bisectors that derandomize this process and have size~$2^{k+o(k)}$. One application is derandomization of reductions between average case complexity classes. We also construct uniform $(n,k)$-universal sets that generalize universal sets in such a way that they are bisectors at the same time. This construction needs only linear time and produces families of asymptotically optimal size without using advanced combinatorial constructions as subroutines, which previous families did, but are basedmainly on modulo functions and refined brute force search.
