Complexity landscape for local certification
Nicolas Bousquet, Laurent Feuilloley, Sébastien Zeitoun
TL;DR
This work initiates a systematic study of the space complexity (certificate size) landscape for local certification in distributed graphs, focusing on how graph topology and information assumptions shape which certificate sizes are possible. It develops an automata- and arithmetic-based toolkit to classify gap and no-gap regimes across paths, cycles, and trees, proving a surprising $O(1)$ vs $oldsymbol{ ext{Theta}( ext{log log } n)}$ gap on anonymous paths and a separate $O(1)$ vs $oldsymbol{ ext{Theta}( ext{log } n)}$ gap on cycles, with a tree-generalization to diameter $d$ under radius-1 verification. The paper also identifies settings where gaps disappear (e.g., general graphs with radius $>1$, caterpillars), and analyzes how identifiers and knowledge of $n$ influence the landscape, showing that some gaps can be broken under precise information while others persist. The contributions combine novel automata-theoretic constructions, prime-product and Bézout-based arguments, and Chrobak normal form techniques to map the sublinear certificate-size regime, offering foundational insights for designing efficient proof-labeling schemes and understanding the limits of sublinear-space local certification.
Abstract
An impressive recent line of work has charted the complexity landscape of distributed graph algorithms. For many settings, it has been determined which time complexities exist, and which do not (in the sense that no local problem could have an optimal algorithm with that complexity). In this paper, we initiate the study of the landscape for space complexity of distributed graph algorithms. More precisely, we focus on the local certification setting, where a prover assigns certificates to nodes to certify a property, and where the space complexity is measured by the size of the certificates. Already for anonymous paths and cycles, we unveil a surprising landscape: - There is a gap between complexity $O(1)$ and $Θ(\log \log n)$ in paths. This is the first gap established in local certification. - There exists a property that has complexity $Θ(\log \log n)$ in paths, a regime that was not known to exist for a natural property. - There is a gap between complexity $O(1)$ and $Θ(\log n)$ in cycles, hence a gap that is exponentially larger than for paths. We then generalize our result for paths to the class of trees. Namely, we show that there is a gap between complexity $O(1)$ and $Θ(\log \log d)$ in trees, where $d$ is the diameter. We finally describe some settings where there are no gaps at all. To prove our results we develop a new toolkit, based on various results of automata theory and arithmetic, which is of independent interest.
