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.]
翻译:局部认证是一种向网络节点证明特定属性成立的机制。在此框架下,节点被分配称为证书的标签,这些标签旨在证明属性成立。随后节点与其邻居通信以验证这些证书的正确性。在网络中证明存在唯一领导者是该领域最经典的问题之一。已知可通过编码节点标识符和图中距离的证书实现,分别需要$O(\log n)$和$O(\log D)$比特,其中$n$为节点数,$D$为直径。在环状图(其中$n$与$D$在乘法常数范围内相等)中已存在匹配的下界。近期研究表明网络结构对局部认证具有显著影响:例如,在一般图中证明网络不包含三角形需要$Θ(n)$比特,而在有界树宽图中仅需$O(\log n)$比特。这引出一个问题:在不含环状图的图类中能否实现亚对数级的领导者认证?由于此类拓扑中无法在证书中写入标识符,是否完全不需要标识符?[我们通过对小直径图、弦图、网格图及稠密图的研究回答了这些问题。完整摘要详见论文。]