Research & Papers

Team zero-sum games proven as hard as general-sum games

New paper settles complexity with PPAD-completeness — even for two-player teams.

Deep Dive

A new paper by Ioannis Anagnostides, Ioannis Panageas, Tuomas Sandholm, and Jingming Yan settles a long-standing open problem in algorithmic game theory: the computational complexity of team zero-sum games. In these games, two competing teams each contain multiple independent agents who share a common goal but cannot perfectly coordinate. Despite the adversarial structure, the authors prove that computing Nash equilibria is PPAD-complete — the same hardness class as general-sum games. This makes team zero-sum games significantly harder than two-player zero-sum games, which are tractable via linear programming.

The hardness holds even under severe restrictions: each team has only two players, the precision is inverse-polynomial (ruling out a fully polynomial-time approximation scheme unless P=PPAD), and the underlying game class is polymatrix. As a byproduct, the paper resolves the complexity of group-wise zero-sum polymatrix games, introduced by Cai and Daskalakis in 2011 and highlighted recently by Hollender et al. at ICLR 2025. The authors also extend their techniques to min-max optimization, showing that computing a first-order stationary point is PPAD-complete even for quadratic multilinear objectives.

Key Points
  • Proves PPAD-completeness for Nash equilibria in team zero-sum games, matching general-sum game hardness.
  • Result holds with only two agents per team and inverse-polynomial precision, ruling out FPTAS unless P=PPAD.
  • Also resolves complexity of group-wise zero-sum polymatrix games and shows PPAD-completeness for stationary points in quadratic min-max optimization.

Why It Matters

Game-theoretic AI systems relying on team coordination may face fundamental intractability, impacting multi-agent reinforcement learning and robust optimization.

📬 Get the top 10 AI stories daily