In computational complexity theory, PPA is a complexity class, standing for "Polynomial Parity Argument" (on a graph). Introduced by Christos Papadimitriou in 1994[1] (page 528), PPA is a subclass of TFNP. It is a class of search problems that can be shown to be total by an application of the handshaking lemma: any undirected graph that has a vertex whose degree is an odd number must have some other vertex whose degree is an odd number. This observation means that if we are given a graph and an odd-degree vertex, and we are asked to find some other odd-degree vertex, then we are searching for something that is guaranteed to exist (so, we have a total search problem).

Definition

edit

PPA is defined as follows. Suppose we have a graph on whose vertices are -bit binary strings, and the graph is represented by a polynomial-sized circuit that takes a vertex as input and outputs its neighbors. (Note that this allows us to represent an exponentially-large graph on which we can efficiently perform local exploration.) Suppose furthermore that a specific vertex (say the all-zeroes vector) has an odd number of neighbors. We are required to find another odd-degree vertex. Note that this problem is in NP—given a solution it may be verified using the circuit that the solution is correct. A function computation problem belongs to PPA if it admits a polynomial-time reduction to this graph search problem. A problem is complete for the class PPA if in addition, this graph search problem is reducible to that problem.

edit

PPAD is defined in a similar way to PPA, except that it is defined on directed graphs. PPAD is a subclass of PPA. This is because the corresponding problem that defines PPAD, known as END OF THE LINE, can be reduced (in a straightforward way) to the above search for an additional odd-degree vertex (essentially, just by ignoring the directions of the edges in END OF THE LINE).

Examples

edit
  • The problem LONELY is PPA-complete: given a circuit that defines a partial matching on such that is unmatched (these conditions can be syntactically enforced by manipulating the circuit), find another unmatched vertex.[2]
  • There is an un-oriented version of the Sperner lemma known to be complete for PPA.[3]
  • The consensus-halving problem is known to be complete for PPA.[4]
  • The problem of searching for a second Hamiltonian cycle on a 3-regular graph is a member of PPA, but is not known to be complete for PPA.
  • There is a randomized polynomial-time reduction from the problem of integer factorization to problems complete for PPA.[5]

References

edit
  1. ^ Christos Papadimitriou (1994). "On the complexity of the parity argument and other inefficient proofs of existence" (PDF). Journal of Computer and System Sciences. 48 (3): 498–532. doi:10.1016/S0022-0000(05)80063-7. Archived from the original (PDF) on 2016-03-04. Retrieved 2009-12-19.
  2. ^ Paul Beame; Stephen Cook; Jeff Edmonds; Russel Impagliazzo; Toniann Pitassi (1998). "The relative complexity of NP search problems". Journal of Computer and System Sciences. 57 (1): 3–19. doi:10.1006/jcss.1998.1575.
  3. ^ Michelangelo Grigni (1995). "A Sperner Lemma Complete for PPA". Information Processing Letters. 77 (5–6): 255–259. CiteSeerX 10.1.1.63.9463. doi:10.1016/S0020-0190(00)00152-6.
  4. ^ A. Filos-Ratsikas; P.W. Goldberg (2018). "Consensus-Halving is PPA-Complete". Proc. of 50th Symposium on Theory of Computing. pp. 51–64. arXiv:1711.04503. doi:10.1145/3188745.3188880.
  5. ^ E. Jeřábek (2016). "Integer Factoring and Modular Square Roots". Journal of Computer and System Sciences. 82 (2): 380–394. arXiv:1207.5220. doi:10.1016/j.jcss.2015.08.001.

📚 Artikel Terkait di Wikipedia

PPA

energy Purchase price allocation Point pattern analysis, in geometry PPA (complexity), a class of computational search problems Professional Pickleball

Primary progressive aphasia

In neurology, primary progressive aphasia (PPA) is a type of neurological syndrome in which language capabilities slowly and progressively become impaired

Complete (complexity)

In computational complexity theory, a computational problem is complete for a complexity class if it is, in a technical sense, among the "hardest" (or

PPAD (complexity)

science, PPAD ("Polynomial Parity Arguments on Directed graphs") is a complexity class introduced by Christos Papadimitriou in 1994. PPAD is a subclass

Handshaking lemma

problem the geometric properties of the formula commonly arise. The complexity class PPA encapsulates the difficulty of finding a second odd vertex, given

Backside power delivery

which allows for greater optimization of performance, power, and area (PPA) through flexible cell design. TSMC's A16 process node, set to debut in 2025

TFNP

In computational complexity theory, the complexity class TFNP is the class of total function problems that can be solved in nondeterministic polynomial

PPP (complexity)

introduced PPAD and PPA. PPP contains both PPAD and PWPP (polynomial weak pigeonhole principle) as subclasses. These complexity classes are of particular