Proving there is a leader without naming it
Laurent Feuilloley, Josef Erik Sedláček, Martin Slávik
TL;DR
This work analyzes how graph topology and identifier constraints shape the local certification of a unique leader. It extends the Göös-Suomela lower-bound framework to derive an $\Omega(\log n)$ barrier in graphs of bounded diameter, and simultaneously constructs sublogarithmic upper bounds in structured anonymous graphs (chordal and grids) as well as in dense graphs and in scenarios with small identifier ranges. Key contributions include a $2$-local $O(\log D)$ scheme for anonymous chordal graphs, a $1$-local $O(\log D)$ scheme for anonymous grids, an $O(\log \log n)$ upper bound in dense graphs, and $O(\log D)$ upper bounds when a small root identifier exists. The results illuminate how holes, diameter, sparsity/density, and identifier ranges interact to determine the feasibility of sublogarithmic certification, and they raise open questions about robust hole notions and complete properties under local reductions.
Abstract
Local certification is a mechanism for certifying to the nodes of a network that a certain property holds. In this framework, nodes are assigned labels, called certificates, which are supposed to prove that the property holds. The nodes then communicate with their neighbors to verify the correctness of these certificates. Certifying that there is a unique leader in a network is one of the most classical problems in this setting. It is well-known that this can be done using certificates that encode node identifiers and distances in the graph. These require $O(\log n)$ and $O(\log D)$ bits respectively, where $n$ is the number of nodes and $D$ is the diameter. A matching lower bound is known in cycle graphs (where $n$ and $D$ are equal up to multiplicative constants). A recent line of work has shown that network structure greatly influences local certification. For example, certifying that a network does not contain triangles takes $Θ(n)$ bits in general graphs, but only $O(\log n)$ bits in graphs of bounded treewidth. This observation raises the question: Is it possible to achieve sublogarithmic leader certification in graph classes that do not contain cycle graphs? And since in that case we cannot write identifiers in a certificate, do we actually need identifiers at all in such topologies? [We answer these questions with results on small diameter graphs, chordal graphs, grids, and dense graphs. See full abstract in the paper.]
