English

Universal Communication, Universal Graphs, and Graph Labeling

Computational Complexity 2019-11-12 v1 Discrete Mathematics Data Structures and Algorithms

Abstract

We introduce a communication model called universal SMP, in which Alice and Bob receive a function ff belonging to a family F\mathcal{F}, and inputs xx and yy. Alice and Bob use shared randomness to send a message to a third party who cannot see f,x,yf, x, y, or the shared randomness, and must decide f(x,y)f(x,y). Our main application of universal SMP is to relate communication complexity to graph labeling, where the goal is to give a short label to each vertex in a graph, so that adjacency or other functions of two vertices xx and yy can be determined from the labels (x),(y)\ell(x),\ell(y). We give a universal SMP protocol using O(k2)O(k^2) bits of communication for deciding whether two vertices have distance at most kk on distributive lattices (generalizing the kk-Hamming Distance problem in communication complexity), and explain how this implies an O(k2logn)O(k^2\log n) labeling scheme for determining dist(x,y)k\mathrm{dist}(x,y) \leq k on distributive lattices with size nn; in contrast, we show that a universal SMP protocol for determining dist(x,y)2\mathrm{dist}(x,y) \leq 2 in modular lattices (a superset of distributive lattices) has super-constant Ω(n1/4)\Omega(n^{1/4}) communication cost. On the other hand, we demonstrate that many graph families known to have efficient adjacency labeling schemes, such as trees, low-arboricity graphs, and planar graphs, admit constant-cost communication protocols for adjacency. Trees also have an O(k)O(k) protocol for deciding dist(x,y)k\mathrm{dist}(x,y) \leq k and planar graphs have an O(1)O(1) protocol for dist(x,y)2\mathrm{dist}(x,y) \leq 2, which implies a new O(logn)O(\log n) labeling scheme for the same problem on planar graphs.

Keywords

Cite

@article{arxiv.1911.03757,
  title  = {Universal Communication, Universal Graphs, and Graph Labeling},
  author = {Nathaniel Harms},
  journal= {arXiv preprint arXiv:1911.03757},
  year   = {2019}
}

Comments

26 pages, 1 figure. To appear in ITCS 2020

R2 v1 2026-06-23T12:10:22.554Z