English

Optimal Communication Complexity of Chained Index

Computational Complexity 2024-05-31 v2

Abstract

We study the CHAIN communication problem introduced by Cormode et al. [ICALP 2019]. It is a generalization of the well-studied INDEX problem. For k1k\geq 1, in CHAINn,k_{n,k}, there are kk instances of INDEX, all with the same answer. They are shared between k+1k+1 players as follows. Player 1 has the first string X1{0,1}nX^1 \in \{0,1\}^n, player 2 has the first index σ1[n]\sigma^1 \in [n] and the second string X2{0,1}nX^2 \in \{0,1\}^n, player 3 has the second index σ2[n]\sigma^2 \in [n] along with the third string X3{0,1}nX^3 \in \{0,1\}^n, and so on. Player k+1k+1 has the last index σk[n]\sigma^k \in [n]. The communication is one way from each player to the next, starting from player 1 to player 2, then from player 2 to player 3 and so on. Player k+1k+1, after receiving the message from player kk, has to output a single bit which is the answer to all kk instances of INDEX. It was proved that the CHAINn,k_{n,k} problem requires Ω(n/k2)\Omega(n/k^2) communication by Cormode et al., and they used it to prove streaming lower bounds for approximation of maximum independent sets. Subsequently, it was used by Feldman et al. [STOC 2020] to prove lower bounds for streaming submodular maximization. However, these works do not get optimal bounds on the communication complexity of CHAINn,k_{n,k}, and in fact, it was conjectured by Cormode et al. that Ω(n)\Omega(n) bits are necessary, for any kk. As our main result, we prove the optimal lower bound of Ω(n)\Omega(n) for CHAINn,k_{n,k}. This settles the open conjecture of Cormode et al. in the affirmative. The key technique is to use information theoretic tools to analyze protocols over the Jensen-Shannon divergence measure, as opposed to total variation distance. As a corollary, we get an improved lower bound for approximation of maximum independent set in vertex arrival streams through a reduction from CHAIN directly.

Cite

@article{arxiv.2404.07026,
  title  = {Optimal Communication Complexity of Chained Index},
  author = {Janani Sundaresan},
  journal= {arXiv preprint arXiv:2404.07026},
  year   = {2024}
}

Comments

24 pages, 3 figures; Fixed a flaw in the previous argument

R2 v1 2026-06-28T15:49:58.913Z