LCLs Beyond Bounded Degrees
Gustav Schmid
TL;DR
This work investigates local labelings on trees with unbounded degrees, focusing on the polynomial-time LOCAL complexity regime. It shows that naive generalizations of LCLs to unbounded degrees eliminate polynomial gaps, but by introducing Locally Finite Labelings (LFLs) which restrict configurations to a finite set while allowing unbounded degrees, polynomial gaps are preserved: any LFL Π on trees yields deterministic LOCAL complexity that is either Θ(n^{1/k}) for some integer k≥1 or O(log n), and the applicable case is computable from Π’s description. The authors develop a robust framework—including a node–edge NEC formalism, the TwigLFL radius-1 reduction, and a pumping-based gap analysis with independent classes and virtual trees—to extend classical gap results from bounded-degree LCLs to unbounded-degree trees. Key technical contributions include a radius-reduction technique that preserves correctness via twig certificates, a finite-types machinery for boundary analysis on trees, and a decomposition-based approach that yields near-optimal algorithms in the polynomial regime. The results delineate the boundary between expressive generalizations that destroy gaps and natural finite-configuration restrictions (LFLs) that restore them, offering a principled path toward understanding distributed complexity on unbounded-degree trees and guiding future work in the lower-time regimes and Δ-dependence. In short, LFLs recover the clean polynomial-gap landscape on unbounded-degree trees, while more expressive generalizations fail to do so; the main theorems provide a decidable dichotomy and concrete algorithmic consequences for distributed graph labeling problems.
Abstract
The study of Locally Checkable Labelings (LCLs) has led to a remarkably precise characterization of the distributed time complexities that can occur on bounded-degree trees. A central feature of this complexity landscape is the existence of strong gap results, which rule out large ranges of intermediate complexities. While it was initially hoped that these gaps might extend to more general graph classes, this has turned out not to be the case. In this work, we investigate a different direction: we remain in the class of trees, but allow arbitrarily large degrees. We focus on the polynomial regime ($Θ(n^{1/k} \mid k \in \mathbb{N})$) and show that whether polynomial gap results persist in the unbounded-degree setting crucially depends on how LCLs are generalized beyond bounded degrees. We first demonstrate that if one allows LCLs to be defined using infinitely many local configurations, then the polynomial gaps disappear entirely: for every real exponent $0 < r \leq 1$, there exists a locally checkable problem on trees with deterministic LOCAL complexity $Θ(n^r)$. Rather than stopping at this negative result, we identify a natural class of problems for which polynomial gap results can still be recovered. We introduce Locally Finite Labelings (LFLs), which formalize the intuition that ''every node must fall into one of finitely many local cases'', even in the presence of unbounded degrees. Our main result shows that this restriction is sufficient to restore the polynomial gaps: for any LFL $Π$ on trees with unbounded degrees, the deterministic LOCAL complexity of $Π$ is either - $Θ(n^{1/k})$ for some integer $k \geq 1$, or - $O(\log n)$. Moreover, which case applies, and the corresponding value of $k$, can be determined solely from the description of $Π$.
