PPAD (complexity)
{{Short description|Complexity class}}
In computer science, PPAD ("Polynomial Parity Arguments on Directed graphs") is a complexity class introduced by Christos Papadimitriou in 1994. PPAD is a subclass of TFNP based on functions that can be shown to be total by a parity argument.{{cite journal | author = Christos Papadimitriou | author-link = Christos Papadimitriou | year = 1994 | title = On the complexity of the parity argument and other inefficient proofs of existence | journal = Journal of Computer and System Sciences | volume = 48 | issue = 3 | pages = 498–532 | url = http://www.cs.berkeley.edu/~christos/papers/On%20the%20Complexity.pdf | doi = 10.1016/S0022-0000(05)80063-7 | access-date = 2008-03-08 | archive-url = https://web.archive.org/web/20160304084618/http://www.cs.berkeley.edu/~christos/papers/On%20the%20Complexity.pdf | archive-date = 2016-03-04 | url-status = dead }}{{cite web | first = Lance |last=Fortnow | author-link=Lance Fortnow|year = 2005 | title = What is PPAD? | url = http://weblog.fortnow.com/2005/12/what-is-ppad.html | access-date = 2007-01-29}} The class attracted significant attention in the field of algorithmic game theory because it contains the problem of computing a Nash equilibrium: this problem was shown to be complete for PPAD by Daskalakis, Goldberg and Papadimitriou with at least 3 players and later extended by Chen and Deng to 2 players.*{{Cite conference|first1=Xi|last1=Chen|first2=Xiaotie|last2=Deng|title=Settling the complexity of two-player Nash equilibrium|conference=Proc. 47th Symp. Foundations of Computer Science|year=2006|pages=261–271|doi=10.1109/FOCS.2006.69|id={{ECCC|2005|05|140}}}}.
Definition
PPAD is a subset of the class TFNP, the class of function problems in FNP that are guaranteed to be total. The TFNP formal definition is given as follows:
:A binary relation P(x,y) is in TFNP if and only if there is a deterministic polynomial time algorithm that can determine whether P(x,y) holds given both x and y, and for every x, there exists a y such that P(x,y) holds.
Subclasses of TFNP are defined based on the type of mathematical proof used to prove that a solution always exists. Informally, PPAD is the subclass of TFNP where the guarantee that there exists a y such that P(x,y) holds is based on a parity argument on a directed graph. The class is formally defined by specifying one of its complete problems, known as End-Of-The-Line:
:G is a (possibly exponentially large) directed graph with every vertex having at most one predecessor and at most one successor. G is specified by giving a polynomial-time computable function f(v) (polynomial in the size of v) that returns the predecessor and successor (if they exist) of the vertex v. Given a vertex s in G with no predecessor, find a vertex t≠s with no predecessor or no successor. (The input to the problem is the source vertex s and the function f(v)). In other words, we want any source or sink of the directed graph other than s.
Such a t must exist if an s does, because the structure of G means that vertices with only one neighbour come in pairs. In particular, given s, we can find such a t at the other end of the string starting at s. (Note that this may take exponential time if we just evaluate f repeatedly.)
Relations to other complexity classes
PPAD is contained in (but not known to be equal to) PPA (the corresponding class of parity arguments for undirected graphs) which is contained in TFNP. PPAD is also contained in (but not known to be equal to) PPP, another subclass of TFNP. It contains [http://people.csail.mit.edu/costis/CLS.pdf CLS].{{Cite book|title=Continuous Local Search|last1=Daskalakis|first1=C.|last2=Papadimitriou|first2=C.|date=2011-01-23|publisher=Society for Industrial and Applied Mathematics|isbn=9780898719932|series=Proceedings|pages=790–804|doi=10.1137/1.9781611973082.62|citeseerx = 10.1.1.362.9554|s2cid=2056144 }}
PPAD is a class of problems that are believed to be hard, but obtaining PPAD-completeness is a weaker evidence of intractability than that of obtaining NP-completeness. PPAD problems cannot be NP-complete, for the technical reason that NP is a class of decision problems, but the answer of PPAD problems is always yes, as a solution is known to exist, even though it might be hard to find that solution.{{cite arXiv | author = Scott Aaronson | author-link = Scott Aaronson | year = 2011 | title = Why philosophers should care about computational complexity |eprint=1108.1791| class = cs.CC }} However, PPAD and NP are closely related. While the question whether a Nash equilibrium exists for a given game cannot be NP-hard because the answer is always yes, the question whether a second equilibrium exists is NP complete.{{cite web | author = Christos Papadimitriou | author-link = Christos Papadimitriou | year = 2011 | title = Lecture: Complexity of Finding a Nash Equilibrium | url = https://people.cs.pitt.edu/~kirk/CS1699Fall2014/lect4.pdf}} Examples of PPAD-complete problems include finding Nash equilibria, computing fixed points in Brouwer functions, and finding Arrow-Debreu equilibria in markets.
Fearnley, Goldberg, Hollender and Savani{{Cite journal |last1=Fearnley |first1=John |last2=Goldberg |first2=Paul |last3=Hollender |first3=Alexandros |last4=Savani |first4=Rahul |date=2022-12-19 |title=The Complexity of Gradient Descent: CLS = PPAD ∩ PLS |url=https://doi.org/10.1145/3568163 |journal=Journal of the ACM |volume=70 |issue=1 |pages=7:1–7:74 |doi=10.1145/3568163 |issn=0004-5411|arxiv=2011.01929 |s2cid=263706261 }} proved that a complexity class called CLS is equal to the intersection of PPAD and PLS.
Further reading
- Equilibria, fixed points, and complexity classes: a survey.{{Cite journal |last=Yannakakis |first=Mihalis |date=2009-05-01 |title=Equilibria, fixed points, and complexity classes |url=https://www.sciencedirect.com/science/article/pii/S1574013709000161 |journal=Computer Science Review |language=en |volume=3 |issue=2 |pages=71–85 |doi=10.1016/j.cosrev.2009.03.004 |issn=1574-0137|arxiv=0802.2831 }}
Other notable complete problems
{{main|List of PPAD-complete problems}}
- Finding the Nash equilibrium on a 2-player game or the Epsilon-equilibrium on a game with any number of players.{{cite journal
| doi = 10.1137/070699652
| author = C. Daskalakis, P.W. Goldberg and C.H. Papadimitriou
| year = 2009
| title = The Complexity of Computing a Nash Equilibrium
| journal = SIAM Journal on Computing
| volume = 39
| issue = 3
| pages = 195–259
| citeseerx = 10.1.1.152.7003
}}
- Finding a three-colored point in Sperner's Lemma.{{cite conference |author=Xi Chen and Xiaotie Deng |year=2006 |title=On the Complexity of 2D Discrete Fixed Point Problem |conference= |pages=489–500 |id={{ECCC|2006|06|037}} |book-title=International Colloquium on Automata, Languages and Programming}}
- Finding an envy-free cake-cutting when the utility functions are given by polynomial-time algorithms.{{Cite journal | doi = 10.1287/opre.1120.1116| title = Algorithmic Solutions for Envy-Free Cake Cutting| journal = Operations Research| volume = 60| issue = 6| pages = 1461| year = 2012| last1 = Deng | first1 = X. | last2 = Qi | first2 = Q. | last3 = Saberi | first3 = A. | s2cid = 4430655}}
References
{{Reflist}}