← Latest papers
⚛️ quantum physics

Direct sum theorems beyond query complexity

This paper introduces a novel framework that establishes fundamental direct sum theorems across classical and quantum query complexity, PAC-learning, and statistical estimation, yielding the first asymptotic separation of randomized query complexity and a query complexity counterpart to the "information = amortized communication" relation.

Original authors: Daiki Suruga

Published 2026-09-15
📖 1 min read🧠 Deep dive

Original authors: Daiki Suruga

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Technical Summary: Direct Sum Theorems beyond Query Complexity

Problem Statement
The paper addresses the fundamental "direct sum question" in complexity theory: Is it harder to solve nn instances of a problem independently than to solve them simultaneously? While this question has been extensively studied in query complexity, communication complexity, and information theory, the paper notes that significant gaps remain in other fields, such as statistical estimation and machine learning (specifically PAC learning). Furthermore, existing results in well-studied fields often lack a unified framework or precise bounds for small error regimes. The core challenge is to determine whether the complexity of solving nn instances scales linearly with nn (a direct sum theorem) and to characterize the amortized complexity in the limit as nn \to \infty.

Methodology: A Unified Framework
The author introduces a novel, general framework capable of unifying classical/quantum query complexity, statistical estimation, and PAC learning. The framework is defined by a pair (FΘ,NΘ)(F_\Theta, N_\Theta):

  1. Target Function (FΘF_\Theta): Instead of a single function ff, the target is a set of subsets FθRdF_\theta \subset \mathbb{R}^d indexed by a parameter θΘ\theta \in \Theta. This generalizes standard functions (where Fθ={f(θ)}F_\theta = \{f(\theta)\}) to estimation problems (where Fθ={θ}F_\theta = \{\theta\}) and learning problems.
  2. Oracle (NΘN_\Theta): The oracle is defined as a set of stochastic matrices (classical) or quantum channels (quantum) that map inputs to outputs probabilistically.
    • Crucial Constraint: Even in quantum scenarios, the framework restricts oracle access to be performed in a classically adaptive manner. That is, the choice of which oracle to query and the decision to continue are determined by classical randomness and measurement outcomes, rather than quantum superposition of oracle choices.

The paper analyzes four complexity scenarios within this framework:

  • Classical Distributional (DD)
  • Classical Randomized (RR)
  • Quantum Distributional (QDQD)
  • Quantum Randomized (QRQR)

The complexity measures C([PC,ε])C([P_C, \varepsilon]) denote the worst-case or expected oracle calls required to solve problem PCP_C with error ε\le \varepsilon. The direct sum problem investigates the relationship between C([PC,ε]n)C([P_C, \varepsilon]^n) (solving nn instances simultaneously) and nC([PC,ε])n \cdot C([P_C, \varepsilon]).

Key Contributions and Results

1. Complete Characterization of Amortized Complexity (Theorem 1)
The paper establishes a complete characterization of the asymptotic behavior of direct sum theorems. For any complexity scenario C{D,R,QD,QR}C \in \{D, R, QD, QR\} and any error ε>0\varepsilon > 0:
limnC([PC,ε]n)n=C([PC,ε]) \lim_{n \to \infty} \frac{C([P_C, \varepsilon]^n)}{n} = C([P_C, \varepsilon])
This result provides a rigorous foundation for "amortized" complexity, showing that in the limit, the cost per instance converges exactly to the cost of solving a single instance. In classical scenarios, this serves as the query/oracle counterpart to the "information = amortized communication" relation established in communication complexity.

2. Tight Direct Sum Theorems for Small Errors (Theorem 2 & 3)
The author proves tight direct sum theorems when the error ε\varepsilon is sufficiently small (specifically, ε0\varepsilon \to 0 or ε\varepsilon is small relative to nn).

  • Theorem 3 (Expected Complexity): For almost any problem and sufficiently small ε\varepsilon, the expected complexity satisfies:
    C([PCn,ε])=Θ(nC([PC,0])) C([P_C^n, \varepsilon]) = \Theta(n \cdot C([P_C, 0]))
    This implies that for small errors, the complexity scales linearly with nn based on the zero-error complexity of a single instance.
  • Theorem 2 (Worst-Case Complexity): Similarly, for the worst-case complexity in the limit:
    limnC([PCn,ε])n=Θ(C([PC,0])) \lim_{n \to \infty} \frac{C([P_C^n, \varepsilon])}{n} = \Theta(C([P_C, 0]))

3. Asymptotic Separation in Randomized Query Complexity
A major consequence of these theorems is the first known asymptotic separation of randomized query complexity. The author shows there exists a function ff and a small error ε\varepsilon such that:

  • Solving nn instances simultaneously requires O~(nk)\tilde{O}(n\sqrt{k}) queries.
  • Solving one instance with the same error requires Ω~(k)\tilde{\Omega}(k) queries.
    This contrasts with the behavior at larger errors (e.g., ε=1/3\varepsilon = 1/3), where Corollary 2 establishes that R([fn,1/3])=Ω(nR([f,1/3]))R([f^n, 1/3]) = \Omega(n \cdot R([f, 1/3])), meaning no such separation exists for constant errors.

4. Resolution of Open Problems

  • Jain, Klauck, and Santha (2010): The paper provides a partial answer by proving a tighter direct sum theorem for small errors, refining previous bounds.
  • Blais and Brody (2019): The paper provides a complete answer to an open problem by exhibiting a counterexample, demonstrating that the relation R([fn,ε])=Ω(nR(f,ε/n))R([f^n, \varepsilon]) = \Omega(n R(f, \varepsilon/n)) does not hold for all ff and ε\varepsilon.

Proof Techniques
The proofs rely on two fundamental properties of the complexity measure C([PC,ε])C([P_C, \varepsilon]):

  1. Additivity: Proving that C([PC,ε]n)=nC([PC,ε])C([P_C, \varepsilon]^n) = n \cdot C([P_C, \varepsilon]). For randomized and quantum randomized cases, this requires a minimax theorem approach to optimize over all input distributions.
  2. Continuity: Proving that limρεC([PC,ρ])=C([PC,ε])\lim_{\rho \to \varepsilon} C([P_C, \rho]) = C([P_C, \varepsilon]). This involves constructing hybrid algorithms that mix optimal solutions for different error rates to bound the complexity at a target error.

Significance and Claims
The paper claims that its primary significance lies in providing a unified framework that extends direct sum theorems to previously uninvestigated fields like statistical estimation and PAC learning. By establishing that direct sum theorems hold in the limit and for small errors across classical and quantum settings, the work offers a "complete characterization" of amortized query/oracle complexities.

The author is modest regarding future applications, stating that while the results provide a foundation for "further interesting applications," specific applications beyond the immediate theoretical consequences (such as the separation in randomized query complexity and the resolution of open problems) are left for future research. The work is presented as a foundational step to bridge gaps between different complexity models rather than a proposal for immediate experimental implementation.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →