NP-Completeness of Deterministic Communication Complexity via Relaxed Interlacing
Pith reviewed 2026-05-19 00:17 UTC · model grok-4.3
The pith
Computing the deterministic communication complexity of a Boolean function from its truth table is NP-complete.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We prove that computing the deterministic communication complexity of a Boolean function, given its truth table, is NP-complete in the standard protocol-tree-depth model. The reduction is from {0,1}-Vector Bin Packing and produces, in polynomial time, a communication matrix whose optimal protocol depth exhibits a one-bit gap between satisfiable and unsatisfiable instances. The main technical contribution is the relaxed-interlacing framework that replaces exponential-size Cartesian products with polynomial-size almost t-wise independent column sets while preserving the lower-bound and protocol-control statements needed for the reduction.
What carries the argument
The relaxed-interlacing framework, which substitutes polynomial-size almost t-wise independent column sets for full Cartesian products while retaining projection arguments for lower bounds and separation statements for protocol control.
If this is right
- No polynomial-time algorithm exists for computing exact deterministic communication complexity on arbitrary Boolean functions unless P equals NP.
- The one-bit gap in protocol depth distinguishes satisfiable from unsatisfiable instances in the constructed matrices.
- The same reduction technique yields NP-hardness for deciding whether communication complexity is at most k for any fixed k greater than or equal to some constant.
- Protocol-control statements lift from the classical interlacing setting to the relaxed setting with only small density overhead.
Where Pith is reading between the lines
- Similar pseudorandom replacements for Cartesian products could be used to prove hardness for computing other exact communication measures such as nondeterministic or quantum complexity.
- The framework supplies a general template for embedding combinatorial search problems into communication matrices while keeping matrix size polynomial.
- If the density loss in the relaxed construction can be made logarithmic, the same approach might separate communication complexity from circuit size in explicit constructions.
Load-bearing premise
The almost t-wise independent column sets must preserve the classical projection lower bounds and protocol-control properties with only controlled density loss.
What would settle it
A polynomial-time algorithm that, on every communication matrix produced by the reduction, outputs a protocol whose depth exactly matches the satisfiability status of the underlying vector bin packing instance.
read the original abstract
We prove that computing the deterministic communication complexity of a Boolean function, given its truth table, is \textsf{NP}-complete in the standard protocol-tree-depth model, addressing a meta-complexity question raised by Yao in 1979. The reduction is from \(\{0,1\}\)-Vector Bin Packing and produces, in polynomial time, a communication matrix whose optimal protocol depth exhibits a one-bit gap between satisfiable and unsatisfiable instances. The main technical contribution is the \emph{relaxed-interlacing} framework that makes this reduction possible. It replaces exponential-size Cartesian products with polynomial-size almost \(t\)-wise independent column sets, a pseudorandom substitute for full products, while preserving the lower-bound and protocol-control statements needed for the reduction. We develop these statements in two stages: first for classical interlacing, where projection arguments give clean lower bounds and separation statements, and then for relaxed interlacing, where a bridge lemma recovers the classical lower-bound and separation statements with controlled density loss. This leads to an extension theorem that lifts the classical lower bound to the relaxed setting and a near-exact separation theorem that lifts the corresponding protocol-control statement, with the present \textsf{NP}-completeness theorem as their main application here.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proves that computing the deterministic communication complexity of a Boolean function, given its truth table, is NP-complete in the protocol-tree-depth model. The proof is a polynomial-time reduction from the NP-complete {0,1}-Vector Bin Packing problem that produces a communication matrix whose optimal deterministic protocol depth has a strict one-bit gap between satisfiable and unsatisfiable instances. The key technical device is the relaxed-interlacing framework, which replaces exponential Cartesian products with polynomial-size almost t-wise independent column sets while preserving the required lower-bound and protocol-control properties; this is developed first for classical interlacing via projection arguments and then lifted to the relaxed case via a bridge lemma that recovers the classical statements with controlled density loss, together with an extension theorem and a near-exact separation theorem.
Significance. If the central reduction holds, the result resolves the meta-complexity question posed by Yao in 1979. The relaxed-interlacing framework supplies a general pseudorandom substitute for product constructions that may be reusable in other communication-complexity lower-bound arguments. The paper defines the new framework independently of the target result and reduces from an established NP-complete problem rather than a self-referential construction.
major comments (2)
- [Bridge lemma] Bridge lemma (relaxed-interlacing development): the lemma is stated to recover the classical projection-based lower bound and the separation statement with only controlled density loss after substituting almost t-wise independent column sets. No explicit calculation of the cumulative density loss for the concrete parameters t and density chosen in the reduction is supplied, so it remains unclear whether the final lower bound on unsatisfiable instances stays strictly above the upper bound on satisfiable instances, which is required for the one-bit gap.
- [Extension and separation theorems] Extension theorem and near-exact separation theorem: these lift the classical statements to the relaxed setting. The manuscript must verify that the almost t-wise independence preserves the necessary projection and protocol-control properties after the density adjustment; without such verification the one-bit gap claimed for the Vector Bin Packing reduction is not yet established.
minor comments (2)
- [Abstract] The abstract refers to a 'near-exact separation theorem' without giving its precise quantitative statement; an early formal definition would improve readability.
- [Notation and definitions] Notation for almost t-wise independent column sets would benefit from a short concrete example illustrating the independence parameter t and the resulting density.
Simulated Author's Rebuttal
We thank the referee for the careful reading and constructive comments. The two major comments correctly identify places where the manuscript would benefit from more explicit calculations and verifications to confirm preservation of the one-bit gap. We will incorporate these additions in the revised version.
read point-by-point responses
-
Referee: [Bridge lemma] Bridge lemma (relaxed-interlacing development): the lemma is stated to recover the classical projection-based lower bound and the separation statement with only controlled density loss after substituting almost t-wise independent column sets. No explicit calculation of the cumulative density loss for the concrete parameters t and density chosen in the reduction is supplied, so it remains unclear whether the final lower bound on unsatisfiable instances stays strictly above the upper bound on satisfiable instances, which is required for the one-bit gap.
Authors: We agree that an explicit calculation for the concrete parameters is needed. While the bridge lemma bounds density loss in general, the reduction uses specific values of t and density for the almost t-wise independent sets. In the revision we will add a short calculation (in a new paragraph or appendix) that plugs these parameters into the loss bound and verifies that the resulting lower bound on unsatisfiable instances remains at least one bit above the upper bound on satisfiable instances. revision: yes
-
Referee: [Extension and separation theorems] Extension theorem and near-exact separation theorem: these lift the classical statements to the relaxed setting. The manuscript must verify that the almost t-wise independence preserves the necessary projection and protocol-control properties after the density adjustment; without such verification the one-bit gap claimed for the Vector Bin Packing reduction is not yet established.
Authors: We acknowledge the need for an explicit verification step. The extension and near-exact separation theorems are written to lift the classical projection and protocol-control properties while accounting for density loss, but the manuscript does not spell out the error terms introduced by almost t-wise independence after adjustment. In the revision we will insert a short verification paragraph (or lemma) that bounds these error terms using standard concentration properties of almost t-wise independent families and shows they are small enough to preserve the strict one-bit gap in the Vector Bin Packing reduction. revision: yes
Circularity Check
Reduction from established NP-complete problem using independently developed framework
full rationale
The paper establishes NP-completeness of deterministic communication complexity via a direct polynomial-time reduction from the known NP-complete problem {0,1}-Vector Bin Packing. The relaxed-interlacing framework, bridge lemma, extension theorem, and near-exact separation theorem are all introduced and proven within the paper itself, first for classical interlacing and then lifted to the relaxed setting with explicit density-loss controls. No step in the derivation chain reduces to a fitted parameter, self-definition, or load-bearing self-citation; the one-bit gap is obtained by applying the newly proven statements to the constructed communication matrix. The central claim therefore remains independent of its own outputs.
Axiom & Free-Parameter Ledger
axioms (2)
- domain assumption Properties of almost t-wise independent column sets suffice to preserve projection lower bounds and protocol separation statements up to controlled density loss.
- standard math Standard mathematical facts about protocol trees and deterministic communication complexity (depth equals communication cost).
invented entities (1)
-
relaxed-interlacing framework
no independent evidence
Lean theorems connected to this paper
-
IndisputableMonolith/Foundation/AbsoluteFloorClosure.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
We prove that computing the deterministic communication complexity D(f) of a Boolean function is NP-hard ... The main technical contribution is the relaxed-interlacing framework ... bridge lemma recovers the classical lower-bound and separation statements with controlled density loss.
-
IndisputableMonolith/Foundation/ArithmeticFromLogic.leanLogicNat recovery and embed_strictMono unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
relaxed interlace ... almost t-wise independent column sets ... Extension Theorem ... Near-Exact Separation Theorem
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.