Breaking through the $Ω(n)$-space barrier: Population Protocols Decide Double-exponential Thresholds
Philipp Czerner
TL;DR
This work addresses the Ω($n$)-space barrier for leaderless population protocols deciding threshold predicates by introducing population programs that enable Lipton-style double-exponential counting with error-detection. It proves the existence of leaderless protocols using $\mathcal{O}(n)$ states to decide thresholds $k\ge 2^{2^n}$, and shows these protocols are almost self-stabilising, providing robustness to arbitrary noisy initial configurations. The key methodology combines a structured programming model (population programs) with a two-stage transformation into population machines and then into population protocols, keeping state complexity near-optimal and enabling practical feasibility for chemical-like implementations. Overall, the paper closes the last major gap in threshold predicate space for leaderless population protocols and lays groundwork for further exploration of robust, succinct population computations.
Abstract
Population protocols are a model of distributed computation in which finite-state agents interact randomly in pairs. A protocol decides for any initial configuration whether it satisfies a fixed property, specified as a predicate on the set of configurations. A family of protocols deciding predicates $\varphi_n$ is succinct if it uses $\mathcal{O}(|\varphi_n|)$ states, where $\varphi_n$ is encoded as quantifier-free Presburger formula with coefficients in binary. (All predicates decidable by population protocols can be encoded in this manner.) While it is known that succinct protocols exist for all predicates, it is open whether protocols with $o(|\varphi_n|)$ states exist for \emph{any} family of predicates $\varphi_n$. We answer this affirmatively, by constructing protocols with $\mathcal{O}(\log|\varphi_n|)$ states for some family of threshold predicates $\varphi_n(x)\Leftrightarrow x\ge k_n$, with $k_1,k_2,...\in\mathbb{N}$. (In other words, protocols with $\mathcal{O}(n)$ states that decide $x\ge k$ for a $k\ge 2^{2^n}$.) This matches a known lower bound. Moreover, our construction for threshold predicates is the first that is not $1$-aware, and it is almost self-stabilising.
