English

Deterministic Lower Bounds for $k$-Edge Connectivity in the Distributed Sketching Model

Data Structures and Algorithms 2026-02-10 v2 Distributed, Parallel, and Cluster Computing

Abstract

We study the kk-edge connectivity problem on undirected graphs in the distributed sketching model, where we have nn nodes and a referee. Each node sends a single message to the referee based on its 1-hop neighborhood in the graph, and the referee must decide whether the graph is kk-edge connected by taking into account the received messages. We present the first lower bound for deciding a graph connectivity problem in this model with a deterministic algorithm. Concretely, we show that the worst case message length is Ω(k)\Omega( k ) bits for kk-edge connectivity, for any super-constant k=O(n)k = O(\sqrt{n}). Previously, only a lower bound of Ω(log3n)\Omega( \log^3 n ) bits was known for (11-edge) connectivity, due to Yu (SODA 2021). In fact, our result is the first super-polylogarithmic lower bound for a connectivity decision problem in the distributed graph sketching model. To obtain our result, we introduce a new lower bound graph construction, as well as a new 3-party communication complexity problem that we call UniqueOverlap. As this problem does not appear to be amenable to reductions to existing hard problems such as set disjointness or indexing due to correlations between the inputs of the three players, we leverage results from cross-intersecting set families to prove the hardness of UniqueOverlap for deterministic algorithms. Finally, we obtain the sought lower bound for deciding kk-edge connectivity via a novel simulation argument that, in contrast to previous works, does not introduce any probability of error and thus works for deterministic algorithms.

Keywords

Cite

@article{arxiv.2507.11257,
  title  = {Deterministic Lower Bounds for $k$-Edge Connectivity in the Distributed Sketching Model},
  author = {Peter Robinson and Ming Ming Tan},
  journal= {arXiv preprint arXiv:2507.11257},
  year   = {2026}
}

Comments

Accepted at ACM PODS 2026

R2 v1 2026-07-01T04:02:13.336Z