Distributed Interactive Proofs for Planarity with Log-Star Communication
Yuval Gil, Merav Parter
TL;DR
This work introducesDistributed Interactive Proofs (DIPs) for planarity that dramatically reduce prover–verifier communication. The authors develop the DoubleLog and IteratedLog protocols, combining LR-sorting reductions with self-reduction techniques to achieve $O( ext{log}^{*} n)$ rounds with constant per-round proof size for embedded planarity and sublogarithmic-style proofs for planarity with bounded degree. They further provide constant-round trade-offs, showing $O(d)$ rounds with $O( ext{log}^{(d+1)} n)$ proof size for embedded planarity and planarity, plus extensions to outerplanar, series-parallel, and treewidth-$2$ graphs. The approach hinges on partitioning into inner/outer blocks, reducing outer-block checks to polynomial identity/equality tests, and enabling efficient verification through carefully engineered encoding and self-reduction. The results push sublogarithmic communication in DIP planarity verification and raise open questions about constant-round possibilities and embeddings.
Abstract
We provide new communication-efficient distributed interactive proofs for planarity. The notion of a \emph{distributed interactive proof (DIP)} was introduced by Kol, Oshman, and Saxena (PODC 2018). In a DIP, the \emph{prover} is a single centralized entity whose goal is to prove a certain claim regarding an input graph $G$. To do so, the prover communicates with a distributed \emph{verifier} that operates concurrently on all $n$ nodes of $G$. A DIP is measured by the amount of prover-verifier communication it requires. Namely, the goal is to design a DIP with a small number of interaction rounds and a small \emph{proof size}, i.e., a small amount of communication per round. Our main result is an $O(\log ^{*}n)$-round DIP protocol for embedded planarity and planarity with a proof size of $O(1)$ and $O(\lceil\log Δ/\log ^{*}n\rceil)$, respectively. In fact, this result can be generalized as follows. For any $1\leq r\leq \log^{*}n$, there exists an $O(r)$-round protocol for embedded planarity and planarity with a proof size of $O(\log ^{(r)}n)$ and $O(\log ^{(r)}n+\log Δ/r)$, respectively.
