complements of all problems in PSPACE are also in PSPACE, meaning that co-PSPACE = PSPACE. The following relations are known between PSPACE and the complexity classes...
8 KB (982 words) - 11:13, 2 June 2025
In computational complexity theory, a decision problem is PSPACE-complete if it can be solved using an amount of memory that is polynomial in the input...
13 KB (1,564 words) - 01:41, 8 November 2024
IP (complexity) (section Proof of IP = PSPACE)
problems solvable by an interactive proof system. It is equal to the class PSPACE. The result was established in a series of papers: the first by Lund, Karloff...
32 KB (5,591 words) - 11:33, 22 December 2024
Second-order logic with a transitive closure (commutative or not) yields PSPACE, the problems solvable in polynomial space. Second-order logic with a least...
18 KB (2,543 words) - 00:29, 14 November 2024
basic time and space complexity classes in the following way: P ⊆ NP ⊆ PSPACE ⊆ EXPTIME ⊆ NEXPTIME ⊆ EXPSPACE. Furthermore, by the time hierarchy theorem...
9 KB (1,220 words) - 10:45, 20 March 2025
is contained in PSPACE, which also proves that QIP = IP = PSPACE, since PSPACE is easily shown to be in QIP using the result IP = PSPACE. Watrous, John...
4 KB (503 words) - 06:39, 23 October 2024
hypothetical technologies List of NP-complete problems List of paradoxes List of PSPACE-complete problems List of undecidable problems List of unsolved deaths Lists...
2 KB (120 words) - 13:13, 30 May 2025
interactive proofs, and the quantum analogue of the celebrated result IP = PSPACE: QIP = PSPACE. This was preceded by a series of results, showing QIP can be constrained...
6 KB (556 words) - 23:23, 27 November 2024
exponential time, a very large class. NEXPTIME contains PSPACE, and is believed to strictly contain PSPACE. Adding a constant number of additional provers beyond...
23 KB (2,746 words) - 04:25, 4 January 2025
the classes NP and co-NP. Each class in the hierarchy is contained within PSPACE. The hierarchy can be defined using oracle machines or alternating Turing...
17 KB (2,826 words) - 14:50, 19 May 2025
PSPACE {\displaystyle {\textsf {P}}\subseteq {\textsf {NP}}\subseteq {\textsf {PP}}\subseteq {\textsf {PSPACE}}} , but it is possible that P = PSPACE...
50 KB (6,704 words) - 19:18, 26 May 2025
than PSPACE, the class of problems decidable in polynomial space. PSPACE is equivalent to NPSPACE by Savitch's theorem. Again, whether P = PSPACE is an...
15 KB (1,940 words) - 10:17, 2 June 2025
need not store game states; however many games of interest are known to be PSPACE-hard, and it follows that their space complexity will be lower-bounded by...
37 KB (2,837 words) - 00:34, 31 May 2025
Here are some of the more commonly known problems that are PSPACE-complete when expressed as decision problems. This list is in no way comprehensive. Generalized...
19 KB (1,807 words) - 06:29, 9 June 2025
Hex (board game) (category PSPACE-complete problems)
1145/321978.321989. S2CID 8845949. Stefan Reisch (1981). "Hex ist PSPACE-vollständig (Hex is PSPACE-complete)". Acta Informatica. 15 (2): 167–191. doi:10.1007/bf00288964...
34 KB (4,408 words) - 22:43, 27 May 2025
use O ( f ( n ) ) {\displaystyle O(f(n))} space. The complexity classes PSPACE and NPSPACE allow f {\displaystyle f} to be any polynomial, analogously...
7 KB (1,004 words) - 18:51, 17 January 2025
True quantified Boolean formula (category PSPACE-complete problems)
\exists z\ ((x\lor z)\land y)} QBF is the canonical complete problem for PSPACE, the class of problems solvable by a deterministic or nondeterministic Turing...
26 KB (3,846 words) - 15:34, 27 May 2025
complexity. Without ko, Go is PSPACE-hard. This is proved by reducing True Quantified Boolean Formula, which is known to be PSPACE-complete, to generalized...
18 KB (1,727 words) - 02:46, 18 December 2024
is in EXPSPACE, and is PSPACE-hard. It's proved to be PSPACE-hard by reducing Generalized Geography, a problem known to be PSPACE-hard, to a game of Ghost...
8 KB (1,086 words) - 15:16, 5 April 2025
Complexity class (section PSPACE and NPSPACE)
complexity classes relate to each other in the following way: L⊆NL⊆P⊆NP⊆PSPACE⊆EXPTIME⊆NEXPTIME⊆EXPSPACE Where ⊆ denotes the subset relation. However,...
75 KB (10,382 words) - 17:19, 13 June 2025
win for the first player in a given position is PSPACE-complete. Generalized hex and reversi are PSPACE-complete. For many generalized games which may...
4 KB (385 words) - 01:52, 19 August 2023
computational problem that is known to be NP-hard and in PSPACE, but is not known to be complete for NP, PSPACE, or any language in the polynomial hierarchy. ∃...
11 KB (1,472 words) - 23:39, 6 June 2023
prove that IP = PSPACE. However, in 2008, Scott Aaronson and Avi Wigderson showed that the main technical tool used in the IP = PSPACE proof, known as...
63 KB (7,784 words) - 06:53, 25 April 2025
is symmetrical. co-NP is a subset of PH, which itself is a subset of PSPACE. An example of a problem that is known to belong to both NP and co-NP (but...
7 KB (964 words) - 05:30, 9 May 2025
Generalized geography (category PSPACE-complete problems)
computational complexity theory, generalized geography is a well-known PSPACE-complete problem. Geography is a children's game, where players take turns...
13 KB (1,908 words) - 09:17, 18 August 2023
ignoring the proof and solving it. NP is contained in PSPACE—to show this, it suffices to construct a PSPACE machine that loops over all proof strings and feeds...
21 KB (2,784 words) - 09:34, 2 June 2025
removing all tiles is PSPACE-complete, and the game is NP-complete if looking below tiles is allowed. It has been proven that it is PSPACE-hard to approximate...
9 KB (1,049 words) - 07:06, 8 May 2025
BQP (section BQP and PSPACE)
PP\subseteq PSPACE\subseteq EXP}}} As the problem of P = ? P S P A C E {\displaystyle {\mathsf {P}}\ {\stackrel {?}{=}}\ {\mathsf {PSPACE}}} has...
23 KB (3,518 words) - 07:19, 20 June 2024
Arthur can interact for k rounds. QMA is QIP(1). QIP(2) is known to be in PSPACE. QIP is QIP(k) where k is allowed to be polynomial in the number of qubits...
14 KB (1,832 words) - 11:27, 14 December 2024
Game of the Amazons (category PSPACE-complete problems)
configuration) is PSPACE-complete. This can be proved in two ways. The first way is by reducing a generalized Hex position, which is known to be PSPACE-complete...
9 KB (983 words) - 19:47, 25 August 2024