<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.3/ http://www.mediawiki.org/xml/export-0.3.xsd" version="0.3" xml:lang="en">
  <siteinfo>
    <sitename>Qwiki</sitename>
    <base>http://qwiki.stanford.edu/index.php/Main_Page</base>
    <generator>MediaWiki 1.15.3</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2">Media</namespace>
      <namespace key="-1">Special</namespace>
      <namespace key="0" />
      <namespace key="1">Talk</namespace>
      <namespace key="2">User</namespace>
      <namespace key="3">User talk</namespace>
      <namespace key="4">Qwiki</namespace>
      <namespace key="5">Qwiki talk</namespace>
      <namespace key="6">File</namespace>
      <namespace key="7">File talk</namespace>
      <namespace key="8">MediaWiki</namespace>
      <namespace key="9">MediaWiki talk</namespace>
      <namespace key="10">Template</namespace>
      <namespace key="11">Template talk</namespace>
      <namespace key="12">Help</namespace>
      <namespace key="13">Help talk</namespace>
      <namespace key="14">Category</namespace>
      <namespace key="15">Category talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Complexity Dojo</title>
    <id>3646</id>
    <revision>
      <id>12365</id>
      <timestamp>2009-08-11T05:27:56Z</timestamp>
      <contributor>
        <username>MartinSchwarz</username>
        <id>1970</id>
      </contributor>
      <text xml:space="preserve">{{CD-Menu}}


In complexity theory, it isn't enough to say that something is impossible; you have to ''prove'' it. So here in the '''Complexity Dojo''', we introduce several major theorems and proof techniques that will go a long way.

Of course, there are going to be disagreements as to what a &quot;major theorem&quot; is, so this is all in the opinion of the [[Christopher Granade|Tour Guide]] and any other contributors. The main focus, though, will be on theorems that illustrate important concepts more than on theorems which have a direct impact. If you feel that the list of theorems is somehow terribly deficient for the lack of a specific theorem, please add it!

For those of you not used to mathematical proofs in general, here's some resources that may help:
* One of the various textbooks on the subject, such as that by [http://books.google.com/books?id=j7xcHwAACAAJ Maddox].
* [[Wikibooks:Mathematical Proof|Mathematical Proof]], a book on [[WikiBooks:Main Page|WikiBooks]]. (As of the time of this writing, it is woefully incomplete, but it should improve.)
* Wikipedia entry on [[Wikipedia:Mathematical proof|Mathematical proof]].
* [http://mathworld.wolfram.com/ MathWorld]'s definitions of [http://mathworld.wolfram.com/Proof.html Proof] and [http://mathworld.wolfram.com/Theorem.html Theorem]. Also good is the page on [http://mathworld.wolfram.com/ReductioadAbsurdum.html proof by contradiction].

Of course, none of these resources can compare with taking a class that requires proofs (real analysis or complexity theory make good candidates), or a class directly about proofs.

== Major Theorems ==
* [[Complexity Dojo/Cook-Levin Theorem|Cook-Levin Theorem]]: [[Complexity Garden#SAT|SAT]] &amp;isin; {{zcls|n|npc|NP-complete}}.
* [[Complexity Dojo/Savitch's Theorem|Savitch's Theorem]]: {{zcls|n|nspace}}(f(n)) &amp;sube; {{zcls|d|dspace}}(f&amp;sup2;(n)), {{zcls|p|pspace}} = {{zcls|n|npspace}}
* [[Complexity Dojo/Ladner's Theorem|Ladner's Theorem]] {{zcls|p|p}} &amp;ne; {{zcls|n|np}} implies that {{zcls|n|npi|NP-intermediate}} problems exist.
* [[Complexity Dojo/Blum Speedup Theorem|Blum Speedup Theorem]]: Some problems do not have optimal solutions.
* [[Complexity Dojo/Impagliazzo-Widgerson Theorem|Impagliazzo-Widgerson Theorem]]: {{zcls|p|p}} = {{zcls|b|bpp}} unless {{zcls|e|e}} has sub-exponential circuits.
* [[Complexity Dojo/Toda's Theorem|Toda's Theorem]]: {{zcls|p|ph}} &amp;sube; {{zcls|p|p}}&lt;sup&gt;{{zcls|symbols|sharpp|#P}}&lt;/sup&gt;.
* [[Complexity Dojo/Natural Proofs|Natural Proofs]]

== Proof Techniques ==
* {{ns|Christopher Granade:Complexity Dojo|Diagonalization}}: Method of showing that an enumeration of a set is incomplete.</text>
    </revision>
  </page>
  <page>
    <title>Complexity Dojo/Cook-Levin Theorem</title>
    <id>3653</id>
    <revision>
      <id>11448</id>
      <timestamp>2008-07-25T15:26:56Z</timestamp>
      <contributor>
        <username>Christopher Granade</username>
        <id>1266</id>
      </contributor>
      <minor/>
      <comment>[[Christopher Granade:Complexity Dojo:Cook-Levin Theorem]] moved to [[Complexity Dojo/Cook-Levin Theorem]]: Moving out of [[User:Christopher Granade]] and fixing namespace separator.</comment>
      <text xml:space="preserve">{{CD-Menu}}


The '''Cook-Levin Theorem''' shows that ''any'' problem in {{zcls|n|np}} is [[Complexity Zoo Glossary#reduction|reducible]] to [[Complexity Garden#sat|SAT]] in polynomial time. Thus, SAT is at least as hard as every other problem in NP (we call this property NP-hardness). Being in NP itself, this implies that SAT somehow encapsulates ''why'' problems in NP are hard. It is important enough that we say that SAT is {{zcls|n|npc|NP-complete}}.

The Cook-Levin Theorem also lets us show that other problems are NP-complete by reducing SAT to them in polynomial time, since polynomials are closed under composition. Thus, the theorem acts as a starting point for further study of NP-completeness.

There are actually many versions of the proof of Cook-Levin Theorem. Some versions, such as the one presented by {{zcite|Pap94}} reduce NP problems to the Circuit-SAT problem (a variant of SAT), then use as a lemma that Circuit-SAT is reducible to SAT. In doing so, they prove a slightly stronger result that Circuit-SAT is also NP-complete. Other versions of the proof, such as the [[Wikipedia:Cook's theorem|one given by Wikipedia]], employ a gaggle of variables to represent the NP machine being reduced to SAT. In either case, however, what remains is that the satisfiablity instance constructed by the proof simulates an NP machine, and thus solving it gives you the ability to solve arbitrary NP problems for which an NP machine has been devised (as opposed to those problems that we place in NP non-constructively).

Moreover, most (if not every) version of the proof relies on the ''locality'' of a Turing machine. That is, we shall rely upon the fact that since the transition function for a Turing machine depends only on the symbols under each read head and the machine state, we can describe the Turing machine as the combination of a series of local descriptions.

This is a commonly enough covered theorem that we shall not give a proof here, but rather shall be content to direct the reader to one of the proofs given elsewhere (please expand this list if you find a good proof somewhere):
* {{zcite|Pap94}}
* [[Wikipedia:Cook's theorem|Wikipedia]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Dojo/Diagonalization</title>
    <id>3648</id>
    <revision>
      <id>11456</id>
      <timestamp>2008-07-25T15:30:36Z</timestamp>
      <contributor>
        <username>Christopher Granade</username>
        <id>1266</id>
      </contributor>
      <minor/>
      <comment>[[Christopher Granade:Complexity Dojo:Diagonalization]] moved to [[Complexity Dojo/Diagonalization]]: Moving out of [[User:Christopher Granade]] and fixing namespace separator.</comment>
      <text xml:space="preserve">{{CD-Menu}}

'''Diagonalization''' refers to a method of proving that some enumeration &lt;math&gt;\{s_1, s_2,\dots\}&lt;/math&gt; of an infinite set misses at least one element.

== Example ==
Perhaps the best way to introduce the idea is in a context other than complexity theory. [[Wikipedia:Georg Cantor|Georg Cantor]] famously applied diagonalization to show that the set of real numbers is strictly larger than the set of integers, despite that they are both infinite. We shall show here a seemingly weaker version, where we show that &lt;math&gt;\left\vert\mathbb{R}\right\vert &gt; \left\vert\mathbb{N}\right\vert&lt;/math&gt;, but it is easy to show that the integers and natural numbers have the same cardinality.

{{Theorem
|Cantor's Diagonalization Argument|statement=The set of real numbers &lt;math&gt;\mathbb{R}&lt;/math&gt; is strictly larger than the set of natural numbers &lt;math&gt;\mathbb{N}&lt;/math&gt;. That is, there exists an injection (one-to-one function) &lt;math&gt;f : \mathbb{N}\to\mathbb{R}&lt;/math&gt;, but that any such &lt;math&gt;f&lt;/math&gt; fails to be surjective (onto).
|proof=Showing that an injective function &lt;math&gt;f : \mathbb{N}\to\mathbb{R}&lt;/math&gt; exists is trivial; consider &lt;math&gt;f(n) = n&lt;/math&gt;. On the other hand, suppose for the sake of contradiction that there exists some &lt;math&gt;f&lt;/math&gt; of the same form which is bijective (one-to-one and onto). Then, we can enumerate the real numbers: &lt;math&gt;\{f(1), f(2), f(3), \dots\}&lt;/math&gt;. In particular, if we write out the decimal expansion of &lt;math&gt;f(i)&lt;/math&gt; as &lt;math&gt;f(i) = f_{i1} f_{i2} \dots&lt;/math&gt;, where each &lt;math&gt;f_{ij} \in {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}&lt;/math&gt;, then we can make a table as follows:
&lt;center&gt;
&lt;table&gt;
&lt;tr&gt;&lt;td&gt;&lt;math&gt;f(1)&lt;/math&gt;&lt;/td&gt;&lt;td&gt;=&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{11}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{12}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{13}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{14}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{15}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;\cdots&lt;/math&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;math&gt;f(2)&lt;/math&gt;&lt;/td&gt;&lt;td&gt;=&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{21}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{22}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{23}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{24}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{25}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;\cdots&lt;/math&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;math&gt;f(3)&lt;/math&gt;&lt;/td&gt;&lt;td&gt;=&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{31}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{32}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{33}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{34}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{35}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;\cdots&lt;/math&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;math&gt;f(4)&lt;/math&gt;&lt;/td&gt;&lt;td&gt;=&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{41}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{42}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{43}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{44}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{45}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;\cdots&lt;/math&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;math&gt;f(5)&lt;/math&gt;&lt;/td&gt;&lt;td&gt;=&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{51}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{52}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{53}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{54}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;f_{55}&lt;/math&gt;&lt;/td&gt;&lt;td&gt;&lt;math&gt;\cdots&lt;/math&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;
Now, consider &lt;math&gt;g=g_1 g_2 g_3 \dots&lt;/math&gt;, where each &lt;math&gt;g_i = f_{ii} + 1 \bmod 10&lt;/math&gt;. For example, if &lt;math&gt;f_{22} = 9&lt;/math&gt;, then &lt;math&gt;g_2 = 0&lt;/math&gt;. Intuitively, we construct &lt;math&gt;g&lt;/math&gt; by selecting digits from the diagonal of the table above, and shifting each by one. But then, we claim that for any &lt;math&gt;i\in\mathbb{N}&lt;/math&gt;, &lt;math&gt;g\ne f(i)&lt;/math&gt;. To see this, note that &lt;math&gt;f(i)&lt;/math&gt; and &lt;math&gt;g&lt;/math&gt; must differ in at least one digit&amp;ndash;the &lt;math&gt;i^{\mathrm{th}}&lt;/math&gt; digit&amp;ndash;by construction. (Note that there is a slight technicality that we're sweeping under the rug here: 0.999.... = 1.0000, but they differ in every digit. I say that this technicality is slight, however, as we could deal with this as a special case.)

Therefore, &lt;math&gt;g&lt;/math&gt; is not in our enumeration and so &lt;math&gt;f&lt;/math&gt; is not surjective. 
}}

== Applications ==
This is the most clean and intuitive example of how diagonalization arguments go, and shows the general pattern by which the method works. If we want to show that an enumeration is incomplete, then we construct a new element that is different from every single other item in that enumeration by construction. Though we have given a very specific example here, the argument generalizes to show that the cardinality of a set is always strictly less than that of its power set (see [http://mathworld.wolfram.com/CantorDiagonalMethod.html this article on MathWorld] for more details).

Many very important proofs in complexity theory work by diagonalization arguments, including:
* [[Christopher Granade:Complexity Dojo:Ladner's Theorem|Ladner's Theorem]].
* The Time Hierarchy Theorem.

== Limits of Diagonalization ==
There are limits to the power of diagonalization, however. To see this, we need to take a brief detour into oracle land. We define an [[Zoo Glossary#oracle|oracle]] Turing machine (OTM) for some problem &lt;math&gt;O&lt;/math&gt; to be a Turing machine which has a special tape, called the ''oracle tape'', and three special states &lt;math&gt;q_{?}, q_{\mbox{yes}}, q_{\mbox{no}}&lt;/math&gt;. Whenever an OTM enters the special state &lt;math&gt;q_?&lt;/math&gt;, in the next step its new state shall be either &lt;math&gt;q_{\mbox{yes}}&lt;/math&gt; or &lt;math&gt;q_{\mbox{no}}&lt;/math&gt;, depending on whether the contents &lt;math&gt;w&lt;/math&gt; of satisfy &lt;math&gt;w\in O&lt;/math&gt;. Given the set of Turing machines in a class &lt;math&gt;A&lt;/math&gt;, we write that the class &lt;math&gt;A^O&lt;/math&gt; is the set of oracle Turing machines, where the oracle is for the problem &lt;math&gt;O&lt;/math&gt;. Thus, P&lt;sup&gt;3SAT&lt;/sup&gt; is the set of polynomial-time deterministic Turing machines with oracles for 3SAT.

Diagonalization arguments treat TMs as black boxes, paying attention only to the fact that we can make an enumeration of machines and the ability to construct a new machine which simulates each machine in an enumeration with very little overhead. As such, we can substitute an oracle Turing machine for a Turing machine in any diagonalization argument. Since we can use this alternate model of computation in diagonalization arguments, any such argument which shows that &lt;math&gt;A \ne B&lt;/math&gt; also implies that for any &lt;math&gt;O&lt;/math&gt;, &lt;math&gt;A^O = B^O&lt;/math&gt;. We say that diagonalization arguments ''relativize''.

As an example of how this fundamentally limits the power of diagonalization arguments, note that {{zcite|BGS75}} showed that there exist oracles &lt;math&gt;A,B&lt;/math&gt; such that P&lt;sup&gt;&lt;math&gt;A&lt;/math&gt;&lt;/sup&gt; = NP&lt;sup&gt;&lt;math&gt;B&lt;/math&gt;&lt;/sup&gt; and P&lt;sup&gt;&lt;math&gt;B&lt;/math&gt;&lt;/sup&gt; &amp;ne; NP&lt;sup&gt;&lt;math&gt;B&lt;/math&gt;&lt;/sup&gt;. Thus no relativizing argument cannot prove either P = NP or P &amp;ne; NP.</text>
    </revision>
  </page>
  <page>
    <title>Complexity Dojo/Ladner's Theorem</title>
    <id>3677</id>
    <revision>
      <id>13086</id>
      <timestamp>2010-10-20T17:59:54Z</timestamp>
      <contributor>
        <username>Jeffrey Finkelstein</username>
        <id>2067</id>
      </contributor>
      <minor/>
      <comment>changed typo: in -&gt; is</comment>
      <text xml:space="preserve">{{CD-Menu}}

{{CZ-Stub}}

We know that P &amp;sube; NP, so {{zcls|p|p}} &amp;ne; {{zcls|n|np}} if and only if this inclusion is proper. A plausible question, then, is whether all problems in NP \ P are {{zcls|n|npc|NP-complete}}. '''Ladner's Theorem''', proved in {{zcite|Lad75}}, shows that this is not the case: there exist languages which are in NP \ P but are not NP-complete. The set of such problems is denoted by {{zcls|n|npi|NP-intermediate}}. 

The proof of Ladner's Theorem can be easily modified to imply an infinite structure within NP \ P.

The NP-intermediate language constructed in {{zcite|Lad75}} is artificial. Natural languages believed to be NP-intermediate are Integer Factorization, Graph Isomorphism, and Nash Equilibria.

{{Theorem|Ladner's Theorem|statement=If {{zcls|p|p}} &amp;ne; {{zcls|n|np}}, then NPI is non-empty.
|proof=
}}</text>
    </revision>
  </page>
  <page>
    <title>Complexity Dojo/Savitch's Theorem</title>
    <id>3654</id>
    <revision>
      <id>11452</id>
      <timestamp>2008-07-25T15:30:01Z</timestamp>
      <contributor>
        <username>Christopher Granade</username>
        <id>1266</id>
      </contributor>
      <minor/>
      <comment>[[Christopher Granade:Complexity Dojo:Savitch's Theorem]] moved to [[Complexity Dojo/Savitch's Theorem]]: Moving out of [[User:Christopher Granade]] and fixing namespace separator.</comment>
      <text xml:space="preserve">{{CD-Menu}}


'''Savitch's Theorem''' shows that the Reachability problem can be solved in space &lt;math&gt;O(\log^2 n)&lt;/math&gt; for a graph with &lt;math&gt;n&lt;/math&gt; nodes. As a corollary, we can apply the reachability method to show that {{zcls|n|nspace}}&lt;math&gt;(f(n))&lt;/math&gt; &amp;sube; {{zcls|s|space}}&lt;math&gt;(f^2(n))&lt;/math&gt;. This in turn gives us immediately that {{zcls|n|npspace}} = {{zcls|p|pspace}}; that is, that for polynomially-bounded space, non-determinism doesn't buy us anything, in contrast to what we suspect about polynomially-bounded time.

{{Theorem
|Savitch's Theorem|statement=Reachability &amp;isin; {{zcls|s|space}}&lt;math&gt;(\log^2 n)&lt;/math&gt;.
|proof=Let &lt;math&gt;G=(V,E)&lt;/math&gt; be a directed graph (given in the form of an adjacency matrix &lt;math&gt;A^G&lt;/math&gt;), and let &lt;math&gt;n=\left\vert V\right\vert&lt;/math&gt;. We shall proceed by building up a predicate &lt;math&gt;\mathrm{Path} : V \times V \times \mathbb{N} \to \{0,1\}&lt;/math&gt; such that, for some vertices &lt;math&gt;a,b&lt;/math&gt; and natural number &lt;math&gt;i&lt;/math&gt;, &lt;math&gt;\mathrm{Path}(a,b,i) = 1&lt;/math&gt; if and only if there is a path of length at most &lt;math&gt;2^i&lt;/math&gt; connecting &lt;math&gt;a&lt;/math&gt; to &lt;math&gt;b&lt;/math&gt;. Then, &lt;math&gt;\mathrm{Reachability}(a,b) = \mathrm{Path}(a,b,\left\lceil \log n \right\rceil)&lt;/math&gt;, since any path longer than &lt;math&gt;n&lt;/math&gt; must visit some vertex twice.

To compute &lt;math&gt;\mathrm{Path}(a,b,i)&lt;/math&gt;, we shall use a Turing machine &lt;math&gt;M&lt;/math&gt; with an input string &lt;math&gt;A^G&lt;/math&gt; and two work strings. The first work string will initially contain the a triple &lt;math&gt;(a,b,i)&lt;/math&gt;, where &lt;math&gt;a,b&lt;/math&gt; are represented as the indices of the vertices. Note that the length of this triple is &lt;math&gt;O(\left\lceil\log n\right\rceil)&lt;/math&gt;. During the course of the algorithm, we shall add additional triples of the same form for intermediate problems. We shall see soon that no more than &lt;math&gt;O(\left\lceil \log n \right\rceil)&lt;/math&gt; triples will be needed.

&lt;math&gt;M&lt;/math&gt; shall work by noting that if &lt;math&gt;\mathrm{Path}(a,b,i)&lt;/math&gt; for &lt;math&gt;i&gt;0&lt;/math&gt;, then the path described has a midpoint &lt;math&gt;z&lt;/math&gt;. Formally, if &lt;math&gt;\mathrm{Path}(a,b,i)&lt;/math&gt; and &lt;math&gt;i&gt;0&lt;/math&gt;, there exists a node &lt;math&gt;z&lt;/math&gt; such that &lt;math&gt;\mathrm{Path}(a,z,i-1) \wedge \mathrm{Path}(z,b,i-1)&lt;/math&gt;. Thus, to compute &lt;math&gt;\mathrm{Path}(a,b,i)&lt;/math&gt;, &lt;math&gt;M&lt;/math&gt; will iterate through all vertices &lt;math&gt;z\in V&lt;/math&gt; (using the second work tape) and check &lt;math&gt;\mathrm{Path}(a,z,i-1)&lt;/math&gt; and &lt;math&gt;\mathrm{Path}(z,b,i-1)&lt;/math&gt; recursively, using the first work tape as a stack to store which sub-problem we're working on. Since we'll never need more than &lt;math&gt;\log n&lt;/math&gt; levels of recursion, we will be able to run this algorithm in &lt;math&gt;O(\log^2 n)&lt;/math&gt; space, as claimed.
}}

In and of itself, this theorem hides its true importance. The true power of the theorem comes when we apply it to the ''configuration graph'' of an {{zcls|n|nspace}} machine.

{{Theorem
|theorem=Corollary
|statement=For all constructable &lt;math&gt;f(n)=\omega(\log n)&lt;/math&gt;, NSPACE&lt;math&gt;(f(n))&lt;/math&gt; &amp;sube; SPACE&lt;math&gt;(f^2(n))&lt;/math&gt;.
|proof=Let &lt;math&gt;M&lt;/math&gt; be an NSPACE&lt;math&gt;(f(n))&lt;/math&gt; machine, and let &lt;math&gt;k&lt;/math&gt; be the number of tapes used by &lt;math&gt;M&lt;/math&gt;. We start by defining what we mean by a ''configuration'' of &lt;math&gt;M&lt;/math&gt;. We say that a configuration of &lt;math&gt;M&lt;/math&gt; is a &lt;math&gt;2k+1&lt;/math&gt; tuple &lt;math&gt;(q, x_1, y_1, \dots, x_k, y_k)&lt;/math&gt; where &lt;math&gt;q&lt;/math&gt; is a state of &lt;math&gt;M&lt;/math&gt;, and where &lt;math&gt;x_i,y_i&lt;/math&gt; are strings over the tape alphabet of &lt;math&gt;M&lt;/math&gt;. We interpret a configuration as a &quot;snapshot&quot; of &lt;math&gt;M&lt;/math&gt; during its operation. Thus, given a configuration &lt;math&gt;(q, x_1, y_1, \dots, x_k, y_k)&lt;/math&gt;, we say that &lt;math&gt;M&lt;/math&gt; is in state &lt;math&gt;q&lt;/math&gt; and that each of the tapes &lt;math&gt;i\in[1..k]&lt;/math&gt; contains the string &lt;math&gt;x_i y_i&lt;/math&gt;, where the read head for that tape is between the two strings.

We can build a graph &lt;math&gt;G_M&lt;/math&gt; where each vertex is a possible configuration of &lt;math&gt;M&lt;/math&gt;, since there are a finite number of possible configurations reachable by a machine with bounded space. For each pair of configurations &lt;math&gt;A, B\in G_M&lt;/math&gt;, there is an edge in &lt;math&gt;G_M&lt;/math&gt; from &lt;math&gt;A&lt;/math&gt; to &lt;math&gt;B&lt;/math&gt; if and only if &lt;math&gt;B&lt;/math&gt; can be reached from &lt;math&gt;A&lt;/math&gt; in one step of computation.

We can do better than simply stating that the configuration graph of &lt;math&gt;M&lt;/math&gt; is finite, though. Given a configuration &lt;math&gt;(q, x_1, y_1, \dots, x_k, y_k)&lt;/math&gt;, the number of choices for &lt;math&gt;q&lt;/math&gt; is limited to &lt;math&gt;\left\vert Q\right\vert&lt;/math&gt; where &lt;math&gt;Q&lt;/math&gt; is the set of states for &lt;math&gt;M&lt;/math&gt;. Moreover, by the definition of NSPACE, the total of the lengths of each string &lt;math&gt;x_i,y_i&lt;/math&gt; is bounded by &lt;math&gt;f(n)&lt;/math&gt;. We can partition this length into the various strings with &lt;math&gt;2k&lt;/math&gt; integers in the range &lt;math&gt;[0..f(n)]&lt;/math&gt;. Thus, the number of choices for each configuration is bounded by &lt;math&gt;\left\vert Q\right\vert \left\vert\Sigma\right\vert^{2k\cdot f(n)}&lt;/math&gt;, where &lt;math&gt;\Sigma&lt;/math&gt; is the tape alphabet of &lt;math&gt;M&lt;/math&gt;. Finally, the number of possible configurations of &lt;math&gt;M&lt;/math&gt; is bounded by &lt;math&gt;nc^{f(n)}=c^{\log n + f(n)}&lt;/math&gt; for some constant &lt;math&gt;c&lt;/math&gt; depending only on &lt;math&gt;M&lt;/math&gt;.

Thus, we can run the algorithm for Reachability given above on the configuration graph of &lt;math&gt;M&lt;/math&gt; by performing a step of computation on &lt;math&gt;M&lt;/math&gt; whenever the algorithm would check if two verticies are adjacent or not. Performing that check requires space bounded by &lt;math&gt;O(f(n))&lt;/math&gt;. Since there are &lt;math&gt;O(c^{\log n + f(n)})&lt;/math&gt; vertices in the graph, Reachability for the initial and accepting configurations of &lt;math&gt;M&lt;/math&gt; can be computed in space bounded by &lt;math&gt;O(\log^2 (c^{\log n + f(n})) = O(f^2(n) + \log^2 n)&lt;/math&gt;. If &lt;math&gt;\log(n) = o(f(n))&lt;/math&gt;, then this means that the space bound is &lt;math&gt;O(f^2(n))&lt;/math&gt;. Finally, note that the algorithm for Reachability given above is deterministic. Hence, NSPACE&lt;math&gt;(f(n))&lt;/math&gt; &amp;sube; SPACE&lt;math&gt;(f^2(n))&lt;/math&gt; for all constructable &lt;math&gt;f(n) = \omega(\log n)&lt;/math&gt;, as claimed.
}}

As mentioned before, letting &lt;math&gt;f(n)&lt;/math&gt; in the corollary be a polynomial gives that NPSPACE = PSPACE.</text>
    </revision>
  </page>
  <page>
    <title>Complexity Garden</title>
    <id>3442</id>
    <revision>
      <id>39567</id>
      <timestamp>2012-05-26T15:24:38Z</timestamp>
      <contributor>
        <username>Ben Lund</username>
        <id>11340</id>
      </contributor>
      <minor/>
      <comment>Undo revision 37738 by [[Special:Contributions/Gregory|Gregory]] ([[User talk:Gregory|Talk]]) Remove link spam</comment>
      <text xml:space="preserve">__NOTOC__
[[Category:Computational Complexity]]

{{Menubox|{{CZ-Navbar}}}}


Welcome to the '''Complexity Garden''', the botanical companion to the [[Complexity Zoo]].  This field guide lists rigorously defined computational problems, together with their relations to complexity classes, their best algorithmic results, and their relations to other problems. There are now 39 problems and (one can only hope) counting. The initial members either have or might have some exotic property related to [[speedup]] (such as [[Zoo_Glossary#ospeedup|O-speedup]],  [[Zoo_Glossary#gap|monotone-nonmonotone gap]], or [[Zoo_Glossary#puniform|P-nonuniformity]]), or provide a canonical example of a complexity class (i.e. {{zcls|n|npc|NP-complete}}). ''However, all additions are welcome, and it is hoped that this will grow into a comprehensive collection.''

'''Gardener''': Hunter Monroe (volunteers welcome)

To create a new problem, click on the edit link of the problem before or after the one that you want to add and copy the format, and save. The preferred format of each problem is as follows: description of the problem, relations to complexity classes, their best algorithmic results (upper-bounds and lower-bounds e.g. see the [[#setcover|Set Cover]] problem), memberships and properties, and relations to other problems. Then, add the problem to the table of contents and increment the total number of problems. After this, you can use the side edit links to edit the individual sections. For more on using the wiki language, see our [[Simple_wiki_help | simple wiki help page]].

If your problem is not on the list and you suspect that it might be an open problem you can check the [http://garden.irmacs.sfu.ca/ Open Problem Garden].

==Table of Contents==
''Graph theoretic problems:''
[[#sharpperfect_matching|#Perfect Matching]] -
[[#clique-like|Clique-Like]] -
[[#graph_automorphism|Graph Automorphism]] -
[[#graph_isomorphism|Graph Isomorphism]] -
[[#perfect_matching|Perfect Matching]]

''Satisfiability problems:''
[[#sharpsat|#SAT]] -
[[#sharpwsat|#WSAT]] -
[[#constraint-sat|Constraint Satisfaction]] -
[[#qbf|QBF]] -
[[#qksat|Quantum k-SAT]] -
[[#sat|SAT]] -
[[#ksat|k-SAT]] -
[[#unique-ksat|Unique &lt;math&gt;k&lt;/math&gt;-SAT]]

''Sets and partitions:''
[[#setcover|Set Cover]]

''Uncategorized problems:''
[[#3sum|3SUM]] -
[[#approximate_shortest_lattice_vector|Approximate Shortest Lattice Vector]] -
[[#boolean_convolution|Boolean Convolution]] -
[[#boolean_matrix_multiplication|Boolean Matrix Multiplication]] -
[[#boolean_sorting|Boolean Sorting]] -
[[#discrete_logarithm|Discrete Logarithm]] -
[[#equality|Equality]] - 
[[#group_nonmembership|Group Nonmembership]] -
[[#integer_factorization|Integer Factorization]] -
[[#integer_factor|Integer Factor &amp;#8804; k]] -
[[#integer_multiplication|Integer Multiplication]] -
[[#k-local-ham|k-Local Hamiltonians]] -
[[#k-round_sorting|k-Round Sorting]] -
[[#linear_programming|Linear Programming]] -
[[#majority|Majority]] -
[[#matrix_multiplication|Matrix Multiplication]] -
[[#parity|Parity]] -
[[#permanent|Permanent]] -
[[#ra|Ring Automorphism]] -
[[#ri|Ring Isomorphism]] -
[[#shortest_implicant|Short Implicant]] -
[[#stochastic_games|Stochastic Games]] -
[[#tautology|Tautology]] -
[[#square_root|Square Root mod n]] -
[[#threshold(k)|Threshold(k)]]

==The Problems==
===== &lt;span id=&quot;sharpperfect_matching&quot; style=&quot;color:red&quot;&gt;#Perfect Matching&lt;/span&gt;: Count perfect matchings =====

The #Perfect Matching problem is to count the number of perfect matchings in a bipartite graph. It is the counting version of [[#perfect_matching|Perfect Matching]]. 

Algorithms: ?

Memberships: &amp;#8712; [[Complexity Zoo:Symbols#sharpp|#P]]-complete 

Related Problems: #Perfect Matching is equivalent to [[#permanent|Permanent]].
----

===== &lt;span id=&quot;sharpsat&quot; style=&quot;color:red&quot;&gt;#SAT&lt;/span&gt;: Count satisfying truth assignments  =====

This is the counting version of [[sat|SAT]]: given a Boolean formula, compute how many satisfying truth assignments it has. 

Algorithms: ?

Memberships: &amp;#8712; [[Complexity Zoo:Symbols#sharpp|#P]]-complete

Related Problems: The version '''#CNF-SAT''' (counting version of [[CNF-SAT|CNF-SAT]]) and '''#3-CNF-SAT''' also called '''#3SAT''' (counting version of [[3-CNF-SAT]]) also are two '''#P-complete''' problems.
----

===== &lt;span id=&quot;sharpwsat&quot; style=&quot;color:red&quot;&gt;#WSAT&lt;/span&gt;: Weighted SAT  =====

Given a Boolean formula, count the number of satisfying assignments of [[Zoo Glossary#hamming-weight|Hamming weight]] &lt;math&gt;k&lt;/math&gt;. This is the canonical problem for {{zcls|symbols|sharpwt|#WT}}.

Algorithms: ?

Memberships: &amp;#8712; {{zcls|symbols|sharpwt|#WT}}
----


===== &lt;span id=&quot;3sum&quot; style=&quot;color:red&quot;&gt;3SUM&lt;/span&gt;: Do there exist members of a list satisfying &lt;math&gt;a+b+c=0&lt;/math&gt;? =====
Given a list &lt;math&gt;X=\{x_i\}_{i=1}^n&lt;/math&gt; of integers, do there exist elements &lt;math&gt;a,b,c\in X&lt;/math&gt; such that &lt;math&gt;a+b+c=0&lt;/math&gt;? This problem is important enough to computational geometry that there is defined a class of problems to which it is reducible: {{zcls|symbols|3sumhard|3SUM-hard}}.

Algorithms: ?

Memberships: ?
----

===== &lt;span id=&quot;approximate_shortest_lattice_vector&quot; style=&quot;color:red&quot;&gt;Approximate Shortest Lattice Vector&lt;/span&gt;: Does the shortest vector exceed kn? =====

Given a lattice L in '''Z'''&lt;sup&gt;n&lt;/sup&gt; and an integer n, does the shortest vector of L have (Euclidean) length at most kn?

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#np|NP]] &amp;#8745; [[Zoo#conp|coNP]], &lt;math&gt;\notin&lt;/math&gt; [[Zoo#p|P]]?
----

===== &lt;span id=&quot;boolean_convolution&quot; style=&quot;color:red&quot;&gt;Boolean Convolution&lt;/span&gt;: Convolution of two n-bit integers.  =====

Compute the convolution of two n-bit integers in binary notation &lt;math&gt;\sum_{i+j=k}x_i \cdot y_j&lt;/math&gt;, where the multiplicands are respectively the i-1 and j-1 bits of the two integer inputs, and k is the k-1 bit of the output. It is a Boolean function with n input bits and 2n-1 output bits.

It has monotone circuit complexity &lt;math&gt;\Omega(n^{3/2})&lt;/math&gt; (Weiss) and nonmonotone circuit complexity &lt;math&gt;n\log n 2^{O(\log^* n)}&lt;/math&gt; (Furer [[zooref#fur07|[Fur07]]]). &lt;math&gt;\log^*(n)&lt;/math&gt; means iteratively taking &lt;math&gt;\log&lt;/math&gt; of n until the result is less than 2. Nonmonotone circuits use the discrete Fourier transform (Wegener [[zooref#weg87|[Weg87]]]).

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#fp|FP]]
&lt;br&gt;Properties: [[Zoo_Glossary#puniform|P-nonuniform?]], [[Zoo_Glossary#gap|monotone-nonmonotone gap]]
----

===== &lt;span id=&quot;boolean_matrix_multiplication&quot; style=&quot;color:red&quot;&gt;Boolean Matrix Multiplication&lt;/span&gt;: Monotone product of Boolean matrices =====
Boolean Matrix Multiplication is a Boolean function with 2n&lt;sup&gt;2&lt;/sup&gt; input bits (two nxn matrices) and n&lt;sup&gt;2&lt;/sup&gt; output bits (an nxn matrix).  The function is defined using the usual row-column rule, but using OR instead of binary addition.

It has monotone circuit complexity of exactly &lt;math&gt;2n^3-n^2&lt;/math&gt; (Pratt [[zooref#pra74|[Pra74]]]), but its nonmonotone circuit complexity is the same as matrix multiplication, presently &lt;math&gt;O(n^{2.376})&lt;/math&gt; (Wegener [[zooref#weg87|[Weg87]]]).

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#fp|FP]]
&lt;br&gt;Properties: [[Zoo_Glossary#puniform|P-nonuniform?]], [[Zoo_Glossary#gap|monotone-nonmonotone gap]]
----

===== &lt;span id=&quot;boolean_sorting&quot; style=&quot;color:red&quot;&gt;Boolean Sorting&lt;/span&gt;: Sort n input bits.  =====

A Boolean function with n inputs and n outputs that puts the 0s before the 1s. For example, 101 → 011 and 11000 → 00011.

It has monotone circuit complexity &lt;math&gt;\Theta(n \log n)&lt;/math&gt; (Lamagna and Savage [[zooref#LS74|[LS74]]]) and nonmonotone circuit complexity &lt;math&gt;\Theta(n)&lt;/math&gt; (Muller and Preparata [[zooref#MP75|[MP75]]]). The nonmonotone circuits use binary rather than unary addition to count the 0 inputs.

The outputs are the [[#threshold(k)|Threshold(k)]] functions in reverse order; in particular, the middle output is [[#majority|Majority]].

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#fp|FP]]
&lt;br&gt;Properties: [[Zoo_Glossary#ospeedup|O-optimal]], symmetric, [[Zoo_Glossary#gap|monotone-nonmonotone gap]]

----

===== &lt;span id=&quot;clique-like&quot; style=&quot;color:red&quot;&gt;Clique-Like&lt;/span&gt;: Tardos' Clique-like approximation =====
Clique-Like is a Boolean function with &lt;math&gt;n^2&lt;/math&gt; inputs (an adjacency matrix) and one output.

It has monotone circuit complexity of &lt;math&gt;\Omega\left(e^{cn^{1/6-o(1)}}\right)&lt;/math&gt; (Tardos [[zooref#tar88|[Tar88]]]).  By contrast it has polynomial nonmonotone circuit complexity, because it reduces to [[#linear_programming|Linear Programming]].

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#p|P]] 
&lt;br&gt;Properties: [[Zoo_Glossary#gap|monotone-nonmonotone gap]]

----

{{Garden-Problem
    |id=constraint-sat
    |title=Constraint Satisfaction Problem
    |descript=Generalized version of satisfiability problems
    |body=
Given two sets of relations &lt;math&gt;I,T&lt;/math&gt;, where &lt;math&gt;I&lt;/math&gt; is the ''instance'' (not to be confused with an instance of CSP) and &lt;math&gt;T&lt;/math&gt; is the ''template'', over the same vocabulary, where the vocabulary defines the names and arities of allowed relations, is there a mapping &lt;math&gt;h&lt;/math&gt; such that for all relations &lt;math&gt;R(x_1, x_2, \dots, x_k)\in I&lt;/math&gt;, &lt;math&gt;R\left(h(x_1, x_2, \dots, x_k)\right)\in T&lt;/math&gt;?

Algorithms: ?

''Memberships:'' [[Complexity Zoo:N#npc|NP-complete]].

''See Also:'' [[zooref#fv93|[FV93]]].
}}

===== &lt;span id=&quot;discrete_logarithm&quot; style=&quot;color:red&quot;&gt;Discrete Logarithm&lt;/span&gt;: Reverse exponentiation =====

The discrete logarithm problem is to solve for x in the equation a&lt;sup&gt;x&lt;/sup&gt; = b in some number-theoretic abelian group, typically either the group of units of a finite field or an elliptic curve over a finite field.  Like the related [[#integer_factorization|Integer Factorization]], the fastest classical algorithm is the number field sieve, with heuristic time complexity &lt;math&gt;2^{O(n^{1/3}(\log n)^{2/3})}&lt;/math&gt;.  Also like [[#integer_factorization|Integer Factorization]], Shor's algorithm solves Discrete Logarithm in quantum polynomial time.  In fact, Shor's algorithm solves Discrete Logarithm even in a black-box abelian group, provided that group elements have unique names.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#fnp|FNP]] &amp;#8745; [[Zoo#fbqp|FBQP]]
&lt;br&gt;Properties: Is a one-way function?

----

{{Garden-Problem
    |id=equality
    |title=Equality
    |descript=Are two strings equal?
    |body=
If Alice has a string &lt;math&gt;x\in\left\{0,1\right\}^n&lt;/math&gt; and Bob has a string &lt;math&gt;y\in\left\{0,1\right\}^n&lt;/math&gt;, define EQUALITY(''x'', ''y'') = 1 if and only if ''x'' = ''y''.

Algorithms: ?

Memberships: &lt;!-- TODO: Fill in. --&gt;
}}

===== &lt;span id=&quot;graph_automorphism&quot; style=&quot;color:red&quot;&gt;Graph Automorphism&lt;/span&gt;: Is there a nontrivial automorphism? =====

Graph Automorphism is equivalent to [[#graph_isomorphism|Graph Isomorphism]] in the case where the two graphs are identical.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#np|NP]]  &amp;#8745;  [[Zoo#coam|coAM]].

----

===== &lt;span id=&quot;graph_isomorphism&quot; style=&quot;color:red&quot;&gt;Graph Isomorphism&lt;/span&gt;: Are two graphs isomorphic? =====

Given two graphs, are they isomorphic, i.e., is there a bijection between their vertices which preserves edges?  

Luks showed that Graph Isomorphism for bounded-valence graphs is in P non-uniformly (the exponent of algorithm's running time depends on the bound). Combining Luks' algorithm with a trick due to Zemlyachenko yields a time complexity upper bound of &lt;math&gt;2^{O(\sqrt{v \log v})}&lt;/math&gt; for graphs with v vertices.  However, some practical Graph Isomorphism algorithms, such as NAUTY, seem to run much faster than this rigorous upper bound.

Like [[#perfect_matching|Perfect Matching]], it is not known to be complete for a natural complexity class.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#np|NP]]  &amp;#8745;  [[Zoo#coam|coAM]], [[Zoo_Glossary#puniform|P-nonuniform?]]

Properties: In [[Zoo#np|NP]]\[[Zoo#p|P]] but not [[Complexity Zoo:N#npc|NP-complete]]?

----

{{Garden-Problem
    |id=group_nonmembership
    |title=Group Non-Membership
    |descript=Is an element of ''G'' a member of a subgroup ''H''?
    |body=

Defined by [[zooref#wat00|[Wat00]]]. Let &lt;math&gt;G&lt;/math&gt; be a group, whose elements are represented by polynomial-size strings. We're given a &quot;black box&quot; that correctly multiplies and inverts elements of &lt;math&gt;G&lt;/math&gt;. Then given elements &lt;math&gt;g\in G&lt;/math&gt; and &lt;math&gt;h_1,\dots,h_k\in G&lt;/math&gt;, we can asked to find if &lt;math&gt;g\notin\left\langle h_1, \dots, h_k \right\rangle&lt;/math&gt; (the subgroup generated by &lt;math&gt;h_1,\dots,h_k\in G&lt;/math&gt;).

Algorithms: ?

''Memberships:'' [[Complexity Zoo:Q#qma|QMA]] [[zooref#wat00|[Wat00]]].
}}

===== &lt;span id=&quot;&quot; style=&quot;color:red&quot;&gt;Hamiltonian circuit&lt;/span&gt;: Exists one Hamiltonian circuit?=====

Given a Graph &lt;math&gt;G&lt;/math&gt;, '''exists one Hamiltonian circuit''' in &lt;math&gt;G&lt;/math&gt;?

Algorithms: ?

''Memberships:'' [[Complexity Zoo:N#npc|NP-complete]]

----

===== &lt;span id=&quot;integer_factorization&quot; style=&quot;color:red&quot;&gt;Integer Factorization&lt;/span&gt;: Find an integer's prime factors =====


Algorithms: The fastest known algorithm for integer factorization is the number field sieve.  It has heuristic randomized time complexity &lt;math&gt;2^{O(n^{1/3}(\log n)^{2/3})}&lt;/math&gt; for inputs with n digits.

On the other hand, Shor's algorithm famously solves
Integer Factorization in ''quantum'' polynomial time.

Memberships: &amp;#8712; [[Complexity Zoo:F#fnp|FNP]] &amp;#8745; [[Zoo#fbqp|FBQP]]

Properties: In [[Zoo#np|NP]]\[[Zoo#p|P]] but not [[Zoo#npc|NP]]-complete?

----

===== &lt;span id=&quot;integer_factor&quot; style=&quot;color:red&quot;&gt;Integer Factor &amp;#8804; k &lt;/span&gt;: Is there a factor &amp;#8804; k? =====

With an upper bound on the desired prime factor, this problem is subtly different from Integer Factorization.

Algorithms: The fastest algorithm is either the number field sieve or Lenstra's elliptic curve method, depending on the relative size of n and k.  Lenstra's algorithm has heuristic randomized time complexity &lt;math&gt;\mathrm{poly}(n)2^{O(\sqrt{k(\log k))})}&lt;/math&gt; if n and k have n and k digits, respectively.

Memberships: &amp;#8712; [[Zoo#np|NP]] &amp;#8745; [[Zoo#conp|coNP]]

----

===== &lt;span id=&quot;integer_multiplication&quot; style=&quot;color:red&quot;&gt;Integer Multiplication&lt;/span&gt;: Product of two n-bit integers =====

Integer Multiplication has an [[Zoo_Glossary#ospeedup|O-optimal]] linear-time algorithm on a RAM or SMM, but is thought to have [[Zoo_Glossary#ospeedup|O-speedup]] on Turing machines or [[Zoo_Glossary#puniform|P-uniform]] Boolean circuits.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#fp|FP]] 
&lt;br&gt;Properties: [[Zoo_Glossary#puniform|P-nonuniform?]] 

----

{{Garden-Problem
    |id=k-local-ham
    |title=k-Local Hamiltonians
    |descript=Find the smallest eigenvalue of ''m'' ''k''-local Hamiltonians acting on ''n'' qubits.
    |body=
Given an ''n''-qubit Hilbert space, as well as a collection H&lt;sub&gt;1&lt;/sub&gt;,...,H&lt;sub&gt;''m''&lt;/sub&gt; of Hamiltonians (i.e. Hermitian positive semidefinite matrices), each of which acts on at most ''k'' qubits of the space. Also given real numbers ''a'',''b'' such that &lt;math&gt;b-a \in \Theta(1/\mathsf{poly}(n))&lt;/math&gt;. Decide whether the smallest eigenvalue of &lt;math&gt;H=\sum_{i=1}^m H_i&lt;/math&gt; is less than ''a'' or greater than ''b'', promised that one of these is the case.

Algorithms: ?

Memberships: ?

''Properties:''
* [[Complexity Zoo:Q#qma|QMA]]-complete for ''k'' = 5 [[Zooref#ksv02|[KSV02]]].
* [[Complexity Zoo:Q#qma|QMA]]-complete for ''k'' = 3 [[Zooref#kr03|[KR03]]].
* [[Complexity Zoo:Q#qma|QMA]]-complete for ''k'' = 2, under the assumption that [[Complexity Zoo:P#p|P]]&amp;ne;[[Complexity Zoo:Q#q|QMA]] [[Zooref#kkr04|[KKR04]]].
}}

===== &lt;span id=&quot;k-round_sorting&quot; style=&quot;color:red&quot;&gt;k-Round Sorting&lt;/span&gt;: Sort inputs in &amp;#8804; k rounds =====

There are k-round sorting networks not known to be constructible in deterministic polynomial time which outperform the best-known networks constructible in deterministic polynomial time [[zooref#GGK03|[GGK03]]].

Algorithms: ?

Memberships: ?

Properties: [[Zoo_Glossary#puniform|P-nonuniform?]]
----

===== &lt;span id=&quot;linear_programming&quot; style=&quot;color:red&quot;&gt;Linear Programming&lt;/span&gt;: Maximize a linear function with linear constraints =====

The Linear Programming problem is to maximize a linear function in a convex polytope. It was famously shown to be in FP by Leonid Khachiyan by means of the ellipsoid method.  The main algorithms used in practice are simplex and interior-point methods.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#fp|FP]]
----

===== &lt;span id=&quot;majority&quot; style=&quot;color:red&quot;&gt;Majority&lt;/span&gt;: Are most inputs 1? =====

Majority is a Boolean function with n input bits and 1 output bit. The output is 1 if the majority of input bits are 1. Examples: 001 &amp;#8594; 0, 1100  &amp;#8594; 1.

Majority&lt;math&gt;\in&lt;/math&gt;[[Zoo#p|P]]. Majority &lt;math&gt;\notin&lt;/math&gt;[[Complexity_Zoo:R#reg|REG]]. Therefore, REG&lt;math&gt;\subsetneq&lt;/math&gt;P.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#p|P]] 
&lt;br&gt;Properties: [[Zoo_Glossary#ospeedup|O-optimal]], symmetric.

Related Problems: See also [[#boolean_sorting|Boolean Sorting]] and the [http://www.math.ucdavis.edu/~greg/zoology/relations.html#majority Complexity Zoology] entry.
----

===== &lt;span id=&quot;matrix_multiplication&quot; style=&quot;color:red&quot;&gt;Matrix Multiplication&lt;/span&gt;: Multiply two &lt;math&gt;n\times n&lt;/math&gt; matrices =====

Multiply two dense &lt;math&gt;n\times n&lt;/math&gt; matrices over a field &lt;math&gt;F&lt;/math&gt;. Matrix Multiplication has [[Zoo_Glossary#ospeedup|O-speedup]] among Strassen-type bilinear algorithms [[zooref#cw82|[CW82]]]. Determining the minimal number of multiplications needed to compute a bilinear form (of which Matrix Multiplication is one) is {{zcls|n|npc|NP-complete}} ([[zooref#has90|[Has90]]]). This suggests that Matrix Multiplication is [[Zoo_Glossary#puniform|P-nonuniform]] over bilinear algorithms if {{zcls|n|np}}&lt;math&gt;\neq&lt;/math&gt;{{zcls|c|conp|coNP}}.

If the group-theoretic algorithms of Cohn et al can perform Matrix Multiplication in &lt;math&gt;O(n^2)&lt;/math&gt;, then Matrix Multiplication has [[Zoo_Glossary#ospeedup|O-speedup]] among algorithms of the type they consider [[zooref#cksu05|[CKSU05]]]. 

Algorithms:

Memberships: &amp;#8712; {{zcls|f|fp}} 
&lt;br&gt;Properties: [[Zoo_Glossary#ospeedup|O-speedup?]], [[Zoo_Glossary#puniform|P-nonuniform]]? 
----

===== &lt;span id=&quot;parity&quot; style=&quot;color:red&quot;&gt;Parity&lt;/span&gt;: Is the number of 1 inputs odd? =====
Parity is a Boolean function with n inputs and 1 output. The output is 1 if the number of 1 inputs is odd. Examples: 001 &amp;#8594; 1, 11011 &amp;#8594; 0.

Parity&lt;math&gt;\in&lt;/math&gt;[[Zoo#p|P]]. Parity &lt;math&gt;\notin&lt;/math&gt;[[Complexity_Zoo:F#fo|FO]] ([[zooref#Ajt83|[Ajt83]]] and [[zooref#FSS84|[FSS84]]]). Therefore, FO&lt;math&gt;\subsetneq&lt;/math&gt;P.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#p|P]]
&lt;br&gt;Properties: [[Zoo_Glossary#ospeedup|O-optimal]], symmetric.

Related Problems: Equals XOR. See the [http://www.math.ucdavis.edu/~greg/zoology/relations.html#parity Complexity Zoology] entry.
----

===== &lt;span id=&quot;perfect_matching&quot; style=&quot;color:red&quot;&gt;Perfect Matching&lt;/span&gt;: Is there a perfect matching?  =====

Perfect Matching is a Boolean function with n&lt;sup&gt;2&lt;/sup&gt; inputs (an adjacency matrix) describing a bipartite graph and one output which is 1 if the graph has a perfect matching.

Perfect Matching reduces to Linear Programming, and is therefore in [[Zoo#p|P]], although specialized algorithms are also known.

It has monotone circuit complexity of &lt;math&gt;n^{\Omega(\log n)}&lt;/math&gt; (Razborov [[zooref#raz85b|[Raz85b]]]) but polynomial nonmonotone circuit complexity. 

Perfect Matching is nonuniformly reducible to determinant and is in [[Zoo#rnc|RNC]] and [[zooref#mvv87|[MVV87]]], [[zooref#kuw86|[KUW86]]], but no deterministic [[Zoo#nc|NC]] algorithm is known.

Like [[#graph_isomorphism|Graph Isomorphism]], it is not known to be complete for a natural complexity class. There is a randomized or nonuniform log-space reduction of Perfect Matching to [[#graph_isomorphism|Graph Isomorphism]] [[zooref#tor00|[Tor00]]].

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#p|P]] 
&lt;br&gt;Properties: [[Zoo_Glossary#gap|monotone-nonmonotone gap]], [[Zoo_Glossary#puniform|P-nonuniform?]].

----

===== &lt;span id=&quot;permanent&quot; style=&quot;color:red&quot;&gt;Permanent&lt;/span&gt;: What is a 0-1 matrix's permanent   =====

The permanent of an ''n''-by-''n'' 0-1 matrix (''a''&lt;sub&gt;''i,j''&lt;/sub&gt;) is defined as
&lt;math&gt;\sum_{\sigma}\prod_{i=1}^n a_{i,\sigma(i)}&lt;/math&gt;
where &amp;sigma; ranges over all permutations of the numbers 1, 2, ..., ''n''. The value of the permanent is equivalent to [[#sharpperfect_matching|#Perfect Matching]]

Algorithms:

Memberships: &amp;#8712; [[Complexity Zoo:Symbols#sharpp|#P]] 

Properties: [[Complexity Zoo:Symbols#sharpp|#P]]-complete 

----

{{Garden-Problem
    |id=ra
    |title=Ring Automorphism
    |descript=Does a ring have non-trivial an automorphism?
    |body=
A special case of [[#ri|Ring Isomorphism]] where the two rings investigated are the same, and where we are looking for non-trivial automorphisms.
}}

{{Garden-Problem
    |id=ri
    |title=Ring Isomorphism
    |descript=Are two rings isomorphic?
    |body=
Given two rings, are they isomorphic to each other? The counting version of the problem, #RI, asks how many different isomorphisms exist between the two rings.

Algorithms: ?

''Memberships:'' {{zcls|n|np}} &amp;cap; {{zcls|c|coam|coAM}} {{zcite|KS05}}.
}}

===== &lt;span id=&quot;qbf&quot; style=&quot;color:red&quot;&gt;QBF&lt;/span&gt;: Quantified Boolean Formula  =====

Given a Boolean formula with universal and existential quantifiers, is it true? Quantified Boolean Formula (QBF) is the canonical PSPACE-complete problem.

Note that {{zcite|Pap94}} calls this problem QSAT to emphasize its relationship to [[#sat|SAT]]. In particular, any instance of QBF can be written as &lt;math&gt;\exists x_1 \forall x_2 \cdots Q_n x_n \phi(x_1, x_2, \dots, x_n)&lt;/math&gt;, where &lt;math&gt;\phi&lt;/math&gt; is a Boolean formula as in SAT, and where &lt;math&gt;Q_n&lt;/math&gt; is either a universal or existential qualifier, depending on whether &lt;math&gt;n&lt;/math&gt; is even or odd. This characterization lends itself well as a candidate for reductions from two-player games.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#pspace|PSPACE]] 

----

{{Garden-Problem
    |id=qksat
    |title=Quantum k-SAT
    |descript=Quantum Analog for [[#sat|SAT]]
    |body=
Given a set of measurements, each ''i'' of which involves no more than ''k'' qubits and accepts with probability ''P''&lt;sub&gt;''i''&lt;/sub&gt;, and given the promise that either there exists a state such that the number of accepting measurements is &quot;very large,&quot; or that for all states, the number of accepting measurements is very small. We are asked which of the two promise conditions holds.

Algorithms: ?

''Properties:'' [[Complexity Zoo:Q#qma|QMA]]-complete for ''k'' = 3.&lt;!-- TODO: Cite this! --&gt;

''See also:'' [http://www.scottaaronson.com/democritus/lec13.html Democritus Lecture 13].
}}

===== &lt;span id=&quot;sat&quot; style=&quot;color:red&quot;&gt;SAT&lt;/span&gt;: Is there a satisfying truth assignment?  =====
The SAT problem is to decide whether a given Boolean formula has any satisfying truth assignments.  SAT is in NP, since a &quot;yes&quot; answer can be proved by just exhibiting a satisfying assignment.

Algorithms: ?

''Memberships:'' &amp;#8712; {{zcls|n|npc|NP-complete}}
----

===== &lt;span id=&quot;setcover&quot; style=&quot;color:red&quot;&gt;Set Cover&lt;/span&gt;: Cover a set with some of its subsets  =====
Given a universe &lt;math&gt;\mathcal{U}&lt;/math&gt; and a family &lt;math&gt;\mathcal{S}&lt;/math&gt; of subsets of &lt;math&gt;\mathcal{U}&lt;/math&gt;, a ''cover'' is a subfamily &lt;math&gt;\mathcal{C}\subseteq\mathcal{S}&lt;/math&gt; of sets whose union is &lt;math&gt;\mathcal{U}&lt;/math&gt;. In the set covering decision problem, the input is a pair &lt;math&gt;(\mathcal{U},\mathcal{S})&lt;/math&gt; and an integer &lt;math&gt;k&lt;/math&gt;; the question is whether
there is a set covering of size &lt;math&gt;k&lt;/math&gt; or less. In the set covering optimization problem, the input is a pair &lt;math&gt;(\mathcal{U},\mathcal{S})&lt;/math&gt;, and the task is to find a set covering that uses the fewest sets.

''Algorithms'': A simple greedy algorithm yields an &lt;math&gt;H(l)&lt;/math&gt;-approximation (and hence, &lt;math&gt;(\ln(l)+1)&lt;/math&gt;-approximation)where &lt;math&gt;l&lt;/math&gt; is the size of largest subset in &lt;math&gt;\mathcal{S}&lt;/math&gt; and &lt;math&gt;H(l)&lt;/math&gt; is &lt;math&gt;l&lt;/math&gt;th Harmonic number. 

Set covering cannot be approximated in polynomial time to within a factor of 
&lt;math&gt;\bigl(1-o(1)\bigr)\cdot\ln{n}&lt;/math&gt;, unless '''NP''' has quasi-polynomial time algorithms [[zooref#fie98|[Fie98]]]. In addition, Set covering cannot be approximated in polynomial time to within a factor of &lt;math&gt;c\cdot\ln{n}&lt;/math&gt;, where &lt;math&gt;c&lt;/math&gt; is a constant, unless '''P'''&lt;math&gt;=&lt;/math&gt;'''NP'''. The largest value of &lt;math&gt;c&lt;/math&gt; is proved in [[zooref#ams06|[AMS06]]].

''Memberships:'' Decision problem &amp;#8712; {{zcls|n|npc|NP-complete}}, Optimization problem &amp;#8712; {{zcls|n|npo|NP Optimization}}
----

===== &lt;span id=&quot;ksat&quot; style=&quot;color:red&quot;&gt;&lt;math&gt;k&lt;/math&gt;-SAT&lt;/span&gt;: Satisfiability with clauses of length &lt;math&gt;k&lt;/math&gt; ====
For some natural number &lt;math&gt;k&lt;/math&gt;, an instance of &lt;math&gt;k&lt;/math&gt;-SAT is an instance of [[#sat|SAT]] in conjunctive normal form (CNF) where all clauses are the logical OR of &lt;math&gt;k&lt;/math&gt; Boolean variables. 

Algorithms: ?

Memberships: It is known that 2SAT is in {{zcls|p|p}} while 3SAT is in {{zcls|n|npc|NP-complete}}.
}}


===== &lt;span id=&quot;shortest_implicant&quot; style=&quot;color:red&quot;&gt;Short Implicant&lt;/span&gt;: Is there a short implicant? =====

Given a DNF expression &amp;#934;, is there a conjunction of at most k negated or non-negated literals that implies &amp;#934;?

Algorithms: ?

Memberships: [[Zoo#gc|GC]]-complete
----

===== &lt;span id=&quot;stochastic_games&quot; style=&quot;color:red&quot;&gt;Stochastic Games&lt;/span&gt;: Is there a first player advantage? =====

White, Black, and Nature alternate moving a token on the edges of a directed graph. Nature's moves are random. Given a graph, start and target nodes for the token, does White have a strategy which will make the token reach the target with probability &amp;#8805; 1/2?

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#np|NP]] &amp;#8745; [[Zoo#conp|coNP]],  &lt;math&gt;\notin&lt;/math&gt;[[Zoo#p|P]]'''?

----

===== &lt;span id=&quot;tautology&quot; style=&quot;color:red&quot;&gt;Tautology&lt;/span&gt;: Are all truth assignments satisfying? =====

Tautology is {{zcls|c|conp|coNP}}-complete. 

Algorithms: ?

''Memberships:'' &amp;#8712; {{zcls|c|conp|coNP}}

''Properties:'' [[Zoo_Glossary#pspeedup|p-speedup]]? (If so then {{zcls|n|np}} &lt;math&gt;\neq&lt;/math&gt; {{zcls|c|conp|coNP}})

----

===== &lt;span id=&quot;square_root&quot; style=&quot;color:red&quot;&gt;Square Root mod n&lt;/span&gt;: Find square roots mod n =====

The Square Root mod n problem is to solve for x in the equation x&lt;sup&gt;2&lt;/sup&gt; = a mod N.  Rabin noted that [[#integer_factorization|Integer Factorization]] BPP-reduces to Square Root mod n and vice-versa; the problems are equivalent.

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#fp|FP]] 

Properties: Is a one-way function?

----

===== &lt;span id=&quot;threshold(k)&quot; style=&quot;color:red&quot;&gt;Threshold(k)&lt;/span&gt;: Are &amp;#8805; k inputs 1?=====
Threshold(k) is a Boolean function with n input bits and one output bit.

[[#boolean_sorting|Boolean Sorting]] is equivalent to the n Threshold(k) functions in reverse order. [[#majority|Majority]] is equivalent to Threshold(&lt;math&gt;\lceil n/2\rceil&lt;/math&gt;).

Algorithms: ?

Memberships: &amp;#8712; [[Zoo#p|P]] 
&lt;br&gt;Properties: symmetric.

----

===== &lt;span id=&quot;unique-ksat&quot; style=&quot;color:red&quot;&gt;Unique ''k''-SAT&lt;/span&gt;: [[#ksat|''k''-SAT]] with uniqueness promise.  =====

The Unique &lt;math&gt;k&lt;/math&gt;-SAT problem is a [[Zoo Glossary#promise-problem|promise problem]] variant of [[#ksat|&lt;math&gt;k&lt;/math&gt;-SAT]], where the promise is that each instance has either no satisfying assignment, or has exactly one satisfying assignment.

Intuitively, adding this promise restricts us to only the hardest instances, as the more satisfying assignments there are, the easier it should be to find one. This intuition is justified by {{zcite|CIK+03}}, where it is also shown that if Unique &lt;math&gt;k&lt;/math&gt;-SAT can be solved in deterministic time &lt;math&gt;O(2^{\epsilon n})&lt;/math&gt; for all &lt;math&gt;\epsilon&gt;0&lt;/math&gt;, then so can &lt;math&gt;k&lt;/math&gt;-SAT for all &lt;math&gt;k\ge 3&lt;/math&gt;.

Algorithms: ?

Memberships: ?

----</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo</title>
    <id>3546</id>
    <revision>
      <id>80362</id>
      <timestamp>2012-08-01T14:20:17Z</timestamp>
      <contributor>
        <username>Andras Salamon</username>
        <id>664</id>
      </contributor>
      <comment>Undo revision 67399 by [[Special:Contributions/CamilleReed|CamilleReed]] ([[User talk:CamilleReed|Talk]]) spam</comment>
      <text xml:space="preserve">__NOTOC__

==Introduction==

Welcome to the '''Complexity Zoo'''... There are now 495 classes and counting!
[[Image:zoo.gif|thumb|right|200px|what's your problem?]]

{{CZ-Menu-Content}}

This information was originally moved from http://www.complexityzoo.com/ in August 2005, and is currently under the watchful eyes of its original creators:

'''Zookeeper''': [[Scott Aaronson]]&lt;br&gt;
'''Veterinarian''': [[Greg Kuperberg]]&lt;br&gt;

'''Tour Guide''': [[Christopher Granade]]


Errors?  Omissions?  Misattributions?  Your favorite class not here?  Then please contribute to the zoo as you see fit by [[sign_up_instructions | signing up]] and clicking on the edit links.  Please include references, or better yet links to papers if available.

To create a new class, click on the edit link of the class before or after the one that you want to add and copy the format of that class.  (The classes are alphabetized by their tag names.)  Then add the class to the table of contents and increment the total number of classes.  After this, you can use the side edit links to edit the individual sections. For more on using the wiki language, see our [[Simple_wiki_help | simple wiki help page]].

If you would like to contribute but feel unable to make the updates yourself, email the zookeeper at scott at scottaaronson.com.

==See Also==

''Introductory Resources''
* [[Zoo Intro|Introductory Essay]]: New visitors may want to stop here and see what the Zoo is all about.
* [[Petting Zoo]]: A more gentle version of the Zoo with fewer classes, meant for new initiates in complexity. (If you're looking for where the Most Important Classes went, look in the Petting Zoo.)


''Other Collections and Resources''
* [[Complexity Garden]]: Problems of interest in complexity theory and some notes about important inclusions.
* [[Zoo Exhibit|Special Exhibit]]: A collection of classes of quantum states and probability distributions.
* [http://www.math.ucdavis.edu/~greg/zoology/intro.html Complexity Zoology]: A computer-assisted survey maintained by the [[Greg Kuperberg|Veterinarian]], including [http://www.math.ucdavis.edu/~greg/zoology/diagram.xml active] and [http://www.math.ucdavis.edu/~greg/zoology/diagram.pdf static] inclusion diagrams.
* [http://satoshihada.wordpress.com/complexity-zoo-for-ipad/ Complexity Zoo for iPad (and iPhone)]: An iOS viewer for Complexity Zoo.


''Appendices''
*[[Zoo Glossary|Glossary]]: Definitions of some complexity theoretic terms.
*[[Zoo References|References]]: Bibliography for the Zoo.
*[[Zoo Pronunciation|Pronunciation Guide]]: A resource for those who insist on communicating verbally about complexity.
*[[Zoo Conventions|Conventions and Notation]]: Common notational conventions used here at the Zoo.
*[[Zoo Operators|Operators]]: A (very short) list of operators which act upon classes.
*[[Zoo Acknowledgments|Acknowledgments]]: Where the Zookeeper and friends acknowledge those who have helped out with the Zoo.
*[[Meta:Complexity Zoo Contributor's Guide|Complexity Zoo Contributor's Guide]]: A guide on how to get started helping out with the Zoo.


''NB:'' Longtime Zoo watchers may recall Chris Bourke's LaTeX version of the Zoo and Chad Brewbaker's graphical inclusion diagram.  These references are obsolete until further notice.

&lt;!-- Moved Most Important Classes to Petting Zoo --&gt;

== All Classes ==
{{CZ-Menu-Content}}

{{CZ-Letter-Section|Symbols}}
{{CZ-Letter-Section|A}}
{{CZ-Letter-Section|B}}
{{CZ-Letter-Section|C}}
{{CZ-Letter-Section|D}}
{{CZ-Letter-Section|E}}
{{CZ-Letter-Section|F}}
{{CZ-Letter-Section|G}}
{{CZ-Letter-Section|H}}
{{CZ-Letter-Section|I}}
&lt;!--{{CZ-Letter-Section|J}}
{{CZ-Letter-Section|K}}--&gt;
{{CZ-Letter-Section|L}}
{{CZ-Letter-Section|M}}
{{CZ-Letter-Section|N}}
{{CZ-Letter-Section|O}}
{{CZ-Letter-Section|P}}
{{CZ-Letter-Section|Q}}
{{CZ-Letter-Section|R}}
{{CZ-Letter-Section|S}}
{{CZ-Letter-Section|T}}
{{CZ-Letter-Section|U}}
{{CZ-Letter-Section|V}}
{{CZ-Letter-Section|W}}
{{CZ-Letter-Section|X}}
{{CZ-Letter-Section|Y}}
{{CZ-Letter-Section|Z}}


{{CZ-Categories}}</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo 1.0</title>
    <id>1959</id>
    <revision>
      <id>12670</id>
      <timestamp>2010-04-17T18:08:30Z</timestamp>
      <contributor>
        <username>Eric Ringger</username>
        <id>2103</id>
      </contributor>
      <comment>/* LOGNP: Logarithmically-Restricted NP */</comment>
      <text xml:space="preserve">__NOTOC__
==Introduction==

Welcome to the '''Complexity Zoo'''... There are now 468 classes and counting!
[[Image:zoo.gif|thumb|right|200px|what's your problem?]]

This information was originally moved from http://www.complexityzoo.com/ in August 2005, and is currently under the watchful eyes of its original creators:

'''Zookeeper''': [[Scott Aaronson]]&lt;br&gt;
'''Veterinarian''': [[Greg Kuperberg]]&lt;br&gt;

Errors?  Omissions?  Misattributions?  Your favorite class not here?  Then please contribute to the zoo as you see fit by [[sign_up_instructions | signing up]] and clicking on the edit links.  Please include references, or better yet links to papers if available.

To create a new class, click on the edit link of the class before or after the one that you want to add and copy the format of that class.  (The classes are alphabetized by their tag names.)  Then add the class to the table of contents and increment the total number of classes.  After this, you can use the side edit links to edit the individual sections. For more on using the wiki language, see our [[Simple_wiki_help | simple wiki help page]].

If you would like to contribute but feel unable to make the updates yourself, email the zookeeper at scott at scottaaronson.com.

==See Also==

*[[Zoo Intro|Introductory Essay]]
*[[Zoo Glossary|Glossary]]
*[[Zoo Pronunciation|Pronunciation Guide]]
*[[Zoo References|References]]
*[[Zoo Exhibit|Special Zoo Exhibit]]
*[[Zoo Acknowledgments|Acknowledgments]]
*[[Complexity Garden]]
*&lt;span style=&quot;color:red&quot;&gt;**New**&lt;/span&gt; [http://www.math.ucdavis.edu/~greg/zoology/intro.html Complexity Zoology], a computer-assisted survey, with [http://www.math.ucdavis.edu/~greg/zoology/diagram.xml active] and [http://www.math.ucdavis.edu/~greg/zoology/diagram.pdf static] inclusion diagrams.
*[[Petting Zoo]], an introduction to complexity theory. (Complexity classes currently being weaned.) 

(Longtime Zoo watchers may recall Chris Bourke's LaTeX version of the Zoo and Chad Brewbaker's graphical inclusion diagram.  These references are obsolete until further notice.)

==Table of Contents==
'''&lt;font color=&quot;red&quot;&gt;&amp;#8709;:&lt;/font&gt;'''
[[#01npc|0-1-NP&lt;sub&gt;C&lt;/sub&gt;]] -
[[#1nauxpdap|1NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] -
[[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#sharpl|#L]] -
[[#sharplpoly|#L/poly]] -
[[#sharpga|#GA]] -
[[#sharpp|#P]] -
[[#sharpwt|#W[t]]] -
[[#parityexp|&amp;#8853;EXP]] -
[[#parityl|&amp;#8853;L]] -
[[#paritylpoly|&amp;#8853;L/poly]] -
[[#parityp|&amp;#8853;P]] -
[[#paritysac0|&amp;#8853;SAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#paritysac1|&amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt;]]

'''&lt;font color=&quot;red&quot;&gt;A:&lt;/font&gt;'''
[[#a0pp|A&lt;sub&gt;0&lt;/sub&gt;PP]] -
[[#ac|AC]] -
[[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#ac0m|AC&lt;sup&gt;0&lt;/sup&gt;[m]]] -
[[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#ah|AH]] -
[[#al|AL]] -
[[#all|ALL]] -
[[#alogtime|ALOGTIME]] -
[[#algppoly|AlgP/poly]] -
[[#almostnp|Almost-NP]] -
[[#almostp|Almost-P]] -
[[#almostpspace|Almost-PSPACE]] -
[[#am|AM]] -
[[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]] -
[[#amicoam|AM &amp;#8745; coAM]] -
[[#ampolylog|AM[polylog]]] -
[[#ampmp|AmpMP]] -
[[#amppbqp|AmpP-BQP]] -
[[#ap|AP]] -
[[#app|APP]] -
[[#apx|APX]] -
[[#aucspace|AUC-SPACE(f(n))]] -
[[#auxpda|AuxPDA]] -
[[#avbpp|AVBPP]] -
[[#avge|AvgE]] -
[[#avgp|AvgP]] -
[[#awp|AW[P]]] -
[[#awpp|AWPP]] -
[[#awsat|AW[SAT]]] -
[[#awstar|AW[*]]] -
[[#awt|AW[t]]] -
[[#axp|AxP]] -
[[#axpp|AxPP]]

'''&lt;font color=&quot;red&quot;&gt;B:&lt;/font&gt;'''
[[#betap|&amp;beta;P]] -
[[#bh|BH]] -
[[#bpdp|BP&lt;sub&gt;d&lt;/sub&gt;(P)]] -
[[#bpe|BPE]] -
[[#bpee|BPEE]] -
[[#bphspace|BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] -
[[#bpl|BPL]] -
[[#bpnp|BP&amp;#149;NP]] -
[[#bpp|BPP]] -
[[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#bppkt|BPP&lt;sup&gt;KT&lt;/sup&gt;]] -
[[#bpplog|BPP/log]] -
[[#bppmlog|BPP/mlog]] -
[[#bppsslog|BPP//log]] -
[[#bpprlog|BPP/rlog]] -
[[#bppobdd|BPP-OBDD]] -
[[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]] -
[[#bpqp|BPQP]] -
[[#bpspace|BPSPACE(f(n))]] -
[[#bptime|BPTIME(f(n))]] -
[[#bqnc|BQNC]] -
[[#bqnp|BQNP]] -
[[#bqp|BQP]] -
[[#bqplog|BQP/log]] -
[[#bqppoly|BQP/poly]] -
[[#bqpmlog|BQP/mlog]] -
[[#bqpmpoly|BQP/mpoly]] -
[[#bqpqlog|BQP/qlog]] -
[[#bqpqpoly|BQP/qpoly]] -
[[#bqpobdd|BQP-OBDD]] -
[[#bqpspace|BQPSPACE]] -
[[#bqpttpoly|BQP&lt;sub&gt;tt&lt;/sub&gt;/poly]] -
[[#bqtime|BQTIME(f(n))]] -
[[#bwbp|k-BWBP]]

'''&lt;font color=&quot;red&quot;&gt;C:&lt;/font&gt;'''
[[#cequalsac0|C&lt;sub&gt;=&lt;/sub&gt;AC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#cequalsl|C&lt;sub&gt;=&lt;/sub&gt;L]] -
[[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] -
[[#cfl|CFL]] -
[[#clog|CLOG]] -
[[#ch|CH]] -
[[#check|Check]] -
[[#clsharpp|CL#P]] -
[[#ckp|C&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#cnp|CNP]] -
[[#coam|coAM]] -
[[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]] -
[[#cofrip|cofrIP]] -
[[#coh|Coh]] -
[[#coma|coMA]] -
[[#comodkp|coMod&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#compip|compIP]] -
[[#compnp|compNP]] -
[[#cone|coNE]] -
[[#conexp|coNEXP]] -
[[#conl|coNL]] -
[[#conp|coNP]] -
[[#conpcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#conppoly|coNP/poly]] -
[[#conqp|coNQP]] -
[[#core|coRE]] -
[[#cornc|coRNC]] -
[[#corp|coRP]] -
[[#cosl|coSL]] -
[[#cosparse|coSPARSE]] -
[[#coucc|coUCC]] -
[[#coup|coUP]] -
[[#cp|CP]] -
[[#csize|CSIZE(f(n))]] -
[[#csl|CSL]] -
[[#czk|CZK]]

'''&lt;font color=&quot;red&quot;&gt;D:&lt;/font&gt;'''
[[#dsharpp|D#P]] -
[[#dcfl|DCFL]] -
[[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#deltabpp|&amp;#948;-BPP]] -
[[#deltarp|&amp;#948;-RP]] -
[[#det|DET]] -
[[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#disnp|DisNP]] -
[[#distnp|DistNP]] -
[[#dp|DP]] -
[[#dqp|DQP]] -
[[#dspace|DSPACE(f(n))]] -
[[#dtime|DTIME(f(n))]] -
[[#dtisp|DTISP(t(n),s(n))]] -
[[#dynfo|Dyn-FO]] -
[[#dynthc0|Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;]]

'''&lt;font color=&quot;red&quot;&gt;E:&lt;/font&gt;'''
[[#e|E]] -
[[#ee|EE]] -
[[#eee|EEE]] -
[[#eespace|EESPACE]] -
[[#eexp|EEXP]] -
[[#eh|EH]] -
[[#elementary|ELEMENTARY]] -
[[#elkp|EL&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#ep|EP]] -
[[#eptas|EPTAS]] -
[[#eqbp|k-EQBP]] -
[[#eqp|EQP]] -
[[#eqpk|EQP&lt;sub&gt;K&lt;/sub&gt;]] -
[[#eqtime|EQTIME(f(n))]] -
[[#espace|ESPACE]] -
[[#existsbpp|&amp;#8707;BPP]] -
[[#existsniszk|&amp;#8707;NISZK]] -
[[#exp|EXP]] -
[[#exppoly|EXP/poly]] -
[[#expspace|EXPSPACE]]

'''&lt;font color=&quot;red&quot;&gt;F:&lt;/font&gt;'''
[[#fbqp|FBQP]] -
[[#few|Few]] -
[[#fewp|FewP]] -
[[#fh|FH]] -
[[#fixp|FIXP]] -
[[#fnl|FNL]] -
[[#fnlpoly|FNL/poly]] -
[[#fnp|FNP]] -
[[#fo|FO(t(n))]] -
[[#foll|FOLL]] -
[[#fp|FP]] -
[[#fpnplog|FP&lt;sup&gt;NP[log]&lt;/sup&gt;]] -
[[#fpr|FPR]] -
[[#fpras|FPRAS]] -
[[#fpt|FPT]] -
[[#fptnu|FPT&lt;sub&gt;nu&lt;/sub&gt;]] -
[[#fptsu|FPT&lt;sub&gt;su&lt;/sub&gt;]] -
[[#fptas|FPTAS]] -
[[#fqma|FQMA]] -
[[#frip|frIP]] -
[[#ftape|F-TAPE(f(n))]] -
[[#ftime|F-TIME(f(n))]]

'''&lt;font color=&quot;red&quot;&gt;G:&lt;/font&gt;'''
[[#ga|GA]] -
[[#ganspace|GAN-SPACE(f(n))]] -
[[#gapac0|GapAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#gapl|GapL]] -
[[#gapp|GapP]] -
[[#gc|GC(s(n),C)]] -
[[#gcsl|GCSL]] -
[[#gi|GI]] -
[[#glo|GLO]] -
[[#gpcd|GPCD(r(n),q(n))]] -
[[#gt|G[t]]]

'''&lt;font color=&quot;red&quot;&gt;H:&lt;/font&gt;'''
[[#halfp|HalfP]] -
[[#heurbpp|HeurBPP]] -
[[#heurbptime|HeurBPTIME(f(n))]] -
[[#hkp|H&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#hvszk|HVSZK]]

'''&lt;font color=&quot;red&quot;&gt;I:&lt;/font&gt;'''
[[#iclogpoly|IC[log,poly]]] -
[[#ip|IP]] -
[[#ipp|IPP]] -
[[#ippolylog|IP[polylog]]]

'''&lt;font color=&quot;red&quot;&gt;L:&lt;/font&gt;'''
[[#l|L]] -
[[#lin|LIN]] -
[[#lkp|L&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#logcfl|LOGCFL]] -
[[#logfew|LogFew]] -
[[#logfewnl|LogFewNL]] -
[[#lognp|LOGNP]] -
[[#logsnp|LOGSNP]] -
[[#l/poly|L/poly]] -
[[#lwpp|LWPP]]

'''&lt;font color=&quot;red&quot;&gt;M:&lt;/font&gt;'''
[[#ma|MA]] -
[[#maprime|MA']] -
[[#mac0|MAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#mae|MA&lt;sub&gt;E&lt;/sub&gt;]] -
[[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]] -
[[#mal|mAL]] -
[[#maxnp|MaxNP]] -
[[#maxpb|MaxPB]] -
[[#maxsnp|MaxSNP]] -
[[#maxsnp0|MaxSNP&lt;sub&gt;0&lt;/sub&gt;]] -
[[#mconl|mcoNL]] -
[[#minpb|MinPB]] -
[[#mip|MIP]] -
[[#mipstar21|MIP*[2,1]]] -
[[#mipexp|MIP&lt;sub&gt;EXP&lt;/sub&gt;]] -
[[#mkp|(M&lt;sub&gt;k&lt;/sub&gt;)P]] -
[[#ml|mL]] -
[[#mmsnp|MMSNP]] -
[[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#mnl|mNL]] -
[[#mnp|mNP]] -
[[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] -
[[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#modp|ModP]] -
[[#modzkl|ModZ&lt;sub&gt;k&lt;/sub&gt;L]] -
[[#mp|mP]] -
[[#mp2|MP]] -
[[#mpc|MPC]] -
[[#mppoly|mP/poly]] -
[[#mtc0|mTC&lt;sup&gt;0&lt;/sup&gt;]]

'''&lt;font color=&quot;red&quot;&gt;N:&lt;/font&gt;'''
[[#nauxpdap|NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] -
[[#nc|NC]] -
[[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]] -
[[#ne|NE]] -
[[#nepoly|NE/poly]] -
[[#nearlyp|Nearly-P]] -
[[#nee|NEE]] -
[[#neee|NEEE]] -
[[#neexp|NEEXP]] -
[[#nexp|NEXP]] -
[[#nexppoly|NEXP/poly]] -
[[#nipzk|NIPZK]] -
[[#niqszk|NIQSZK]] -
[[#niszk|NISZK]] -
[[#niszkh|NISZK&lt;sub&gt;h&lt;/sub&gt;]] -
[[#nl|NL]] -
[[#nlpoly|NL/poly]] -
[[#nlin|NLIN]] -
[[#nlog|NLOG]] -
[[#none|NONE]] -
[[#np|NP]] -
[[#npc|NPC]] -
[[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]] -
[[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#npi|NPI]] -
[[#npiconp|NP &amp;#8745; coNP]] -
[[#npiconppoly|(NP &amp;#8745; coNP)/poly]] -
[[#nplog|NP/log]] -
[[#npmv|NPMV]] -
[[#npmvsel|NPMV-sel]] -
[[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]] -
[[#npmvtsel|NPMV&lt;sub&gt;t&lt;/sub&gt;-sel]] -
[[#npo|NPO]] -
[[#npopb|NPOPB]] -
[[#nppoly|NP/poly]] -
[[#nppsamp|(NP,P-samplable)]] -
[[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]] -
[[#npspace|NPSPACE]] -
[[#npsv|NPSV]] -
[[#npsvsel|NPSV-sel]] -
[[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]] -
[[#npsvtsel|NPSV&lt;sub&gt;t&lt;/sub&gt;-sel]] -
[[#nqp|NQP]] -
[[#nspace|NSPACE(f(n))]] -
[[#nt|NT]] -
[[#ntstar|NT*]] -
[[#ntime|NTIME(f(n))]]

'''&lt;font color=&quot;red&quot;&gt;O:&lt;/font&gt;'''
[[#ocq|OCQ]] -
[[#optp|OptP]]

'''&lt;font color=&quot;red&quot;&gt;P:&lt;/font&gt;'''
[[#p|P]] -
[[#plog|P/log]] -
[[#ppoly|P/poly]] -
[[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] -
[[#psharpp1|P&lt;sup&gt;#P[1]&lt;/sup&gt;]] -
[[#pac0|PAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#pbp|PBP]] -
[[#kpbp|k-PBP]] -
[[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] -
[[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#pcd|PCD(r(n),q(n))]] -
[[#pclose|P-Close]] -
[[#pcp|PCP(r(n),q(n))]] -
[[#permup|PermUP]] -
[[#pexp|PEXP]] -
[[#pf|PF]] -
[[#pfchk|PFCHK(t(n))]] -
[[#ph|PH]] -
[[#phcc|PH&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#phi2p|&amp;#934;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#php|PhP]] -
[[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#pinc|PINC]] -
[[#pio|PIO]] -
[[#pk|P&lt;sup&gt;K&lt;/sup&gt;]] -
[[#pkc|PKC]] -
[[#pl|PL]] -
[[#pl1|PL&lt;sub&gt;1&lt;/sub&gt;]] -
[[#plinfinity|PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt;]] -
[[#plf|PLF]] -
[[#pll|PLL]] -
[[#pls|PLS]] -
[[#pnp|P&lt;sup&gt;NP&lt;/sup&gt;]] -
[[#pparnp|P&lt;sup&gt;&amp;#124;&amp;#124;NP&lt;/sup&gt;]] -
[[#pnpk|P&lt;sup&gt;NP[k]&lt;/sup&gt;]] -
[[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] -
[[#pnplog2|P&lt;sup&gt;NP[log^2]&lt;/sup&gt;]] -
[[#pobdd|P-OBDD]] -
[[#podn|PODN]] -
[[#polyl|polyL]] -
[[#postbqp|PostBQP]] -
[[#pp|PP]] -
[[#pppoly|PP/poly]] -
[[#ppa|PPA]] -
[[#ppad|PPAD]] -
[[#ppads|PPADS]] -
[[#ppp2|P&lt;sup&gt;PP&lt;/sup&gt;]] -
[[#ppp|PPP]] -
[[#ppspace|PPSPACE]] -
[[#pquery|PQUERY]] -
[[#pr|PR]] -
[[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] -
[[#prhspace|Pr&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] -
[[#promisebpp|PromiseBPP]] -
[[#promisebqp|PromiseBQP]] -
[[#promisep|PromiseP]] -
[[#promiserp|PromiseRP]] -
[[#prspace|PrSPACE(f(n))]] -
[[#psel|P-Sel]] -
[[#psk|PSK]] -
[[#pspace|PSPACE]] -
[[#pspacepoly|PSPACE/poly]] -
[[#pt1|PT&lt;sub&gt;1&lt;/sub&gt;]] -
[[#ptape|PTAPE]] -
[[#ptas|PTAS]] -
[[#ptwk|PT/WK(f(n),g(n))]] -
[[#pzk|PZK]]

'''&lt;font color=&quot;red&quot;&gt;Q:&lt;/font&gt;'''
[[#q|Q]] -
[[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[m]]] -
[[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qacwf0|QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qam|QAM]] -
[[#qcfl|QCFL]] -
[[#qcma|QCMA]] -
[[#qh|QH]] -
[[#qip|QIP]] -
[[#qip2|QIP[2]]] -
[[#qma|QMA]] -
[[#qma-plus|QMA-plus]] -
[[#qma2|QMA(2)]] -
[[#qma1|QMA&lt;sub&gt;1&lt;/sub&gt;]] -
[[#qmalog|QMA&lt;sub&gt;log&lt;/sub&gt;]] -
[[#qmam|QMAM]] -
[[#qmaqpoly|QMA/qpoly]] -
[[#qmip|QMIP]] -
[[#qmiple|QMIP&lt;sub&gt;le&lt;/sub&gt;]] -
[[#qmipne|QMIP&lt;sub&gt;ne&lt;/sub&gt;]] -
[[#qnc|QNC]] -
[[#qnc0|QNC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qncf0|QNC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qnc1|QNC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#qp|QP]] -
[[#qplin|QPLIN]] -
[[#qpspace|QPSPACE]] -
[[#qrg|QRG]] -
[[#qs2p|QS&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#qszk|QSZK]]

'''&lt;font color=&quot;red&quot;&gt;R:&lt;/font&gt;'''
[[#r|R]] -
[[#rbqp|RBQP]] -
[[#re|RE]] -
[[#reg|REG]] -
[[#revspace|RevSPACE(f(n))]] -
[[#rg|RG]] -
[[#rg1|RG[1]]] -
[[#rhl|R&lt;sub&gt;H&lt;/sub&gt;L]] -
[[#rhspace|R&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] -
[[#rl|RL]] -
[[#rnc|RNC]] -
[[#rp|RP]] -
[[#rpp|RPP]] -
[[#rqp|RQP]] -
[[#rspace|RSPACE(f(n))]]

'''&lt;font color=&quot;red&quot;&gt;S:&lt;/font&gt;'''
[[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]] -
[[#sac|SAC]] -
[[#sac0|SAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#sac1|SAC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#saptime|SAPTIME]] -
[[#sbp|SBP]] -
[[#sc|SC]] -
[[#se|SE]] -
[[#seh|SEH]] -
[[#selfnp|SelfNP]] -
[[#sfk|SF&lt;sub&gt;k&lt;/sub&gt;]] -
[[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#skc|SKC]] -
[[#sl|SL]] -
[[#slicewisepspace|SLICEWISE PSPACE]] -
[[#snp|SNP]] -
[[#soe|SO-E]] -
[[#sp|SP]] -
[[#spanp|span-P]] -
[[#sparse|SPARSE]] -
[[#spl|SPL]] -
[[#spp|SPP]] -
[[#sqg|SQG]] -
[[#subexp|SUBEXP]] -
[[#symp|symP]] -
[[#szk|SZK]] -
[[#szkh|SZK&lt;sub&gt;h&lt;/sub&gt;]]

'''&lt;font color=&quot;red&quot;&gt;T:&lt;/font&gt;'''
[[#tally|TALLY]] -
[[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#tfnp|TFNP]] -
[[#theta2p|&amp;Theta;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#treebqp|TreeBQP]] -
[[#treeregular|TREE-REGULAR]]

'''&lt;font color=&quot;red&quot;&gt;U:&lt;/font&gt;'''
[[#uap|UAP]] -
[[#ucc|UCC]] -
[[#ue|UE]] -
[[#ul|UL]] -
[[#ulpoly|UL/poly]] -
[[#up|UP]] -
[[#us|US]]

'''&lt;font color=&quot;red&quot;&gt;V:&lt;/font&gt;'''
[[#vck|VC&lt;sub&gt;k&lt;/sub&gt;]] -
[[#vcor|VC&lt;sub&gt;OR&lt;/sub&gt;]] -
[[#vnc|VNC&lt;sub&gt;k&lt;/sub&gt;]] -
[[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]] -
[[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] -
[[#vqp|VQP&lt;sub&gt;k&lt;/sub&gt;]]

'''&lt;font color=&quot;red&quot;&gt;W:&lt;/font&gt;'''
[[#w1|W[1]]] -
[[#wapp|WAPP]] -
[[#wp|W[P]]] -
[[#wpp|WPP]] -
[[#wsat|W[SAT]]] -
[[#wstar|W[*]]] -
[[#wt|W[t]]] -
[[#wstart|W&lt;sup&gt;*&lt;/sup&gt;[t]]]

'''&lt;font color=&quot;red&quot;&gt;X:&lt;/font&gt;'''
[[#xormipstar21|XOR-MIP*[2,1]]] -
[[#xp|XP]] -
[[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]]

'''&lt;font color=&quot;red&quot;&gt;Y:&lt;/font&gt;'''
[[#yacc|YACC]] -
[[#yp|YP]] -
[[#ypp|YPP]] -
[[#yqp|YQP]]

'''&lt;font color=&quot;red&quot;&gt;Z:&lt;/font&gt;'''
[[#zbqp|ZBQP]] -
[[#zpe|ZPE]] -
[[#zpp|ZPP]] -
[[#zptime|ZPTIME(f(n))]] -
[[#zqp|ZQP]]

==The Classes==

'''&lt;font color=&quot;red&quot;&gt;Warning:&lt;/font&gt;''' Please do not feed oracles to the complexity classes!  These classes require a specially balanced diet to ensure proper relativization.

----
===== &lt;span id=&quot;01npc&quot; style=&quot;color:red&quot;&gt;0-1-NP&lt;sub&gt;C&lt;/sub&gt;&lt;/span&gt;: Binary Restriction of [[#np|NP]] Over The Complex Numbers =====
The intersection of [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]] with {0,1}&lt;sup&gt;*&lt;/sup&gt; (i.e. the set of binary strings).

Contains [[#np|NP]].

Is contained in [[#pspace|PSPACE]], and in [[#am|AM]] assuming the Extended Riemann Hypothesis [[zooref#koi96|[Koi96]]].

----
===== &lt;span id=&quot;1nauxpdap&quot; style=&quot;color:red&quot;&gt;1NAuxPDA&lt;sup&gt;p&lt;/sup&gt;&lt;/span&gt;: One-Way [[#nauxpdap|NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] =====
Defined in [[zooref#bra77|[Bra77]]], where it was also shown that 1NAuxPDA&lt;sup&gt;p&lt;/sup&gt; strictly contains [[#cfl|CFL]] and is strictly contained in [[#logcfl|LOGCFL]]. The class corresponds to the closure of [[#cfl|CFL]] under one-way log-space reductions.

----
===== &lt;span id=&quot;sharpac0&quot; style=&quot;color:red&quot;&gt;#AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Sharp-[[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to nonnegative integers computed by polynomial-size constant-depth arithmetic circuits, using addition and multiplication gates and the constants 0 and 1.

Contained in [[#gapac0|GapAC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;sharpga&quot; style=&quot;color:red&quot;&gt;#GA&lt;/span&gt;: Graph Automorphism =====
The class of problems (Karp-)reducible to counting the number of automorphisms of a graph.

Counterpart of [[#ga|GA]].

----

===== &lt;span id=&quot;sharpl&quot; style=&quot;color:red&quot;&gt;#L&lt;/span&gt;: Sharp-L =====
Has the same relation to [[#l|L]] as [[#sharpp|#P]] does to [[#p|P]].

&amp;#35;L is contained in [[#det|DET]] [[zooref#aj93|[AJ93]]].

----
===== &lt;span id=&quot;sharplpoly&quot; style=&quot;color:red&quot;&gt;#L/poly&lt;/span&gt;: Nonuniform [[#sharpl|#L]] =====
Has the same relation to [[#sharpl|#L]] as [[#ppoly|P/poly]] does to [[#p|P]].

----
===== &lt;span id=&quot;sharpp&quot; style=&quot;color:red&quot;&gt;#P&lt;/span&gt;: Sharp-P =====
The class of function problems of the form &quot;compute f(x),&quot; where f is the number of accepting paths of an [[#np|NP]] machine.

The canonical #P-complete problem is [[Complexity_Garden#sharpsat|#SAT]].

Defined in [[zooref#val79|[Val79]]], where it was also shown that [[Complexity_Garden#sharpperfect_matching|#Perfect Matching]] (or equivalently, [[Complexity_Garden#permanent|Permanent]]) is #P-complete. What makes that interesting is that the associated decision problem [[Complexity_Garden#perfect_matching|Perfect Matching]] is in [[#p|P]].

[[#ph|PH]] is in [[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] [[zooref#tod89|[Tod89]]].

Any function in #P can be approximated to within a polynomial factor in [[#bpp|BPP]] with [[#np|NP]] oracle [[zooref#sto85|[Sto85]]].

----

===== &lt;span id=&quot;sharpwt&quot; style=&quot;color:red&quot;&gt;#W[t]&lt;/span&gt;: Sharp-[[#wt|W[t]]] =====
Roughly, the analogue of [[#sharpp|#P]] for parameterized complexity.  I.e. the class of parameterized counting problems that are fixed-parameter parsimonious reducible to [[Complexity_Garden#sharpwsat|#WSAT]].
Defined in [[zooref#fg02|[FG02]]], which should be consulted for the full definition.  [[zooref#fg02|[FG02]]] also showed that there exist #W[1]-complete problems whose corresponding decision problems are fixed-parameter tractable (i.e. in [[#fpt|FPT]]).

----

===== &lt;span id=&quot;parityexp&quot; style=&quot;color:red&quot;&gt;&amp;#8853;EXP&lt;/span&gt;: Parity [[#exp|EXP]] =====
The exponential-time analogue of [[#parityp|&amp;#8853;P]].

There exists an oracle relative to which &amp;#8853;EXP = [[#zpp|ZPP]] [[zooref#bbf98|[BBF98]]].

----
===== &lt;span id=&quot;parityl&quot; style=&quot;color:red&quot;&gt;&amp;#8853;L&lt;/span&gt;: Parity [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#parityp|&amp;#8853;P]] does to [[#p|P]].

Contains [[#sl|SL]] [[zooref#kw93|[KW93]]].

Solving a linear system over Z&lt;sub&gt;2&lt;/sub&gt; is complete for &amp;#8853;L [[zooref#dam90|[Dam90]]].

&amp;#8853;L&lt;sup&gt;&amp;#8853;L&lt;/sup&gt; = &amp;#8853;L [[zooref#hrv00|[HRV00]]].

----
===== &lt;span id=&quot;paritylpoly&quot; style=&quot;color:red&quot;&gt;&amp;#8853;L/poly&lt;/span&gt;: Nonuniform [[#parityl|&amp;#8853;L]] =====
Has the same relation to [[#parityl|&amp;#8853;L]] as [[#ppoly|P/poly]] does to [[#p|P]].

Contains [[#nl/poly|NL/poly]] [[zooref#gw96|[GW96]]].

----
===== &lt;span id=&quot;parityp&quot; style=&quot;color:red&quot;&gt;&amp;#8853;P&lt;/span&gt;: Parity [[#p|P]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' then the number of accepting paths is odd.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' then the number of accepting paths is even.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#pz83|[PZ83]]].

Contains [[Complexity_Garden#graph_isomorphism|Graph Isomorphism]]; indeed, [[Complexity_Garden#graph_isomorphism|Graph Isomorphism]] is low for &amp;#8853;P [[zooref#ak02|[AK02]]].

Contains [[#fewp|FewP]] [[zooref#ch89|[CH89]]].

There exists an oracle relative to which [[#p|P]] = &amp;#8853;P but [[#p|P]] is not equal to [[#np|NP]] (and indeed [[#np|NP]] = [[#exp|EXP]]) [[zooref#bbf98|[BBF98]]].

Equals [[#modkp|Mod&lt;sub&gt;2^m&lt;/sub&gt;P]] for every positive integer m.

----

===== &lt;span id=&quot;paritysac0&quot; style=&quot;color:red&quot;&gt;&amp;#8853;SAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With Unbounded Parity Gates =====

----
===== &lt;span id=&quot;paritysac1&quot; style=&quot;color:red&quot;&gt;&amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: [[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] With Unbounded Parity Gates =====
The class of problems solvable by a nonuniform family of polynomial-size, polylog-depth circuits with unbounded-fanin [[Complexity_Garden#parity|XOR]] and bounded-fanin AND gates.

Defined in [[zooref#gw96|[GW96]]], where it was also shown that &amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt; contains [[#sac1|SAC&lt;sup&gt;1&lt;/sup&gt;]].

----

===== &lt;span id=&quot;a0pp&quot; style=&quot;color:red&quot;&gt;A&lt;sub&gt;0&lt;/sub&gt;PP&lt;/span&gt;: One-Sided Analog of [[#awpp|AWPP]] =====
Same as [[#sbp|SBP]], except that f is a nonnegative-valued [[#gapp|GapP]] function rather than a [[#sharpp|#P]] function.

Defined in [[zooref#vya03|[Vya03]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;A&lt;sub&gt;0&lt;/sub&gt;PP contains [[#qma|QMA]], [[#awpp|AWPP]], and [[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]].&lt;/li&gt;
&lt;li&gt;A&lt;sub&gt;0&lt;/sub&gt;PP is contained in [[#pp|PP]].&lt;/li&gt;
&lt;li&gt;If A&lt;sub&gt;0&lt;/sub&gt;PP = [[#pp|PP]] then [[#ph|PH]] is contained in [[#pp|PP]].&lt;/li&gt;
&lt;/ul&gt;

----

===== &lt;span id=&quot;ac&quot; style=&quot;color:red&quot;&gt;AC&lt;/span&gt;: Unbounded Fanin Polylogarithmic-Depth Circuits =====
AC&lt;sup&gt;i&lt;/sup&gt; is the class of decision problems solvable by a nonuniform family of Boolean circuits, with polynomial size, depth O(log&lt;sup&gt;i&lt;/sup&gt;(n)), and unbounded fanin.  The gates allowed are AND, OR, and NOT.

Then AC is the union of AC&lt;sup&gt;i&lt;/sup&gt; over all nonnegative i.

AC&lt;sup&gt;i&lt;/sup&gt; is contained in [[#nc|NC]]&lt;sup&gt;i+1&lt;/sup&gt;; thus, AC = [[#nc|NC]].

Contains [[#nl|NL]].

For a random oracle A, (AC&lt;sup&gt;i&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt; is strictly contained in (AC&lt;sup&gt;i+1&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt;, and (uniform) AC&lt;sup&gt;A&lt;/sup&gt; is strictly contained in P&lt;sup&gt;A&lt;/sup&gt;, with probability 1 [[zooref#mil92|[Mil92]]].

----
===== &lt;span id=&quot;ac0&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Unbounded Fanin Constant-Depth Circuits =====
An especially important subclass of [[#ac|AC]], corresponding to constant-depth, unbounded-fanin, polynomial-size circuits with AND, OR, and NOT gates.

Computing the [[Complexity_Garden#parity|Parity]] or [[Complexity_Garden#majority|Majority]] of n bits is not in AC&lt;sup&gt;0&lt;/sup&gt; [[zooref#fss84|[FSS84]]].

There are functions in AC&lt;sup&gt;0&lt;/sup&gt; that are pseudorandom for all statistical tests in AC&lt;sup&gt;0&lt;/sup&gt; [[zooref#nw94|[NW94]]].  But there are no functions in AC&lt;sup&gt;0&lt;/sup&gt; that are pseudorandom for all statistical tests in [[#qp|QP]] (quasipolynomial time) [[zooref#lmn93|[LMN93]]].

[[zooref#lmn93|[LMN93]]] showed furthermore that functions with AC&lt;sup&gt;0&lt;/sup&gt; circuits of depth d are learnable in [[#qp|QP]], given their outputs on O(2&lt;sup&gt;log(n)^O(d)&lt;/sup&gt;) randomly chosen inputs.  On the other hand, this learning algorithm is essentially optimal, unless there is a 2&lt;sup&gt;n^o(1)&lt;/sup&gt; algorithm for [[Complexity_Garden#integer_factorization|factoring]] [[zooref#kha93|[Kha93]]].

Although there are no good pseudorandom &lt;i&gt;functions&lt;/i&gt; in AC&lt;sup&gt;0&lt;/sup&gt;, [[zooref#in96|[IN96]]] showed that there are pseudorandom &lt;i&gt;generators&lt;/i&gt; that stretch n bits to n+&amp;#920;(log n), assuming the hardness of a problem based on subset sum.

AC&lt;sup&gt;0&lt;/sup&gt; contains [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]] and [[#mac0|MAC&lt;sup&gt;0&lt;/sup&gt;]].

In descriptive complexity, uniform AC&lt;sup&gt;0&lt;/sup&gt; can be characterized as the class of problems expressible by first-order predicates with addition and multiplication operators - or indeed, with ordering and multiplication, or ordering and division (see [[zooref#lee02|[Lee02]]]).

[[zooref#blm98|[BLM+98]]] showed the following problem is complete for depth-k AC&lt;sup&gt;0&lt;/sup&gt; circuits (with a uniformity condition):
&lt;ul&gt; Given a grid graph of polynomial length and width k, decide whether there is a path between vertices s and t (which can be given as part of the input). &lt;/ul&gt;

----

===== &lt;span id=&quot;ac0m&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;0&lt;/sup&gt;[m]&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With MOD m Gates =====
Same as [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], but now &quot;MOD m&quot; gates (for a specific m) are allowed in addition to AND, OR, and NOT gates.  (A MOD m gate outputs 0 if the sum of its inputs is congruent to 0 modulo m, and 1 otherwise.)

If m is a power of a prime p, then for any prime q not equal to p, deciding whether the sum of n bits is congruent to 0 modulo q is not in AC&lt;sup&gt;0&lt;/sup&gt;[m] [[zooref#raz87|[Raz87]]] [[zooref#smo87|[Smo87]]].  It follows that, for any such m, AC&lt;sup&gt;0&lt;/sup&gt;[m] is strictly contained in [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

However, if m is a product of distinct primes (i.e. 6), then it is not even known whether AC&lt;sup&gt;0&lt;/sup&gt;[m] = [[#np|NP]]!

See also: [[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[m]]].

----
===== &lt;span id=&quot;ac1&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Unbounded Fanin Log-Depth Circuits =====
See [[#ac|AC]].

----
===== &lt;span id=&quot;acc0&quot; style=&quot;color:red&quot;&gt;ACC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With Arbitrary MOD Gates =====
Same as [[#ac0m|AC&lt;sup&gt;0&lt;/sup&gt;[m]]], but now the constant-depth circuit can contain MOD m gates for &lt;i&gt;any&lt;/i&gt; m.

Contained in [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]].

Indeed, can be simulated by depth-3 threshold circuits of quasipolynomial size [[zooref#yao90|[Yao90]]].

According to [[zooref#all96|[All96]]], there is no good evidence for the existence of cryptographically secure functions in ACC&lt;sup&gt;0&lt;/sup&gt;.  On the other hand, no nontrivial lower bounds against ACC&lt;sup&gt;0&lt;/sup&gt; are known either.  Thus, this class represents the current frontier for circuit lower bounds.

Contains 4-[[#kpbp|PBP]] [[zooref#bt88|[BT88]]].

See also: [[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;ah&quot; style=&quot;color:red&quot;&gt;AH&lt;/span&gt;: Arithmetic Hierarchy =====
The analog of [[#ph|PH]] in computability theory.

Let &amp;#916;&lt;sub&gt;0&lt;/sub&gt; = &amp;#931;&lt;sub&gt;0&lt;/sub&gt; = &amp;#928;&lt;sub&gt;0&lt;/sub&gt; = [[#r|R]].  Then for i&amp;gt;0, let
&lt;ul&gt;
&lt;li&gt;&amp;#916;&lt;sub&gt;i&lt;/sub&gt; = [[#r|R]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;li&gt;&amp;#931;&lt;sub&gt;i&lt;/sub&gt; = [[#re|RE]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;li&gt;&amp;#928;&lt;sub&gt;i&lt;/sub&gt; = [[#core|coRE]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;/ul&gt;
Then AH is the union of these classes for all nonnegative constant i.

Each level of AH strictly contains the levels below it.

----
===== &lt;span id=&quot;al&quot; style=&quot;color:red&quot;&gt;AL&lt;/span&gt;: Alternating [[#l|L]] =====
Same as [[#ap|AP]], but for logarithmic-space instead of polynomial-time.

AL = [[#p|P]] [[zooref#cks81|[CKS81]]].

----
===== &lt;span id=&quot;all&quot; style=&quot;color:red&quot;&gt;ALL&lt;/span&gt;: The Class of All Languages =====
Literally, the class of ALL languages.

ALL is a gargantuan beast that's been wreaking havoc in the Zoo of late.

First [[zooref#aar04b|[Aar04b]]] observed that [[#pp|PP]]/rpoly ([[#pp|PP]] with polynomial-size randomized advice) equals ALL, as does [[#postbqp|PostBQP]]/qpoly ([[#postbqp|PostBQP]] with polynomial-size quantum advice).

Then [[zooref#raz05|[Raz05]]] showed that [[#qip|QIP]]/qpoly, and even [[#ip|IP]](2)/rpoly, equal ALL.

Nor is it hard to show that [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/rpoly = ALL.

On the other hand, even though [[#pspace|PSPACE]] contains [[#pp|PP]], and [[#expspace|EXPSPACE]] contains [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]], it's easy to see that [[#pspace|PSPACE]]/rpoly = [[#pspace|PSPACE]]/poly and [[#expspace|EXPSPACE]]/rpoly = [[#expspace|EXPSPACE]]/poly are not ALL.

So does ALL have no respect for complexity class inclusions at ALL?  (Sorry.)

It is not as contradictory as it first seems.  The deterministic base class in all of these examples is modified by computational non-determinism ''after'' it is modified by advice.  For example, [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/rpoly means M(A&lt;sub&gt;EXP&lt;/sub&gt;/rpoly), while ([[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]])/rpoly equals [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/poly by a standard argument.  In other words, it's only the verifier, not the prover or post-selector, who receives the randomized or quantum advice. The prover knows a description of the advice state, but not its measured values.  Modification by /rpoly does preserve class inclusions when it is applied after other changes.

----

===== &lt;span id=&quot;alogtime&quot; style=&quot;color:red&quot;&gt;ALOGTIME&lt;/span&gt;: Logarithmic time alternating RAM =====

ALOGTIME is the class of languages decidable in logarithmic time by a random access alternating Turing machine.

Known to be equal to U&lt;sub&gt;E&lt;sup&gt;*&lt;/sup&gt;&lt;/sub&gt;-uniform [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

----

===== &lt;span id=&quot;algppoly&quot; style=&quot;color:red&quot;&gt;AlgP/poly&lt;/span&gt;: Polynomial-Size Algebraic Circuits =====
The class of multivariate polynomials over the integers that can be evaluated using a polynomial (in the input size n) number of additions, subtractions, and multiplications, together with the constants -1 and 1.  The class is nonuniform, in the sense that the polynomial for each input size n can be completely different.

Named in [[zooref#imp02|[Imp02]]], though it has been considered since the 1970's.

If [[#p|P]] = [[#bpp|BPP]] (or even [[#bpp|BPP]] is contained in [[#ne|NE]]), then either [[#nexp|NEXP]] is not in [[#ppoly|P/poly]], or else the permanent polynomial of a matrix is not in AlgP/poly [[zooref#ki02|[KI02]]].

----
===== &lt;span id=&quot;almostnp&quot; style=&quot;color:red&quot;&gt;Almost-[[#np|NP]]&lt;/span&gt;: Languages Almost Surely in [[#np|NP]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[#np|NP]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Equals [[#am|AM]] [[zooref#nw94|[NW94]]].

----
===== &lt;span id=&quot;almostp&quot; style=&quot;color:red&quot;&gt;Almost-[[#p|P]]&lt;/span&gt;: Languages Almost Surely in [[#p|P]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[#p|P]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Equals [[#bpp|BPP]] [[zooref#bg81|[BG81]]].

----
===== &lt;span id=&quot;almostpspace&quot; style=&quot;color:red&quot;&gt;Almost-[[#pspace|PSPACE]]&lt;/span&gt;: Languages Almost Surely in [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Almost-PSPACE is not known to equal [[#pspace|PSPACE]] -- rather surprisingly, given the fact that [[#pspace|PSPACE]] equals BPPSPACE and even [[#ppspace|PPSPACE]].

What's known is that Almost-PSPACE = BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149;[[#pspace|PSPACE]], where BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149; is like the BP&amp;#149; operator but with exponentially-long strings [[zooref#bvw98|[BVW98]]].  It follows that Almost-PSPACE is contained in [[#nexp|NEXP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; &amp;#8745; [[#conexp|coNEXP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.

Whereas both BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149;[[#pspace|PSPACE]] and BPPSPACE machines are allowed exponentially many random bits, the former has a reusable record of all of these bits on a witness tape, while the latter can only preserve a fraction of them on the work tape.

----

===== &lt;span id=&quot;am&quot; style=&quot;color:red&quot;&gt;AM&lt;/span&gt;: Arthur-Merlin =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by an &lt;i&gt;Arthur-Merlin protocol&lt;/i&gt;, as follows.

Arthur, a [[#bpp|BPP]] (i.e. probabilistic polynomial-time) verifier, generates a &quot;challenge&quot; based on the input, and sends it together with his random coins to Merlin.  Merlin sends back a response, and then Arthur decides whether to accept.  Given an algorithm for Arthur, we require that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then Merlin can act in such a way that Arthur accepts with probability at least 2/3 (over the choice of Arthur's random bits).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then however Merlin acts, Arthur will reject with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
Surprisingly, it turns out that such a system is just as powerful as a &lt;i&gt;private-coin&lt;/i&gt; one, in which Arthur does not need to send his random coins to Merlin [[zooref#gs86|[GS86]]].  So, Arthur never needs to hide information from Merlin.

Furthermore, define AM[k] similarly to AM, except that Arthur and Merlin have k rounds of interaction.  Then for all constant k&amp;gt;2, AM[k] = AM[2] = AM [[zooref#bm88|[BM88]]].  Also, the result of [[zooref#gs86|[GS86]]] can then be stated as follows: [[#ip|IP]][k] is contained in AM[k+2] for every k (constant or non-constant).

AM contains [[Complexity_Garden#graph_isomorphism|graph nonisomorphism]].

Contains [[#np|NP]], [[#bpp|BPP]], and [[#szk|SZK]], and is contained in [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] and [[#nppoly|NP/poly]].

If AM contains [[#conp|coNP]] then [[#ph|PH]] collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bhz87|[BHZ87]]].

There exists an oracle relative to which AM is not contained in [[#pp|PP]] [[zooref#ver92|[Ver92]]].

AM = [[#np|NP]] under a strong derandomization assumption: namely that some language in [[#ne|NE]] &amp;#8745; [[#cone|coNE]] requires nondeterministic circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt; ([[zooref#mv99|[MV99]]], improving [[zooref#km99|[KM99]]]).  (A nondeterministic circuit C has two inputs, x and y, and accepts on x if there exists a y such that C(x,y)=1.)

----

===== &lt;span id=&quot;amexp&quot; style=&quot;color:red&quot;&gt;AM&lt;sub&gt;EXP&lt;/sub&gt;&lt;/span&gt;: Exponential-Time [[#am|AM]] =====
Same as [[#am|AM]], except that Arthur is exponential-time and can exchange exponentially long messages with Merlin.

Contains [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]], and is contained in [[#eh|EH]] and indeed [[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]].

If [[#conp|coNP]] is contained in [[#ampolylog|AM[polylog]]] then [[#eh|EH]] collapses to AM&lt;sub&gt;EXP&lt;/sub&gt; [[zooref#pv04|[PV04]]].

----
===== &lt;span id=&quot;amicoam&quot; style=&quot;color:red&quot;&gt;AM &amp;#8745; coAM&lt;/span&gt; =====
The class of decision problems for which both &quot;yes&quot; and &quot;no&quot; answers can be verified by an [[#am|AM]] protocol.

If [[#exp|EXP]] requires exponential time even for [[#am|AM]] protocols, then AM &amp;#8745; coAM = [[#npiconp|NP &amp;#8745; coNP]] [[zooref#gst03|[GST03]]].

There exists an oracle relative to which AM &amp;#8745; coAM is not contained in [[#pp|PP]] [[zooref#ver95|[Ver95]]].

----
===== &lt;span id=&quot;ampolylog&quot; style=&quot;color:red&quot;&gt;AM[polylog]&lt;/span&gt;: [[#am|AM]] With Polylog Rounds =====
Same as [[#am|AM]], except that we allow polylog(n) rounds of interaction between Arthur and Merlin instead of a constant number.

Not much is known about AM[polylog] -- for example, whether it sits in [[#ph|PH]].  However, [[zooref#ss04|[SS04]]] show that if AM[polylog] contains [[#conp|coNP]], then [[#eh|EH]] collapses to [[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]].  ([[zooref#pv04|[PV04]]] improved the collapse to [[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]].)

----
===== &lt;span id=&quot;ampmp&quot; style=&quot;color:red&quot;&gt;AmpMP&lt;/span&gt;: Amplifiable [[#mp2|MP]] =====
The class of decision problems such that for some [[#sharpp|#P]] function f(x,0&lt;sup&gt;m&lt;/sup&gt;),
&lt;ol&gt;
&lt;li&gt;The answer on input x is 'yes' if and only if the middle bit of f(x) is 1.&lt;/li&gt;
&lt;li&gt;The m bits of f(x) to the left and right of the middle bit are all 0.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#gkr95|[GKR+95]]].

Contains [[#ph|PH]] and Contained in [[#mp2|MP]].

----
===== &lt;span id=&quot;amppbqp&quot; style=&quot;color:red&quot;&gt;AmpP-BQP&lt;/span&gt;: [[#bqp|BQP]] Restricted To [[Zoo_Exhibit#ampp|AmpP]] States =====
Similar to [[#treebqp|TreeBQP]] except that the quantum computer's state at each time step is restricted to being exponentially close to a state in [[Zoo_Exhibit#ampp|AmpP]] (that is, a state for which the amplitudes are computable by a classical polynomial-size circuit).

Defined in [[zooref#aar03b|[Aar03b]]], where it was also observed that AmpP-BQP is contained in the third level of [[#ph|PH]], just as [[#treebqp|TreeBQP]] is.

----
===== &lt;span id=&quot;ap&quot; style=&quot;color:red&quot;&gt;AP&lt;/span&gt;: Alternating [[#p|P]] =====
An &lt;i&gt;alternating Turing machine&lt;/i&gt; is a nondeterministic machine with two kinds of states, AND states and OR states.  It accepts if and only if the tree of all computation paths, considered as an AND-OR tree, evaluates to 1.  (Here 'Accept' corresponds to 1 and 'Reject' to 0.)

Then AP is the class of decision problems solvable in polynomial time by an alternating Turing machine.

AP = [[#pspace|PSPACE]] [[zooref#cks81|[CKS81]]].

The abbreviation AP is also used for Approximable in Polynomial Time, see [[#axp|AxP]].

----
===== &lt;span id=&quot;app&quot; style=&quot;color:red&quot;&gt;APP&lt;/span&gt;: Amplified [[#pp|PP]] =====
Roughly, the class of decision problems for which the following holds.  For all polynomials p(n), there exist [[#gapp|GapP]] functions f and g such that for all inputs x with n=|x|,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then 1 &amp;gt; f(x)/g(1&lt;sup&gt;n&lt;/sup&gt;) &amp;gt; 1-2&lt;sup&gt;-p(n)&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then 0 &amp;lt; f(x)/g(1&lt;sup&gt;n&lt;/sup&gt;) &amp;lt; 2&lt;sup&gt;-p(n)&lt;/sup&gt;.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#li93|[Li93]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;APP is contained in [[#pp|PP]], and indeed is low for [[#pp|PP]].&lt;/li&gt;
&lt;li&gt;APP is closed under intersection, union, and complement.&lt;/li&gt;
&lt;/ul&gt;
APP contains [[#awpp|AWPP]] [[zooref#fen02|[Fen02]]].

The abbreviation APP is also used for Approximable in Probabilistic Polynomial Time, see [[#axpp|AxPP]].

----

===== &lt;span id=&quot;apx&quot; style=&quot;color:red&quot;&gt;APX&lt;/span&gt;: Approximable =====
The subclass of [[#npo|NPO]] problems that admit constant-factor approximation algorithms.  (I.e., there is a polynomial-time algorithm that is guaranteed to find a solution within a constant factor of the optimum cost.)

Contains [[#ptas|PTAS]].

Equals the closure of [[#maxsnp|MaxSNP]] and of [[#maxnp|MaxNP]] under [[#ptas|PTAS]] reduction [[zooref#kms99|[KMS+99]]], [[zooref#ct94|[CT94]]].

Defined in [[zooref#acg99|[ACG+99]]].

----
===== &lt;span id=&quot;aucspace&quot; style=&quot;color:red&quot;&gt;AUC-SPACE(f(n))&lt;/span&gt;: Randomized Alternating f(n)-Space =====
The class of problems decidable by an O(f(n))-space Turing machine with three kinds of quantifiers: existential, universal, and randomized.

Contains [[#ganspace|GAN-SPACE(f(n))]].

AUC-SPACE(poly(n)) = [[#saptime|SAPTIME]] = [[#pspace|PSPACE]] [[zooref#pap83|[Pap83]]].

[[zooref#con92|[Con92]]] shows that AUC-SPACE(log n) has a natural complete problem, and is contained in [[#npiconp|NP &amp;#8745; coNP]].

----
===== &lt;span id=&quot;auxpda&quot; style=&quot;color:red&quot;&gt;AuxPDA&lt;/span&gt;: Auxiliary Pushdown Automata =====
Equivalent to [[#nauxpdap|NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] without the running-time restriction.

Equals [[#p|P]] [[zooref#coo71b|[Coo71b]]].

----
===== &lt;span id=&quot;avbpp&quot; style=&quot;color:red&quot;&gt;AVBPP&lt;/span&gt;: Average-Case [[#bpp|BPP]] =====
Defined in [[zooref#ow93|[OW93]]] to be the class of decision problems that have a good average-case [[#bpp|BPP]] algorithm, whenever the input is chosen from an efficiently samplable distribution.

Note that this is &lt;i&gt;not&lt;/i&gt; the same as the [[#bpp|BPP]] version of [[#avgp|AvgP]].

----
===== &lt;span id=&quot;avge&quot; style=&quot;color:red&quot;&gt;AvgE&lt;/span&gt;: Average Exponential-Time With Linear Exponent =====
Has the same relation to [[#e|E]] as [[#avgp|AvgP]] does to [[#p|P]].

----
===== &lt;span id=&quot;avgp&quot; style=&quot;color:red&quot;&gt;AvgP&lt;/span&gt;: Average Polynomial-Time =====
A &lt;i&gt;distributional problem&lt;/i&gt; consists of a decision problem A, and a probability distribution &amp;#956; over problem instances.

A function f, from strings to integers, is &lt;i&gt;polynomial on &amp;#956;-average&lt;/i&gt; if there exists a constant &amp;#949;&amp;gt;0 such that the expectation of f&lt;sup&gt;&amp;#949;&lt;/sup&gt;(x) is finite, when x is drawn from &amp;#956;.

Then (A,&amp;#956;) is in AvgP if there is an algorithm for A whose running time is polynomial on &amp;#956;-average.

This convoluted definition is due to Levin [[zooref#lev86|[Lev86]]], who realized that simpler definitions lead to classes that fail to satisfy basic closure properties.  Also see [[zooref#gol97|[Gol97]]] for more information.

If AvgP = [[#distnp|DistNP]] then [[#exp|EXP]] = [[#nexp|NEXP]] [[zooref#bcg92|[BCG+92]]].

See also: [[#nppsamp|(NP,P-samplable)]].

----
===== &lt;span id=&quot;awp&quot; style=&quot;color:red&quot;&gt;AW[P]&lt;/span&gt;: Alternating [[#wp|W[P]]] =====
Same as [[#awsat|AW[SAT]]] but with 'circuit' instead of 'formula.'

Has the same relation to [[#awsat|AW[SAT]]] as [[#wp|W[P]]] has to [[#wsat|W[SAT]]].

Defined in [[zooref#df99|[DF99]]].

----
===== &lt;span id=&quot;awpp&quot; style=&quot;color:red&quot;&gt;AWPP&lt;/span&gt;: Almost [[#wpp|WPP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that for some polynomial-time computable (i.e. [[#fp|FP]]) function f,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the difference between the number of accepting and rejecting paths is non-negative and at most 2&lt;sup&gt;-poly(n)&lt;/sup&gt;f(x).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the difference is between (1-2&lt;sup&gt;-poly(n)&lt;/sup&gt;)f(x) and f(x).&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ffk94|[FFK94]]].

Contains [[#bqp|BQP]] [[zooref#fr98|[FR98]]], [[#wapp|WAPP]] [[zooref#bgm02|[BGM02]]], [[#lwpp|LWPP]], and [[#wpp|WPP]].

Contained in [[#app|APP]] [[zooref#fen02|[Fen02]]].

----

===== &lt;span id=&quot;awsat&quot; style=&quot;color:red&quot;&gt;AW[SAT]&lt;/span&gt;: Alternating [[#wsat|W[SAT]]] =====
Basically has the same relation to [[#wsat|W[SAT]]] as [[#pspace|PSPACE]] does to [[#np|NP]].

The class of decision problems of the form (x,r,k&lt;sub&gt;1&lt;/sub&gt;,...,k&lt;sub&gt;r&lt;/sub&gt;) (r,k&lt;sub&gt;1&lt;/sub&gt;,...,k&lt;sub&gt;r&lt;/sub&gt; parameters), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Parameterized QBFSAT:''' Given a Boolean formula F (with no restriction on depth), over disjoint variable sets S&lt;sub&gt;1&lt;/sub&gt;,...,S&lt;sub&gt;r&lt;/sub&gt;.  Does there exist an assignment to S&lt;sub&gt;1&lt;/sub&gt; of Hamming weight k&lt;sub&gt;1&lt;/sub&gt;, such that for all assignments to S&lt;sub&gt;2&lt;/sub&gt; of Hamming weight k&lt;sub&gt;2&lt;/sub&gt;, etc. (alternating 'there exists' and 'for all'), F is satisfied?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contains [[#awstar|AW[*]]], and is contained in [[#awp|AW[P]]].

----
===== &lt;span id=&quot;awstar&quot; style=&quot;color:red&quot;&gt;AW[*]&lt;/span&gt;: Alternating [[#wstar|W[*]]] =====
The union of [[#awt|AW[t]]] over all t.

----
===== &lt;span id=&quot;awt&quot; style=&quot;color:red&quot;&gt;AW[t]&lt;/span&gt;: Alternating [[#wt|W[t]]] =====
Has the same relation to [[#wt|W[t]]] as [[#pspace|PSPACE]] does to [[#np|NP]].

Same as [[#awsat|AW[SAT]]], except that the formula F can have depth at most t.

Defined in [[zooref#df99|[DF99]]].

Contained in [[#awstar|AW[*]]].

----
===== &lt;span id=&quot;axp&quot; style=&quot;color:red&quot;&gt;AxP&lt;/span&gt;: Approximable in Polynomial Time =====
Usually called AP in the literature.  I've renamed it AxP to distinguish it from the &quot;other&quot; [[#ap|AP]].

The class of real-valued functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to [0,1] that can be approximated within any &amp;epsilon;&gt;0 by a deterministic Turing machine in time polynomial in n and 1/&amp;epsilon;.

Defined by [[zooref#krc00|[KRC00]]], who also showed that the set of AxP machines is in [[#re|RE]].

----
===== &lt;span id=&quot;axpp&quot; style=&quot;color:red&quot;&gt;AxPP&lt;/span&gt;: Approximable in Probabilistic Polynomial Time =====
Usually called APP.  I've renamed it AxPP to distinguish it from the &quot;other&quot; [[#app|APP]].

The class of real-valued functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to [0,1] that can be approximated within any &amp;epsilon;&gt;0 by a probabilistic Turing machine in time polynomial in n and 1/&amp;epsilon;.

Defined by [[zooref#krc00|[KRC00]]], who also show the following:
&lt;ul&gt;
&lt;li&gt;Approximating the acceptance probability of a Boolean circuit is AxPP-complete.  The authors argue that this makes AxPP a more natural class than [[#bpp|BPP]], since the latter is not believed to have complete problems.&lt;/li&gt;
&lt;li&gt;If AxPP = [[#axp|AxP]], then [[#bpp|BPP]] = [[#p|P]].&lt;/li&gt;
&lt;li&gt;On the other hand, there exists an oracle relative to which [[#bpp|BPP]] = [[#p|P]] but AxPP does not equal [[#axp|AxP]].&lt;/li&gt;
&lt;/ul&gt;
Interestingly, it is unclear whether the set of AxPP machines is in [[#re|RE]].

----
===== &lt;span id=&quot;betap&quot; style=&quot;color:red&quot;&gt;&amp;#946;P&lt;/span&gt;: Limited-Nondeterminism [[#np|NP]] =====
&amp;#946;&lt;sub&gt;k&lt;/sub&gt;P is the class of decision problems solvable by a polynomial-time Turing machine that makes O(log&lt;sup&gt;k&lt;/sup&gt;n) nondeterministic transitions, with the same acceptance mechanism as [[#np|NP]].  Equivalently, the machine receives a purported proof of size O(log&lt;sup&gt;k&lt;/sup&gt;n) that the answer is 'yes.'

Then &amp;#946;P is the union of &amp;#946;&lt;sub&gt;k&lt;/sub&gt;P over all constant k.

Defined in [[zooref#kf84|[KF84]]].  See also the survey [[zooref#glm96|[GLM96]]].

There exist oracles relative to which basically any consistent inclusion structure among the &amp;#946;&lt;sub&gt;k&lt;/sub&gt;P's can be realized [[zooref#bg98|[BG98]]].

&amp;#946;&lt;sub&gt;2&lt;/sub&gt;P contains [[#lognp|LOGNP]] and [[#logsnp|LOGSNP]].

----
===== &lt;span id=&quot;bh&quot; style=&quot;color:red&quot;&gt;BH&lt;/span&gt;: Boolean Hierarchy Over [[#np|NP]] =====
The smallest class that contains [[#np|NP]] and is closed under union, intersection, and complement.

The levels are defined as follows:
&lt;ul&gt;
&lt;li&gt;BH&lt;sub&gt;1&lt;/sub&gt; = [[#np|NP]].&lt;/li&gt;
&lt;li&gt;BH&lt;sub&gt;2i&lt;/sub&gt; is the class of languages that are the intersection of a BH&lt;sub&gt;2i-1&lt;/sub&gt; language with a [[#conp|coNP]] language.&lt;/li&gt;
&lt;li&gt;BH&lt;sub&gt;2i+1&lt;/sub&gt; is the class of languages that are the union of a BH&lt;sub&gt;2i&lt;/sub&gt; language with an [[#np|NP]] language.&lt;/li&gt;
&lt;/ul&gt;
Then BH is the union over all i of BH&lt;sub&gt;i&lt;/sub&gt;.

Defined in [[zooref#ww85|[WW85]]].

For more detail see [[zooref#cgh88|[CGH+88]]].

Contained in [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] and indeed in [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]].

If BH collapses at any level, then [[#ph|PH]] collapses to &amp;#931;&lt;sub&gt;3&lt;/sub&gt;P [[zooref#kad88|[Kad88]]].

See also: [[#qh|QH]].

----
===== &lt;span id=&quot;bpdp&quot; style=&quot;color:red&quot;&gt;BP&lt;sub&gt;d&lt;/sub&gt;(P)&lt;/span&gt;: Polynomial Size d-Times-Only Branching Program =====
Defined in [[zooref#weg88|[Weg88]]].

The class of decision problems solvable by a family of polynomial size branching programs, with the additional condition that each bit of the input is tested at most d times.

BP&lt;sub&gt;d&lt;/sub&gt;(P) strictly contains BP&lt;sub&gt;d-1&lt;/sub&gt;(P), for every d &amp;gt; 1 [[zooref#tha98|[Tha98]]].

Contained in [[#pbp|PBP]].

See also: [[#pobdd|P-OBDD]], [[#kpbp|k-PBP]].
----

===== &lt;span id=&quot;bpe&quot; style=&quot;color:red&quot;&gt;BPE&lt;/span&gt;: Bounded-Error Probabilistic [[#e|E]] =====
Has the same relation to [[#e|E]] as [[#bpp|BPP]] does to [[#p|P]].

[[#ee|EE]] = BPE if and only if [[#exp|EXP]] = [[#bpp|BPP]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;bpee&quot; style=&quot;color:red&quot;&gt;BPEE&lt;/span&gt;: Bounded-Error Probabilistic [[#ee|EE]] =====
Has the same relation to [[#ee|EE]] as [[#bpp|BPP]] does to [[#p|P]].

----
===== &lt;span id=&quot;bphspace&quot; style=&quot;color:red&quot;&gt;BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))&lt;/span&gt;: Bounded-Error Halting Probabilistic f(n)-Space =====
The class of decision problems solvable in O(f(n))-space with error probability at most 1/3, by a Turing machine that halts on every input &lt;i&gt;and&lt;/i&gt; every random tape setting.

Contains [[#rhspace|R&lt;sub&gt;H&lt;/sub&gt;SPACE]](f(n)).

Is contained in [[#dspace|DSPACE]](f(n)&lt;sup&gt;3/2&lt;/sup&gt;) [[zooref#sz95|[SZ95]]].

----
===== &lt;span id=&quot;bpl&quot; style=&quot;color:red&quot;&gt;BPL&lt;/span&gt;: Bounded-Error Probabilistic [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#bpp|BPP]] does to [[#p|P]].  The Turing machine has to halt with probability 1 on every input.

Contained in [[#sc|SC]] [[zooref#nis92|[Nis92]]] and in [[#pl|PL]].

----
===== &lt;span id=&quot;bpnp&quot; style=&quot;color:red&quot;&gt;BP&amp;#149;NP&lt;/span&gt;: Probabilistic [[#np|NP]] =====
Equals [[#am|AM]].

----
===== &lt;span id=&quot;bpp&quot; style=&quot;color:red&quot;&gt;BPP&lt;/span&gt;: Bounded-Error Probabilistic Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes' then at least 2/3 of the computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no' then at most 1/3 of the computation paths accept.&lt;/li&gt;
&lt;/ol&gt;
(Here all computation paths have the same length.)

Often identified as the class of feasible problems for a computer with access to a genuine random-number source.

Defined in [[zooref#gil77|[Gil77]]].

Contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#lau83|[Lau83]]], and indeed in [[#zpp|ZPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#gz97|[GZ97]]].

If BPP contains [[#np|NP]], then [[#rp|RP]] = [[#np|NP]] [[zooref#ko82|[Ko82]]] and [[#ph|PH]] is contained in BPP [[zooref#zac88|[Zac88]]].

If any problem in [[#e|E]] requires circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt;, then BPP = [[#p|P]] [[zooref#iw97|[IW97]]] (in other words, BPP can be derandomized).

Indeed, &lt;i&gt;any&lt;/i&gt; proof that BPP = [[#p|P]] requires showing either that [[#nexp|NEXP]] is not in [[#ppoly|P/poly]], or else that [[#sharpp|#P]] requires superpolynomial-size arithmetic circuits [[zooref#ki02|[KI02]]].

BPP is not known to contain complete problems.  [[zooref#sip82|[Sip82]]], [[zooref#hh86|[HH86]]] give oracles relative to which BPP has no complete problems.

There exist oracles relative to which [[#p|P]] = [[#rp|RP]] but still [[#p|P]] is not equal to BPP [[zooref#bf99|[BF99]]].

In contrast to the case of [[#p|P]], it is unknown whether BPP collapses to [[#bptime|BPTIME]](n&lt;sup&gt;c&lt;/sup&gt;) for some fixed constant c.  However, [[zooref#bar02|[Bar02]]] and [[zooref#fs04|[FS04]]] have shown hierarchy theorems for BPP with a small amount of advice.

Equals [[#almostp|Almost-P]].

See also: [[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]].

----

===== &lt;span id=&quot;bppcc&quot; style=&quot;color:red&quot;&gt;BPP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#bpp|BPP]] =====
The analogue of [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] for bounded-error probabilistic communication complexity.

Does not equal [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]], and is not contained in [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]], because of the EQUALITY problem.

Defined in [[zooref#bfs86|[BFS86]]].

----
===== &lt;span id=&quot;bppkt&quot; style=&quot;color:red&quot;&gt;BPP&lt;sup&gt;KT&lt;/sup&gt;&lt;/span&gt;: [[#bpp|BPP]] With Time-Bounded Kolmogorov Complexity Oracle =====
[[#bpp|BPP]] with an oracle that, given a string x, returns the minimum over all programs P that output x&lt;sub&gt;i&lt;/sub&gt; on input i, of the length of P plus the maximum time taken by P on any input.

A similar class was defined in [[zooref#abk02|[ABK+02]]], where it was also shown that in BPP&lt;sup&gt;KT&lt;/sup&gt; one can [[Complexity_Garden#integer_factorization|factor]], compute [[Complexity_Garden#discrete_logarithm|discrete logarithms]], and more generally invert any one-way function on a non-negligible fraction of inputs.

See also: [[#pk|P&lt;sup&gt;K&lt;/sup&gt;]].

----

===== &lt;span id=&quot;bpplog&quot; style=&quot;color:red&quot;&gt;BPP/log&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Karp-Lipton Advice =====
The class of problems solvable by a semantic [[#bpp|BPP]] machine with O(log n) advice bits that depend only on the input length n.  If the advice is good, the output must be correct with probability at least 2/3.  If it is bad, the machine must provide some answer with probability at least 2/3.  See the discussion for [[#bqppoly|BQP/poly]].

Contained in [[#bppmlog|BPP/mlog]].

----
===== &lt;span id=&quot;bppmlog&quot; style=&quot;color:red&quot;&gt;BPP/mlog&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Deterministic Merlin-Like Advice =====
The class of problems solvable by a syntactic [[#bpp|BPP]] machine with O(log n) advice bits that depend only on the input length n.  If the advice is good, the output must be correct with probability at least 2/3.  If it is bad, it need not be.

Contained in [[#bpprlog|BPP/rlog]].

----
===== &lt;span id=&quot;bppsslog&quot; style=&quot;color:red&quot;&gt;BPP//log&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Randomness-Dependent Advice =====
The class of problems solvable by a [[#bpp|BPP]] machine that is given O(log n) advice bits, which can depend on both the machine's random coin flips and the input length n, but not on the input itself.

Defined in [[zooref#tv02|[TV02]]], where it was also shown that if [[#exp|EXP]] is in BPP//log then
[[#exp|EXP]] = [[#bpp|BPP]], and if [[#pspace|PSPACE]] is in BPP//log then [[#pspace|PSPACE]] = [[#bpp|BPP]].

----
===== &lt;span id=&quot;bpprlog&quot; style=&quot;color:red&quot;&gt;BPP/rlog&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Deterministic Merlin-Like Advice =====
The class of problems solvable by a syntactic [[#bpp|BPP]] machine with O(log n) random advice bits whose probability distribution depends only on the input length n.  For each n, there exists good advice such that the output is correct with probability at least 2/3.

Contains [[#bppmlog|BPP/mlog]].  The inclusion is strict, because BPP/rlog contains any finitely sparse language by fingerprinting; see the discussion for [[#all|ALL]].

Contained in [[#bppsslog|BPP//log]].

----
===== &lt;span id=&quot;bppobdd&quot; style=&quot;color:red&quot;&gt;BPP-OBDD&lt;/span&gt;: Polynomial-Size Bounded-Error Ordered Binary Decision Diagram =====
Same as [[#pobdd|P-OBDD]], except that probabilistic transitions are allowed and the OBDD need only accept with probability at least 2/3.

Does not contain the integer multiplication problem [[zooref#ak96|[AK96]]].

Strictly contained in [[#bqpobdd|BQP-OBDD]] [[zooref#nhk00|[NHK00]]].

----
===== &lt;span id=&quot;bpppath&quot; style=&quot;color:red&quot;&gt;BPP&lt;sub&gt;path&lt;/sub&gt;&lt;/span&gt;: Threshold [[#bpp|BPP]] =====
Same as [[#bpp|BPP]], except that now the computation paths need not all have the same length.

Defined in [[zooref#hht97|[HHT97]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;BPP&lt;sub&gt;path&lt;/sub&gt; contains [[#ma|MA]] and [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]], and is contained in [[#pp|PP]] and [[#bpp|BPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;BPP&lt;sub&gt;path&lt;/sub&gt; is closed under complementation, intersection, and union.&lt;/li&gt;
&lt;li&gt;If BPP&lt;sub&gt;path&lt;/sub&gt; = BPP&lt;sub&gt;path&lt;/sub&gt;&lt;sup&gt;BPPpath&lt;/sup&gt;, then [[#ph|PH]] collapses to BPP&lt;sub&gt;path&lt;/sub&gt;.&lt;/li&gt;
&lt;li&gt;If BPP&lt;sub&gt;path&lt;/sub&gt; contains [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]], then [[#ph|PH]] collapses to [[#bpp|BPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.&lt;/li&gt;
&lt;/ul&gt;
There exists an oracle relative to which BPP&lt;sub&gt;path&lt;/sub&gt; is not contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bgm02|[BGM02]]].

----
===== &lt;span id=&quot;bpqp&quot; style=&quot;color:red&quot;&gt;BPQP&lt;/span&gt;: Bounded-Error Probabilistic [[#qp|QP]] =====
Equals [[#bptime|BPTIME]](2&lt;sup&gt;O((log n)^k)&lt;/sup&gt;); that is, the class of problems solvable in quasipolynomial-time on a bounded-error machine.

Defined in [[zooref#cns99|[CNS99]]], where the following was also shown:
&lt;ul&gt;
If either (1) [[#sharpp|#P]] does not have a subexponential-time bounded-error algorithm, or (2) [[#exp|EXP]] does not have subexponential-size circuits, then the BPQP hierarchy is strict -- that is, for all a &amp;lt; b at least 1, [[#bptime|BPTIME]](2&lt;sup&gt;(log n)^a&lt;/sup&gt;) is strictly contained in [[#bptime|BPTIME]](2&lt;sup&gt;(log n)^b&lt;/sup&gt;).
&lt;/ul&gt;

----
===== &lt;span id=&quot;bpspace&quot; style=&quot;color:red&quot;&gt;BPSPACE(f(n))&lt;/span&gt;: Bounded-Error Probabilistic f(n)-Space =====
The class of decision problems solvable in O(f(n))-space with error probability at most 1/3, by a Turing machine that halts with probability 1 on every input.

Contains [[#rspace|RSPACE(f(n))]] and [[#bphspace|BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]].

----
===== &lt;span id=&quot;bptime&quot; style=&quot;color:red&quot;&gt;BPTIME(f(n))&lt;/span&gt;: Bounded-Error Probabilistic f(n)-Time =====
Same as [[#bpp|BPP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#gil77|[Gil77]]].

BPTIME(n&lt;sup&gt;log n&lt;/sup&gt;) does not equal BPTIME(2&lt;sup&gt;n^&amp;epsilon;&lt;/sup&gt;) for any &amp;epsilon;&gt;0 [[zooref#kv88|[KV88]]].  Proving a stronger time hierarchy theorem for BPTIME is a longstanding open problem; see [[zooref#bh97|[BH97]]] for details.

[[zooref#bar02|[Bar02]]] has shown the following:
&lt;ul&gt;
&lt;li&gt;If we allow a small number of advice bits (say log n), then there is a strict hierarchy: for every d at least 1, BPTIME(n&lt;sup&gt;d&lt;/sup&gt;)/(log n) does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;)/(log n).&lt;/li&gt;
&lt;li&gt;In the uniform setting, if [[#bpp|BPP]] has complete problems then BPTIME(n&lt;sup&gt;d&lt;/sup&gt;) does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;).&lt;/li&gt;
&lt;li&gt;BPTIME(n) does not equal [[#np|NP]].&lt;/li&gt;
&lt;/ul&gt;
Subsequently, [[zooref#fs04|[FS04]]] managed to reduce the number of advice bits to only 1: BPTIME(n&lt;sup&gt;d&lt;/sup&gt;)/1 does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;)/1.  They also proved a hierarchy theorem for [[#heurbptime|HeurBPTIME]].

For another bounded-error hierarchy result, see [[#bpqp|BPQP]].

----
===== &lt;span id=&quot;bqnc&quot; style=&quot;color:red&quot;&gt;BQNC&lt;/span&gt;: Alternate Name for [[#qnc|QNC]] =====

----
===== &lt;span id=&quot;bqnp&quot; style=&quot;color:red&quot;&gt;BQNP&lt;/span&gt;: Alternate Name for [[#qma|QMA]] =====

----
===== &lt;span id=&quot;bqp&quot; style=&quot;color:red&quot;&gt;BQP&lt;/span&gt;: Bounded-Error Quantum Polynomial-Time =====
The class of decision problems solvable in polynomial time by a quantum Turing machine, with at most 1/3 probability of error.

One can equivalently define BQP as the class of decision problems solvable by a uniform family of polynomial-size quantum circuits, with at most 1/3 probability of error [[zooref#yao93|[Yao93]]].  Any universal gate set can be used as a basis; however, a technicality is that the transition amplitudes must be efficiently computable, since otherwise one could use them to encode the solutions to hard problems (see [[zooref#adh97|[ADH97]]]).

BQP is often identified as the class of feasible problems for quantum computers.

Contains the [[Complexity_Garden#integer_factorization|factoring]] and [[Complexity_Garden#discrete_logarithm|discrete logarithm]] problems [[zooref#sho97|[Sho97]]], the hidden Legendre symbol problem [[zooref#dhi02|[DHI02]]], the Pell's equation and principal ideal problems [[zooref#hal02|[Hal02]]], and some other problems not thought to be in [[#bpp|BPP]].

Defined in [[zooref#bv97|[BV97]]], where it is also shown that BQP contains [[#bpp|BPP]] and is contained in [[#p|P]] with a [[#sharpp|#P]] oracle.

BQP&lt;sup&gt;BQP&lt;/sup&gt; = BQP [[zooref#bv97|[BV97]]].

[[zooref#adh97|[ADH97]]] showed that BQP is contained in [[#pp|PP]], and [[zooref#fr98|[FR98]]] showed that BQP is contained in [[#awpp|AWPP]].

There exist oracles relative to which:
&lt;ul&gt;
&lt;li&gt;BQP does not equal [[#bpp|BPP]] [[zooref#bv97|[BV97]]] (and by similar arguments, is not in [[#ppoly|P/poly]]).&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[#ma|MA]] [[zooref#wat00|[Wat00]]].&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[#modkp|Mod&lt;sub&gt;p&lt;/sub&gt;P]] for prime p [[zooref#gv02|[GV02]]].&lt;/li&gt;
&lt;li&gt;[[#np|NP]], and indeed [[#npiconp|NP &amp;#8745; coNP]], are not contained in BQP (in fact, this holds with probability 1 relative to a random oracle and a random permutation oracle, respectively) [[zooref#bbb97|[BBB+97]]].&lt;/li&gt;
&lt;li&gt;[[#szk|SZK]] is not contained in BQP [[zooref#aar02|[Aar02]]].&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[#szk|SZK]] (follows easily using the quantum walk problem in [[zooref#ccd03|[CCD+03]]]).&lt;/li&gt;
&lt;/ul&gt;

----

===== &lt;span id=&quot;bqplog&quot; style=&quot;color:red&quot;&gt;BQP/log&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Karp-Lipton Advice =====
Same as [[#bqppoly|BQP/poly]] except that the advice is O(log n) bits instead of a polynomial number.

Contained in [[#bqpmlog|BQP/mlog]].

----
===== &lt;span id=&quot;bqppoly&quot; style=&quot;color:red&quot;&gt;BQP/poly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Karp-Lipton Advice =====
Is to [[#bqpmpoly|BQP/mpoly]] as [[#existsbpp|&amp;#8707;BPP]] is to [[#ma|MA]].  Namely, the [[#bqp|BQP]] machine is required to give some answer with probability at least 2/3 even if the advice is bad.  Even though [[#bqpmpoly|BQP/mpoly]] is a more natural class, BQP/poly follows the standard definition of advice as a class operator [[zooref#kl82|[KL82]]].

Contained in [[#bqpmpoly|BQP/mpoly]] and contains [[#bqplog|BQP/log]].

----
===== &lt;span id=&quot;bqpmlog&quot; style=&quot;color:red&quot;&gt;BQP/mlog&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Deterministic Merlin-Like Advice =====
Same as [[#bqpmpoly|BQP/mpoly]] except that the advice is O(log n) bits instead of a polynomial number.

Strictly contained in [[#bqpqlog|BQP/qlog]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;bqpmpoly&quot; style=&quot;color:red&quot;&gt;BQP/mpoly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Deterministic Merlin-Like Advice =====
The class of languages recognized by a syntactic BQP machine with deterministic polynomial advice that depends only on the input length, such that the output is correct with probability 2/3 when the advice is good.

Can also be defined as the class of problems solvable by a nonuniform family of polynomial-size quantum circuits, just as [[#ppoly|P/poly]] is the class solvable by a nonuniform family of polynomial-size classical circuits.

Referred to with a variety of other ad hoc names, including [[#bqppoly|BQP/poly]] on occassion.

Contains [[#bqpqlog|BQP/qlog]], and is contained in [[#bqpqpoly|BQP/qpoly]].

Does not contain [[#espace|ESPACE]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;bqpqlog&quot; style=&quot;color:red&quot;&gt;BQP/qlog&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Quantum Advice =====
Same as [[#bqpmlog|BQP/mlog]] except that the advice is quantum instead of classical.

Strictly contains [[#bqpmlog|BQP/mlog]] [[zooref#ny03|[NY03]]].

Contained in [[#bqpmpoly|BQP/mpoly]].

----
===== &lt;span id=&quot;bqpqpoly&quot; style=&quot;color:red&quot;&gt;BQP/qpoly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Quantum Advice =====
The class of problems solvable by a [[#bqp|BQP]] machine that receives a quantum state &amp;psi;&lt;sub&gt;n&lt;/sub&gt; as advice, which depends only on the input length n.

As with [[#bqpmpoly|BQP/mpoly]], the acceptance probability does not need to be bounded away from 1/2 if the machine is given bad advice. (Thus, we are discussing the class that [[zooref#ny03|[NY03]]] call BQP/*Qpoly.) Indeed, such a condition would make ''quantum'' advice unusable, by a continuity argument.

Does not contain [[#eespace|EESPACE]] [[zooref#ny03|[NY03]]].

[[zooref#aar04b|[Aar04b]]] shows the following:
&lt;ul&gt;
&lt;li&gt;There exists an oracle relative to which BQP/qpoly does not contain [[#np|NP]].&lt;/li&gt;
&lt;li&gt;BQP/qpoly is contained in [[#pppoly|PP/poly]].&lt;/li&gt;
&lt;/ul&gt;
A ''classical'' oracle separation between BQP/qpoly and [[#bqpmpoly|BQP/mpoly]] is presently unknown, but there is a ''quantum'' oracle separation [[zooref#ak06|[AK06]]].  An unrelativized separation is too much to hope for, since it would imply that [[#pp|PP]] is not contained in [[#ppoly|P/poly]].

Contains [[#bqpmpoly|BQP/mpoly]].

----

===== &lt;span id=&quot;bqpobdd&quot; style=&quot;color:red&quot;&gt;BQP-OBDD&lt;/span&gt;: Polynomial-Size Bounded-Error Quantum Ordered Binary Decision Diagram =====
Same as [[#pobdd|P-OBDD]], except that unitary (quantum) transitions are allowed and the OBDD need only accept with probability at least 2/3.

Strictly contains [[#bppobdd|BPP-OBDD]] [[zooref#nhk00|[NHK00]]].

----
===== &lt;span id=&quot;bqpspace&quot; style=&quot;color:red&quot;&gt;BQPSPACE&lt;/span&gt;: Bounded-Error Quantum [[#pspace|PSPACE]] =====
Equals [[#pspace|PSPACE]] and [[#ppspace|PPSPACE]].

----
===== &lt;span id=&quot;bqtime&quot; style=&quot;color:red&quot;&gt;BQTIME(f(n))&lt;/span&gt;: Bounded-Error Quantum f(n)-Time =====
Same as [[#bqp|BQP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#bv97|[BV97]]].

----
===== &lt;span id=&quot;bqpttmpoly&quot; style=&quot;color:red&quot;&gt;BQP&lt;sub&gt;tt&lt;/sub&gt;/poly&lt;/span&gt;: [[#bqpmpoly|BQP/mpoly]] With Truth-Table Queries =====
Same as [[#bqpmpoly|BQP/mpoly]], except that the machine only gets to make &lt;i&gt;nonadaptive&lt;/i&gt; queries to whatever oracle it might have.

Defined in [[zooref#ny03b|[NY03b]]], where it was also shown that [[#p|P]] is not contained in BQP&lt;sub&gt;tt&lt;/sub&gt;/poly relative to an oracle.

----
===== &lt;span id=&quot;bwbp&quot; style=&quot;color:red&quot;&gt;k-BWBP&lt;/span&gt;: Bounded-Width Branching Program =====
Alternate name for k-[[#kpbp|PBP]].

----
===== &lt;span id=&quot;cequalsac0&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Exact-Counting [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of problems for which there exists a [[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] function f such that the answer is &quot;yes&quot; on input x if and only if f(x)=0.

Equals [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] and [[#pac0|PAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;cequalsl&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;L&lt;/span&gt;: Exact-Counting [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] does to [[#p|P]].

C&lt;sub&gt;=&lt;/sub&gt;L&lt;sup&gt;C=L&lt;/sup&gt; = L&lt;sup&gt;C=L&lt;/sup&gt; [[zooref#abo99|[ABO99]]].

----
===== &lt;span id=&quot;cequalsp&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;P&lt;/span&gt;: Exact-Counting Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that the number of accepting paths exactly equals the number of rejecting paths, if and only if the answer is 'yes.'

Equals [[#conqp|coNQP]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;cfl&quot; style=&quot;color:red&quot;&gt;CFL&lt;/span&gt;: Context-Free Languages =====
Does not equal [[#qcfl|QCFL]] [[zooref#mc00|[MC00]]].

Contained in [[#logcfl|LOGCFL]].

Strictly contains [[#dcfl|DCFL]] [[zooref#bra77|[Bra77]]].

----
===== &lt;span id=&quot;ch&quot; style=&quot;color:red&quot;&gt;CH&lt;/span&gt;: Counting Hierarchy =====
The union of the [[#ckp|C&lt;sub&gt;k&lt;/sub&gt;P]]'s over all constant k.

Contained in [[#pspace|PSPACE]].

It is an open problem whether there exists an oracle relative to which CH is infinite, or even unequal to [[#pspace|PSPACE]].  This is closely related to the problem of whether [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] = [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

----
===== &lt;span id=&quot;check&quot; style=&quot;color:red&quot;&gt;Check&lt;/span&gt;: Checkable Languages =====
The class of problems such that a polynomial-time program P that allegedly solves them can be &lt;i&gt;checked&lt;/i&gt; efficiently.  That is, f is in Check if there exists a [[#bpp|BPP]] algorithm C such that for all programs P and inputs x,
&lt;ol&gt;
&lt;li&gt;If P(y)=f(y) for all inputs y, then C&lt;sup&gt;P&lt;/sup&gt;(x) (C with oracle access to P) accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If P(x) is not equal to f(x) then C&lt;sup&gt;P&lt;/sup&gt;(x) accepts with probability at most 1/3.&lt;/li&gt;
&lt;/ol&gt;

Introduced in [[zooref#bk89|[BK89]]], where it was also shown that Check equals [[#frip|frIP]] &amp;#8745; [[#cofrip|cofrIP]].

Check is contained in [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]] [[zooref#frs88|[FRS88]]].

[[zooref#bg94|[BG94]]] show that if [[#nee|NEE]] is not contained in [[#bpee|BPEE]] then [[#np|NP]] is not contained in Check.

----
===== &lt;span id=&quot;clsharpp&quot; style=&quot;color:red&quot;&gt;CL#P&lt;/span&gt;: Cluster Sharp-P =====
The class of [[#sharpp|#P]] function problems such that some underlying [[#np|NP]] machine &lt;math&gt;M&lt;/math&gt; witnessing membership in [[#sharpp|#P]] has
&quot;clustered&quot; accepting paths. That is:
&lt;ul&gt;
&lt;li&gt;There exists a polynomial &lt;math&gt;p&lt;/math&gt; such that each computation path of &lt;math&gt;M&lt;/math&gt; on each input &lt;math&gt;x&lt;/math&gt; is exactly &lt;math&gt;p(|x|)&lt;/math&gt; bits long.&lt;/li&gt;
&lt;li&gt;There is a length-respecting total order &lt;math&gt;A&lt;/math&gt; having polynomial-time computable adjacency checks on the computation paths of &lt;math&gt;M&lt;/math&gt;.&lt;/li&gt;
&lt;li&gt;The accepting paths of &lt;math&gt;M&lt;/math&gt; on any input &lt;math&gt;x&lt;/math&gt; are contiguous with respect to &lt;math&gt;A&lt;/math&gt;.&lt;/li&gt;
&lt;/ul&gt;
Defined in [[zooref#hhk05|[HHK+05]]].

----

===== &lt;span id=&quot;ckp&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: k&lt;sup&gt;th&lt;/sup&gt; Level of [[#ch|CH]] =====
Defined as follows:
&lt;ul&gt;
&lt;li&gt;C&lt;sub&gt;0&lt;/sub&gt;P = [[#p|P]]&lt;/li&gt;
&lt;li&gt;C&lt;sub&gt;1&lt;/sub&gt;P = [[#pp|PP]]&lt;/li&gt;
&lt;li&gt;C&lt;sub&gt;2&lt;/sub&gt;P = [[#pp|PP]]&lt;sup&gt;[[#pp|PP]]&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;In general, C&lt;sub&gt;k+1&lt;/sub&gt;P is [[#pp|PP]] with C&lt;sub&gt;k&lt;/sub&gt;P oracle&lt;/li&gt;
&lt;/ul&gt;
The union of the C&lt;sub&gt;k&lt;/sub&gt;P's is called the counting hierarchy, [[#ch|CH]].

Defined in [[zooref#wag86|[Wag86]]].

See [[zooref#tor91|[Tor91]]] or [[zooref#aw90|[AW90]]] for more information.

----
===== &lt;span id=&quot;clog&quot; style=&quot;color:red&quot;&gt;CLOG&lt;/span&gt;: Continuous Logarithmic-Time =====
Roughly, the class of continuous problems solvable by an ordinary differential equation (ODE) with convergence time logarithmic in the size of the input.  The vector field of the ODE is specified by an [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] formula, with n parameters that represent the input.  The point to which the ODE converges (assuming it does) is the output.

Defined in [[zooref#bsf02|[BSF02]]], which should be consulted for more details.

[[zooref#bsf02|[BSF02]]] show that finding the maximum of n integers is in CLOG.  Thus, CLOG is best thought of as the continuous-time analog of [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]], not of [[#dtime|DTIME]](log n).

Contained in [[#cp|CP]].

----
===== &lt;span id=&quot;cnp&quot; style=&quot;color:red&quot;&gt;CNP&lt;/span&gt;: Continuous [[#np|NP]] =====
A nondeterministic analog of [[#cp|CP]].  Defined in [[zooref#sf98|[SF98]]], which should be consulted for the definition (it has something to do with strange attractors, I think).

The authors raise the question of whether [[#cp|CP]] equals CNP.

----
===== &lt;span id=&quot;coam&quot; style=&quot;color:red&quot;&gt;coAM&lt;/span&gt;: Complement of [[#am|AM]] =====

----
===== &lt;span id=&quot;cocequalsp&quot; style=&quot;color:red&quot;&gt;coC&lt;sub&gt;=&lt;/sub&gt;P&lt;/span&gt;: Complement of [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] =====
Equals [[#nqp|NQP]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;cofrip&quot; style=&quot;color:red&quot;&gt;cofrIP&lt;/span&gt;: Complement of [[#frip|frIP]] =====

----
===== &lt;span id=&quot;coh&quot; style=&quot;color:red&quot;&gt;Coh&lt;/span&gt;: Coherent Languages =====
The class of problems L that are &lt;i&gt;efficiently autoreducible&lt;/i&gt;, in the sense that given an input x and access to an oracle for L, a [[#bpp|BPP]] machine can compute L(x) by querying L only on points that differ from x.

Defined in [[zooref#yao90b|[Yao90b]]].

[[zooref#bg94|[BG94]]] show that, assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], Coh &amp;#8745; [[#np|NP]] is not contained in any of [[#compnp|compNP]], [[#check|Check]], or [[#frip|frIP]].

----
===== &lt;span id=&quot;coma&quot; style=&quot;color:red&quot;&gt;coMA&lt;/span&gt;: Complement of [[#ma|MA]] =====

----
===== &lt;span id=&quot;comodkp&quot; style=&quot;color:red&quot;&gt;coMod&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Complement of [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] =====

----
===== &lt;span id=&quot;compip&quot; style=&quot;color:red&quot;&gt;compIP&lt;/span&gt;: Competitive [[#ip|IP]] Proof System =====
Same as [[#compnp|compNP]] but for interactive ([[#ip|IP]]) proofs instead of [[#np|NP]] proofs.

More formally, compIP is the class of decision problems L in [[#ip|IP]] = [[#pspace|PSPACE]] such that, if the answer is &quot;yes,&quot; then that can be proven by an interactive protocol between a [[#bpp|BPP]] verifier and a prover, a [[#bpp|BPP]] machine with access only to an oracle for L.

Assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], [[#np|NP]] (and indeed [[#np|NP]] &amp;#8745; [[#coh|Coh]]) is not contained in [[#compip|compIP]] [[zooref#bg94|[BG94]]].

----

===== &lt;span id=&quot;compnp&quot; style=&quot;color:red&quot;&gt;compNP&lt;/span&gt;: Competitive [[#np|NP]] Proof System =====
The class of decision problems L in [[#np|NP]] such that, if the answer is &quot;yes,&quot; then a proof can be constructed in polynomial time given access only to an oracle for L.

Contains [[#npc|NPC]].

[[zooref#bg94|[BG94]]] show that compNP is contained in [[#frip|frIP]], and that assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], compNP does not equal [[#np|NP]].

----
===== &lt;span id=&quot;cone&quot; style=&quot;color:red&quot;&gt;coNE&lt;/span&gt;: Complement of [[#ne|NE]] =====

----
===== &lt;span id=&quot;conexp&quot; style=&quot;color:red&quot;&gt;coNEXP&lt;/span&gt;: Complement of [[#nexp|NEXP]] =====
Contained in [[#nexppoly|NEXP/poly]] (folklore result reported in [[http://weblog.fortnow.com/|Fortnow's weblog]]).

----
===== &lt;span id=&quot;conl&quot; style=&quot;color:red&quot;&gt;coNL&lt;/span&gt;: Complement of [[#nl|NL]] =====
Equals [[#nl|NL]] [[zooref#imm88|[Imm88]]] [[zooref#sze87|[Sze87]]].

----
===== &lt;span id=&quot;conp&quot; style=&quot;color:red&quot;&gt;coNP&lt;/span&gt;: Complement of [[#np|NP]] =====
If [[#np|NP]] = coNP, then any inconsistent Boolean formula of size n has a proof of inconsistency of size polynomial in n.

If [[#np|NP]] does not equal coNP, then [[#p|P]] does not equal [[#np|NP]].  But the other direction is not known.

See also: [[#npiconp|NP &amp;#8745; coNP]].

Every problem in coNP has an [[#ip|IP]] (interactive proof) system, where moreover the prover can be restricted to [[#bpp|BPP]]&lt;sup&gt;[[#sharpp|#P]]&lt;/sup&gt;.

----
===== &lt;span id=&quot;conpcc&quot; style=&quot;color:red&quot;&gt;coNP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Complement of [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;conppoly&quot; style=&quot;color:red&quot;&gt;coNP/poly&lt;/span&gt;: Complement of [[#nppoly|NP/poly]] =====
If [[#np|NP]] is contained in coNP/poly then [[#ph|PH]] collapses to [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#cch01|[CCH+01]]].

&lt;table border=&quot;2&quot;&gt;&lt;tr&gt;&lt;td&gt;[[#np|NP]]&lt;sup&gt;[[#np|NP]]^[[#np|NP]]^([[#conppoly|coNP/poly]] &amp;#8745; [[#np|NP]])&lt;/sup&gt; = [[#np|NP]]&lt;sup&gt;[[#np|NP]]^[[#np|NP]]&lt;/sup&gt; [[zooref#hno96|[HNO+96]]]&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;i&gt;Note:&lt;/i&gt; At the suggestion of Luis Antu&amp;ntilde;es, the above specimen of the Complexity Zoo has been locked in a cage.

----
===== &lt;span id=&quot;conqp&quot; style=&quot;color:red&quot;&gt;coNQP&lt;/span&gt;: Complement of [[#nqp|NQP]] =====
Equals [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;core&quot; style=&quot;color:red&quot;&gt;coRE&lt;/span&gt;: Complement of [[#re|RE]] =====
Does not equal [[#re|RE]].

The problem &quot;given a computable predicate P, is P true of all positive integers?&quot; is coRE-complete.

----
===== &lt;span id=&quot;cornc&quot; style=&quot;color:red&quot;&gt;coRNC&lt;/span&gt;: Complement of [[#rnc|RNC]] =====
Contains the problem of whether a bipartite graph has a perfect matching [[zooref#kar86|[Kar86]]].

----
===== &lt;span id=&quot;corp&quot; style=&quot;color:red&quot;&gt;coRP&lt;/span&gt;: Complement of [[#rp|RP]] =====
Defined in [[zooref#gil77|[Gil77]]].

Contains the problem of testing whether an integer is prime [[zooref#ss77|[SS77]]].

----
===== &lt;span id=&quot;cosl&quot; style=&quot;color:red&quot;&gt;coSL&lt;/span&gt;: Complement of [[#sl|SL]] =====

----
===== &lt;span id=&quot;cosparse&quot; style=&quot;color:red&quot;&gt;coSPARSE&lt;/span&gt;: Complement of [[#sparse|SPARSE]] =====

----
===== &lt;span id=&quot;coucc&quot; style=&quot;color:red&quot;&gt;coUCC&lt;/span&gt;: Complement of [[#ucc|UCC]] =====
[[zooref#tor00|[Tor00]]] showed the following problem complete for coUCC under [[#l|L]] reductions:
&lt;ul&gt;
Given a colored graph G with at most two vertices having any given color, does G have any nontrivial automorphisms?
&lt;/ul&gt;

----
===== &lt;span id=&quot;coup&quot; style=&quot;color:red&quot;&gt;coUP&lt;/span&gt;: Complement of [[#up|UP]] =====

----
===== &lt;span id=&quot;cp&quot; style=&quot;color:red&quot;&gt;CP&lt;/span&gt;: Continuous [[#p|P]] =====
Same as [[#clog|CLOG]], except that the convergence time can be polynomial rather than logarithmic in the input size.

Defined in [[zooref#bsf02|[BSF02]]] and [[zooref#sf98|[SF98]]].

Finding a maximum flow, which is [[#p|P]]-complete, can be done in CP [[zooref#bsf02|[BSF02]]].  Based on this the authors argue that &quot;[[#p|P]] is contained in CP,&quot; but this seems hard to formalize, since CP is not a complexity class in the usual sense.  They also conjecture that &quot;CP is contained in [[#p|P]]&quot; (i.e. the class of ODE's they consider can be integrated efficiently on a standard Turing machine), but this is open.

Contained in [[#cnp|CNP]].

----
===== &lt;span id=&quot;csize&quot; style=&quot;color:red&quot;&gt;CSIZE(f(n))&lt;/span&gt;: Circuit Size f(n) =====
The class of decision problems solvable by a (nonuniform) family of Boolean circuits of size O(f(n)).

So for example, CSIZE(poly(n)) (the union of CSIZE(n&lt;sup&gt;k&lt;/sup&gt;) over all k) equals [[#ppoly|P/poly]].

Defined in [[zooref#sm02|[SM02]]] among other places.

----
===== &lt;span id=&quot;csl&quot; style=&quot;color:red&quot;&gt;CSL&lt;/span&gt;: Context Sensitive Languages =====
The class of languages generated by context-sensitive grammars.

Equals [[#nspace|NSPACE]](n) [[zooref#kur64|[Kur64]]].

----
===== &lt;span id=&quot;czk&quot; style=&quot;color:red&quot;&gt;CZK&lt;/span&gt;: Computational Zero-Knowledge =====
Same as [[#szk|SZK]], except that now the two distributions are merely required to be &lt;i&gt;computationally indistinguishable&lt;/i&gt; by any [[#bpp|BPP]] algorithm; they don't have to be statistically close.  (The &quot;two distributions&quot; are (1) the distribution over Arthur's view of his interaction with Merlin, conditioned on Arthur's random coins, and (2) the distribution over views that Arthur can &lt;i&gt;simulate&lt;/i&gt; without Merlin's help.)

Unlike [[#szk|SZK]], it is not known if CZK is closed under complement.  CZK is now known to share other properties with [[#szk|SZK]]: the verifier may as well be honest and may as well show his coins, and CZK is closed under unions [[zooref#vad06|[Vad06]]].  (Previously, these properties were only established in the presence of one-way functions.)

Assuming the existence of one-way functions, CZK contains [[#np|NP]] [[zooref#gmw91|[GMW91]]], and indeed equals [[#ip|IP]]=[[#pspace|PSPACE]] [[zooref#bgg90|[BGG+90]]].  However, none of these implications of one-way functions relativize (Impagliazzo, unpublished).

On the other hand, if one-way functions do not exist then CZK = [[#avbpp|AVBPP]] [[zooref#ow93|[OW93]]].

Contains [[#pzk|PZK]] and [[#szk|SZK]].

----

===== &lt;span id=&quot;dsharpp&quot; style=&quot;color:red&quot;&gt;D#P&lt;/span&gt;: Alternate Name for [[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;dcfl&quot; style=&quot;color:red&quot;&gt;DCFL&lt;/span&gt;: Deterministic [[#cfl|CFL]] =====
The class of languages accepted by deterministic pushdown automata.

Defined in [[zooref#gg66|[GG66]]], where it was also shown that DCFL is strictly contained in [[#cfl|CFL]] and strictly contains [[#reg|REG]].

----
===== &lt;span id=&quot;delta2p&quot; style=&quot;color:red&quot;&gt;&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: [[#p|P]] With [[#np|NP]] Oracle =====
A level of [[#ph|PH]], the polynomial hierarchy.

Contains [[#bh|BH]].

There exists an oracle relative to which &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P is not contained in [[#pp|PP]] [[zooref#bei94|[Bei94]]].

There exists another oracle relative to which &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P is contained in [[#ppoly|P/poly]] [[zooref#bgs75|[BGS75]]], and indeed has linear-size circuits [[zooref#wil85|[Wil85]]].

If [[#p|P]] = [[#np|NP]], then any polynomial-size circuit C can be learned in &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P with C oracle [[zooref#aar06|[Aar06]]].

----

===== &lt;span id=&quot;deltabpp&quot; style=&quot;color:red&quot;&gt;&amp;#948;-BPP&lt;/span&gt;: &amp;#948;-Semi-Random [[#bpp|BPP]] =====
Same as [[#bpp|BPP]], except that the random bit source is biased as follows.  Each bit could depend on all the previous bits in arbitrarily complicated ways; the only promise is that the bit is 1 with probability in the range [&amp;#948;,1-&amp;#948;], conditioned on all previous bits.

So clearly 0-BPP = [[#p|P]] and 1/2-BPP = [[#bpp|BPP]].

It turns out that, for any &amp;#948;&amp;gt;0, &amp;#948;-BPP = [[#bpp|BPP]] [[zooref#vv85|[VV85]]], [[zooref#zuc91|[Zuc91]]].

----
===== &lt;span id=&quot;deltarp&quot; style=&quot;color:red&quot;&gt;&amp;#948;-RP&lt;/span&gt;: &amp;#948;-Semi-Random [[#rp|RP]] =====
Same as [[#deltabpp|&amp;#948;-BPP]], but for [[#rp|RP]] instead of [[#bpp|BPP]].

For any &amp;#948;&amp;gt;0, &amp;#948;-RP = [[#rp|RP]] [[zooref#vv85|[VV85]]].

----
===== &lt;span id=&quot;det&quot; style=&quot;color:red&quot;&gt;DET&lt;/span&gt;: Determinant =====
The class of decision problems reducible in [[#l|L]] to the problem of computing the determinant of an n-by-n matrix of n-bit integers.

Defined in [[zooref#coo85|[Coo85]]].

Contained in [[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]], and contains [[#nl|NL]] and [[#pl|PL]] [[zooref#bcp83|[BCP83]]].

[[Complexity_Garden#graph_isomorphism|Graph isomorphism]] is hard for DET under [[#l|L]]-reductions [[zooref#tor00|[Tor00]]].

----

===== &lt;span id=&quot;diffac0&quot; style=&quot;color:red&quot;&gt;DiffAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Difference [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to integers expressible as the difference of two [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] functions.

Equals [[#gapac0|GapAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;disnp&quot; style=&quot;color:red&quot;&gt;DisNP&lt;/span&gt;: Disjoint [[#np|NP]] Pairs =====
The class of pairs (A,B), where A and B are [[#np|NP]] problems whose sets of &quot;yes&quot; instances are nonempty and disjoint.

If there exists an optimal propositional proof system, then DisNP has a complete pair [[zooref#raz94|[Raz94]]].  On the other hand, there exists an oracle relative to which DisNP does not have a complete pair [[zooref#gss03|[GSS+03]]].

If [[#p|P]] does not equal [[#up|UP]], then DisNP contains pairs not separated by any set in [[#p|P]] [[zooref#gs88|[GS88]]].  On the other hand, there exists an oracle relative to which [[#p|P]] does not equal [[#np|NP]] but still DisNP does not contain any [[#p|P]]-inseparable pairs [[zooref#hs92|[HS92]]].

----
===== &lt;span id=&quot;distnp&quot; style=&quot;color:red&quot;&gt;DistNP&lt;/span&gt;: Distributional [[#np|NP]] =====
(also called (NP,P-computable) or RNP)

A &lt;i&gt;distributional problem&lt;/i&gt; consists of a decision problem A, and a probability distribution &amp;#956; over problem instances.

(A,&amp;#956;) is in DistNP if A is in [[#np|NP]], and &amp;#956; is [[#p|P]]-computable (meaning that its cumulative density function can be evaluated in polynomial time).

DistNP has complete problems [[zooref#lev86|[Lev86]]] (see also [[zooref#gur87|[Gur87]]]), although unlike for [[#np|NP]] this is not immediate.

Any DistNP-complete problem is also complete for [[#nppsamp|(NP,P-samplable)]] [[zooref#il90|[IL90]]].

----

===== &lt;span id=&quot;dp&quot; style=&quot;color:red&quot;&gt;DP&lt;/span&gt;: Difference Polynomial-Time =====
DP = [[#bh|BH]]&lt;sub&gt;2&lt;/sub&gt;, the second level of the Boolean hierarchy.

Defined in [[zooref#py84|[PY84]]].

----
===== &lt;span id=&quot;dqp&quot; style=&quot;color:red&quot;&gt;DQP&lt;/span&gt;: Dynamical Quantum Polynomial-Time =====
The class of decision problems solvable by a [[#bqp|BQP]] machine with oracle access to a &lt;i&gt;dynamical simulator&lt;/i&gt;. When given a polynomial-size quantum circuit, the simulator returns a sample from the distribution over &quot;classical histories&quot; induced by the circuit. The simulator can adversarially choose any history distribution that satisfies the axioms of &quot;symmetry&quot; and &quot;locality&quot; -- so that the DQP algorithm has to work for any distribution satisfying these axioms.

See [[zooref#aar05|[Aar05]]] for a full definition.

There it is also shown that [[#szk|SZK]] is contained in DQP.

Contains [[#bqp|BQP]], and is contained in [[#exp|EXP]] [[zooref#aar05|[Aar05]]].

There exists an oracle relative to which DQP does not contain [[#np|NP]] [[zooref#aar05|[Aar05]]].

----

===== &lt;span id=&quot;dspace&quot; style=&quot;color:red&quot;&gt;DSPACE(f(n))&lt;/span&gt;: Deterministic f(n)-Space =====
The class of decision problems solvable by a Turing machine in space O(f(n)).

The Space Hierarchy Theorem: For constructible f(n) greater than log
n, DSPACE(f(n)) is strictly contained in DSPACE(f(n) log(f(n))) [[zooref#hls65|[HLS65]]].

For space constructible f(n), strictly contains [[#dtime|DTIME]](f(n)) [[zooref#hpv77|[HPV77]]].

DSPACE(n) does not equal [[#np|NP]] (though we have no idea if one contains the other)!

See also: [[#nspace|NSPACE]](f(n)).

----

===== &lt;span id=&quot;dtime&quot; style=&quot;color:red&quot;&gt;DTIME(f(n))&lt;/span&gt;: Deterministic f(n)-Time =====
The class of decision problems solvable by a Turing machine in time O(f(n)).

The Time Hierarchy Theorem: For constructible f(n) greater than n, DTIME(f(n)) is strictly contained in DTIME(f(n) log(f(n)) loglog(f(n))) [[zooref#hs65|[HS65]]].

For any space constructible f(n), DTIME(f(n)) is strictly contained in DSPACE(f(n)) [[zooref#hpv77|[HPV77]]].

Also, DTIME(n) is strictly contained in [[#ntime|NTIME(n)]] [[zooref#pps83|[PPS+83]]] (this result does not work for arbitrary f(n)).

For any constructible superpolynomial f(n), DTIME(f(n)) with [[#pp|PP]] oracle is not in [[#ppoly|P/poly]] (see [[zooref#all96|[All96]]]).

----
===== &lt;span id=&quot;dtisp&quot; style=&quot;color:red&quot;&gt;DTISP(t(n),s(n))&lt;/span&gt;: Simultaneous t(n)-Time and s(n)-Space =====
The class of decision problems solvable by a Turing machine that uses time O(t(n)) and space O(s(n)) simultaneously.

Thus [[#sc|SC]] = DTISP(poly,polylog) for example.

Defined in [[zooref#nis92|[Nis92]]], where it was also shown that for all space-constructible s(n)=&amp;Omega;(log n), [[#bpspace|BPSPACE(s(n))]] is contained in DTISP(2&lt;sup&gt;O(s(n))&lt;/sup&gt;,s&lt;sup&gt;2&lt;/sup&gt;(n)).

----
===== &lt;span id=&quot;dynfo&quot; style=&quot;color:red&quot;&gt;Dyn-FO&lt;/span&gt;: Dynamic [[#fo|FO]] =====
The class of &lt;i&gt;dynamic&lt;/i&gt; problems solvable using first-order predicates.

Basically what this means is that an algorithm maintains some polynomial-size data structure (say a graph), and receives a sequence of updates (add this edge, delete that one, etc.).  For each update, it computes a new value for the data structure in [[#fo|FO]] -- that is, for each bit of the data structure, there is an [[#fo|FO]] function representing the new value of that bit, which takes as input both the update and the previous value of the data structure.  At the end the algorithm needs to answer some question (i.e. is the graph connected?).

See [[zooref#hi02|[HI02]]] for more information, and a complete problem for Dyn-FO.

See also [[#dynthc0|Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;dynthc0&quot; style=&quot;color:red&quot;&gt;Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Dynamic Threshold Circuits =====
Same as [[#dynfo|Dyn-FO]], except that now updates are computed via constant-depth predicates that have &quot;COUNT&quot; available, in addition to AND, OR, and NOT -- so it's a uniform version of [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] rather than of [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]].

See [[zooref#hi02|[HI02]]] for more information.

----
===== &lt;span id=&quot;e&quot; style=&quot;color:red&quot;&gt;E&lt;/span&gt;: Exponential Time With Linear Exponent =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;O(n)&lt;/sup&gt;).

Does not equal [[#np|NP]] [[zooref#boo72|[Boo72]]] or [[#pspace|PSPACE]] [[zooref#boo74|[Boo74]]] relative to any oracle.  However, there is an oracle relative to which E is contained in [[#np|NP]] (see [[#zpp|ZPP]]), and an oracle relative to [[#pspace|PSPACE]] is contained in E (by equating the former with [[#p|P]]).

There exists a problem that is complete for E under polynomial-time Turing reductions but not polynomial-time truth-table reductions [[zooref#wat87|[Wat87]]].

Problems hard for [[#bpp|BPP]] under Turing reductions have measure 1 in E [[zooref#as94|[AS94]]].

It follows that, if the problems complete for E under Turing reductions do not have measure 1 in E, then [[#bpp|BPP]] does not equal [[#exp|EXP]].

[[zooref#it89|[IT89]]] gave an oracle relative to which E = [[#ne|NE]] but still there is an exponential-time binary predicate whose corresponding &lt;i&gt;search&lt;/i&gt; problem is not in E.

Contrast with [[#exp|EXP]].

----

===== &lt;span id=&quot;ee&quot; style=&quot;color:red&quot;&gt;EE&lt;/span&gt;: Double-Exponential Time With Linear Exponent =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;2^O(n)&lt;/sup&gt;) (though some authors alternatively define it as being equal to [[#dtime|DTIME]](2&lt;sup&gt;O(2^n)&lt;/sup&gt;)).

EE = [[#bpe|BPE]] if and only if [[#exp|EXP]] = [[#bpp|BPP]] [[zooref#ikw01|[IKW01]]].

Contained in [[#eexp|EEXP]] and [[#nee|NEE]].

----
===== &lt;span id=&quot;eee&quot; style=&quot;color:red&quot;&gt;EEE&lt;/span&gt;: Triple-Exponential Time With Linear Exponent =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;2^2^O(n)&lt;/sup&gt;).

In contrast to the case of [[#ee|EE]], it is not known whether EEE = [[#bpee|BPEE]] implies [[#ee|EE]] = [[#bpe|BPE]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;eespace&quot; style=&quot;color:red&quot;&gt;EESPACE&lt;/span&gt;: Double-Exponential Space With Linear Exponent =====
Equals [[#dspace|DSPACE]](2&lt;sup&gt;2^O(n)&lt;/sup&gt;).

Is not contained in [[#bqpqpoly|BQP/qpoly]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;eexp&quot; style=&quot;color:red&quot;&gt;EEXP&lt;/span&gt;: Double-Exponential Time =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;2^p(n)&lt;/sup&gt;) for p a polynomial.

Contains [[#ee|EE]], and is contained in [[#neexp|NEEXP]].

----
===== &lt;span id=&quot;eh&quot; style=&quot;color:red&quot;&gt;EH&lt;/span&gt;: Exponential-Time Hierarchy With Linear Exponent =====
Has roughly the same relationship to [[#e|E]] as [[#ph|PH]] does to [[#p|P]].

More formally, EH is defined as the union of [[#e|E]], [[#ne|NE]], [[#ne|NE]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;, [[#ne|NE]] with [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] oracle, and so on.

See [[zooref#har87|[Har87]]] for more information.

If [[#conp|coNP]] is contained in [[#ampolylog|AM[polylog]]], then EH collapses to [[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]] [[zooref#ss04|[SS04]]] and indeed [[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]] [[zooref#pv04|[PV04]]].

On the other hand, [[#cone|coNE]] is contained in [[#nepoly|NE/poly]], so perhaps it wouldn't be so surprising if NE collapses.

There exists an oracle relative to which EH does not contain [[#seh|SEH]] [[zooref#hem89|[Hem89]]]. EH and [[#seh|SEH]] are incomparable for all anyone knows.

----
===== &lt;span id=&quot;elementary&quot; style=&quot;color:red&quot;&gt;ELEMENTARY&lt;/span&gt;: Iterated Exponential Time =====
Equals the union of [[#dtime|DTIME]](2&lt;sup&gt;n&lt;/sup&gt;), [[#dtime|DTIME]](2&lt;sup&gt;2^n&lt;/sup&gt;), [[#dtime|DTIME]](2&lt;sup&gt;2^2^n&lt;/sup&gt;), and so on.

Contained in [[#pr|PR]].

----
===== &lt;span id=&quot;elkp&quot; style=&quot;color:red&quot;&gt;EL&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Extended Low Hierarchy =====
An extension of [[#lkp|L&lt;sub&gt;k&lt;/sub&gt;P]].

The class of problems A such that [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]&lt;sup&gt;A&lt;/sup&gt; is contained in [[#ph|&amp;#931;&lt;sub&gt;k-1&lt;/sub&gt;P]]&lt;sup&gt;A,[[#np|NP]]&lt;/sup&gt;.

Defined in [[zooref#bbs86|[BBS86]]].

----
===== &lt;span id=&quot;ep&quot; style=&quot;color:red&quot;&gt;EP&lt;/span&gt;: NP with 2&lt;sup&gt;k&lt;/sup&gt; Accepting Paths =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'no,' then all computation paths reject.&lt;/li&gt;
&lt;li&gt;If the answer is 'yes,' then the number of accepting paths is a power of two.&lt;/li&gt;
&lt;/ol&gt;
Contained in [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]], and in [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] for any odd k.  Contains [[#up|UP]].

Defined in [[zooref#bhr00|[BHR00]]].

----

===== &lt;span id=&quot;eptas&quot; style=&quot;color:red&quot;&gt;EPTAS&lt;/span&gt;: Efficient Polynomial-Time Approximation Scheme =====
The class of optimization problems such that, given an instance of length n, we can find a solution within a factor 1+&amp;epsilon; of the optimum in time f(&amp;epsilon;)p(n), where p is a polynomial and f is arbitrary.

Contains [[#fptas|FPTAS]] and is contained in [[#ptas|PTAS]].

Defined in [[zooref#ct97|[CT97]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;If [[#fpt|FPT]] = [[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]] then EPTAS = [[#ptas|PTAS]].&lt;/li&gt;
&lt;li&gt;If EPTAS = [[#ptas|PTAS]] then [[#fpt|FPT]] = [[#wp|W[P]]].&lt;/li&gt;
&lt;li&gt;If [[#fpt|FPT]] is strictly contained in [[#w1|W[1]]], then there is a natural problem that is in [[#ptas|PTAS]] but not in EPTAS.  (See [[zooref#ct97|[CT97]]] for the statement of the problem, since it's not &lt;i&gt;that&lt;/i&gt; natural.)&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;eqbp&quot; style=&quot;color:red&quot;&gt;k-EQBP&lt;/span&gt;: Width-k Polynomial-Time Exact Quantum Branching Programs =====
See k-[[#kpbp|PBP]] for the definition of a classical branching program.

A quantum branching program is the natural quantum generalization: we have a quantum state in a Hilbert space of dimension k.  Each step t consists of applying a unitary matrix U&lt;sup&gt;(t)&lt;/sup&gt;(x&lt;sub&gt;i&lt;/sub&gt;): that is, U&lt;sup&gt;(t)&lt;/sup&gt; depends on a single bit x&lt;sub&gt;i&lt;/sub&gt; of the input.  (So these are the quantum analogues of so-called &lt;i&gt;oblivious&lt;/i&gt; branching programs.)  In the end we measure to decide whether to accept; there must be zero probability of error.

Defined in [[zooref#amp02|[AMP02]]], where it was also shown that [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] is contained in 2-EQBP.

k-BQBP can be defined similarly.

----
===== &lt;span id=&quot;eqp&quot; style=&quot;color:red&quot;&gt;EQP&lt;/span&gt;: Exact Quantum Polynomial-Time =====
The same as [[#bqp|BQP]], except that the quantum algorithm must return the correct answer with probability 1, and run in polynomial time with probability 1.  Unlike bounded-error quantum computing, there is no theory of universal QTMs for exact quantum computing models.  In the original definition in [[zooref#bv97|[BV97]]], each language in EQP is computed by a single QTM, equivalently to a uniform family of quantum circuits with a finite gate set K whose amplitudes can be computed in polynomial time. See [[#eqpk|EQP&lt;sub&gt;K&lt;/sub&gt;]].  However, some results require an infinite gate set.  The official definition here is that the gate set should be finite.

Without loss of generality, the amplitudes in the gate set K are algebraic numbers [[zooref#adh97|[ADH97]]].

There is an oracle that separates EQP from [[#np|NP]] [[zooref#bv97|[BV97]]], indeed from [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#gp01|[GP01]]].  There is also an oracle relative to which EQP is not in [[#modkp|Mod&lt;sub&gt;p&lt;/sub&gt;P]] where p is prime [[zooref#gv02|[GV02]]].  On the other hand, EQP is in [[#lwpp|LWPP]] [[zooref#fr98|[FR98]]].

[[#p|P]]&lt;sup&gt;||[[#np|NP]][2k]&lt;/sup&gt; is contained in EQP&lt;sup&gt;||[[#np|NP]][k]&lt;/sup&gt;, where &quot;||[[#np|NP]][k]&quot; denotes k nonadaptive oracle queries to [[#np|NP]] (queries that cannot depend on the results of previous queries) [[zooref#bd99|[BD99]]].

See also [[#zbqp|ZBQP]].

----

===== &lt;span id=&quot;eqpk&quot; style=&quot;color:red&quot;&gt;EQP&lt;sub&gt;K&lt;/sub&gt;&lt;/span&gt;: Exact Quantum Polynomial-Time with Gate Set K =====
The set of problems that can be answered by a uniform family of polynomial-sized quantum circuits whose gates are drawn from a set K, and that return the correct answer with probability 1, and run in polynomial time with probability 1, and the allowed gates are drawn from a set K.  K may be either finite or countable and enumerated.  If S is a ring, the union of EQP&lt;sub&gt;K&lt;/sub&gt; over all finite gate sets K whose amplitudes are in the ring R can be written EQP&lt;sub&gt;S&lt;/sub&gt;.

Defined in [[zooref#adh97|[ADH97]]] in the special case of a finite set of 1-qubit gates controlled by a second qubit.  It was shown there that transcendental gates may be replaced by algebraic gates without decreasing the size of EQP&lt;sub&gt;K&lt;/sub&gt;.

[[zooref#fr98|[FR98]]] show that EQP&lt;sub&gt;Q&lt;/sub&gt; is in [[#lwpp|LWPP]].  The proof can be generalized to any finite, algebraic gate set K.

The hidden shift problem for a vector space over Z/2 is in EQP&lt;sub&gt;Q&lt;/sub&gt; by Simon's algorithm.  The [[Complexity_Garden#discrete_logarithm|discrete logarithm]] problem over Z/p is in EQP&lt;sub&gt;Q-bar&lt;/sub&gt; using infinitely many gates [[zooref#mz03|[MZ03]]].

----

===== &lt;span id=&quot;eqtime&quot; style=&quot;color:red&quot;&gt;EQTIME(f(n))&lt;/span&gt;: Exact Quantum f(n)-Time =====
Same as [[#eqp|EQP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#bv97|[BV97]]].

----
===== &lt;span id=&quot;espace&quot; style=&quot;color:red&quot;&gt;ESPACE&lt;/span&gt;: Exponential Space With Linear Exponent =====
Equals [[#dspace|DSPACE]](2&lt;sup&gt;O(n)&lt;/sup&gt;).

If [[#e|E]] = ESPACE then [[#p|P]] = [[#bpp|BPP]] [[zooref#hy84|[HY84]]].

Indeed if [[#e|E]] has nonzero measure in ESPACE then [[#p|P]] = [[#bpp|BPP]] [[zooref#lut91|[Lut91]]].

ESPACE is not contained in [[#ppoly|P/poly]] [[zooref#kan82|[Kan82]]].

Is not contained in [[#bqpmpoly|BQP/mpoly]] [[zooref#ny03|[NY03]]].

See also: [[#expspace|EXPSPACE]].

----
===== &lt;span id=&quot;existsbpp&quot; style=&quot;color:red&quot;&gt;&amp;#8707;BPP&lt;/span&gt;: [[#bpp|BPP]] With Existential Operator =====
The class of problems for which there exists a [[#bpp|BPP]] machine M such that, for all inputs x,
&lt;ul&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then there exists a y such that M(x,y) accepts.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then for all y, M(x,y) rejects.&lt;/li&gt;
&lt;/ul&gt;
Contains [[#np|NP]] and [[#bpp|BPP]], and is contained in [[#ma|MA]] and [[#sbp|SBP]].

&amp;#8707;BPP seems &lt;i&gt;obviously&lt;/i&gt; equal to [[#ma|MA]], yet [[zooref#ffk93|[FFK+93]]] constructed an oracle relative to which they're unequal!  Here is the difference: if the answer is &quot;yes,&quot; [[#ma|MA]] requires only that there exist a y such that for at least 2/3 of random strings r, M(x,y,r) accepts (where M is a [[#p|P]] predicate).  For all other y's, the proportion of r's such that M(x,y,r) accepts can be arbitrary (say, 1/2).  For &amp;#8707;BPP, by contrast, the probability that M(x,y) accepts must &lt;i&gt;always&lt;/i&gt; be either at most 1/3 or at least 2/3, for all y's.

----
===== &lt;span id=&quot;existsniszk&quot; style=&quot;color:red&quot;&gt;&amp;#8707;NISZK&lt;/span&gt;: [[#niszk|NISZK]] With Existential Operator =====
Contains [[#np|NP]] and [[#niszk|NISZK]], and is contained in the third level of [[#ph|PH]].

----
===== &lt;span id=&quot;exp&quot; style=&quot;color:red&quot;&gt;EXP&lt;/span&gt;: Exponential Time =====
Equals the union of [[#dtime|DTIME]](2&lt;sup&gt;p(n)&lt;/sup&gt;) over all polynomials p.

Also equals [[#p|P]] with [[#e|E]] oracle.

If [[#l|L]] = [[#p|P]] then [[#pspace|PSPACE]] = EXP.

If EXP is in [[#ppoly|P/poly]] then EXP = [[#ma|MA]] [[zooref#bfl91|[BFL91]]].

Problems complete for EXP under many-one reductions have measure 0 in EXP [[zooref#may94|[May94]]], [[zooref#jl95|[JL95]]].

There exist oracles relative to which
&lt;ul&gt;
&lt;li&gt;EXP = [[#np|NP]] = [[#zpp|ZPP]] [[zooref#hel84|[Hel84]]],&lt;/li&gt;
&lt;li&gt;EXP = [[#nexp|NEXP]] but still [[#p|P]] does not equal [[#np|NP]] [[zooref#dek76|[Dek76]]],&lt;/li&gt;
&lt;li&gt;EXP does not equal [[#pspace|PSPACE]] [[zooref#dek76|[Dek76]]].&lt;/li&gt;
&lt;/ul&gt;
[[zooref#bt04|[BT04]]] show the following rather striking result: let A be many-one complete for EXP, and let S be any set in [[#p|P]] of subexponential density.  Then A-S is Turing-complete for EXP.

----
===== &lt;span id=&quot;exppoly&quot; style=&quot;color:red&quot;&gt;EXP/poly&lt;/span&gt;: Exponential Time With Polynomial-Size Advice =====
The class of decision problems solvable in [[#exp|EXP]] with the help of a polynomial-length advice string that depends only on the input length.

Contains [[#bqpqpoly|BQP/qpoly]] [[zooref#aar04b|[Aar04b]]].

----
===== &lt;span id=&quot;expspace&quot; style=&quot;color:red&quot;&gt;EXPSPACE&lt;/span&gt;: Exponential Space =====
Equals the union of [[#dspace|DSPACE]](2&lt;sup&gt;p(n)&lt;/sup&gt;) over all polynomials p.

See also: [[#espace|ESPACE]].

Given a first-order statement about real numbers, involving only addition and comparison (no multiplication), we can decide in EXPSPACE whether it's true or not [[zooref#ber80|[Ber80]]].

----
===== &lt;span id=&quot;fbqp&quot; style=&quot;color:red&quot;&gt;FBQP&lt;/span&gt;: Function [[#bqp|BQP]] =====
Has the same relation to [[#bqp|BQP]] as [[#fnp|FNP]] does to [[#np|NP]].

There exists an oracle relative to which [[#pls|PLS]] is not contained in [[#fbqp|FBQP]] [[zooref#aar03|[Aar03]]].

----
===== &lt;span id=&quot;few&quot; style=&quot;color:red&quot;&gt;Few&lt;/span&gt;: [[#fewp|FewP]] With Flexible Acceptance Mechanism =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;The number of accepting paths a is bounded by a polynomial in the size of the input x.&lt;/li&gt;
&lt;li&gt;For some polynomial-time predicate Q, Q(x,a) is true if and only if the answer is 'yes.'&lt;/li&gt;
&lt;/ol&gt;
Also called FewPaths.

Defined in [[zooref#ch89|[CH89]]].

Contains [[#fewp|FewP]], and is contained in [[#p|P]]&lt;sup&gt;[[#fewp|FewP]]&lt;/sup&gt; [[zooref#kob89|[Kob89]]] and in [[#spp|SPP]] [[zooref#ffk94|[FFK94]]].

See also the survey [[zooref#tor90|[Tor90]]].

----
===== &lt;span id=&quot;fewp&quot; style=&quot;color:red&quot;&gt;FewP&lt;/span&gt;: [[#np|NP]] With Few Witnesses =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'no,' then all computation paths reject.&lt;/li&gt;
&lt;li&gt;If the answer is 'yes,' then at least one path accepts; furthermore, the number of accepting paths is upper-bounded by a polynomial in n, the size of the input.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ar88|[AR88]]].

Is contained in [[#parityp|&amp;#8853;P]] [[zooref#ch89|[CH89]]].

There exists an oracle relative to which [[#p|P]], [[#up|UP]], FewP, and [[#np|NP]] are all distinct [[zooref#rub88|[Rub88]]].

Also, there exists an oracle relative to which FewP does not have a Turing-complete set [[zooref#hjv93|[HJV93]]].

Contained in [[#few|Few]].

See also the survey [[zooref#tor90|[Tor90]]].

----
===== &lt;span id=&quot;fh&quot; style=&quot;color:red&quot;&gt;FH&lt;/span&gt;: Fourier Hierarchy =====
FH&lt;sub&gt;k&lt;/sub&gt; is the class of problems solvable by a uniform family of polynomial-size quantum circuits, with k levels of Hadamard gates and all other gates preserving the computational basis.  (Conditional phase flip gates are fine, for example.)  Thus
&lt;ul&gt;
&lt;li&gt;FH&lt;sub&gt;0&lt;/sub&gt; = [[#p|P]]&lt;/li&gt;
&lt;li&gt;FH&lt;sub&gt;1&lt;/sub&gt; = [[#bpp|BPP]]&lt;/li&gt;
&lt;li&gt;FH&lt;sub&gt;2&lt;/sub&gt; contains [[Complexity_Garden#integer_factorization|factoring]] because of Kitaev's phase estimation algorithm&lt;/li&gt;
&lt;/ul&gt;
It is an open problem to show that the Fourier hierarchy is infinite relative to an oracle (that is, FH&lt;sub&gt;k&lt;/sub&gt; is strictly contained in FH&lt;sub&gt;k+1&lt;/sub&gt;).

Defined in [[zooref#shi03|[Shi03]]].

----

===== &lt;span id=&quot;fixp&quot; style=&quot;color:red&quot;&gt;FIXP&lt;/span&gt;: Fixed Point =====
The class of fixed point problems. In the framework of fixed point problems, an instance I is associated with a (continuous) function F&lt;sub&gt;I&lt;/sub&gt;, and a solution of I is a fixed point of F&lt;sub&gt;I&lt;/sub&gt;. 

Properties of FIXP problems:
&lt;ol&gt;
&lt;li&gt; the function F&lt;sub&gt;I&lt;/sub&gt; is represented by an algebraic circuit over {+, -, *, /, max, min} with rational constants
&lt;li&gt; there is a polynomial time algorithm that computes the circuit from I.
&lt;/ol&gt;

Every FIXP problem has Partial Computation, Decision, (Strong) Approximation, and Existence counterparts; these can all be solved in PSPACE.

The Nash equilibrium problem for 3 or more players is FIXP-complete.

Linear-FIXP = PPAD.

Defined in [[zooref#ey07|[EY07]]].
----

===== &lt;span id=&quot;fnl&quot; style=&quot;color:red&quot;&gt;FNL&lt;/span&gt;: Function [[#nl|NL]] =====
Has the same relation to [[#nl|NL]] as [[#fnp|FNP]] does to [[#np|NP]].

Defined by [[zooref#aj93|[AJ93]]], who also showed that if [[#nl|NL]] = [[#ul|UL]], then FNL is contained in [[#sharpl|#L]].

----

===== &lt;span id=&quot;fnlpoly&quot; style=&quot;color:red&quot;&gt;FNL/poly&lt;/span&gt;: Nonuniform [[#fnl|FNL]] =====
Has the same relation to [[#fnl|FNL]] as [[#ppoly|P/poly]] does to [[#p|P]].

Contained in [[#sharplpoly|#L/poly]] [[zooref#ra00|[RA00]]].

----
===== &lt;span id=&quot;fnp&quot; style=&quot;color:red&quot;&gt;FNP&lt;/span&gt;: Function [[#np|NP]] =====
The class of function problems of the following form:
&lt;ul&gt; Given an input x and a polynomial-time predicate F(x,y), if there exists a y satisfying F(x,y) then output any such y, otherwise output 'no.' &lt;/ul&gt;
FNP generalizes [[#np|NP]], which is defined in terms of decision problems only.

Actually the word &quot;function&quot; is misleading, since there could be many valid outputs y.  That's unavoidable, since given a predicate F there's no &quot;syntactic&quot; criterion ensuring that y is unique.

[[#fp|FP]] = FNP if and only if [[#p|P]] = [[#np|NP]].

Contains [[#tfnp|TFNP]].

A basic question about FNP problems is whether they're &lt;i&gt;self-reducible&lt;/i&gt;; that is, whether they reduce to the corresponding [[#np|NP]] decision problems.  Although this is true for all [[#npc|NPC]] problems, [[zooref#bg94|[BG94]]] shows that if [[#ee|EE]] does not equal [[#nee|NEE]], then there is a problem in [[#np|NP]] such that &lt;i&gt;no&lt;/i&gt; corresponding FNP problem can be reduced to it.  [[zooref#bg94|[BG94]]] cites Impagliazzo and Sudan as giving the same conclusion under the assumption that [[#ne|NE]] does not equal [[#cone|coNE]].

----
===== &lt;span id=&quot;fo&quot; style=&quot;color:red&quot;&gt;FO(t(n))&lt;/span&gt;: First-Order =====
The class of decision problems for which a &quot;yes&quot; answer can be expressed by a first-order logic predicate, with a block of restricted quantifiers repeated t(n) times.  See [[zooref#imm98|[Imm98]]] for a full definition.

FO(poly(n)) = [[#p|P]] (see [[zooref#var82|[Var82]]] for example).

FO(poly(n)) is contained in [[#soe|SO-E]].

----
===== &lt;span id=&quot;foll&quot; style=&quot;color:red&quot;&gt;FOLL&lt;/span&gt;: First-Order loglog n =====
The class of decision problems solvable by a nonuniform family of polynomial-size, unbounded-fanin, depth O(loglog n) circuits with AND, OR, and NOT gates.

Defined in [[zooref#bkl00|[BKL+00]]], where it was also shown that many problems on finite groups are in FOLL.

Contains [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#ac|AC]]&lt;sup&gt;1&lt;/sup&gt;.

Is not known to be comparable to [[#l/poly|L/poly]] or [[#nl/poly|NL/poly]].

----
===== &lt;span id=&quot;fp&quot; style=&quot;color:red&quot;&gt;FP&lt;/span&gt;: Function Polynomial-Time =====
Sometimes defined as the class of functions computable in polynomial time by a Turing machine.  (Generalizes [[#p|P]], which is defined in terms of decision problems only.)

However, if we want to compare FP to [[#fnp|FNP]], we should instead define it as the class of [[#fnp|FNP]] problems (that is, polynomial-time predicates P(x,y)) for which there exists a polynomial-time algorithm that, given x, outputs &lt;i&gt;any&lt;/i&gt; y such that P(x,y).  That is, there could be more than one valid output, even though any given algorithm only returns one of them.

FP = [[#fnp|FNP]] if and only if [[#p|P]] = [[#np|NP]].

If FP&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; = FP&lt;sup&gt;[[#np|NP]][log]&lt;/sup&gt; (that is, allowed only a logarithmic number of queries), then [[#p|P]] = [[#np|NP]] [[zooref#kre88|[Kre88]]].  The corresponding result for [[#pnp|P&lt;sup&gt;NP&lt;/sup&gt;]] versus [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] is not known, and indeed fails relative to some oracles (see [[zooref#har87b|[Har87b]]]).

----

===== &lt;span id=&quot;fpnplog&quot; style=&quot;color:red&quot;&gt;FP&lt;sup&gt;NP[log]&lt;/sup&gt;&lt;/span&gt;: [[#fp|FP]] With Logarithmically Many Queries To [[#np|NP]] =====
Given a graph, the problem of outputting the size of its maximum clique is complete for FP&lt;sup&gt;NP[log]&lt;/sup&gt;.

----
===== &lt;span id=&quot;fpr&quot; style=&quot;color:red&quot;&gt;FPR&lt;/span&gt;: Fixed-Parameter Randomized =====
Has the same relation to [[#fpt|FPT]] as [[#r|R]] does to [[#p|P]].

Defined in [[zooref#ar01|[AR01]]], where it was shown that, if the Resolution proof system is &lt;i&gt;automatizable&lt;/i&gt; (that is, if a refutation can always be found in time polynomial in the length of the shortest refutation), then [[#wp|W[P]]] is contained in FPR.

----
===== &lt;span id=&quot;fpras&quot; style=&quot;color:red&quot;&gt;FPRAS&lt;/span&gt;: Fully Polynomial Randomized Approximation Scheme =====
The subclass of [[#sharpp|#P]] counting problems whose answer, y, is approximable in the following sense.  There exists a randomized algorithm that, with probability at least 1-&amp;delta;, approximates y to within an &amp;epsilon; multiplicative factor in time polynomial in n (the input size), 1/&amp;epsilon;, and log(1/&amp;delta;).

The permanent of a nonnegative matrix is in FPRAS [[zooref#jsv01|[JSV01]]].

----
===== &lt;span id=&quot;fpt&quot; style=&quot;color:red&quot;&gt;FPT&lt;/span&gt;: Fixed-Parameter Tractable =====
The class of decision problems of the form (x,k), k a parameter, that are solvable in time f(k)p(|x|), where f is arbitrary and p is a polynomial.

The basic class of the theory of &lt;i&gt;fixed-parameter tractability&lt;/i&gt;, as described by Downey and Fellows [[zooref#df99|[DF99]]].

To separate FTP and [[#w2|W[2]]], one could show there is no proof system for CNF formulae that admits proofs of size f(k)n&lt;sup&gt;O(1)&lt;/sup&gt;, where f is a computable function and n is the size of the formula.

Contained in [[#fptnu|FPT&lt;sub&gt;nu&lt;/sub&gt;]], [[#w1|W[1]]], and [[#fpr|FPR]].

Contains [[#fptas|FPTAS]] [[zooref#cc97|[CC97]]], as well as [[#fptsu|FPT&lt;sub&gt;su&lt;/sub&gt;]].

Contains [[#eptas|EPTAS]] unless FPT = [[#w1|W[1]]] [[zooref#baz95|[Baz95]]].

----

===== &lt;span id=&quot;fptnu&quot; style=&quot;color:red&quot;&gt;FPT&lt;sub&gt;nu&lt;/sub&gt;&lt;/span&gt;: Fixed-Parameter Tractable (nonuniform) =====
Same as [[#fpt|FPT]] except that the algorithm can vary with the parameter k (though its running time must always be O(p(|x|)), for a fixed polynomial p).

An alternate view is that a single algorithm can take a polynomial-length advice string, depending on k.

Defined in [[zooref#df99|[DF99]]] (though they did not use our notation).

----
===== &lt;span id=&quot;fptsu&quot; style=&quot;color:red&quot;&gt;FPT&lt;sub&gt;su&lt;/sub&gt;&lt;/span&gt;: Fixed-Parameter Tractable (strongly uniform) =====
Same as [[#fpt|FPT]] except that f has to be recursive.

Defined in [[zooref#df99|[DF99]]] (though they did not use our notation).

----
===== &lt;span id=&quot;fptas&quot; style=&quot;color:red&quot;&gt;FPTAS&lt;/span&gt;: Fully Polynomial-Time Approximation Scheme =====
The subclass of [[#npo|NPO]] problems that admit an approximation scheme in the following sense.  For any &amp;#949;&amp;gt;0, there is an algorithm that is guaranteed to find a solution whose cost is within a 1+&amp;#949; factor of the optimum cost.  Furthermore, the running time of the algorithm is polynomial in n (the size of the problem) and in 1/&amp;#949;.

Contained in [[#ptas|PTAS]].

Defined in [[zooref#acg99|[ACG+99]]].

Contained in [[#fpt|FPT]] [[zooref#cc97|[CC97]]].

----
===== &lt;span id=&quot;fqma&quot; style=&quot;color:red&quot;&gt;FQMA&lt;/span&gt;: Function [[#qma|QMA]] =====
The class of problems for which the task is to output a quantum certificate for a [[#qma|QMA]] problem, when such a certificate exists.  Thus, the desired output is a quantum state.

Defined in [[zooref#jwb03|[JWB03]]], where it is also shown that state preparation for 3-local Hamiltonians is FQMA-complete.  The authors also observe that, in contrast to the case of [[#fnp|FNP]] versus [[#np|NP]], there is no obvious reduction of FQMA problems to [[#qma|QMA]] problems.

----
===== &lt;span id=&quot;frip&quot; style=&quot;color:red&quot;&gt;frIP&lt;/span&gt;: Function-Restricted [[#ip|IP]] Proof Systems =====
The class of problems L that have a &lt;i&gt;decider&lt;/i&gt; in the following sense.  There exists a [[#bpp|BPP]] machine D such that for all inputs x,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then D&lt;sup&gt;L&lt;/sup&gt;(x) (D with oracle for L) accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then D&lt;sup&gt;A&lt;/sup&gt;(x) accepts with probability at most 1/3 for all oracles A.&lt;/li&gt;
&lt;/ol&gt;

Contains [[#compip|compIP]] [[zooref#bg94|[BG94]]] and [[#check|Check]] [[zooref#bk89|[BK89]]].

Contained in [[#mip|MIP]] = [[#nexp|NEXP]] [[zooref#frs88|[FRS88]]].

Assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], [[#np|NP]] (and indeed [[#np|NP]] &amp;#8745; [[#coh|Coh]]) is not contained in [[#frip|frIP]] [[zooref#bg94|[BG94]]].

----
===== &lt;span id=&quot;ftape&quot; style=&quot;color:red&quot;&gt;F-TAPE(f(n))&lt;/span&gt;: Provable [[#dspace|DSPACE(f(n))]] For Formal System F =====
The class of decision problems that can be &lt;i&gt;proven&lt;/i&gt; to be solvable in O(f(n)) space on a deterministic Turing machine, from the axioms of formal system F.

Defined in [[zooref#har78|[Har78]]].

See also [[#ftime|F-TIME(f(n))]].  The results about F-TAPE mirror those about [[#ftime|F-TIME]], but in some cases are sharper.

----
===== &lt;span id=&quot;ftime&quot; style=&quot;color:red&quot;&gt;F-TIME(f(n))&lt;/span&gt;: Provable [[#dtime|DTIME(f(n))]] For Formal System F =====
The class of decision problems that can be &lt;i&gt;proven&lt;/i&gt; to be solvable in O(f(n)) time on a deterministic Turing machine, from the axioms of formal system F.

Defined in [[zooref#har78|[Har78]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;If F-TIME(f(n)) = [[#dtime|DTIME(f(n))]], then [[#dtime|DTIME(f(n))]] is strictly contained in [[#dtime|DTIME(f(n)g(n))]] for any nondecreasing, unbounded, recursive g(n).&lt;/li&gt;
&lt;li&gt;There exist recursive, monotonically increasing f(n) such that F-TIME(f(n)) is strictly contained in [[#dtime|DTIME(f(n))]].&lt;/li&gt;
&lt;/ul&gt;
See also [[#ftape|F-TAPE(f(n))]].

----
===== &lt;span id=&quot;ga&quot; style=&quot;color:red&quot;&gt;GA&lt;/span&gt;: Graph Automorphism =====
Can be defined as the class of problems polynomial-time Turing reducible to the [[Complexity_Garden#graph_automorphism|Graph Automorphism]] problem.

Contains [[#p|P]] and is contained in [[#gi|GI]].

See [[zooref#kst93|[KST93]]] for much more information about GA.

----

===== &lt;span id=&quot;ganspace&quot; style=&quot;color:red&quot;&gt;GAN-SPACE(f(n))&lt;/span&gt;: Games Against Nature f(n)-Space =====
The class of problems decidable by an O(f(n))-space Turing machine with two kinds of quantifiers: existential and randomized.

Contains [[#nspace|NSPACE(f(n))]] and [[#bpspace|BPSPACE(f(n))]], and is contained in [[#aucspace|AUC-SPACE(f(n))]].

By linear programming, GAN-SPACE(log n) is contained in [[#p|P]].

----
===== &lt;span id=&quot;gapac0&quot; style=&quot;color:red&quot;&gt;GapAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Gap [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to integers computable by constant-depth, polynomial-size arithmetic circuits with addition and multiplication gates and the constants 0, 1, and -1.  (The only difference from [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] is the ability to subtract, using the constant -1.)

Equals [[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;gapl&quot; style=&quot;color:red&quot;&gt;GapL&lt;/span&gt;: Gap Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#gapp|GapP]] does to [[#p|P]].

----
===== &lt;span id=&quot;gapp&quot; style=&quot;color:red&quot;&gt;GapP&lt;/span&gt;: Gap Polynomial-Time =====
The class of functions f(x) such that for some [[#np|NP]] machine, f(x) is the number of accepting paths minus the number of rejecting paths.

Equivalently, the closure of the [[#sharpp|#P]] functions under subtraction.

Defined in [[zooref#ffk94|[FFK94]]] and independently [[zooref#gup95|[Gup95]]].

----
===== &lt;span id=&quot;gc&quot; style=&quot;color:red&quot;&gt;GC(s(n),C)&lt;/span&gt;: Guess and Check =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by
&lt;ol&gt;
&lt;li&gt;guessing s(n) bits, then&lt;/li&gt;
&lt;li&gt;verifying the answer in complexity class C.&lt;/li&gt;
&lt;/ol&gt;
For example, GC(p(n),[[#p|P]]) = [[#np|NP]] where p is a polynomial.

Defined in [[zooref#cc93|[CC93]]].

Umans [[zooref#uma98|[Uma98]]] has shown that given a DNF expression &amp;#934;, the [[Complexity_Garden#shortest_implicant|Shortest Implicant]] problem is GC(log&lt;sup&gt;2&lt;/sup&gt;n, [[#conp|coNP]])-complete.

----

===== &lt;span id=&quot;gcsl&quot; style=&quot;color:red&quot;&gt;GCSL&lt;/span&gt;: Growing [[#csl|CSL]] =====
The class of languages generated by context-sensitive grammars in which the right-hand side of each transformation is strictly longer than the left-hand side.

Defined in [[zooref#dw86|[DW86]]].

----
===== &lt;span id=&quot;gi&quot; style=&quot;color:red&quot;&gt;GI&lt;/span&gt;: Graph Isomorphism =====
Can be defined as the class of problems polynomial-time Turing reducible to the [[Complexity_Garden#graph_isomorphism|Graph Isomorphism]] problem.

Contains [[#ga|GA]] and is contained in [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]].

The [[Complexity_Garden#graph_isomorphism|Graph Isomorphism]] &lt;i&gt;problem&lt;/i&gt; itself (as opposed to the set of problems Turing reducible to [[Complexity_Garden#graph_isomorphism|Graph Isomorphism]]) is contained in [[#np|NP]] as well as [[#coam|coAM]] (and indeed [[#szk|SZK]]).  So in particular, if [[Complexity_Garden#graph_isomorphism|Graph Isomorphism]] is [[#np|NP]]-complete, then [[#ph|PH]] collapses.

See [[zooref#kst93|[KST93]]] for much more information about GI.

----

===== &lt;span id=&quot;glo&quot; style=&quot;color:red&quot;&gt;GLO&lt;/span&gt;: Guaranteed Local Optima =====
The class of [[#npo|NPO]] problems which have the property that for all locally optimal solutions, the ratio between the values of the local and global optima is upper-bounded by a constant.

Defined in [[zooref#ap95|[AP95]]], where it was also shown that GLO is strictly contained in [[#apx|APX]].

[[zooref#kms99|[KMS+99]]] showed that [[#maxsnp|MaxSNP]] is not contained in GLO.

----
===== &lt;span id=&quot;gpcd&quot; style=&quot;color:red&quot;&gt;GPCD(r(n),q(n))&lt;/span&gt;: Generalized Probabilistically Checkable Debate =====
Same as [[#pcd|PCD]](r(n),q(n)), except that now the verifier is allowed nonadaptively to query O(q(n)) &lt;i&gt;rounds&lt;/i&gt; of the debate, with no restriction on the number of bits it looks at within each round.

Defined in [[zooref#cfl93|[CFL+93]]], who also showed that [[#pcd|PCD]](log n, q(n)) = GPCD(log n, q(n)) for every q(n).

----
===== &lt;span id=&quot;gt&quot; style=&quot;color:red&quot;&gt;G[t]&lt;/span&gt;: Stratification of Fixed-Parameter Tractable Problems =====
(Basically) the class of decision problems of the form (x,k) (k a parameter), that are solvable by a parameterized family of circuits with unbounded fanin and depth t.  A uniformity condition may also be imposed.

Defined in [[zooref#df99|[DF99]]], which should be consulted for the full definition.

Uniform G[P] (i.e. with no restriction on depth) is equal to [[#fpt|FPT]].

----

===== &lt;span id=&quot;halfp&quot; style=&quot;color:red&quot;&gt;HalfP&lt;/span&gt;: RP With Exactly Half Acceptance =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' exactly 1/2 of computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
Significantly, the number of candidate witnesses is restricted to be a power of 2.  (This is implicit if they are binary strings.)

Contained in [[#rp|RP]], [[#ep|EP]], and [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] for every odd k.  Contained in [[#eqp|EQP]] by the Deutsch-Jozsa algorithm.

Defined in [[zooref#bb92|[BB92]]], where it was called C&lt;sub&gt;==&lt;/sub&gt;P[half].  The name used here is from [[zooref#BS00|[BS00]]].  There it was shown that HalfP is contained in every similar class in which 1/2 is replaced by some other dyadic fraction.

----

===== &lt;span id=&quot;heurbpp&quot; style=&quot;color:red&quot;&gt;HeurBPP&lt;/span&gt;: Heuristic [[#bpp|BPP]] =====
The class of problems for which a 1-1/poly(n) fraction of instances are solvable by a [[#bpp|BPP]] machine.

[[zooref#fs04|[FS04]]] showed a strict hierarchy theorem for HeurBPP; thus, HeurBPP does not equal [[#heurbptime|HeurBPTIME]](n&lt;sup&gt;c&lt;/sup&gt;) for any fixed c.

----
===== &lt;span id=&quot;heurbptime&quot; style=&quot;color:red&quot;&gt;HeurBPTIME(f(n))&lt;/span&gt;: Heuristic [[#bptime|BPTIME]](f(n)) =====
The class of problems for which a 1-1/poly(n) fraction of instances are solvable by a [[#bptime|BPTIME]](f(n)) machine.

Thus [[#heurbpp|HeurBPP]] is the union of HeurBPTIME(n&lt;sup&gt;c&lt;/sup&gt;) over all c.

----
===== &lt;span id=&quot;hkp&quot; style=&quot;color:red&quot;&gt;H&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: High Hierarchy In [[#np|NP]] =====
The class of problems A in [[#np|NP]] such that [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]&lt;sup&gt;A&lt;/sup&gt; = [[#ph|&amp;#931;&lt;sub&gt;k+1&lt;/sub&gt;P]]; that is, adding A as an oracle increases the power of the k&lt;sup&gt;th&lt;/sup&gt; level of the polynomial hierarchy by a maximum amount.

For all k, H&lt;sub&gt;k&lt;/sub&gt; is contained in H&lt;sub&gt;k+1&lt;/sub&gt;.

Defined in [[zooref#sch83|[Sch83]]].

See also [[#lkp|L&lt;sub&gt;k&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;hvszk&quot; style=&quot;color:red&quot;&gt;HVSZK&lt;/span&gt;: Honest-Verifier [[#szk|SZK]] =====
The class of decision problems that have [[#szk|SZK]] protocols assuming an honest verifier (i.e. one who doesn't try to learn more about the problem by deviating from the protocol).

Equals [[#szk|SZK]] [[zooref#oka96|[Oka96]]].

----
===== &lt;span id=&quot;iclogpoly&quot; style=&quot;color:red&quot;&gt;IC[log,poly]&lt;/span&gt;: Logarithmic Instance Complexity, Polynomial Time =====
The class of decision problems such that, for every n-bit string x, there exists a program A of size O(log n) that, given x as input, &quot;correctly decides&quot; the answer on x in time polynomial in n.  This means:
&lt;ul&gt;
&lt;li&gt;There exists a polynomial p such that for any input y, A returns either &quot;yes&quot;, &quot;no&quot;, or &quot;I don't know&quot; in time p(|y|).&lt;/li&gt;
&lt;li&gt;Whenever A returns &quot;yes&quot; or &quot;no&quot;, it is correct.&lt;/li&gt;
&lt;li&gt;A returns either &quot;yes&quot; or &quot;no&quot; on x.&lt;/li&gt;
&lt;/ul&gt;
Defined in [[zooref#oks94|[OKS+94]]]; see also [[zooref#lv97|[LV97]]].

If [[#np|NP]] is contained in IC[log,poly], then [[#p|P]] = [[#np|NP]] [[zooref#oks94|[OKS+94]]].  Indeed, any self-reducible problem in IC[log,poly] is also in [[#p|P]].

Strictly contains [[#plog|P/log]], and is strictly contained in [[#ppoly|P/poly]].

----
===== &lt;span id=&quot;ip&quot; style=&quot;color:red&quot;&gt;IP&lt;/span&gt;: Interactive Proof =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by an &lt;i&gt;interactive proof&lt;/i&gt;.  Here a [[#bpp|BPP]] (i.e. probabilistic polynomial-time) verifier sends messages back and forth with an all-powerful prover.  They can have polynomially many rounds of interaction. Given the verifier's algorithm, at the end:
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; the prover must be able to behave in such a way that the verifier accepts with probability at least 2/3 (over the choice of the verifier's random bits).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then however the prover behaves the verifier must reject with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
IP contains [[#ph|PH]] [[zooref#lfk90|[LFK+90]]], and indeed (this was discovered only a few days later) equals [[#pspace|PSPACE]] [[zooref#sha90|[Sha90]]].  On the other hand, [[#conp|coNP]] is not contained in IP relative to a random oracle [[zooref#ccg94|[CCG+94]]].

See also: [[#mip|MIP]], [[#qip|QIP]], [[#ma|MA]], [[#am|AM]].

----

===== &lt;span id=&quot;ipp&quot; style=&quot;color:red&quot;&gt;IPP&lt;/span&gt;: Unbounded [[#ip|IP]] =====
Same as [[#ip|IP]], except that if the answer is &quot;yes,&quot; there need only be a prover strategy that causes the verifier to accept with probability greater than 1/2, while if the answer is &quot;no,&quot; then for all prover strategies the verifier accepts with probability less than 1/2.

Defined in [[zooref#ccg94|[CCG+94]]], where it was also shown that IPP = [[#pspace|PSPACE]] relative to &lt;i&gt;all&lt;/i&gt; oracles.  Since [[#ip|IP]] is strictly contained in [[#pspace|PSPACE]] relative to a random oracle, the authors interpreted this as evidence against the Random Oracle Hypothesis (a slight change in definition can cause the behavior of a class relative to a random oracle to change drastically).

See also: [[#ppspace|PPSPACE]].

----
===== &lt;span id=&quot;ippolylog&quot; style=&quot;color:red&quot;&gt;IP[polylog]&lt;/span&gt;: Alternate Name for [[#ampolylog|AM[polylog]]] =====

----
===== &lt;span id=&quot;l&quot; style=&quot;color:red&quot;&gt;L&lt;/span&gt;: Logarithmic Space =====
The class of decision problems solvable by a Turing machine restricted to use an amount of memory logarithmic in the size of the input, n.  (The input itself is not counted as part of the memory.)

L contains [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#bor77|[Bor77]]], and is contained in generalizations including [[#nl|NL]], [[#l/poly|L/poly]], [[#sl|SL]], [[#rl|RL]], [[#parityl|&amp;#8853;L]], and [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]].

Reingold [[zooref#rei04|[Rei04]]] showed that, remarkably, L = [[#sl|SL]].  In other words, undirected graph connectivity is solvable in deterministic logarithmic space.

----

===== &lt;span id=&quot;lin&quot; style=&quot;color:red&quot;&gt;LIN&lt;/span&gt;: Linear Time =====
The class of decision problems solvable by a deterministic Turing machine in linear time.

Contained in [[#nlin|NLIN]].

----
===== &lt;span id=&quot;lkp&quot; style=&quot;color:red&quot;&gt;L&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Low Hierarchy In [[#np|NP]] =====
The class of problems A such that [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]&lt;sup&gt;A&lt;/sup&gt; = [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]; that is, adding A as an oracle does not increase the power of the k&lt;sup&gt;th&lt;/sup&gt; level of the polynomial hierarchy.

L&lt;sub&gt;1&lt;/sub&gt;P = [[#npiconp|NP &amp;#8745; coNP]].

For all k, L&lt;sub&gt;k&lt;/sub&gt; is contained in L&lt;sub&gt;k+1&lt;/sub&gt; and in [[#np|NP]].

Defined in [[zooref#sch83|[Sch83]]].

See also [[#hkp|H&lt;sub&gt;k&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;logcfl&quot; style=&quot;color:red&quot;&gt;LOGCFL&lt;/span&gt;: Logarithmically Reducible to CFL =====
The class of decision problems reducible in [[#l|L]] to the problem of deciding membership in a context-free language.

Equivalently, LOGCFL is the class of decision problems solvable by a uniform family of [[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] circuits, in which no AND gate has fan-in exceeding 2 (see e.g. [[zooref#joh90|[Joh90]]], p. 137).

LOGCFL is closed under complement [[zooref#bcd89|[BCD+89]]].

Contains [[#nl|NL]] [[zooref#sud78|[Sud78]]].

----
===== &lt;span id=&quot;logfew&quot; style=&quot;color:red&quot;&gt;LogFew&lt;/span&gt;: Logspace-Bounded [[#few|Few]] =====
The class of decision problems solvable by an [[#nl|NL]] machine such that
&lt;ol&gt;
&lt;li&gt;The number of accepting paths on input x is f(x), and&lt;/li&gt;
&lt;li&gt;The answer is 'yes' if and only if R(x,f(x))=1, where R is some predicate computable in [[#l|L]].&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bdh92|[BDH+92]]], where it was also shown that LogFew is contained in [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] for all k&gt;1.

----
===== &lt;span id=&quot;logfewnl&quot; style=&quot;color:red&quot;&gt;LogFewNL&lt;/span&gt;: Logspace-Bounded [[#fewp|FewP]] =====
Same as [[#fewp|FewP]] but for logspace-bounded (i.e. [[#nl|NL]]) machines.

Defined in [[zooref#bdh92|[BDH+92]]], where it was also shown that LogFewNL is contained in [[#modzkl|ModZ&lt;sub&gt;k&lt;/sub&gt;L]] for all k&gt;1.

----
===== &lt;span id=&quot;lognp&quot; style=&quot;color:red&quot;&gt;LOGNP&lt;/span&gt;: Logarithmically-Restricted [[#np|NP]] =====
The class of decision problems expressible in logical form as
&lt;ul&gt; The set of I for which there exists a subset S={s&lt;sub&gt;1&lt;/sub&gt;,...,s&lt;sub&gt;log n&lt;/sub&gt;} of {1,...,n} of size log n, such that for all x there exists y such that for all j, the predicate &amp;phi;(I,s&lt;sub&gt;j&lt;/sub&gt;,x,y,j) holds.  Here x and y are logarithmic-length strings, or equivalently polynomially bounded numbers, and &amp;phi; is computable in [[#p|P]]. &lt;/ul&gt;
LOGNP&lt;sub&gt;0&lt;/sub&gt; is the subclass in which &amp;phi; is a first-order predicate without quantifiers and x and y are bounded lists of indices of input bits.  LOGNP is also the closure of LOGNP&lt;sub&gt;0&lt;/sub&gt; under many-one reduction.

The motivation is that the analogue of LOGNP&lt;sub&gt;0&lt;/sub&gt; without the logarithmic bound on |S| is [[#soe|SO-E]], which by Fagin's theorem equals [[#np|NP]] [[zooref#fag74|[Fag74]]].

Defined in [[zooref#py96|[PY96]]], where it was also shown that the following problem is complete for LOGNP under many-one reductions:
&lt;ul&gt; &lt;i&gt;Vapnik-Chervonenkis (V-C) Dimension.&lt;/i&gt;  Given a family F of subsets of a set U, find a subset of S of U of maximum cardinality, such that every subset of S can be written as the intersection of S with some set in F. &lt;/ul&gt;
Contains [[#logsnp|LOGSNP]], and is contained in [[#betap|&amp;#946;P]] (indeed &amp;#946;&lt;sub&gt;2&lt;/sub&gt;P).

----

===== &lt;span id=&quot;logsnp&quot; style=&quot;color:red&quot;&gt;LOGSNP&lt;/span&gt;: Logarithmically-Restricted [[#snp|SNP]] =====
The class of decision problems expressible in logical form as
&lt;ul&gt; The set of I for which there exists a subset S={s&lt;sub&gt;1&lt;/sub&gt;,...,s&lt;sub&gt;log n&lt;/sub&gt;} of {1,...,n} of size log n, such that for all x there exists j such that the predicate &amp;phi;(I,s&lt;sub&gt;j&lt;/sub&gt;,x,j) holds.  Here x and y are logarithmic-length strings, or equivalently polynomially bounded numbers, and &amp;phi; is computable in [[#p|P]]. &lt;/ul&gt;
LOGSNP&lt;sub&gt;0&lt;/sub&gt; is the subclass in which &amp;phi; is a first-order predicate without quantifiers and x is a bounded lists of indices of input bits.  LOGSNP is also the closure of LOGSNP&lt;sub&gt;0&lt;/sub&gt; under many-one reduction.  See [[#lognp|LOGNP]] and [[#snp|SNP]] for the motivation.

Defined in [[zooref#py96|[PY96]]].

Contained in [[#lognp|LOGNP]], and therefore [[#qplin|QPLIN]].

If [[#p|P]] = LOGSNP, then for every constructible f(n) &amp;gt; n, [[#ntime|NTIME]](f(n)) is contained in [[#dtime|DTIME]](g(n)&lt;sup&gt;sqrt(g(n))&lt;/sup&gt;), where g(n) = O(f(n) logf(n)) [[zooref#fk97|[FK97]]].

----

===== &lt;span id=&quot;l/poly&quot; style=&quot;color:red&quot;&gt;L/poly&lt;/span&gt;: Nonuniform Logarithmic Space =====
Has the same relation to [[#l|L]] as [[#ppoly|P/poly]] does to [[#p|P]].

Equals [[#pbp|PBP]] [[zooref#cob66|[Cob66]]].

Contains [[#sl|SL]] [[zooref#akl79|[AKL+79]]].

----
===== &lt;span id=&quot;lwpp&quot; style=&quot;color:red&quot;&gt;LWPP&lt;/span&gt;: Length-Dependent Wide [[#pp|PP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the number of accepting computation paths exactly equals the number of rejecting paths.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the difference of these numbers equals a function f(|x|) computable in polynomial time (i.e. [[#fp|FP]]).  Here |x| is the length of the input x, and ``polynomial time'' means polynomial in |x|, the length of x, rather than the length of |x|.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ffk94|[FFK94]]], where it was also shown that LWPP is low for [[#pp|PP]] and [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]].  (I.e. adding LWPP as an oracle does not increase the power of these classes.)

Contained in [[#wpp|WPP]] and [[#awpp|AWPP]].

Contains [[#spp|SPP]].

Also, contains the [[Complexity_Garden#graph_isomorphism|graph isomorphism]] problem [[zooref#kst92|[KST92]]].

Contains a whole litter of problems for solvable black-box groups: group intersection, group factorization, coset intersection, and double-coset membership [[zooref#vin04|[Vin04]]]

----

===== &lt;span id=&quot;ma&quot; style=&quot;color:red&quot;&gt;MA&lt;/span&gt;: Merlin-Arthur =====
The class of decision problems solvable by a &lt;i&gt;Merlin-Arthur protocol&lt;/i&gt;, which goes as follows.  Merlin, who has unbounded computational resources, sends Arthur a polynomial-size purported proof that the answer to the problem is &quot;yes.&quot;  Arthur must verify the proof in [[#bpp|BPP]] (i.e. probabilistic polynomial-time), so that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a proof such that Arthur accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all proofs Arthur accepts with probability at most 1/3.&lt;/li&gt;
&lt;/ol&gt;
An alternative definition requires that if the answer is &quot;yes,&quot; then there exists a proof such that Arthur accepts with certainty.  However, the definitions with one-sided and two-sided error can be shown to be equivalent (exercise for the Zoo visitor).

Contains [[#np|NP]] and [[#existsbpp|&amp;#8707;BPP]], and is contained in [[#am|AM]] and in [[#qma|QMA]].

Also contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].

There exists an oracle relative to which [[#bqp|BQP]] is not in [[#ma|MA]] [[zooref#wat00|[Wat00]]].

Equals [[#np|NP]] under a derandomization assumption.

See also: [[#mae|MA&lt;sub&gt;E&lt;/sub&gt;]], [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]].

----
===== &lt;span id=&quot;maprime&quot; style=&quot;color:red&quot;&gt;MA'&lt;/span&gt;: Sparse [[#ma|MA]] =====
The subclass of [[#ma|MA]] such that for each input size n, there is a sparse set S&lt;sub&gt;n&lt;/sub&gt; that Merlin's proof string always belongs to (no matter what the input is).

Defined in [[zooref#kst93|[KST93]]], where it is also observed that if [[Complexity_Garden#graph_isomorphism|graph isomorphism]] is in [[#ppoly|P/poly]], then the complement of [[Complexity_Garden#graph_isomorphism|graph isomorphism]] is in MA'.

----

===== &lt;span id=&quot;mac0&quot; style=&quot;color:red&quot;&gt;MAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Majority of [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
Same as [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], except now we're allowed a single unbounded-fanin majority gate at the root.

Defined in [[zooref#jks02|[JKS02]]].

MAC&lt;sup&gt;0&lt;/sup&gt; is strictly contained in [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#abf94|[ABF+94]]].

----
===== &lt;span id=&quot;mae&quot; style=&quot;color:red&quot;&gt;MA&lt;sub&gt;E&lt;/sub&gt;&lt;/span&gt;: Exponential-Time [[#ma|MA]] With Linear Exponent =====
Same as [[#ma|MA]], except now Arthur is [[#e|E]] instead of polynomial-time.

If MA&lt;sub&gt;E&lt;/sub&gt; = [[#nee|NEE]] then [[#ma|MA]] = [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;maexp&quot; style=&quot;color:red&quot;&gt;MA&lt;sub&gt;EXP&lt;/sub&gt;&lt;/span&gt;: Exponential-Time [[#ma|MA]] =====
Same as [[#ma|MA]], except now Arthur is [[#exp|EXP]] instead of polynomial-time, and the message from Merlin can be exponentially long.

There is a problem in MA&lt;sub&gt;EXP&lt;/sub&gt; that does not have polynomial-size circuits [[zooref#bft98|[BFT98]]].  On the other hand, there is an oracle relative to which every problem in MA&lt;sub&gt;EXP&lt;/sub&gt; does have polynomial-size circuits.

[[zooref#mvw99|[MVW99]]] considered the best circuit lower bound obtainable for a problem in MA&lt;sub&gt;EXP&lt;/sub&gt;, using current techniques.  They found that this bound is &lt;i&gt;half-exponential&lt;/i&gt;: i.e. a function f such that f(f(n))=2&lt;sup&gt;n&lt;/sup&gt;.  Such functions exist, but are not expressible using standard asymptotic notation.

----
===== &lt;span id=&quot;mal&quot; style=&quot;color:red&quot;&gt;mAL&lt;/span&gt;: Monotone [[#al|AL]] =====
Defined in [[zooref#gs90|[GS90]]].  Equals [[#mp|mP]] by definition.

----
===== &lt;span id=&quot;maxnp&quot; style=&quot;color:red&quot;&gt;MaxNP&lt;/span&gt;: Maximization [[#np|NP]] =====
Has the same relation to [[#np|NP]] as [[#maxsnp|MaxSNP]] does to [[#snp|SNP]].

Contains [[#maxpb|MaxPB]].

The closure of MaxNP under [[#ptas|PTAS]] reduction is [[#apx|APX]] [[zooref#kms99|[KMS+99]]], [[zooref#ct94|[CT94]]].

----
===== &lt;span id=&quot;maxpb&quot; style=&quot;color:red&quot;&gt;MaxPB&lt;/span&gt;: [[#maxnp|MaxNP]] Polynomially Bounded =====
The subclass of [[#maxnp|MaxNP]] problems for which the cost function is guaranteed always to be bounded by a polynomial.

[[#minpb|MinPB]] can be defined similarly.

Defined in [[zooref#kt94|[KT94]]].

The closure of MaxPB under [[#ptas|PTAS]] reductions equals [[#npopb|NPOPB]] [[zooref#cks99|[CKS+99]]].

----
===== &lt;span id=&quot;maxsnp&quot; style=&quot;color:red&quot;&gt;MaxSNP&lt;/span&gt;: Maximization [[#snp|SNP]] =====
The class of optimization problems reducible by an &quot;L-reduction&quot; to a problem in [[#maxsnp0|MaxSNP&lt;sub&gt;0&lt;/sub&gt;]].  (&lt;i&gt;Note:&lt;/i&gt; 'L' stands for linear -- this is &lt;i&gt;not&lt;/i&gt; the same as an [[#l|L]] reduction!  For more details see [[zooref#py88|[PY88]]].)

Defined in [[zooref#py88|[PY88]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;Max3SAT is MaxSNP-complete.  (Max3SAT is the problem of finding an assignment that maximizes the number of satisfied clauses in a CNF formula with at most 3 literals per clause.)&lt;/li&gt;
&lt;li&gt;Any problem in MaxSNP can be approximated to within a fixed ratio.&lt;/li&gt;
&lt;/ul&gt;
The closure of MaxSNP under [[#ptas|PTAS]] reduction is [[#apx|APX]] [[zooref#kms99|[KMS+99]]], [[zooref#ct94|[CT94]]].

----
===== &lt;span id=&quot;maxsnp0&quot; style=&quot;color:red&quot;&gt;MaxSNP&lt;sub&gt;0&lt;/sub&gt;&lt;/span&gt;: Generating Class of MaxSNP =====
The class of function problems expressible as &quot;find a relation such that the set of k-tuples for which a given [[#snp|SNP]] predicate holds has maximum cardinality.&quot;

For example (see [[zooref#pap94|[Pap94]]]), the Max-Cut problem can be expressed as follows:
&lt;ul&gt; Given a graph G, find a subset S of vertices that maximizes the number of pairs (u,v) of vertices such that u is in S, and v is not in S, and G has an edge from u to v. &lt;/ul&gt;
Defined in [[zooref#py88|[PY88]]].

----
===== &lt;span id=&quot;mconl&quot; style=&quot;color:red&quot;&gt;mcoNL&lt;/span&gt;: Complement of [[#mnl|mNL]] =====
Defined in [[zooref#gs90|[GS90]]], where it was also shown that mcoNL does not equal [[#mnl|mNL]].

See also: [[#ml|mL]].

----
===== &lt;span id=&quot;minpb&quot; style=&quot;color:red&quot;&gt;MinPB&lt;/span&gt;: MinNP Polynomially Bounded =====
Same as [[#maxpb|MaxPB]] but for minimization instead of maximization problems.

----
===== &lt;span id=&quot;mip&quot; style=&quot;color:red&quot;&gt;MIP&lt;/span&gt;: Multi-Prover Interactive Proof =====
Same as [[#ip|IP]], except that now the verifier can exchange messages with many provers, not just one.  The provers cannot communicate with each other during the execution of the protocol, so the verifier can &quot;cross-check&quot; their assertions (as with suspects in separate interrogation rooms).

Defined in [[zooref#bgk88|[BGK+88]]].

Let MIP[k] be the class of decision problems for which a &quot;yes&quot; answer can be verified with k provers.  Then for all k&amp;gt;2, MIP[k] = MIP[2] = MIP [[zooref#bgk88|[BGK+88]]].

MIP equals [[#nexp|NEXP]] [[zooref#bfl91|[BFL91]]]; this is a famous non-relativizing result.

----

===== &lt;span id=&quot;mipstar21&quot; style=&quot;color:red&quot;&gt;MIP*[2,1]&lt;/span&gt;: 2-Prover, 1-Round [[#mip|MIP]] With Quantum Provers =====
Same as [[#mip|MIP]][2], except that now only one round is allowed, and the two provers can share arbitrarily many entangled qubits.  The verifier is classical, as are all messages between the provers and verifier.

Defined in [[zooref#cht04|[CHT+04]]], where evidence was given suggesting that MIP* does not &quot;obviously&quot; equal [[#nexp|NEXP]].  By contrast, MIP[2,1], the corresponding class without entanglement, equals [[#nexp|NEXP]].

Indeed, the relationship between MIP* and [[#mip|MIP]] = [[#nexp|NEXP]] is completely unknown -- either could contain the other, or they could be incomparable.

It is also unknown whether increasing the number of provers or rounds changes MIP*[2,1].

Contains [[#xormipstar21|XOR-MIP*[2,1]]].

----
===== &lt;span id=&quot;mipexp&quot; style=&quot;color:red&quot;&gt;MIP&lt;sub&gt;EXP&lt;/sub&gt;&lt;/span&gt;: Exponential-Time Multi-Prover Interactive Proof =====
The exponential-time analogue of [[#mip|MIP]].

In the unrelativized world, equals [[#neexp|NEEXP]].

There exists an oracle relative to which MIP&lt;sub&gt;EXP&lt;/sub&gt; equals the intersection of [[#ppoly|P/poly]], [[#pnp|P&lt;sup&gt;NP&lt;/sup&gt;]], and [[#parityp|&amp;#8853;P]] [[zooref#bft98|[BFT98]]].

----
===== &lt;span id=&quot;mkp&quot; style=&quot;color:red&quot;&gt;(M&lt;sub&gt;k&lt;/sub&gt;)P&lt;/span&gt;: Acceptance Mechanism by Monoid M&lt;sub&gt;k&lt;/sub&gt; =====
A &lt;i&gt;monoid&lt;/i&gt; is a set with an associative operation and an identity element (so it's like a group, except that it need not have inverses).

Then (M&lt;sub&gt;k&lt;/sub&gt;)P is the class of decision problems solvable by an [[#np|NP]] machine with the following acceptance mechanism.  The i&lt;sup&gt;th&lt;/sup&gt; computation path (under some lexicographic ordering) outputs an element m&lt;sub&gt;i&lt;/sub&gt; of M&lt;sub&gt;k&lt;/sub&gt;.  Then the machine accepts if and only if m&lt;sub&gt;1&lt;/sub&gt;m&lt;sub&gt;2&lt;/sub&gt;...m&lt;sub&gt;s&lt;/sub&gt; is the identity (where s is the number of paths).

Defined by Hertrampf [[zooref#her97|[Her97]]], who also showed the following (in the special case M is a group):
&lt;ul&gt;
&lt;li&gt;If G is any nonsolvable group (for example S&lt;sub&gt;5&lt;/sub&gt;, the symmetric group on 5 elements), then (G)P = [[#pspace|PSPACE]].&lt;/li&gt;
&lt;li&gt;(Z&lt;sub&gt;k&lt;/sub&gt;)P = [[#comodkp|coMod&lt;sub&gt;k&lt;/sub&gt;P]], where Z&lt;sub&gt;k&lt;/sub&gt; is the cyclic group on k elements.&lt;/li&gt;
&lt;li&gt;If |G|=k, then (G)P contains [[#comodkp|coMod&lt;sub&gt;k&lt;/sub&gt;P]].&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;ml&quot; style=&quot;color:red&quot;&gt;mL&lt;/span&gt;: Monotone [[#l|L]] =====
The class of decision problems solvable by a family of monotone log-width polynomial-size leveled circuits.  (A &lt;i&gt;leveled&lt;/i&gt; circuit is one where gates on each level can depend only on the level immediately below it.)

Defined in [[zooref#gs90|[GS90]]], who raise as an open problem to define a uniform version of mL.

Strictly contains [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#gs91|[GS91]]].

Contained in (nonuniform versions of) [[#mnl|mNL]] and [[#mconl|mcoNL]].

----
===== &lt;span id=&quot;mmsnp&quot; style=&quot;color:red&quot;&gt;MMSNP&lt;/span&gt;: Monadic Monotone [[#snp|SNP]] =====
Defined in [[zooref#fv93|[FV93]]] as a subclass of [[#snp|SNP]], where the second order existentially quantified variables are sets (monadic) and any relations in the first-order part occur negated (monotone).  Further, no inequalities can occur in the first-order part.

MMSNP seems to obey dichotomy, by excluding Ladner languages.  This is still open but widely believed.  Dropping any of the restrictions monotone/monadic/without inequalities          allows Ladner languages unless P = NP, since any problem in NP is polynomial time equivalent to a problem in each of these broader classes.  MMSNP therefore seems to be a maximal fragment of NP where Ladner languages are excluded.

Every constraint satisfaction problem is expressible in MMSNP, and there is a polynomial time Turing reduction from every MMSNP query to finitely many constraint satisfaction problems.  MMSNP therefore seems to capture the class of constraint satisfaction problems.
----

===== &lt;span id=&quot;mnc1&quot; style=&quot;color:red&quot;&gt;mNC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Monotone [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] =====
The class of decision problems solvable by a family of monotone [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] circuits (i.e. AND and OR gates only).

A uniformity condition could also be imposed.

Defined in [[zooref#gs90|[GS90]]].

Strictly contained in [[#mnl|mNL]] [[zooref#kw88|[KW88]]], and indeed in [[#ml|mL]] [[zooref#gs91|[GS91]]].

Strictly contains [[#mtc0|mTC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#yao89|[Yao89]]].

----
===== &lt;span id=&quot;mnl&quot; style=&quot;color:red&quot;&gt;mNL&lt;/span&gt;: Monotone [[#nl|NL]] =====
See [[#mp|mP]] for the definition of a monotone nondeterministic Turing machine, due to [[zooref#gs90|[GS90]]].

mNL is the class of decision problems solvable by a monotone nondeterministic log-space Turing machine.

mNL does not equal [[#mconl|mcoNL]] [[zooref#gs90|[GS90]]], in contrast to the case for [[#nl|NL]] and [[#conl|coNL]].

Also, mNL strictly contains [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#kw88|[KW88]]].

See also: [[#ml|mL]].

----
===== &lt;span id=&quot;mnp&quot; style=&quot;color:red&quot;&gt;mNP&lt;/span&gt;: Monotone [[#np|NP]] =====
The class of decision problems for which a 'yes' answer can be verified in [[#mp|mP]] (that is, monotone polynomial-time).  The monotonicity requirement applies only to the input bits, not to the bits that are guessed nondeterministically. So, in the corresponding circuit, one can have NOT gates so long as they depend only on the nondeterministic guess bits.

Defined in [[zooref#gs90|[GS90]]], where it was also shown that mNP is 'trivial': that is, it contains exactly the monotone problems in [[#np|NP]].

Strictly contains [[#mp|mP]] [[zooref#raz85|[Raz85]]].

----
===== &lt;span id=&quot;modkl&quot; style=&quot;color:red&quot;&gt;Mod&lt;sub&gt;k&lt;/sub&gt;L&lt;/span&gt;: Mod-k [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] does to [[#p|P]].

For any prime k, Mod&lt;sub&gt;k&lt;/sub&gt;L contains [[#sl|SL]] [[zooref#kw93|[KW93]]].

For any prime k, Mod&lt;sub&gt;k&lt;/sub&gt;L&lt;sup&gt;ModkL&lt;/sup&gt; = Mod&lt;sub&gt;k&lt;/sub&gt;L [[zooref#hrv00|[HRV00]]].

For any k&gt;1, contains [[#logfew|LogFew]] [[zooref#bdh92|[BDH+92]]].

----
===== &lt;span id=&quot;modkp&quot; style=&quot;color:red&quot;&gt;Mod&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Mod-k Polynomial-Time =====
For any k&amp;gt;1: The class of decision problems solvable by an [[#np|NP]] machine such that the number of accepting paths is divisible by k, if and only if the answer is &quot;no.&quot;

Mod&lt;sub&gt;2&lt;/sub&gt;P is more commonly known as [[#parityp|&amp;#8853;P]] &quot;parity-P.&quot;

For every k, Mod&lt;sub&gt;k&lt;/sub&gt;P contains [[Complexity_Garden#graph_isomorphism|graph isomorphism]] [[zooref#ak02|[AK02]]].

Defined in [[zooref#ch89|[CH89]]], [[zooref#her90|[Her90]]].

[[zooref#her90|[Her90]]] and [[zooref#bg92|[BG92]]] showed that Mod&lt;sub&gt;k&lt;/sub&gt;P is the set of unions of languages in Mod&lt;sub&gt;p&lt;/sub&gt;P for each prime p that divides k.  In particular, if p is prime, then Mod&lt;sub&gt;p&lt;/sub&gt;P = Mod&lt;sub&gt;p^m&lt;/sub&gt;P for all positive integers m.  A further fact is that Mod&lt;sub&gt;p&lt;/sub&gt;P is closed under union, intersection, and complement for p prime.

On the other hand, if k is not a prime power, then there exists an oracle relative to which Mod&lt;sub&gt;k&lt;/sub&gt;P is not closed under intersection or complement [[zooref#bbr94|[BBR94]]].

For prime p, there exists an oracle relative to which Mod&lt;sub&gt;p&lt;/sub&gt;P does not contain [[#eqp|EQP]] [[zooref#gv02|[GV02]]].

----

===== &lt;span id=&quot;modp&quot; style=&quot;color:red&quot;&gt;ModP&lt;/span&gt;: [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] With Arbitrary k =====
The class of decision problems solvable by a [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] machine where k can vary depending on the input.  The only requirement is that 0&lt;sup&gt;k&lt;/sup&gt; be computable in polynomial time.

Defined in [[zooref#kt96|[KT96]]], where it was also shown that ModP is contained in [[#ampmp|AmpMP]].

----
===== &lt;span id=&quot;modzkl&quot; style=&quot;color:red&quot;&gt;ModZ&lt;sub&gt;k&lt;/sub&gt;L&lt;/span&gt;: Restricted [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] =====
The class of decision problems solvable by a nondeterministic logspace Turing machine, such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the number of accepting paths is not congruent to 0 mod k.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then there are no accepting paths.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bdh92|[BDH+92]]], where it was also shown that ModZ&lt;sub&gt;k&lt;/sub&gt;L contains [[#logfewnl|LogFewNL]] for all k&gt;1.

Contained in [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] and in [[#nl|NL]].

----
===== &lt;span id=&quot;mp&quot; style=&quot;color:red&quot;&gt;mP&lt;/span&gt;: Monotone [[#p|P]] =====
The definition of this class, due to [[zooref#gs90|[GS90]]], is not obvious.  First, a &lt;i&gt;monotone nondeterministic Turing machine&lt;/i&gt; is one such that, whenever it can make a transition with a 0 on its input tape, it can also make that same transition with a 1 on its input tape. (This restriction does not apply to the work tape.)  A &lt;i&gt;monotone alternating Turing machine&lt;/i&gt; is subject to the restriction that it can only reference an input bit x by, &quot;there exists a z at most x,&quot; or &quot;for all z at least x.&quot;

Then applying the result of [[zooref#cks81|[CKS81]]] that [[#p|P]] = [[#al|AL]], mP is defined to be [[#mal|mAL]]: the class of decision problems solvable by a monotone alternating log-space Turing machine.

Actually there's a caveat: A monotone Turing machine or circuit can first negate the &lt;i&gt;entire&lt;/i&gt; input, then perform a monotone computation.  That way it becomes meaningful to talk about whether a monotone complexity class is closed under complement.

Strictly contained in [[#mnp|mNP]] [[zooref#raz85|[Raz85]]].

Deciding whether a bipartite graph has a perfect matching, despite being both a monotone problem and in [[#p|P]], requires monotone circuits of superpolynomial size [[zooref#raz85b|[Raz85b]]].  Letting MONO be the class of monotone problems, it follows that mP is strictly contained in MONO &amp;#8745; [[#p|P]].

See also: [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]], [[#ml|mL]], [[#mnl|mNL]], [[#mconl|mcoNL]].

----
===== &lt;span id=&quot;mp2&quot; style=&quot;color:red&quot;&gt;MP&lt;/span&gt;: Middle-Bit [[#p|P]] =====
The class of decision problems such that for some [[#sharpp|#P]] function f, the answer on input x is 'yes' if and only if the middle bit of f(x) is 1.

Defined in [[zooref#gkr95|[GKR+95]]].

Contains [[#ampmp|AmpMP]] and [[#ph|PH]].

MP with [[#modp|ModP]] oracle equals MP with [[#sharpp|#P]] oracle [[zooref#kt96|[KT96]]].

----
===== &lt;span id=&quot;mpc&quot; style=&quot;color:red&quot;&gt;MPC&lt;/span&gt;: Monotone Planar Circuits =====
The class of decision problems solvable by a family of &lt;i&gt;monotone stratified planar circuits&lt;/i&gt; (a uniformity condition may also be imposed).

Such a circuit can contain only AND and OR gates of bounded fanin.  It must be embeddable in the plane with no wires crossing.  Furthermore, the input bits can only be accessed at the bottom level, where they are listed in order (x&lt;sub&gt;1&lt;/sub&gt;,...,x&lt;sub&gt;n&lt;/sub&gt;).

Defined in [[zooref#dc89|[DC89]]].

[[zooref#blm99|[BLM+99]]] showed that we can assume without loss of generality that the circuit has width n and depth n&lt;sup&gt;3&lt;/sup&gt;.

----
===== &lt;span id=&quot;mppoly&quot; style=&quot;color:red&quot;&gt;mP/poly&lt;/span&gt;: Monotone [[#ppoly|P/poly]] =====
The class of decision problems solvable by a nonuniform family of polynomial-size Boolean circuits with only AND and OR gates, no NOT gates.  (Or rather, following the definitions of [[zooref#gs90|[GS90]]], the entire input can be negated as long as there are no other negations.)

More straightforward to define than [[#mp|mP]].

----
===== &lt;span id=&quot;mtc0&quot; style=&quot;color:red&quot;&gt;mTC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Monotone [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of decision problems solvable by a family of monotone [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] circuits (i.e. constant-depth, polynomial-size, AND, OR, and threshold gates, but no NOT gates).

A uniformity condition could also be imposed.

Defined in [[zooref#gs90|[GS90]]].

Strictly contained in [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#yao89|[Yao89]]].

----
===== &lt;span id=&quot;nauxpdap&quot; style=&quot;color:red&quot;&gt;NAuxPDA&lt;sup&gt;p&lt;/sup&gt;&lt;/span&gt;: Nondeterministic Auxiliary Pushdown Automata =====
The class of problems solvable by nondeterministic logarithmic-space and polynomial-time Turing machines with auxiliary pushdown.

Equals [[#logcfl|LOGCFL]] [[zooref#sud78|[Sud78]]].

----
===== &lt;span id=&quot;nc&quot; style=&quot;color:red&quot;&gt;NC&lt;/span&gt;: Nick's Class =====
(Named in honor of Nick Pippenger.)

NC&lt;sup&gt;i&lt;/sup&gt; is the class of decision problems solvable by a nonuniform family of Boolean circuits, with polynomial size, depth O(log&lt;sup&gt;i&lt;/sup&gt;(n)), and fan-in 2.

Then NC is the union of NC&lt;sup&gt;i&lt;/sup&gt; over all nonnegative i.

Also, NC equals the union of [[#ptwk|PT/WK]](log&lt;sup&gt;k&lt;/sup&gt;n, n&lt;sup&gt;k&lt;/sup&gt;)/poly over all constants k.

NC&lt;sup&gt;i&lt;/sup&gt; is contained in [[#ac|AC]]&lt;sup&gt;i&lt;/sup&gt;; thus, NC = [[#ac|AC]].

Contains [[#nl|NL]].

Generalizations include [[#rnc|RNC]] and [[#qnc|QNC]].

[[zooref#in96|[IN96]]] construct a candidate pseudorandom generator in NC based on the subset sum problem.

For a random oracle A, (NC&lt;sup&gt;i&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt; is strictly contained in (NC&lt;sup&gt;i+1&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt;, and uniform NC&lt;sup&gt;A&lt;/sup&gt; is strictly contained in P&lt;sup&gt;A&lt;/sup&gt;, with probability 1 [[zooref#mil92|[Mil92]]].

----
===== &lt;span id=&quot;nc0&quot; style=&quot;color:red&quot;&gt;NC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Level 0 of [[#nc|NC]] =====
By definition, a decision problem in NC&lt;sup&gt;0&lt;/sup&gt; can depend on only a constant number of bits of the input.  Thus, NC&lt;sup&gt;0&lt;/sup&gt; usually refers to &lt;i&gt;functions&lt;/i&gt; computable by constant-depth, bounded-fanin circuits.

There is a family of permutations computable by a uniform family of NC&lt;sup&gt;0&lt;/sup&gt; circuits that is [[#p|P]]-hard to invert [[zooref#has88|[Has88]]].

Recently [[zooref#aik04|[AIK04]]] solved a longstanding open problem by showing that there exist pseudorandom generators and one-way functions in NC&lt;sup&gt;0&lt;/sup&gt;, based on (for example) the hardness of [[Complexity_Garden#integer_factorization|factoring]].  Specifically, in these generators every bit of the output depends on only 4 input bits.  Whether the dependence can be reduced to 3 bits under the same cryptographic assumptions is open, but [[zooref#aik04|[AIK04]]] have some partial results in this direction.  It is known that the dependence cannot be reduced to 2 bits.

----

===== &lt;span id=&quot;nc1&quot; style=&quot;color:red&quot;&gt;NC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Level 1 of [[#nc|NC]] =====
See [[#nc|NC]] for definition.

[[zooref#kv94|[KV94]]] give a family of functions that is computable in NC&lt;sup&gt;1&lt;/sup&gt;, but not efficiently learnable unless there exists an efficient algorithm for factoring Blum integers.

Was shown to equal 5-[[#kpbp|PBP]] [[zooref#bar89|[Bar89]]].  On the other hand, width 5 is necessary unless NC&lt;sup&gt;1&lt;/sup&gt; = [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#bt88|[BT88]]].

As an application of this result, NC&lt;sup&gt;1&lt;/sup&gt; can be simulated on a quantum computer with three qubits, one initialized to a pure state and the remaining two in the maximally mixed state [[zooref#asv00|[ASV00]]].  Surprisingly, [[zooref#amp02|[AMP02]]] showed that only a &lt;i&gt;single&lt;/i&gt; qubit is needed to simulate NC&lt;sup&gt;1&lt;/sup&gt; - i.e. that NC&lt;sup&gt;1&lt;/sup&gt; is contained in 2-[[#eqbp|EQBP]].  (Complex amplitudes are needed for this result.)

Is contained in [[#l|L]] [[zooref#bor77|[Bor77]]].

Contains [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]].

NC&lt;sup&gt;1&lt;/sup&gt; contains the integer division problem [[zooref#bch86|[BCH86]]], even if an [[#l|L]]-uniformity condition is imposed [[zooref#cdl01|[CDL01]]].

U&lt;sub&gt;E&lt;sup&gt;*&lt;/sup&gt;&lt;/sub&gt;-uniform NC&lt;sup&gt;1&lt;/sup&gt; is equal to [[#alogtime|ALOGTIME]] [[zooref#ruz81|[RUZ81]]].
----

===== &lt;span id=&quot;nc2&quot; style=&quot;color:red&quot;&gt;NC&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;: Level 2 of [[#nc|NC]] =====
See [[#nc|NC]] for definition.

Contains [[#nl|NL]].

----
===== &lt;span id=&quot;ne&quot; style=&quot;color:red&quot;&gt;NE&lt;/span&gt;: Nondeterministic [[#e|E]] =====
Nondeterministic exponential time with linear exponent (i.e. [[#ntime|NTIME]](2&lt;sup&gt;O(n)&lt;/sup&gt;)).

[[#p|P]]&lt;sup&gt;NE&lt;/sup&gt; = [[#np|NP]]&lt;sup&gt;NE&lt;/sup&gt; [[zooref#hem89|[Hem89]]].

Contained in [[#nexp|NEXP]].

----
===== &lt;span id=&quot;nearlyp&quot; style=&quot;color:red&quot;&gt;Nearly-[[#p|P]]&lt;/span&gt;: Languages Superpolynomially Close to P =====
The set of languages L such that for every k, there is a language L_k in P that differs from L on at most 2^n/n^k inputs of length n.  Discussed in [[zooref#ns05|[NS05]]] and implicitly defined in [[zooref#yam99|[Yam99]]].

----
===== &lt;span id=&quot;nepoly&quot; style=&quot;color:red&quot;&gt;NE/poly&lt;/span&gt;: Nonuniform [[#ne|NE]] =====
Contains [[#cone|coNE]], just as [[#nexppoly|NEXP/poly]] contains [[#conexp|coNEXP]].

----
===== &lt;span id=&quot;nee&quot; style=&quot;color:red&quot;&gt;NEE&lt;/span&gt;: Nondeterministic [[#ee|EE]] =====
Nondeterministic double-exponential time with linear exponent (i.e. [[#ntime|NTIME]](2&lt;sup&gt;2^O(n)&lt;/sup&gt;)).

If [[#mae|MA&lt;sub&gt;E&lt;/sub&gt;]] = NEE then [[#ma|MA]] = [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]] [[zooref#ikw01|[IKW01]]].

Contained in [[#neexp|NEEXP]].

----
===== &lt;span id=&quot;neee&quot; style=&quot;color:red&quot;&gt;NEEE&lt;/span&gt;: Nondeterministic [[#eee|EEE]] =====
Nondeterministic triple-exponential time with linear exponent.

----
===== &lt;span id=&quot;neexp&quot; style=&quot;color:red&quot;&gt;NEEXP&lt;/span&gt;: Nondeterministic [[#eexp|EEXP]] =====
Nondeterministic double-exponential time (i.e. [[#ntime|NTIME]](2&lt;sup&gt;2^p(n)&lt;/sup&gt;) for p a polynomial).

Equals [[#mipexp|MIP&lt;sub&gt;EXP&lt;/sub&gt;]] (unrelativized).

----

===== &lt;span id=&quot;nexp&quot; style=&quot;color:red&quot;&gt;NEXP&lt;/span&gt;: Nondeterministic [[#exp|EXP]] =====
Nondeterministic exponential time (i.e. [[#ntime|NTIME]](2&lt;sup&gt;p(n)&lt;/sup&gt;) for p a polynomial).

Equals [[#mip|MIP]] [[zooref#bfl91|[BFL91]]] (but not relative to all oracles).

NEXP is in [[#ppoly|P/poly]] if and only if NEXP = [[#ma|MA]] [[zooref#ikw01|[IKW01]]].

[[zooref#ki02|[KI02]]] show the following:
&lt;ul&gt;
&lt;li&gt;If [[#p|P]] = [[#rp|RP]], then NEXP is not computable by polynomial-size arithmetic circuits.&lt;/li&gt;
&lt;li&gt;If [[#p|P]] = [[#bpp|BPP]] and if checking whether a Boolean circuit computes a function that is close to a low-degree polynomial over a finite field is in [[#p|P]], then NEXP is not in [[#ppoly|P/poly]].&lt;/li&gt;
&lt;li&gt;If NEXP is in [[#ppoly|P/poly]], then matrix permanent is NEXP-complete.&lt;/li&gt;
&lt;/ul&gt;
Does not equal [[#np|NP]] [[zooref#sfm78|[SFM78]]].

Does not equal [[#exp|EXP]] if and only if there is a sparse set in [[#np|NP]] that is not in [[#p|P]].

There exists an oracle relative to which [[#exp|EXP]] = NEXP but still [[#p|P]] does not equal [[#np|NP]] [[zooref#dek76|[Dek76]]].

The theory of reals with addition (see [[#expspace|EXPSPACE]]) is hard for NEXP [[zooref#fr74|[FR74]]].

----

===== &lt;span id=&quot;nexppoly&quot; style=&quot;color:red&quot;&gt;NEXP/poly&lt;/span&gt;: Nonuniform [[#nexp|NEXP]] =====
Contains [[#conexp|coNEXP]] (folklore result reported in [[http://weblog.fortnow.com/|Fortnow's weblog]]).

----
===== &lt;span id=&quot;nipzk&quot; style=&quot;color:red&quot;&gt;NIPZK&lt;/span&gt;: Non-Interactive [[#pzk|PZK]] =====
Defined in [[zooref#m08|[M08]]] based on [[zooref#ddp98|[DDPY98]]],[[zooref#bfm88|[BFM88]]].

Contained in [[#pzk|PZK]].

[[zooref#m08|[M08]]] showed a complete promise-problem for NIPZK, called &lt;i&gt;Unifrom&lt;/i&gt; (UN). Instances 
in UN are circuits with n+1 output bits. The first n bits represent the uniform distribution, and the last bit is 1 with probability at least 2/3. For instances not in UN, when the last bit is 1, at most 1/3 of the strings of length n can appear as the output of the circuit. The problem is to decide which is the case.
----

===== &lt;span id=&quot;niqszk&quot; style=&quot;color:red&quot;&gt;NIQSZK&lt;/span&gt;: Non-Interactive [[#qszk|QSZK]] =====
Has the same relation to [[#qszk|QSZK]] as [[#niszk|NISZK]] does to [[#szk|SZK]].

Defined in [[zooref#kob02|[Kob02]]], where it was also shown that the following promise problem is complete for NIQSZK.  Given a quantum circuit, we are promised that the state it prepares (when run on the all-0 state, and tracing out non-output qubits) has trace distance either at most 1/3 or at least 2/3 from the maximally mixed state. The problem is to output &quot;no&quot; in the former case and &quot;yes&quot; in the latter.

NIQPZK can be defined similarly.

----
===== &lt;span id=&quot;niszk&quot; style=&quot;color:red&quot;&gt;NISZK&lt;/span&gt;: Non-Interactive [[#szk|SZK]] =====
Defined in [[zooref#ddp98|[DDP+98]]].

Contained in [[#szk|SZK]].

[[zooref#gsv99|[GSV99]]] showed the following:
&lt;ul&gt;
&lt;li&gt;If [[#szk|SZK]] does not equal [[#bpp|BPP]] then NISZK does not equal [[#bpp|BPP]].&lt;/li&gt;
&lt;li&gt;NISZK equals [[#szk|SZK]] if and only if NISZK is closed under complement.&lt;/li&gt;
&lt;li&gt;NISZK has natural complete promise problems:&lt;/li&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;i&gt;Statistical Distance from Uniform (SDU)&lt;/i&gt;: Given a circuit, consider the distribution over outputs when the circuit is given a uniformly random n-bit string.  We're promised that the trace distance between this distribution and the uniform distribution is either at most 1/3 or at least 2/3.  The problem is to output &quot;yes&quot; in the former case and &quot;no&quot; in the latter.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Entropy Approximation (EA)&lt;/i&gt;: Now we're promised that the entropy of the circuit's output distribution is either at least k+1 or at most k-1.  The problem is to output &quot;yes&quot; in the former case and &quot;no&quot; in the latter.&lt;/li&gt;
  &lt;/ul&gt;
&lt;/ul&gt;
NIPZK can be defined similarly.

----
===== &lt;span id=&quot;niszkh&quot; style=&quot;color:red&quot;&gt;NISZK&lt;sub&gt;h&lt;/sub&gt;&lt;/span&gt;: [[#niszk|NISZK]] With Limited Help =====
The non-interactive analogue of [[#szkh|SZK&lt;sub&gt;h&lt;/sub&gt;]].

Defined in [[zooref#bg03|[BG03]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;NISZK&lt;sub&gt;h&lt;/sub&gt; contains [[#niszk|NISZK]] and is contained in [[#szk|SZK]].&lt;/li&gt;
&lt;li&gt;[[Complexity_Garden#graph_isomorphism|Graph Isomorphism]] is in NISZK&lt;sub&gt;h&lt;/sub&gt;.&lt;/li&gt;
&lt;li&gt;The following problem is complete for NISZK&lt;sub&gt;h&lt;/sub&gt;: Given two functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to {0,1}&lt;sup&gt;n&lt;/sup&gt; (specified by circuits), decide whether their ranges are almost equal or almost disjoint, given that one of these is the case.&lt;/li&gt;
&lt;/ul&gt;
The quantum lower bound for the set comparison problem in [[zooref#aar02|[Aar02]]] implies an oracle relative to which NISZK&lt;sub&gt;h&lt;/sub&gt; is not in [[#bqp|BQP]].

----

===== &lt;span id=&quot;nl&quot; style=&quot;color:red&quot;&gt;NL&lt;/span&gt;: Nondeterministic Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#np|NP]] does to [[#p|P]].

In a breakthrough result, was shown to equal [[#conl|coNL]] [[zooref#imm88|[Imm88]]] [[zooref#sze87|[Sze87]]].  (Though contrast to [[#mnl|mNL]].)

Is contained in [[#logcfl|LOGCFL]] [[zooref#sud78|[Sud78]]], as well as [[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]].

Is contained in [[#ulpoly|UL/poly]] [[zooref#ra00|[RA00]]].

Deciding whether a bipartite graph has a perfect matching is hard for NL [[zooref#kuw86|[KUW86]]].

----
===== &lt;span id=&quot;nlpoly&quot; style=&quot;color:red&quot;&gt;NL/poly&lt;/span&gt;: Nonuniform [[#nl|NL]] =====
Has the same relation to [[#nl|NL]] as [[#ppoly|P/poly]] does to [[#p|P]].

Is contained in [[#paritylpoly|&amp;#8853;L/poly]] [[zooref#gw96|[GW96]]], as well as [[#sac1|SAC&lt;sup&gt;1&lt;/sup&gt;]].

Equals [[#ulpoly|UL/poly]] [[zooref#ra00|[RA00]]].

----
===== &lt;span id=&quot;nlog&quot; style=&quot;color:red&quot;&gt;NLOG&lt;/span&gt;: [[#nl|NL]] With Nondeterministic Oracle Tape =====
Same as [[#nl|NL]] -- but if there's an oracle, then NLOG can make queries nondeterministically on a polynomial-size, one-way oracle tape.  ([[#nl|NL]], by contrast, can use nondeterministic transitions only on the worktape; oracle queries have to be deterministic.)

See [[zooref#ll76|[LL76]]] or [[zooref#hck88|[HCK+88]]] for more information.

Although NLOG is contained in [[#p|P]], there exists an oracle relative to which that is not the case.  This illustrates that care is needed when defining oracle access mechanisms.

----
===== &lt;span id=&quot;nlin&quot; style=&quot;color:red&quot;&gt;NLIN&lt;/span&gt;: Nondeterministic [[#lin|LIN]] =====
Has the same relation to [[#lin|LIN]] as [[#np|NP]] does to [[#p|P]].

----
===== &lt;span id=&quot;none&quot; style=&quot;color:red&quot;&gt;NONE&lt;/span&gt;: The Empty Class =====
The class that does not contain any languages.  (It might not surprise you that I put this one in at the suggestion of a mathematician...)

Is the opposite of [[#all|ALL]], but does not equal the complement [[#all|coALL]] = [[#all|ALL]].

Is closed under polynomial-time Turing reductions :-).

Equals [[#sparse|SPARSE]] &amp;#8745; [[#cosparse|coSPARSE]] and [[#tally|TALLY]] &amp;#8745; [[#tally|coTALLY]].

----

===== &lt;span id=&quot;np&quot; style=&quot;color:red&quot;&gt;NP&lt;/span&gt;: Nondeterministic Polynomial-Time =====
The class of dashed hopes and idle dreams.

More formally: an &quot;NP machine&quot; is a nondeterministic polynomial-time Turing machine.

Then NP is the class of decision problems solvable by an NP machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; at least one computation path accepts.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
Equivalently, NP is the class of decision problems such that, if the answer is &quot;yes,&quot; then there is a proof of this fact, of length polynomial in the size of the input, that can be verified in [[#p|P]] (i.e. by a deterministic polynomial-time algorithm).  On the other hand, if the answer is &quot;no,&quot; then the algorithm must declare invalid any purported proof that the answer is &quot;yes.&quot;

For example, the [[Complexity_Garden#sat|SAT]] problem is to decide whether a given Boolean formula has any satisfying truth assignments. [[Complexity_Garden#sat|SAT]] is in NP, since a &quot;yes&quot; answer can be proved by just exhibiting a satisfying assignment.

A decision problem is NP-complete if (1) it is in NP, and (2) any problem in NP can be reduced to it (under some notion of reduction).  The class of NP-complete problems is sometimes called [[#npc|NPC]].

That NP-complete problems exist is immediate from the definition.  The seminal result of Cook [[zooref#coo71|[Coo71]]], Karp [[zooref#kar72|[Kar72]]], and Levin [[zooref#lev73|[Lev73]]] is that many &lt;i&gt;natural&lt;/i&gt; problems (that have nothing to do with Turing machines) are NP-complete.

The first such problem to be shown NP-complete was [[Complexity_Garden#sat|SAT]] [[zooref#coo71|[Coo71]]].  Other classic NP-complete problems include:
&lt;ul&gt;
&lt;li&gt;'''3-Colorability''': Given a graph, can each vertex be colored red, green, or blue so that no two neighboring vertices have the same color?&lt;/li&gt;
&lt;li&gt;'''Hamiltonian Cycle''': Given a graph, is there a cycle that visits each vertex exactly once?&lt;/li&gt;
&lt;li&gt;'''Traveling Salesperson''': Given a set of n cities, and the distance
between each pair of cities, is there a route that visits each city exactly
once before returning to the starting city, and has length at most T?&lt;/li&gt;
&lt;li&gt;'''Maximum Clique''': Given a graph, are there k vertices all of which are neighbors of each other?&lt;/li&gt;
&lt;li&gt;'''Subset Sum''': Given a collection of integers, is there a subset of the integers that sums to exactly x?&lt;/li&gt;
&lt;/ul&gt;
For many, many more NP-complete problems, see [[zooref#gj79|[GJ79]]].

NP contains [[#p|P]].  I've discovered a marvelous proof that NP and [[#p|P]] are unequal, but this web page is too small to contain it.  Too bad, since otherwise I'd be eligible for $1,000,000 [[zooref#cmi00|[CMI00]]].

There exists an oracle relative to which [[#p|P]] and NP are unequal [[zooref#bgs75|[BGS75]]].  Indeed, [[#p|P]] and NP are unequal relative to a random oracle with probability 1 [[zooref#bg81|[BG81]]] (see [[zooref#afm01|[AFM01]]] for a novel take on this result).  Though random oracle results are not always indicative about the unrelativized case [[zooref#ccg94|[CCG+94]]].

There even exists an oracle relative to which the [[#p|P]] versus NP problem is outside the usual axioms of set theory [[zooref#hh76|[HH76]]].

If we restrict to &lt;i&gt;monotone&lt;/i&gt; classes, [[#mp|mP]] is strictly contained in [[#mnp|mNP]] [[zooref#raz85|[Raz85]]].

Perhaps the most important insight anyone has had into [[#p|P]] versus NP is to be found in [[zooref#rr97|[RR97]]].  There the authors show that no 'natural proof' can separate [[#p|P]] from NP (or more precisely, place NP outside of [[#ppoly|P/poly]]), unless secure pseudorandom generators do not exist.  A proof is 'natural' if it satisfies two conditions called &lt;i&gt;constructivity&lt;/i&gt; and &lt;i&gt;largeness&lt;/i&gt;; essentially all lower bound techniques known to date satisfy these conditions.  To obtain unnatural proof techniques, some people suspect we need to relate [[#p|P]] versus NP to heavy-duty 'traditional' mathematics, for instance algebraic geometry.  See [[zooref#ms02|[MS02]]] (and the survey article [[zooref#reg02|[Reg02]]]) for a development of this point of view.

For more on [[#p|P]] versus NP (circa 1992) see [[zooref#sip92|[Sip92]]].  For an opinion poll, see [[zooref#gas02|[Gas02]]].

If [[#p|P]] equals NP, then NP equals its complement [[#conp|coNP]].  Whether NP equals [[#conp|coNP]] is also open.  NP and [[#conp|coNP]] can be extended to the polynomial hierarchy [[#ph|PH]].

The set of decision problems in NP, but not in [[#p|P]] or [[#npc|NPC]], is sometimes called [[#npi|NPI]].  If [[#p|P]] does not equal NP then [[#npi|NPI]] is nonempty [[zooref#lad75|[Lad75]]].

Probabilistic generalizations of NP include [[#ma|MA]] and [[#am|AM]].  If NP is in [[#coam|coAM]] (or [[#bpp|BPP]]) then [[#ph|PH]] collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bhz87|[BHZ87]]].

[[#ph|PH]] also collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] if NP is in [[#ppoly|P/poly]] [[zooref#kl82|[KL82]]].

There exist oracles relative to which NP is not in [[#bqp|BQP]] [[zooref#bbb97|[BBB+97]]].

An alternate characterization is NP = [[#pcp|PCP]](log n, O(1)) [[zooref#alm98|[ALM+98]]].

Also, [[zooref#fag74|[Fag74]]] gave a logical characterization of NP, which leads to the subclass [[#snp|SNP]].

----

===== &lt;span id=&quot;npc&quot; style=&quot;color:red&quot;&gt;NPC&lt;/span&gt;: [[#np|NP]]-Complete =====
The class of decision problems such that (1) they're in [[#np|NP]] and (2) every problem in [[#np|NP]] is reducible to them (under some notion of reduction).  In other words, the hardest problems in [[#np|NP]].

Two notions of reduction from problem A to problem B are usually considered:
&lt;ol&gt;
&lt;li&gt;&lt;i&gt;Karp&lt;/i&gt; or &lt;i&gt;many-one&lt;/i&gt; reductions.  Here a polynomial-time algorithm is given as input an instance of problem A, and must produce as output an instance of problem B.&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Turing&lt;/i&gt; reductions, in this context also called &lt;i&gt;Cook&lt;/i&gt; reductions.  Here the algorithm for problem B can make arbitrarily many calls to an oracle for problem A.&lt;/li&gt;
&lt;/ol&gt;
Some examples of NP-complete problems are discussed under the entry for [[#np|NP]].

The classic reference on NPC is [[zooref#gj79|[GJ79]]].

Unless [[#p|P]] = [[#np|NP]], NPC does not contain any sparse problems: that is, problems such that the number of 'yes' instances of size n is upper-bounded by a polynomial in n [[zooref#mah82|[Mah82]]].

A famous conjecture [[zooref#bh77|[BH77]]] asserts that all NP-complete problems are polynomial-time isomorphic -- i.e. between any two problems, there is a one-to-one and onto Karp reduction. If that's true, the NP-complete problems could be interpreted as mere &quot;relabelings&quot; of one another.

NP-complete problems are &lt;i&gt;p-superterse&lt;/i&gt; unless [[#p|P]] = [[#np|NP]] [[zooref#bks95|[BKS95]]].  This means that, given k Boolean formulas F&lt;sub&gt;1&lt;/sub&gt;,...,F&lt;sub&gt;k&lt;/sub&gt;, if you can rule out even &lt;i&gt;one&lt;/i&gt; of the 2&lt;sup&gt;k&lt;/sup&gt; possibilities in polynomial time (e.g., &quot;if F&lt;sub&gt;1&lt;/sub&gt;,...,F&lt;sub&gt;k-1&lt;/sub&gt; are all unsatisfiable then F&lt;sub&gt;k&lt;/sub&gt; is satisfiable&quot;), then [[#p|P]] = [[#np|NP]].

----
===== &lt;span id=&quot;npc2&quot; style=&quot;color:red&quot;&gt;NP&lt;sub&gt;C&lt;/sub&gt;&lt;/span&gt;: [[#np|NP]] Over The Complex Numbers =====
An analog of [[#np|NP]] for Turing machines over a complex number field.

Defined in [[zooref#bcs97|[BCS+97]]].

It is unknown whether [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] = NP&lt;sub&gt;C&lt;/sub&gt;, nor are implications known among this question, [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] versus [[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]], and [[#p|P]] versus [[#np|NP]].

However, [[zooref#ckk95|[CKK+95]]] show that if [[#ppoly|P/poly]] does not equal [[#nppoly|NP/poly]] then [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] does not equal NP&lt;sub&gt;C&lt;/sub&gt;.

[[zooref#bcs97|[BCS+97]]] show the following striking result.  For a positive integer n, let t(n) denote the minimum number of additions, subtractions, and multiplications needed to construct n, starting from 1.  If for every sequence {n&lt;sub&gt;k&lt;/sub&gt;} of positive integers, t(n&lt;sub&gt;k&lt;/sub&gt; k!) grows faster than polylogarithmically in k, then [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] does not equal NP&lt;sub&gt;C&lt;/sub&gt;.

See also [[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;npcc&quot; style=&quot;color:red&quot;&gt;NP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#np|NP]] =====
The analogue of [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] for nondeterministic communication complexity.  Both communication bits and nondeterministic guess bits count toward the complexity.

Does not equal [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] or [[#conpcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]] because of the EQUALITY problem.  Also, does not contain [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] because of that problem.

Defined in [[zooref#bfs86|[BFS86]]].

Contained in [[#phcc|PH&lt;sup&gt;cc&lt;/sup&gt;]].

----
===== &lt;span id=&quot;npi&quot; style=&quot;color:red&quot;&gt;NPI&lt;/span&gt;: [[#np|NP]]-Intermediate =====
Sometimes used to denote the set of decision problems in [[#np|NP]] that are neither NP-complete (that is, in [[#npc|NPC]]) nor in [[#p|P]].

Is thought to contain (for example) decision versions of factoring and [[Complexity_Garden#graph_isomorphism|graph isomorphism]].

Is nonempty if [[#p|P]] does not equal [[#np|NP]] [[zooref#lad75|[Lad75]]].  Indeed, under this assumption, it contains an infinite number of distinct polynomial-time equivalence classes.

----

===== &lt;span id=&quot;npiconp&quot; style=&quot;color:red&quot;&gt;NP &amp;#8745; coNP&lt;/span&gt; =====
The class of problems in both [[#np|NP]] and [[#conp|coNP]].

Contains [[Complexity_Garden#integer_factorization|factoring]] [[zooref#pra75|[Pra75]]].

Contains [[Complexity_Garden#graph_isomorphism|graph isomorphism]] under the assumption that some language in [[#ne|NE]] &amp;#8745; [[#cone|coNE]] requires nondeterministic circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt; ([[zooref#mv99|[MV99]]], improving [[zooref#km99|[KM99]]]).  (A nondeterministic circuit C has two inputs, x and y, and accepts on x if there exists a y such that C(x,y)=1.)

Is not believed to contain complete problems.

----

===== &lt;span id=&quot;npiconppoly&quot; style=&quot;color:red&quot;&gt;(NP &amp;#8745; coNP)/poly&lt;/span&gt;: Nonuniform [[#npiconp|NP &amp;#8745; coNP]] =====
Together with [[#nppoly|NP/poly &amp;#8745; coNP/poly]], has the same relation to [[#npiconp|NP &amp;#8745; coNP]] as [[#ppoly|P/poly]] has to [[#p|P]].  A language in (NP &amp;#8745; coNP)/poly is defined by a single language in [[#npiconp|NP &amp;#8745; coNP]] which is then modified by advice.  A language in [[#nppoly|NP/poly &amp;#8745; coNP/poly]] comes from two possibly different languages in [[#np|NP]] and [[#conp|coNP]] which become the same with good advice.

There is an oracle relative to which [[#nppoly|NP/poly &amp;#8745; coNP/poly]], indeed NP/1 &amp;#8745; coNP/1, is not contained in (NP &amp;#8745; coNP)/poly [[zooref#ffk93|[FFK+93]]].  Recently they improved this to NP/1 &amp;#8745; coNP [[zooref#ff..|[FF..]]].

If [[#np|NP]] is contained in (NP &amp;#8745; coNP)/poly, then [[#ph|PH]] collapses to [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]]&lt;sup&gt;[[#npiconp|NP &amp;#8745; coNP]]&lt;/sup&gt; [[zooref#cch01|[CCH+01]]].

----

===== &lt;span id=&quot;nplog&quot; style=&quot;color:red&quot;&gt;NP/log&lt;/span&gt;: [[#np|NP]] With Logarithmic Advice =====
Same as [[#nppoly|NP/poly]], except that now the advice string is logarithmic-size.

----
===== &lt;span id=&quot;npmv&quot; style=&quot;color:red&quot;&gt;NPMV&lt;/span&gt;: [[#np|NP]] Multiple Value =====
The class of all (possibly partial, possibly multivalued) functions computed by an [[#np|NP]] machine as follows: ignore the rejecting paths, and consider any output of an accepting path to be &quot;one of the outputs.&quot;

Contains [[#npsv|NPSV]] and [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]].

Defined in [[zooref#bls84|[BLS84]]].

Contrast with [[#fnp|FNP]].

----
===== &lt;span id=&quot;npmvsel&quot; style=&quot;color:red&quot;&gt;NPMV-sel&lt;/span&gt;: [[#npmv|NPMV]] Selective =====
Has the same relation to [[#npmv|NPMV]] as [[#psel|P-Sel]] does to [[#p|P]].

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;npmvt&quot; style=&quot;color:red&quot;&gt;NPMV&lt;sub&gt;t&lt;/sub&gt;&lt;/span&gt;: [[#npmv|NPMV]] Total =====
The class of all (possibly multivalued) [[#npmv|NPMV]] functions that are total (that is, defined for every input).

----
===== &lt;span id=&quot;npmvtsel&quot; style=&quot;color:red&quot;&gt;NPMV&lt;sub&gt;t&lt;/sub&gt;-sel&lt;/span&gt;: [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]] Selective =====
Has the same relation to [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]] as [[#psel|P-Sel]] does to [[#p|P]].

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;npo&quot; style=&quot;color:red&quot;&gt;NPO&lt;/span&gt;: [[#np|NP]] Optimization =====
The class of function problems of the form, &quot;Find any n-bit string x that maximizes a cost function C(x), where C is computable in [[#fp|FP]] (i.e. polynomial-time).&quot;

Defined in [[zooref#acg99|[ACG+99]]].

Contains [[#apx|APX]] and [[#npopb|NPOPB]].

----
===== &lt;span id=&quot;npopb&quot; style=&quot;color:red&quot;&gt;NPOPB&lt;/span&gt;: [[#npo|NPO]] Polynomially Bounded =====
The subclass of [[#npo|NPO]] problems for which the cost function is guaranteed always to be bounded by a polynomial in n (the input size).

See [[zooref#acg99|[ACG+99]]].

NPOPB equals the closure of [[#maxpb|MaxPB]] under [[#ptas|PTAS]] reductions [[zooref#cks99|[CKS+99]]].

----
===== &lt;span id=&quot;nppoly&quot; style=&quot;color:red&quot;&gt;NP/poly&lt;/span&gt;: Nonuniform [[#np|NP]] =====
Has the same relation to [[#np|NP]] as [[#ppoly|P/poly]] does to [[#p|P]].

Contains [[#am|AM]].  On the other hand, if NP/poly contains [[#conp|coNP]] then [[#ph|PH]] collapses to the third level.

NP/poly-natural proofs cannot show that circuit families are outside [[#ppoly|P/poly]], under a pseudorandomness assumption [[zooref#rud97|[Rud97]]].

----
===== &lt;span id=&quot;nppsamp&quot; style=&quot;color:red&quot;&gt;(NP,P-samplable)&lt;/span&gt;: Average [[#np|NP]] With Samplable Distributions =====
See [[#avgp|AvgP]] for basic notions of average-case complexity.

(NP,P-samplable) is the same as [[#distnp|DistNP]], except that the distribution &amp;#956; only needs to be &lt;i&gt;samplable&lt;/i&gt; in polynomial time.  &amp;#956;'s cumulative density function does not need to be computable in polynomial time.

Any problem complete for [[#distnp|DistNP]] is also complete for (NP,P-samplable) [[zooref#il90|[IL90]]].

----
===== &lt;span id=&quot;npr&quot; style=&quot;color:red&quot;&gt;NP&lt;sub&gt;R&lt;/sub&gt;&lt;/span&gt;: [[#np|NP]] Over The Reals =====
An analog of [[#np|NP]] for Turing machines over a real number field.

Defined in [[zooref#bcs97|[BCS+97]]].

It is unknown whether [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] = NP&lt;sub&gt;R&lt;/sub&gt;, nor are implications known among this question, [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] versus [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], and [[#p|P]] versus [[#np|NP]].

Also, in contrast to the case of [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], it is an open problem to show that [[#ppoly|P/poly]] distinct from [[#nppoly|NP/poly]] implies [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] distinct from NP&lt;sub&gt;R&lt;/sub&gt;.  The difference is that in the real case, a comparison (or greater-than) operator is available, and it is not known how much power this yields in comparison to the complex case.

See also [[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;npspace&quot; style=&quot;color:red&quot;&gt;NPSPACE&lt;/span&gt;: Nondeterministic [[#pspace|PSPACE]] =====
Equals [[#pspace|PSPACE]] [[zooref#sav70|[Sav70]]].

On the other hand, this result does not relativize if we allow strings of unbounded length to be written to the oracle tape.  In particular, there exists an oracle relative to which NPSPACE is not contained in [[#exp|EXP]] [[zooref#gtw91|[GTW+91]]].

----
===== &lt;span id=&quot;npsv&quot; style=&quot;color:red&quot;&gt;NPSV&lt;/span&gt;: [[#np|NP]] Single Value =====
The class of [[#npmv|NPMV]] functions that are single-valued (i.e., such that every accepting path outputs the same value).

Defined in [[zooref#bls84|[BLS84]]].

Contains [[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]].

[[#p|P]] = [[#np|NP]] if and only if [[#fp|FP]] = NPSV.

----
===== &lt;span id=&quot;npsvsel&quot; style=&quot;color:red&quot;&gt;NPSV-sel&lt;/span&gt;: [[#npsv|NPSV]] Selective =====
Has the same relation to href=&quot;#npsv&quot;&gt;NPSV as [[#psel|P-Sel]] does to [[#p|P]].

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;npsvt&quot; style=&quot;color:red&quot;&gt;NPSV&lt;sub&gt;t&lt;/sub&gt;&lt;/span&gt;: [[#npsv|NPSV]] Total =====
The class of all [[#npsv|NPSV]] functions that are total (that is, defined on every input).

Contained in [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]].

----
===== &lt;span id=&quot;npsvtsel&quot; style=&quot;color:red&quot;&gt;NPSV&lt;sub&gt;t&lt;/sub&gt;-sel&lt;/span&gt;: [[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]] Selective =====
Has the same relation to [[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]] as [[#psel|P-Sel]] does to [[#p|P]].

Also known as NP-sel.

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;nqp&quot; style=&quot;color:red&quot;&gt;NQP&lt;/span&gt;: Nondeterministic Quantum Polynomial-Time =====
The class of decision problems solvable by a QTM in polynomial time such that a particular '|Accept&amp;gt;' state has nonzero amplitude at the end of the computation, if and only if the answer is 'yes.'  Since it has an exact amplitude condition, NQP has the same technical caveats as [[#eqp|EQP]].  Or it would, except that it turns out to equal [[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]] [[zooref#fgh98|[FGH+98]]].

Defined in [[zooref#adh97|[ADH97]]].

Contrast with [[#qma|QMA]].

----

===== &lt;span id=&quot;nspace&quot; style=&quot;color:red&quot;&gt;NSPACE(f(n))&lt;/span&gt;: Nondeterministic f(n)-Space =====
Same as [[#npspace|NPSPACE]], but with f(n)-space (for some constructible function f) rather than polynomial-space machines.

Contained in [[#dspace|DSPACE]](f(n)&lt;sup&gt;2&lt;/sup&gt;) [[zooref#sav70|[Sav70]]], and indeed [[#revspace|RevSPACE]](f(n)&lt;sup&gt;2&lt;/sup&gt;) [[zooref#cp95|[CP95]]].

NSPACE(n&lt;sup&gt;k&lt;/sup&gt;) is strictly contained in NSPACE(n&lt;sup&gt;k+&amp;#949;&lt;/sup&gt;) for &amp;#949;&amp;gt;0 [[zooref#iba72|[Iba72]]] (actually the hierarchy theorem is stronger than this, but pretty technical to state).

----
===== &lt;span id=&quot;nt&quot; style=&quot;color:red&quot;&gt;NT&lt;/span&gt;: Near-Testable =====
The class of decision problems such that whether the answer on input x agrees with the answer on input x-1 (that is, the lexicographic predecessor of x) is solvable in polynomial time.  The Turing machine has to decide agreement or disagreement without access to the answer for x-1.

Is contained in [[#e|E]], [[#ntstar|NT*]], and [[#parityp|&amp;#8853;P]].  Defined in [[zooref#ghj91|[GHJ+91]]] to study [[#parityp|&amp;#8853;P]]-complete problems.  They show  that [[#p|P]], NT, [[#ntstar|NT*]], and [[#parityp|&amp;#8853;P]] are either all equal or strictly nested.  In particular, they differ with probability 1 relative to a random oracle.

----

===== &lt;span id=&quot;ntstar&quot; style=&quot;color:red&quot;&gt;NT*&lt;/span&gt;: Near-Testable With Forest Ordering =====
Defined like NT, but with a more general ordering on inputs.  A problem L is in NT* if, first, there is a partially defined predecessor function pred(x) in [[#fp|FP]] that organizes the space of inputs into a forest.  The size of the lineage of each x must also be bounded by 2&lt;sup&gt;poly(|x|)&lt;/sup&gt;.  Second, if L(x) is the Boolean answer to L on input x, then L(x)+L(pred(x)) is computable in polynomial time; or if pred(x) does not exist, L(x) is computable in polynomial time.

Defined in [[zooref#ghj91|[GHJ+91]]].

Contains [[#nt|NT]] and is contained in [[#parityp|&amp;#8853;P]].  The inclusions are either both strict or both equalities (whence [[#parityp|&amp;#8853;P]] = [[#p|P]] as well).

----

===== &lt;span id=&quot;ntime&quot; style=&quot;color:red&quot;&gt;NTIME(f(n))&lt;/span&gt;: Nondeterministic f(n)-Time =====
Same as [[#np|NP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

The Nondeterministic Time Hierarchy Theorem: If f and g are time-constructible and f(n+1)=o(g), then NTIME(f(n)) does not equal NTIME(g(n)) [[zooref#sfm78|[SFM78]]] (this is actually stronger than the hierarchy theorem for [[#dtime|DTIME]]).

NTIME(n) strictly contains [[#dtime|DTIME(n)]] [[zooref#pps83|[PPS+83]]] (this result does not work for arbitrary f(n)).

For any constructible superpolynomial f, NTIME(f(n)) with [[#np|NP]] oracle is not in [[#ppoly|P/poly]] [[zooref#kan82|[Kan82]]].

----
===== &lt;span id=&quot;ocq&quot; style=&quot;color:red&quot;&gt;OCQ&lt;/span&gt;: One Clean Qubit =====
The class of problems solvable by a [[#bqp|BQP]] machine in which a single qubit is initialized to the '0' state, and the remaining qubits are initialized to the maximally mixed state.  (This definition is not known to be robust, so one also needs to specify a gate set.)

We also need to stipulate that there are no &quot;strong measurements&quot; -- intermediate measurements on which later operations are conditioned -- since otherwise we can do all of [[#bqp|BQP]] by first initializing the computer to the all-0 state.  Parker and Plenio [[zooref#pp00|[PP00]]] failed to appreciate this point.

Defined by [[zooref#asv00|[ASV00]]] (though they didn't use the name OCQ), who also showed that if OCQ = [[#bqp|BQP]], something other than gate-by-gate simulation will be needed to show this.

----
===== &lt;span id=&quot;optp&quot; style=&quot;color:red&quot;&gt;OptP&lt;/span&gt;: Optimum Polynomial-Time =====
The class of functions computable by taking the maximum of the output values over all accepting paths of an [[#np|NP]] machine.

Defined in [[zooref#kre88|[Kre88]]].

Contrast with [[#fnp|FNP]].

----
===== &lt;span id=&quot;p&quot; style=&quot;color:red&quot;&gt;P&lt;/span&gt;: Polynomial-Time =====
The class that started it all.

The class of decision problems solvable in polynomial time by a Turing machine.  (See also [[#fp|FP]], for function problems.)

Defined in [[zooref#edm65|[Edm65]]], [[zooref#cob64|[Cob64]]], [[zooref#rab60|[Rab60]]], and other seminal early papers.

Contains some highly nontrivial problems, including linear programming [[zooref#kha79|[Kha79]]] and finding a maximum matching in a general graph [[zooref#edm65|[Edm65]]].

Contains the problem of testing whether an integer is prime [[zooref#aks02|[AKS02]]], an important result that improved on a proof requiring an assumption of the generalized Riemann hypothesis [[zooref#mil76|[Mil76]]].

A decision problem is P-complete if it is in P, and if every problem in P can be reduced to it in [[#l|L]] (logarithmic space).  The canonical P-complete problem is &lt;i&gt;circuit evaluation&lt;/i&gt;: given a Boolean circuit and an input, decide what the circuit outputs when given the input.

Important subclasses of P include [[#l|L]], [[#nl|NL]], [[#nc|NC]], and [[#sc|SC]].

P is contained in [[#np|NP]], but whether they're equal seemed to be an open problem when I last checked.

Efforts to generalize P resulted in [[#bpp|BPP]] and [[#bqp|BQP]].

The nonuniform version is [[#ppoly|P/poly]], the monotone version is [[#mp|mP]], and versions over the real and complex number fields are [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] and [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] respectively.

----

===== &lt;span id=&quot;plog&quot; style=&quot;color:red&quot;&gt;P/log&lt;/span&gt;: [[#p|P]] With Logarithmic Advice =====
Same as [[#ppoly|P/poly]], except that the advice string for input size n can have length at most logarithmic in n, rather than polynomial.

Strictly contained in [[#iclogpoly|IC[log,poly]]].

If [[#np|NP]] is contained in P/log then [[#p|P]] = [[#np|NP]].

----
===== &lt;span id=&quot;ppoly&quot; style=&quot;color:red&quot;&gt;P/poly&lt;/span&gt;: Nonuniform Polynomial-Time =====
The class of decision problems solvable by a family of polynomial-size Boolean circuits.  The family can be &lt;i&gt;nonuniform&lt;/i&gt;; that is, there could be a completely different circuit for each input length.

Equivalently, P/poly is the class of decision problems solvable by a polynomial-time Turing machine that receives an 'advice string,' that depends only on the size n of the input, and that itself has size upper-bounded by a polynomial in n.

Contains [[#bpp|BPP]] by the progenitor of derandomization arguments [[zooref#adl78|[Adl78]]] [[zooref#kl82|[KL82]]].  By extension, BPP/poly, BPP/mpoly, and BPP/rpoly all equal P/poly. (By contrast, there is an oracle relative to which [[#bpplog|BPP/log]] does not equal [[#bppmlog|BPP/mlog]], while [[#bppmlog|BPP/mlog]] and [[#bpprlog|BPP/rlog]] are not equal relative to any oracle.)

[[zooref#kl82|[KL82]]] showed that, if P/poly contains [[#np|NP]], then [[#ph|PH]] collapses to the second level, [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].

They also showed:
&lt;ul&gt;
&lt;li&gt;If [[#pspace|PSPACE]] is in P/poly then [[#pspace|PSPACE]] equals [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].&lt;/li&gt;
&lt;li&gt;If [[#exp|EXP]] is in P/poly then [[#exp|EXP]] = [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].&lt;/li&gt;
&lt;/ul&gt;
It was later shown that, if [[#np|NP]] is contained in P/poly, then [[#ph|PH]] collapses to [[#zpp|ZPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#kw98|[KW98]]] and indeed [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#cai01|[Cai01]]]. This seems close to optimal, since there exists an oracle relative to which the collapse cannot be improved to [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#wil85|[Wil85]]].

If [[#np|NP]] is not contained in P/poly, then [[#p|P]] does not equal [[#np|NP]].  Much of the effort toward separating [[#p|P]] from [[#np|NP]] is based on this observation.  However, a 'natural proof' as defined by [[zooref#rr97|[RR97]]] cannot be used to show [[#np|NP]] is outside P/poly, if there is any pseudorandom generator in P/poly that has hardness 2&lt;sup&gt;&amp;#937;(n^&amp;#949;)&lt;/sup&gt; for some &amp;#949;&amp;gt;0.

If [[#np|NP]] is contained in P/poly, then [[#ma|MA]] = [[#am|AM]] [[zooref#aks95|[AKS+95]]]

The monotone version of P/poly is [[#mppoly|mP/poly]].

P/poly has measure 0 in [[#e|E]] with [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] oracle [[zooref#may94b|[May94b]]].

Strictly contains [[#iclogpoly|IC[log,poly]]] and [[#plog|P/log]].

----

===== &lt;span id=&quot;psharpp&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;#P&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With [[#sharpp|#P]] Oracle =====
I decided this class is so important that it deserves an entry of its own, apart from [[#sharpp|#P]].

Contains [[#ph|PH]] [[zooref#tod89|[Tod89]]], and is contained in [[#pspace|PSPACE]].

Equals [[#ppp2|P&lt;sup&gt;PP&lt;/sup&gt;]] (exercise for the visitor).

----
===== &lt;span id=&quot;psharpp1&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;#P[1]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Single Query To [[#sharpp|#P]] Oracle =====
Contains [[#ph|PH]] [[zooref#tod89|[Tod89]]].

----
===== &lt;span id=&quot;pac0&quot; style=&quot;color:red&quot;&gt;PAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Probabilistic [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The Political Action Committee for computational complexity research.

The class of problems for which there exists a [[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] function f such that the answer is &quot;yes&quot; on input x if and only if f(x)&gt;0.

Equals [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] and [[#cequalsac0|C&lt;sub&gt;=&lt;/sub&gt;AC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;pbp&quot; style=&quot;color:red&quot;&gt;PBP&lt;/span&gt;: Polynomial-Size Branching Program =====
Same as [[#kpbp|k-PBP]] but with no width restriction.

Equals [[#l/poly|L/poly]] [[zooref#cob66|[Cob66]]].

Contains [[#pobdd|P-OBDD]], [[#bpdp|BP&lt;sub&gt;d&lt;/sub&gt;(P)]].

----

===== &lt;span id=&quot;kpbp&quot; style=&quot;color:red&quot;&gt;k-PBP&lt;/span&gt;: Polynomial-Size Width-k Branching Program =====
A &lt;i&gt;branching program&lt;/i&gt; is a directed acyclic graph with a designated start vertex.  Each (non-sink) vertex is labeled by the name of an input bit, and has two outgoing edges, one of which is followed if that input bit is 0, the other if the bit is 1.  A sink vertex can be either an 'accept' or a 'reject' vertex.

The &lt;i&gt;size&lt;/i&gt; of the branching program is the number of vertices.  The branching program has &lt;i&gt;width k&lt;/i&gt; if the vertices can be sorted into levels, each with at most k vertices, such that each edge goes from a level to the one immediately after it.

Then k-PBP is the class of decision problems solvable by a family of polynomial-size, width-k branching programs.  (A uniformity condition may also be imposed.)

k-PBP equals (nonuniform) [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] for constant k at least 5 [[zooref#bar89|[Bar89]]].  On the other hand, 4-PBP is in [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#bt88|[BT88]]].

Contained in k-[[#eqbp|EQBP]], as well as [[#pbp|PBP]].

See also [[#bpdp|BP&lt;sub&gt;d&lt;/sub&gt;(P)]].
----

===== &lt;span id=&quot;pc&quot; style=&quot;color:red&quot;&gt;P&lt;sub&gt;C&lt;/sub&gt;&lt;/span&gt;: Polynomial-Time Over The Complex Numbers =====
An analog of [[#p|P]] for Turing machines over a complex number field.

Defined in [[zooref#bcs97|[BCS+97]]].

See also [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]], [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], [[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]], [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;pcc&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#p|P]] =====
In a two-party communication complexity problem, Alice and Bob have n-bit strings x and y respectively, and they wish to evaluate some Boolean function f(x,y) using as few bits of communication as possible.  P&lt;sup&gt;cc&lt;/sup&gt; is the class of (infinite families of) f's, such that the amount of communication needed is only O(polylog(n)), even if Alice and Bob are restricted to a deterministic protocol.

Is strictly contained in [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] and in [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] because of the EQUALITY problem.

Equals [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] &amp;#8745; [[#npcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]].

Defined in [[zooref#bfs86|[BFS86]]].

----
===== &lt;span id=&quot;pcd&quot; style=&quot;color:red&quot;&gt;PCD(r(n),q(n))&lt;/span&gt;: Probabilistically Checkable Debate =====
The class of decision problems decidable by a &lt;i&gt;probabilistically checkable debate system&lt;/i&gt;, as follows.

Two debaters B and C alternate writing strings on a &quot;debate tape,&quot; with B arguing that the answer is &quot;yes&quot; and C arguing the answer is &quot;no.&quot;  Then a polynomial-time verifier flips O(r(n)) random coins and makes O(q(n)) &lt;i&gt;nonadaptive&lt;/i&gt; queries to the debate tape (meaning that they depend only on the input and the random coins, not the results of previous queries).  The verifier then outputs an answer, which should be correct with high probability.

Defined in [[zooref#cfl93|[CFL+93]]], who also showed that PCD(log n, 1) = [[#pspace|PSPACE]].  This result was used to show that certain problems are [[#pspace|PSPACE]]-hard even to approximate.

Contained in [[#gpcd|GPCD]](r(n),q(n)).

----
===== &lt;span id=&quot;pclose&quot; style=&quot;color:red&quot;&gt;P-Close&lt;/span&gt;: Problems Close to [[#p|P]] =====
The class of decision problems solvable by a polynomial-time algorithm that outputs the wrong answer on only a sparse (that is, polynomially-bounded) set of instances.

Defined in [[zooref#yes83|[Yes83]]].

Contains [[#almostp|Almost-P]] and is contained in [[#ppoly|P/poly]] [[zooref#sch86|[Sch86]]].

----

===== &lt;span id=&quot;pcp&quot; style=&quot;color:red&quot;&gt;PCP(r(n),q(n))&lt;/span&gt;: Probabilistically Checkable Proof =====
The class of decision problems such that a &quot;yes&quot; answer can be verified by a &lt;i&gt;probabilistically checkable proof&lt;/i&gt;, as follows.

The verifier is a polynomial-time Turing machine with access to O(r(n)) uniformly random bits.  It has random access to a &lt;i&gt;proof&lt;/i&gt; (which might be exponentially long), but can query only O(q(n)) bits of the proof.

Then we require the following:
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; there exists a proof such that the verifier accepts with certainty.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all proofs the verifier rejects with probability at least 1/2 (over the choice of the O(r(n)) random bits).&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#as98|[AS98]]].

By definition [[#np|NP]] = PCP(0,poly(n)).

[[#mip|MIP]] = PCP(poly(n),poly(n)).

PCP(r(n),q(n)) is contained in [[#ntime|NTIME]](2&lt;sup&gt;O(r(n))&lt;/sup&gt;q(n) + poly(n)).

[[#np|NP]] = PCP(log n, log n) [[zooref#as98|[AS98]]].

In fact, [[#np|NP]] = PCP(log n, 1) [[zooref#alm98|[ALM+98]]]!

On the other hand, if [[#np|NP]] is contained in PCP(o(log n), o(log n)), then [[#p|P]] = [[#np|NP]] [[zooref#fgl91|[FGL+91]]].

Also, even though there exists an oracle relative to which [[#np|NP]] = [[#exp|EXP]] [[zooref#hel84|[Hel84]]], if we could show there exists an oracle relative to which PCP(log n, 1) = [[#exp|EXP]], then we'd have proved [[#p|P]] not equal to [[#np|NP]] [[zooref#for94|[For94]]].

Another weird oracle fact: since [[#np|NP]] does not equal [[#nexp|NEXP]] [[zooref#sfm78|[SFM78]]], PCP(0,log n) does not equal PCP(0,poly(n)).  However, there exist oracles relative to which the latter inequality is false [[zooref#hcc92|[HCC+92]]].

----
===== &lt;span id=&quot;permup&quot; style=&quot;color:red&quot;&gt;PermUP&lt;/span&gt;: Self-Permuting [[#up|UP]] =====
The class of languages L in [[#up|UP]] such that the mapping from an input x to the unique witness for x is a permutation of L.

Contains [[#p|P]].

Defined in [[zooref#ht03|[HT03]]], where it was also shown that the closure of PermUP under polynomial-time one-to-one reductions is [[#up|UP]].

On the other hand, they show that if PermUP = [[#up|UP]] then [[#e|E]] = [[#ue|UE]].

See also: [[#selfnp|SelfNP]].

----
===== &lt;span id=&quot;pexp&quot; style=&quot;color:red&quot;&gt;PEXP&lt;/span&gt;: Probabilistic Exponential-Time =====
Has the same relation to [[#exp|EXP]] as [[#pp|PP]] does to [[#p|P]].

Is not contained in [[#ppoly|P/poly]] [[zooref#bft98|[BFT98]]].

----
===== &lt;span id=&quot;pf&quot; style=&quot;color:red&quot;&gt;PF&lt;/span&gt;: Alternate Name for [[#fp|FP]] =====

----
===== &lt;span id=&quot;pfchk&quot; style=&quot;color:red&quot;&gt;PFCHK(t(n))&lt;/span&gt;: Proof-Checker =====
The class of decision problems solvable in time O(t(n)) by a nondeterministic Turing machine, as follows.  The machine is given oracle access to a &lt;i&gt;proof string&lt;/i&gt; of unbounded length.
&lt;ul&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a value of the proof string such that all computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all values of the proof string, there exists a computation path that rejects.&lt;/li&gt;
&lt;/ul&gt;
Credited in [[zooref#for94|[For94]]] to S. Arora, R. Impagliazzo, and U. Vazirani.

An interesting question is whether [[#np|NP]] = PFCHK(log n) relative to all possible oracles.  Fortnow [[zooref#for94|[For94]]] observes that the answer depends on what oracle access mechanism is used.

----
===== &lt;span id=&quot;ph&quot; style=&quot;color:red&quot;&gt;PH&lt;/span&gt;: Polynomial-Time Hierarchy =====
Let &amp;#916;&lt;sub&gt;0&lt;/sub&gt;P = &amp;#931;&lt;sub&gt;0&lt;/sub&gt;P = &amp;#928;&lt;sub&gt;0&lt;/sub&gt;P = [[#p|P]].  Then for i&amp;gt;0, let
&lt;ul&gt;
&lt;li&gt;&amp;#916;&lt;sub&gt;i&lt;/sub&gt;P = [[#p|P]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt;P oracle.&lt;/li&gt;
&lt;li&gt;&amp;#931;&lt;sub&gt;i&lt;/sub&gt;P = [[#np|NP]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt;P oracle.&lt;/li&gt;
&lt;li&gt;&amp;#928;&lt;sub&gt;i&lt;/sub&gt;P = [[#conp|coNP]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt;P oracle.&lt;/li&gt;
&lt;/ul&gt;
Then PH is the union of these classes for all nonnegative constant i.

PH can also be defined using alternating quantifiers: it's the class of problems of the form, &quot;given an input x, does there exist a y such that for all z, there exists a w ... such that &amp;phi;(x,y,z,w,...),&quot; where y,z,w,... are polynomial-size strings and &amp;phi; is a polynomial-time computable predicate.  It's not totally obvious that this is equivalent to the first definition, since the first one involves adaptive [[#np|NP]] oracle queries and the second one doesn't, but it is.

Defined in [[zooref#sto76|[Sto76]]].

Contained in [[#p|P]] with a [[#pp|PP]] oracle [[zooref#tod89|[Tod89]]].

Contains [[#bpp|BPP]] [[zooref#lau83|[Lau83]]].

Relative to a random oracle, PH is strictly contained in [[#pspace|PSPACE]] with probability 1 [[zooref#cai86|[Cai86]]].

Furthermore, there exist oracles separating any &amp;#931;&lt;sub&gt;i&lt;/sub&gt;P from &amp;#931;&lt;sub&gt;i+1&lt;/sub&gt;P.  On the other hand, it is unknown whether &amp;#931;&lt;sub&gt;i&lt;/sub&gt;P is strictly contained in &amp;#931;&lt;sub&gt;i+1&lt;/sub&gt;P relative to a &lt;i&gt;random&lt;/i&gt; oracle with probability 1 (see [[zooref#has87|[Has87]]]).  Book [[zooref#boo94|[Boo94]]] shows that if PH collapses relative to a random oracle with probability 1, then it collapses unrelativized.

For a compendium of problems complete for different classes of the Polynomial Hierarchy see [[zooref#sch02a|[Sch02a]]] and [[zooref#sch02b|[Sch02b]]].

----

===== &lt;span id=&quot;phcc&quot; style=&quot;color:red&quot;&gt;PH&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#ph|PH]] =====
The obvious generalization of [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] and [[#conpcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]] to a nondeterministic hierarchy.

It is unknown whether &amp;#931;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt; equals &amp;#928;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;.

Defined in [[zooref#bfs86|[BFS86]]], where it was also shown (among other things) that [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] is contained in &amp;#931;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt; &amp;#8745; &amp;#928;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;.

----
===== &lt;span id=&quot;phi2p&quot; style=&quot;color:red&quot;&gt;&amp;#934;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Second Level of the Symmetric Hierarchy, Alternative Definition =====
The class of problems for which there exists a polynomial-time predicate P(x,y,z) such that for all x, if the answer on input x is &quot;yes,&quot; then
&lt;ol&gt;
&lt;li&gt;For all y, there exists a z for which P(x,y,z).&lt;/li&gt;
&lt;li&gt;For all z, there exists a y for which P(x,y,z).&lt;/li&gt;
&lt;/ol&gt;
Contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] and [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].

Defined in [[zooref#can96|[Can96]]], where it was also observed that &amp;#934;&lt;sub&gt;2&lt;/sub&gt;P = [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;php&quot; style=&quot;color:red&quot;&gt;PhP&lt;/span&gt;: Physical Polynomial-Time =====
Defined by Valiant [[zooref#val03|[Val03]]] to be &quot;the class of physically constructible polynomial resource computers&quot; (characterizing what &quot;can be computed in the physical world in practice&quot;).  There he says that PhP contains [[#p|P]] and [[#bpp|BPP]], but that it is open whether PhP contains [[#bqp|BQP]], since no scalable quantum computing proposal has been demonstrated beyond reasonable doubt.

For what it's worth, the present zookeeper has more qualms about admitting [[#dtime|DTIME]](n&lt;sup&gt;1000&lt;/sup&gt;) into PhP than [[#bqtime|BQTIME]](n&lt;sup&gt;2&lt;/sup&gt;).  It is very possible that the total number of bits or bit tranisitions that can be witnessed by any one observer in the universe is finite.  (Recent observations of the cosmological constant combined with plausible fundamental physics yields a bound of 10&lt;sup&gt;k&lt;/sup&gt; with k in the low hundreds.)  In practice, less than 10&lt;sup&gt;50&lt;/sup&gt; bits and less than 10&lt;sup&gt;80&lt;/sup&gt; bit transitions are available for human use.  (This is combining the number of atoms in the Earth with the number of signals that they can exchange in a millenium.)

The present veterinarian concurs that PhP is an unhealthy animal, although it is valid to ask whether [[#bqp|BQP]] is a realistic class.

----

===== &lt;span id=&quot;pi2p&quot; style=&quot;color:red&quot;&gt;&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: [[#conp|coNP]] With [[#np|NP]] Oracle =====
Complement of [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].

Along with [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]], comprises the second level of [[#ph|PH]], the polynomial hierarchy. For any fixed k, there is a problem in &amp;#928;&lt;sub&gt;2&lt;/sub&gt;P &amp;#8745; [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] that cannot be solved by circuits of size n&lt;sup&gt;k&lt;/sup&gt; [[zooref#kan82|[Kan82]]].

----
===== &lt;span id=&quot;pinc&quot; style=&quot;color:red&quot;&gt;PINC&lt;/span&gt;: Polynomial Ignorance of Names of Classes =====
(Actually, I've since been informed that PINC means &quot;Incremental Polynomial-Time.&quot;)

The class of function problems, f:{0,1}&lt;sup&gt;n&lt;/sup&gt;-&amp;gt;{0,1}&lt;sup&gt;m&lt;/sup&gt;, such that the k&lt;sup&gt;th&lt;/sup&gt; output bit is computable in time polynomial in n and k.

Defined in [[zooref#jy88|[JY88]]].

Contained in [[#pio|PIO]].  This containment is strict, since if m=2&lt;sup&gt;n&lt;/sup&gt; (say), then computing the first bit of f(x) might be [[#exp|EXP]]-complete.

----
===== &lt;span id=&quot;pio&quot; style=&quot;color:red&quot;&gt;PIO&lt;/span&gt;: Polynomial Input Output =====
The class of function problems, f:{0,1}&lt;sup&gt;n&lt;/sup&gt;-&amp;gt;{0,1}&lt;sup&gt;m&lt;/sup&gt;, such that f(x) is computable in time polynomial in n and m.  Allows us to discuss whether a function is &quot;efficiently computable&quot; or not, even if the output is too long to write down in polynomial time.

Defined in [[zooref#yan81|[Yan81]]].

Strictly contains [[#pinc|PINC]].

----
===== &lt;span id=&quot;pk&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;K&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Kolmogorov-Complexity Oracle =====
[[#p|P]] equipped with an oracle that, given a string x, returns the length of the shortest program that outputs x.

A similar class was defined in [[zooref#abk02|[ABK+02]]], where it was also shown that P&lt;sup&gt;K&lt;/sup&gt; contains [[#pspace|PSPACE]].  It is not known whether P&lt;sup&gt;K&lt;/sup&gt; contains all of [[#r|R]], or even any recursive problem not in [[#pspace|PSPACE]].

See also: [[#bppkt|BPP&lt;sup&gt;KT&lt;/sup&gt;]].

----
===== &lt;span id=&quot;pkc&quot; style=&quot;color:red&quot;&gt;PKC&lt;/span&gt;: Perfect Knowledge Complexity =====
Has the same relation to [[#pzk|PZK]] as [[#skc|SKC]] does to [[#szk|SZK]].

Defined in [[zooref#gp91|[GP91]]].

----
===== &lt;span id=&quot;pl&quot; style=&quot;color:red&quot;&gt;PL&lt;/span&gt;: Probabilistic [[#l|L]] =====
Has the same relation to [[#l|L]] that [[#pp|PP]] has to [[#p|P]].

Contains [[#bpl|BPL]].

PL&lt;sup&gt;PL&lt;/sup&gt; = PL (see [[zooref#ho02|[HO02]]]).

----
===== &lt;span id=&quot;pl1&quot; style=&quot;color:red&quot;&gt;PL&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;: Polynomially-Bounded L&lt;sub&gt;1&lt;/sub&gt; Spectral Norm =====
The class of Boolean functions f:{-1,1}&lt;sup&gt;n&lt;/sup&gt;-&gt;{-1,1} such that the sum of absolute values of Fourier coefficients of f is bounded by a polynomial in n.

Defined in [[zooref#bs90|[BS90]]], where it was also shown that PL&lt;sub&gt;1&lt;/sub&gt; is contained in [[#pt1|PT&lt;sub&gt;1&lt;/sub&gt;]] (and this inclusion is strict).

----
===== &lt;span id=&quot;plinfinity&quot; style=&quot;color:red&quot;&gt;PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt;&lt;/span&gt;: Polynomially-Bounded L&lt;sub&gt;&amp;#8734;&lt;/sub&gt;&lt;sup&gt;-1&lt;/sup&gt; Spectral Norm =====
The class of Boolean functions f:{-1,1}&lt;sup&gt;n&lt;/sup&gt;-&gt;{-1,1} such that the maximum of |&amp;alpha;|&lt;sup&gt;-1&lt;/sup&gt;, over all Fourier coefficients &amp;alpha; of f, is upper-bounded by a polynomial in n.

Defined in [[zooref#bs90|[BS90]]], where it was also shown that PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt; contains [[#pt1|PT&lt;sub&gt;1&lt;/sub&gt;]] (and this inclusion is strict).

----

===== &lt;span id=&quot;plf&quot; style=&quot;color:red&quot;&gt;PLF&lt;/span&gt;: Polynomial Leaf =====
Defined in [[zooref#pap90|[Pap90]]].

I believe it's the same as [[#ppa|PPA]].

----
===== &lt;span id=&quot;pll&quot; style=&quot;color:red&quot;&gt;PLL&lt;/span&gt;: Polynomial Local Lemma =====
The class of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the Lov&amp;aacute;sz Local Lemma.  Defined in [[zooref#pap94b|[Pap94b]]].

----
===== &lt;span id=&quot;pls&quot; style=&quot;color:red&quot;&gt;PLS&lt;/span&gt;: Polynomial Local Search =====
The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the lemma that &quot;every finite directed acyclic graph has a sink.&quot;

More precisely, for each input, there's a finite set of &lt;i&gt;solutions&lt;/i&gt; (i.e. strings), and a polynomial-time algorithm that computes a &lt;i&gt;cost&lt;/i&gt; for each solution, and a &lt;i&gt;neighboring solution&lt;/i&gt; of lower cost provided that one exists.  Then the problem is to return any solution that has cost less than or equal to all of its neighbors.  (In other words, a local optimum.)

(&lt;i&gt;Note:&lt;/i&gt; In the Zookeeper's humble opinion, PLS &lt;i&gt;should&lt;/i&gt; have been defined as follows: there exist polynomial-time algorithms that compute the cost of a solution, and the set of &lt;i&gt;all&lt;/i&gt; neighbors of a given solution, not just a single solution of lower cost. Of course we'd require that every solution has only polynomially many neighbors.  The two definitions are not obviously equivalent, and it's conceivable that knowing all the neighbors would be helpful -- for example, in simulated annealing one sometimes makes uphill moves.)

Defined in [[zooref#jpy88|[JPY88]]], [[zooref#py88|[PY88]]].

There exists an oracle relative to which PLS is not contained in [[#fbqp|FBQP]] [[zooref#aar03|[Aar03]]].

Also, there exist oracles relative to which PLS is not contained in [[#ppa|PPA]] [[zooref#bm04|[BM04]]], and [[#ppa|PPA]] and [[#ppp|PPP]] are not contained in PLS [[zooref#mor01|[Mor01]]].

Whether PLS is not in [[#ppp|PPP]] relative to some oracle remains open.

[[zooref#ct07|[CT07]]] conjecture that if [[#ppad|PPAD]] is in [[#p|P]], then [[#pls|PLS]] is in [[#p|P]].
----

===== &lt;span id=&quot;pnp&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Oracle Access To [[#np|NP]] =====
See [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;pparnp&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;||NP&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Parallel Queries To [[#np|NP]] =====
Equals [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] ([[zooref#bh91|[BH91]]] and [[zooref#hem89|[Hem89]]] independently).

----
===== &lt;span id=&quot;pnpk&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP[k]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With k [[#np|NP]] Queries(for constant k) =====
Equals [[#p|P]] with 2&lt;sup&gt;k&lt;/sup&gt;-1 parallel queries to [[#np|NP]] (i.e. queries that do not depend on the outcomes of previous queries) ([[zooref#bh91|[BH91]]] and [[zooref#hem89|[Hem89]]] independently).

If P&lt;sup&gt;NP[1]&lt;/sup&gt; = P&lt;sup&gt;NP[2]&lt;/sup&gt;, then P&lt;sup&gt;NP[1]&lt;/sup&gt; = [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] and indeed [[#ph|PH]] collapses to &amp;Delta;&lt;sub&gt;3&lt;/sub&gt;P (attributed in [[zooref#har87b|[Har87b]]] to J. Kadin).

----
===== &lt;span id=&quot;pnplog&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP[log]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Log [[#np|NP]] Queries =====
The class of decision problems solvable by a [[#p|P]] machine, that can make O(log n) queries to an [[#np|NP]] oracle (where n is the length of the input).

Equals [[#pparnp|P&lt;sup&gt;&amp;#124;&amp;#124;NP&lt;/sup&gt;]], the class of decision problems solvable by a [[#p|P]] machine that can make polynomially many &lt;i&gt;nonadaptive&lt;/i&gt; queries to an [[#np|NP]] oracle (i.e. queries that do not depend on the outcomes of previous queries) ([[zooref#bh91|[BH91]]] and [[zooref#hem89|[Hem89]]] independently).

P&lt;sup&gt;NP[log]&lt;/sup&gt; is contained in [[#pp|PP]] [[zooref#bhw89|[BHW89]]].

Determining the winner in an election system proposed in 1876 by Charles Dodgson (a.k.a. Lewis Carroll) has been shown to be complete for P&lt;sup&gt;NP[log]&lt;/sup&gt; [[zooref#hhr97|[HHR97]]].

Contains [[#pnpk|P&lt;sup&gt;NP[k]&lt;/sup&gt;]] for all constants k.

----
===== &lt;span id=&quot;pnplog2&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP[log^2]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Log&lt;sup&gt;2&lt;/sup&gt; [[#np|NP]] Queries =====
Same as [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]], except that now log&lt;sup&gt;2&lt;/sup&gt; queries can be made.

The model-checking problem for a certain temporal logic is P&lt;sup&gt;NP[log^2]&lt;/sup&gt;-complete [[zooref#sch03|[Sch03]]].

For all k, [[#p|P]] with log&lt;sup&gt;k&lt;/sup&gt; adaptive queries to [[#np|NP]] coincides with [[#p|P]] with log&lt;sup&gt;k+1&lt;/sup&gt; nonadaptive queries [[zooref#cs92|[CS92]]].

----
===== &lt;span id=&quot;pobdd&quot; style=&quot;color:red&quot;&gt;P-OBDD&lt;/span&gt;: Polynomial-Size Ordered Binary Decision Diagram =====
An &lt;i&gt;ordered binary decision diagram (OBDD)&lt;/i&gt; is a branching program (see [[#kpbp|k-PBP]]), with the additional constraint that if x&lt;sub&gt;i&lt;/sub&gt; is queried before x&lt;sub&gt;j&lt;/sub&gt; on any path, then i&amp;lt;j.

Then P-OBDD is the class of decision problems solvable by polynomial-size OBDD's.

Contained in [[#pbp|PBP]], as well as [[#bppobdd|BPP-OBDD]].

----
===== &lt;span id=&quot;podn&quot; style=&quot;color:red&quot;&gt;PODN&lt;/span&gt;: Polynomial Odd Degree Node =====
The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the lemma that &quot;every finite graph has an even number of odd-degree nodes.&quot;

Equals [[#ppa|PPA]] [[zooref#pap90|[Pap90]]].

----
===== &lt;span id=&quot;polyl&quot; style=&quot;color:red&quot;&gt;polyL&lt;/span&gt;: Polylogarithmic Space =====
Equals [[#dspace|DSPACE]]((log n)&lt;sup&gt;c&lt;/sup&gt;).

In contrast to [[#l|L]], which is contained in [[#p|P]], it is not known if polyL is contained in [[#p|P]] or vice versa.  On the other hand, we do know that polyL does not equal [[#p|P]], since (for example) polyL does not have complete problems under many-to-one logspace reductions.

----
===== &lt;span id=&quot;postbqp&quot; style=&quot;color:red&quot;&gt;PostBQP&lt;/span&gt;: [[#bqp|BQP]] With Postselection =====
A class inspired by the proverb, &quot;if at first you don't succeed, try, try again.&quot;

Formally, the class of decision problems solvable by a [[#bqp|BQP]] machine such that
&lt;ul&gt;
&lt;li&gt;If the answer is 'yes' then the second qubit has at least 2/3 probability of being measured 1, &lt;i&gt;conditioned&lt;/i&gt; on the first qubit having been measured 1.&lt;/li&gt;
&lt;li&gt;If the answer is 'no' then the second qubit has at most 1/3 probability of being measured 1, conditioned on the first qubit having been measured 1.&lt;/li&gt;
&lt;li&gt;On any input, the first qubit has a nonzero probability of being measured 1.&lt;/li&gt;
&lt;/ul&gt;
Defined in [[zooref#aar05b|[Aar05b]]], where it is also shown that PostBQP equals [[#pp|PP]].

[[zooref#aar05b|[Aar05b]]] also gives the following alternate characterizations of PostBQP (and therefore of [[#pp|PP]]):
&lt;ul&gt;
&lt;li&gt;The quantum analogue of [[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]].&lt;/li&gt;
&lt;li&gt;The class of problems solvable in quantum polynomial time if we allow arbitrary linear operations (not just unitary ones). Before measuring, we divide all amplitudes by a normalizing factor to make the probabilities sum to 1.&lt;/li&gt;
&lt;li&gt;The class of problems solvable in quantum polynomial time if we take the probability of measuring a basis state with amplitude &amp;alpha; to be not |&amp;alpha;|&lt;sup&gt;2&lt;/sup&gt; but |&amp;alpha;|&lt;sup&gt;p&lt;/sup&gt;, where p is an even integer greater than 2.  (Again we need to divide all amplitudes by a normalizing factor to make the probabilities sum to 1.)&lt;/li&gt;
&lt;/ul&gt;

----

===== &lt;span id=&quot;pp&quot; style=&quot;color:red&quot;&gt;PP&lt;/span&gt;: Probabilistic Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes' then at least 1/2 of computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no' then less than 1/2 of computation paths accept.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#gil77|[Gil77]]].

PP is closed under union and intersection [[zooref#brs91|[BRS91]]] (this was an open problem for 14 years).

Contains [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] [[zooref#bhw89|[BHW89]]].

Equals PP&lt;sup&gt;[[#bpp|BPP]]&lt;/sup&gt; [[zooref#kst89b|[KST+89b]]] as well as [[#postbqp|PostBQP]] [[zooref#aar05b|[Aar05b]]].

However, there exists an oracle relative to which PP does not contain [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bei94|[Bei94]]].

[[#ph|PH]] is in [[#ppp2|P&lt;sup&gt;PP&lt;/sup&gt;]] [[zooref#tod89|[Tod89]]].

[[#bqp|BQP]] is low for PP; i.e. PP&lt;sup&gt;BQP&lt;/sup&gt; = PP [[zooref#fr98|[FR98]]].

For a random oracle A, PP&lt;sup&gt;A&lt;/sup&gt; is strictly contained in [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; with probability 1 [[zooref#abf94|[ABF+94]]].

For any fixed k, there exists a language in PP that does not have circuits of size n&lt;sup&gt;k&lt;/sup&gt; [[zooref#vin04b|[Vin04b]]].  Indeed, there exists a language in PP that does not even have quantum circuits of size n&lt;sup&gt;k&lt;/sup&gt; with quantum advice [[zooref#aar06|[Aar06]]].

By contrast, there exists an oracle relative to which PP has linear-size circuits [[zooref#aar06|[Aar06]]].

PP can be generalized to the counting hierarchy [[#ch|CH]].

----

===== &lt;span id=&quot;pppoly&quot; style=&quot;color:red&quot;&gt;PP/poly&lt;/span&gt;: Nonuniform [[#pp|PP]] =====
Contains [[#bqpqpoly|BQP/qpoly]] [[zooref#aar04b|[Aar04b]]].

If PP/poly = [[#ppoly|P/poly]] then [[#pp|PP]] is contained in [[#ppoly|P/poly]].  Indeed this is true with any syntactically defined class in place of [[#pp|PP]].  An implication is that any unrelativized separation of [[#bqpqpoly|BQP/qpoly]] from [[#bqpmpoly|BQP/mpoly]] would imply that [[#pp|PP]] does not have polynomial-size circuits.

----
===== &lt;span id=&quot;ppa&quot; style=&quot;color:red&quot;&gt;PPA&lt;/span&gt;: Polynomial Parity Argument =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the lemma that &quot;all graphs of maximum degree 2
have an even number of leaves.&quot;

More precisely, there's a polynomial-time algorithm that, given any string, computes its 'neighbor' strings (of which there are at most two). Then given a leaf string (i.e. one with only one neighbor), the problem is to output another leaf string.

As an example, suppose you're given a cubic graph (one where every vertex has degree 3), and a Hamiltonian cycle H on that graph.  Then by making a sequence of modifications to H (albeit possibly exponentially many), it is always possible to find a second Hamilton cycle (see [[zooref#pap94|[Pap94]]]).  So this problem is in PPA.

Another problem in PPA is finding an Arrow-Debreu equilibrium, given the goods and utility functions of traders in a marketplace.

Contained in [[#tfnp|TFNP]].

Contains [[#ppad|PPAD]].

There exist oracles relative to which PPA does not contain [[#pls|PLS]] [[zooref#bm04|[BM04]]] and [[#ppp|PPP]] [[zooref#bce95|[BCE+95]]].  There also exists an oracle relative to which PPA is not contained in [[#ppp|PPP]] [[zooref#bce95|[BCE+95]]].

----
===== &lt;span id=&quot;ppad&quot; style=&quot;color:red&quot;&gt;PPAD&lt;/span&gt;: Polynomial Parity Argument (Directed) =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

Same as [[#ppa|PPA]], except now the graph is directed, and we're asked to find either a source or a sink.

Contained in [[#ppa|PPA]] and [[#ppads|PPADS]].

NASH, the problem of finding a Nash equilibrium in a normal form game of two or more players with specified utilities, is in PPAD [[zooref#pap94b|[Pap94b]]], and proved to be complete for PPAD with four players in [[zooref#dgp05|[DGP05]]], and shortly after extended to the case of three players [[zooref#dp05|[DP05]]] and independently [[zooref#cd05|[CD05]]].

Computing an &amp;#949;-Nash Equilibrium for any number of players is also PPAD-complete.

There exists an oracle relative to which [[#ppp|PPP]] is not contained in PPAD [[zooref#bce95|[BCE+95]]].

----

===== &lt;span id=&quot;ppads&quot; style=&quot;color:red&quot;&gt;PPADS&lt;/span&gt;: Polynomial Parity Argument (Directed, Sink) =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

Same as [[#ppa|PPA]], except now the graph is directed, and we're asked to find a sink.

Contained in [[#ppp|PPP]].

Contains [[#ppad|PPAD]].

----
===== &lt;span id=&quot;ppp&quot; style=&quot;color:red&quot;&gt;PPP&lt;/span&gt;: Polynomial Pigeonhole Principle =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the Pigeonhole Principle.

More precisely, we're given a Boolean circuit, that maps n-bit strings to n-bit strings.  The problem is to return &lt;i&gt;either&lt;/i&gt; an input that maps to 0&lt;sup&gt;n&lt;/sup&gt;, &lt;i&gt;or&lt;/i&gt; two inputs that map to the same output.

Contained in [[#tfnp|TFNP]].

Contains [[#ppads|PPADS]].

[[zooref#bce95|[BCE+95]]] give oracles relative to which PPP is not contained in [[#ppa|PPA]] and [[#ppad|PPAD]], and [[#ppa|PPA]] is not contained in PPP.

[[zooref#mor01|[Mor01]]] gives an oracle relative to which PPP is not contained in [[#pls|PLS]].

Whether [[#pls|PLS]] is not contained in PPP relative to some oracle remains open.

----
===== &lt;span id=&quot;ppp2&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;PP&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With [[#pp|PP]] Oracle =====
A level of the counting hierarchy [[#ch|CH]].

It is not known whether there exists an oracle relative to which P&lt;sup&gt;PP&lt;/sup&gt; does not equal [[#pspace|PSPACE]].

Contains [[#pp|PP]]&lt;sup&gt;[[#ph|PH]]&lt;/sup&gt; [[zooref#tod89|[Tod89]]].

Equals [[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] (exercise for the visitor).

Since the permanent of a matrix is [[#sharpp|#P]]-complete [[zooref#val79|[Val79]]], Toda's theorem implies that any problem in the polynomial hierarchy can be solved by computing a sequence of permanents.

----

===== &lt;span id=&quot;pquery&quot; style=&quot;color:red&quot;&gt;PQUERY&lt;/span&gt;: PSPACE With Polynomial Queries =====
The class of decision problems solvable in polynomial space using at most a polynomial number of queries to the oracle.

Thus, PQUERY = [[#pspace|PSPACE]], but PQUERY&lt;sup&gt;A&lt;/sup&gt; does not equal [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; for some oracles A.

Defined in [[zooref#kur83|[Kur83]]], where it was actually put forward as a serious argument (!!) against believing relativization results.

----

===== &lt;span id=&quot;ppspace&quot; style=&quot;color:red&quot;&gt;PPSPACE&lt;/span&gt;: Probabilistic [[#pspace|PSPACE]] =====
Same as [[#ipp|IPP]], except that [[#ipp|IPP]] uses private coins while PPSPACE uses public coins.

Can also be defined as a probabilistic version of [[#pspace|PSPACE]].

Equals [[#pspace|PSPACE]].

Defined in [[zooref#pap83|[Pap83]]].

----
===== &lt;span id=&quot;pr&quot; style=&quot;color:red&quot;&gt;PR&lt;/span&gt;: Primitive Recursive Functions =====
Basically, the class of functions definable by recursively building up arithmetic functions: addition, multiplication, exponentiation, tetration, etc.  What's &lt;i&gt;not&lt;/i&gt; allowed is to &quot;diagonalize&quot; a whole series of such functions to produce an even faster-growing one.  Thus, the Ackermann function was proposed in 1928 as an example of a recursive function that's not primitive recursive, showing that PR is strictly contained in [[#r|R]].

Alternatively, the PR functions are exactly those functions that can be computed via programs in any reasonable, idealized ALGOL-like programming language where only &lt;i&gt;definite&lt;/i&gt; loops are allowed, that is, loops where the number of iterations is specified before the loop starts (so FOR-loops are okay but not WHILE- or REPEAT-loops), and recursive calls are not allowed.

An interesting difference is that PR functions can be explicitly enumerated, whereas functions in [[#r|R]] cannot be (since otherwise the halting problem would be decidable).  That is, PR is a &quot;syntactic&quot; class whereas [[#r|R]] is &quot;semantic.&quot;

On the other hand, we can &quot;enumerate&quot; any [[#re|RE]] set by a PR function in the following sense: given an input (M,k), where M is a Turing machine and k is an integer, if M halts within k steps then output M; otherwise output nothing.  Then the union of the outputs, over all possible inputs (M,k), is exactly the set of M that halt.

PR strictly contains [[#elementary|ELEMENTARY]].

----

===== &lt;span id=&quot;pr2&quot; style=&quot;color:red&quot;&gt;P&lt;sub&gt;R&lt;/sub&gt;&lt;/span&gt;: Polynomial-Time Over The Reals =====
An analog of [[#p|P]] for Turing machines over a real number field.

Defined in [[zooref#bcs97|[BCS+97]]].

See also [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]], [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], [[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]], [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;prhspace&quot; style=&quot;color:red&quot;&gt;Pr&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))&lt;/span&gt;: Unbounded-Error Halting Probabilistic f(n)-Space =====
Has the same relation to [[#dspace|DSPACE]](f(n)) as [[#pp|PP]] does to [[#p|P]].  The Turing machine has to halt on every input &lt;i&gt;and&lt;/i&gt; every setting of the random tape.

Equals [[#prspace|PrSPACE]](f(n)) [[zooref#jun85|[Jun85]]].

----
===== &lt;span id=&quot;promisebpp&quot; style=&quot;color:red&quot;&gt;PromiseBPP&lt;/span&gt;: Promise-Problem [[#bpp|BPP]] =====
Same as [[#promiserp|PromiseRP]], but for [[#bpp|BPP]] instead of [[#rp|RP]].

Defined in [[zooref#bf99|[BF99]]].

----
===== &lt;span id=&quot;promisebqp&quot; style=&quot;color:red&quot;&gt;PromiseBQP&lt;/span&gt;: Promise-Problem [[#bqp|BQP]] =====
Same as [[#promisebqp|PromiseBQP]], but for [[#bqp|BQP]] instead of [[#bpp|BPP]].

If PromiseBQP = [[#promisep|PromiseP]] then [[#bqpmpoly|BQP/mpoly]] = [[#ppoly|P/poly]].

----
===== &lt;span id=&quot;promisep&quot; style=&quot;color:red&quot;&gt;PromiseP&lt;/span&gt;: Promise-Problem [[#p|P]] =====
The class of promise problems solvable by a [[#p|P]] machine.

----
===== &lt;span id=&quot;promiserp&quot; style=&quot;color:red&quot;&gt;PromiseRP&lt;/span&gt;: Promise-Problem [[#rp|RP]] =====
The class of promise problems solvable by an [[#rp|RP]] machine. I.e., the machine must accept with probability at least 1/2 for &quot;yes&quot; inputs, and with probability 0 for &quot;no&quot; inputs, but could have acceptance probability between 0 and 1/2 for inputs that do not satisfy the promise.

Defined in [[zooref#bf99|[BF99]]], where it was also shown that [[#bpp|BPP]] is in [[#rp|RP]]&lt;sup&gt;PromiseRP[1]&lt;/sup&gt; (i.e. with a single oracle query to PromiseRP).

Contained in [[#promisebpp|PromiseBPP]].

----
===== &lt;span id=&quot;prspace&quot; style=&quot;color:red&quot;&gt;PrSPACE(f(n))&lt;/span&gt;: Unbounded-Error Probabilistic f(n)-Space =====
Has the same relation to [[#dspace|DSPACE]](f(n)) as [[#pp|PP]] does to [[#p|P]].  The Turing machine has to halt with probability 1 on every input.

Contained in [[#dspace|DSPACE]](f(n)&lt;sup&gt;2&lt;/sup&gt;) [[zooref#bcp83|[BCP83]]].

Equals [[#prhspace|Pr&lt;sub&gt;H&lt;/sub&gt;SPACE]](f(n)) [[zooref#jun85|[Jun85]]].

----
===== &lt;span id=&quot;psel&quot; style=&quot;color:red&quot;&gt;P-Sel&lt;/span&gt;: P-Selective Sets =====
The class of decision problems for which there's a polynomial-time algorithm with the following property.  Whenever it's given two instances, a &quot;yes&quot; and a &quot;no&quot; instance, the algorithm can always decide which is the &quot;yes&quot; instance.

Defined in [[zooref#sel79|[Sel79]]], where it was also shown that if [[#np|NP]] is contained in P-Sel then [[#p|P]] = [[#np|NP]].

There exist P-selective sets that are not recursive (i.e. not in [[#r|R]]).

----
===== &lt;span id=&quot;psk&quot; style=&quot;color:red&quot;&gt;PSK&lt;/span&gt;: Polynomial Sink =====
Yeah, I'm told that's what the S and K stand for.  Go figure.

The class of total function problems definable as follows: given a directed graph of indegree and outdegree at most 1, and given a source, find a sink.

Defined in [[zooref#pap90|[Pap90]]].

Equals [[#ppads|PPADS]].

----
===== &lt;span id=&quot;pspace&quot; style=&quot;color:red&quot;&gt;PSPACE&lt;/span&gt;: Polynomial-Space =====
The class of decision problems solvable by a Turing machine in polynomial space.

Equals [[#npspace|NPSPACE]] [[zooref#sav70|[Sav70]]], [[#ap|AP]] [[zooref#cks81|[CKS81]]], [[#ip|IP]] [[zooref#sha90|[Sha90]]], and, assuming the existence of one-way functions, [[#czk|CZK]] [[zooref#bgg90|[BGG+90]]].

Contains [[#p|P]] with [[#sharpp|#P]] oracle.

A canonical PSPACE-complete problem is [[Complexity_Garden#qbf|QBF]].

Relative to a random oracle, PSPACE strictly contains [[#ph|PH]] with probability 1 [[zooref#cai86|[Cai86]]].

PSPACE has a complete problem that is both downward self-reducible and random self-reducible [[zooref#tv02|[TV02]]].  It is the largest class with such a complete problem.

Contained in [[#exp|EXP]].  There exists an oracle relative to which this containment is proper [[zooref#dek76|[Dek76]]].

----

===== &lt;span id=&quot;pspacepoly&quot; style=&quot;color:red&quot;&gt;PSPACE/poly&lt;/span&gt;: [[#pspace|PSPACE]] With Polynomial-Size Advice =====
Contains [[#qmaqpoly|QMA/qpoly]] [[zooref#aar06b|[Aar06b]]].

----
===== &lt;span id=&quot;pt1&quot; style=&quot;color:red&quot;&gt;PT&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;: Polynomial Threshold Functions =====
The class of Boolean functions f:{-1,1}&lt;sup&gt;n&lt;/sup&gt;-&gt;{-1,1} such that f(x)=sgn(p(x)), where p is a polynomial having a number of terms polynomial in n.

Defined in [[zooref#bs90|[BS90]]], where it was also shown that PT&lt;sub&gt;1&lt;/sub&gt; contains [[#pl1|PL&lt;sub&gt;1&lt;/sub&gt;]] (and this inclusion is strict), and that PT&lt;sub&gt;1&lt;/sub&gt; is contained in [[#plinfinity|PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt;]] (and this inclusion is strict).

----

===== &lt;span id=&quot;ptape&quot; style=&quot;color:red&quot;&gt;PTAPE&lt;/span&gt;: Archaic for [[#pspace|PSPACE]] =====

----
===== &lt;span id=&quot;ptas&quot; style=&quot;color:red&quot;&gt;PTAS&lt;/span&gt;: Polynomial-Time Approximation Scheme =====
The subclass of [[#npo|NPO]] problems that admit an &lt;i&gt;approximation scheme&lt;/i&gt; in the following sense.  For any &amp;#949;&amp;gt;0, there is a polynomial-time algorithm that is guaranteed to find a solution whose cost is within a 1+&amp;#949; factor of the optimum cost.  (However, the exponent of the polynomial might depend strongly on &amp;#949;.)

Contains [[#fptas|FPTAS]], and is contained in [[#apx|APX]].

As an example, the Traveling Salesman Problem in the Euclidean plane is in PTAS [[zooref#aro96|[Aro96]]].

Defined in [[zooref#acg99|[ACG+99]]].

----
===== &lt;span id=&quot;ptwk&quot; style=&quot;color:red&quot;&gt;PT/WK(f(n),g(n))&lt;/span&gt;: Parallel Time f(n) / Work g(n) =====
The class of decision problems solvable by a uniform family of Boolean circuits with depth upper-bounded by f(n) and size (number of gates) upper-bounded by g(n).

The union of PT/WK(log&lt;sup&gt;k&lt;/sup&gt;n, n&lt;sup&gt;k&lt;/sup&gt;) over all constants k equals [[#nc|NC]].

----
===== &lt;span id=&quot;pzk&quot; style=&quot;color:red&quot;&gt;PZK&lt;/span&gt;: Perfect Zero Knowledge =====
Same as [[#szk|SZK]], but now the two distributions must be &lt;i&gt;identical&lt;/i&gt;, not merely statistically close.  (The &quot;two distributions&quot; are (1) the distribution over Arthur's view of his interaction with Merlin, conditioned on Arthur's random coins, and (2) the distribution over views that Arthur can &lt;i&gt;simulate&lt;/i&gt; without Merlin's help.)

Contained in [[#szk|SZK]].

See also: [[#czk|CZK]].

----
===== &lt;span id=&quot;q&quot; style=&quot;color:red&quot;&gt;Q&lt;/span&gt;: Quasi-Realtime Languages =====
The class of problems solvable by a nondeterministic multitape Turing machine in linear time. Defined in [[zooref#bg69|[BG69]]], where it was shown that Q equals the class of problems solvable by a nondeterministic multitape Turing machine in exactly n steps (as opposed to O(n) steps).

Contains [[#gcsl|GCSL]].

----
===== &lt;span id=&quot;qac0&quot; style=&quot;color:red&quot;&gt;QAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of decision problems solvable by a family of constant-depth, polynomial-size quantum circuits.  Here each layer of the circuit is a tensor product of one-qubit gates and Toffoli gates, or is a tensor product of controlled-NOT gates.

A uniformity condition may also be imposed.

Defined in [[zooref#moo99|[Moo99]]].

Contains [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#qacwf0|QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qac0m&quot; style=&quot;color:red&quot;&gt;QAC&lt;sup&gt;0&lt;/sup&gt;[m]&lt;/span&gt;: Quantum [[#ac0m|AC&lt;sup&gt;0&lt;/sup&gt;[m]]] =====
Same as [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]], except that now Mod-m gates are also allowed.  A Mod-m gate computes whether the sum of a given set of bits is congruent to 0 modulo m, and exclusive-OR's the answer into another bit.

Defined in [[zooref#moo99|[Moo99]]].

----
===== &lt;span id=&quot;qacc0&quot; style=&quot;color:red&quot;&gt;QACC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] =====
Same as [[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[m]]], except that Mod-m gates are allowed for any m.

Defined in [[zooref#moo99|[Moo99]]].

[[zooref#ghp00|[GHP00]]] showed that QACC&lt;sup&gt;0&lt;/sup&gt; equals [[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[p]]] for any prime p.

----
===== &lt;span id=&quot;qacwf0&quot; style=&quot;color:red&quot;&gt;QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]] With Fanout =====
Same as [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]], except that an additional &quot;quantum fanout&quot; gate is available, which CNOT's a qubit into arbitrarily many target qubits in a single step.

Defined in [[zooref#moo99|[Moo99]]], where it was also shown that QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt; =
[[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;]][2] = [[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qam&quot; style=&quot;color:red&quot;&gt;QAM&lt;/span&gt;: Quantum [[#am|AM]] =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a public-coin quantum [[#am|AM]] protocol, as follows.  Arthur generates a uniformly random (classical) string and sends it to Merlin.  Merlin responds with a polynomial-size quantum certificate, on which Arthur can perform any [[#bqp|BQP]] operation.  The completeness and soundness requirements are the same as for [[#am|AM]].

Defined by Marriott and Watrous [[zooref#mw05|[MW05]]].

Contains [[#qma|QMA]] and is contained in [[#qip2|QIP[2]]] and BP&amp;#149;[[#pp|PP]] (and therefore [[#pspace|PSPACE]]).

----
===== &lt;span id=&quot;qcfl&quot; style=&quot;color:red&quot;&gt;QCFL&lt;/span&gt;: Quantum [[#cfl|CFL]] =====
The class of decision problems recognized by quantum context-free languages, which are defined in [[zooref#mc00|[MC00]]].  The authors also showed that QCFL does not equal [[#cfl|CFL]].

----
===== &lt;span id=&quot;qcma&quot; style=&quot;color:red&quot;&gt;QCMA&lt;/span&gt;: Quantum Classical [[#ma|MA]] =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a &lt;i&gt;quantum&lt;/i&gt; computer with access to a &lt;i&gt;classical&lt;/i&gt; proof. Also known as the subclass of of QMA with classical witnesses.

Contains [[#ma|MA]], and is contained in [[#qma|QMA]].

Given a black-box group G and a subgroup H, the problem of testing non-membership in H has polynomial QCMA query complexity [[zooref#ak06|[AK06]]].

See [[zooref#ak06|[AK06]]] for a &quot;quantum oracle separation&quot; between QCMA and [[#qma|QMA]].  No classical oracle separation between QCMA and [[#qma|QMA]] is currently known.

----

===== &lt;span id=&quot;qh&quot; style=&quot;color:red&quot;&gt;QH&lt;/span&gt;: Query Hierarchy Over [[#np|NP]] =====
QH&lt;sub&gt;k&lt;/sub&gt; is defined to be P&lt;sup&gt;NP[k]&lt;/sup&gt;; that is, [[#p|P]] with k queries to an [[#np|NP]] oracle (where k is a constant).  Then QH is the union of QH&lt;sub&gt;k&lt;/sub&gt; over all nonnegative k.

QH = [[#bh|BH]] [[zooref#wag88|[Wag88]]]; thus, either both hierarchies are infinite or both collapse to some finite level.

----

===== &lt;span id=&quot;qip&quot; style=&quot;color:red&quot;&gt;QIP&lt;/span&gt;: Quantum [[#ip|IP]] =====
The class of decision problems such that a &quot;yes&quot; answer can be verified by a &lt;i&gt;quantum interactive proof&lt;/i&gt;.  Here the verifier is a [[#bqp|BQP]] (i.e. quantum polynomial-time) algorithm, while the prover has unbounded computational resources (though cannot violate the linearity of quantum mechanics). The prover and verifier exchange a polynomial number of messages, which can be quantum states.  Thus, the verifier's and prover's states may become entangled during the course of the protocol.  Given the verifier's algorithm, we require that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the prover can behave in such a way that the verifier accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then however the prover behaves, the verifier rejects with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
Let QIP[k] be QIP where the prover and verifier are restricted to exchanging k messages (with the prover going last).

Defined in [[zooref#wat99|[Wat99]]], where it was also shown that [[#pspace|PSPACE]] is in QIP[3].

Subsequently [[zooref#kw00|[KW00]]] showed that for all k&amp;gt;3, QIP[k] = QIP[3] = QIP.

QIP is contained in [[#exp|EXP]] [[zooref#kw00|[KW00]]].

QIP(1) is more commonly known as [[#qma|QMA]].

See also: [[#qip2|QIP[2]]], [[#qszk|QSZK]].

----

===== &lt;span id=&quot;qip2&quot; style=&quot;color:red&quot;&gt;QIP[2]&lt;/span&gt;: 2-Message Quantum [[#ip|IP]] =====
See [[#qip|QIP]] for definition.

Contains [[#qszk|QSZK]] [[zooref#wat02|[Wat02]]].

----
===== &lt;span id=&quot;qma&quot; style=&quot;color:red&quot;&gt;QMA&lt;/span&gt;: Quantum [[#ma|MA]] =====
The class of decision problems such that a &quot;yes&quot; answer can be verified by a 1-message quantum interactive proof.  That is, a [[#bqp|BQP]] (i.e. quantum polynomial-time) verifier is given a quantum state (the &quot;proof&quot;).  We require that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a state such that verifier accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all states the verifier rejects with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
QMA = [[#qip|QIP]](1).

Defined in [[zooref#wat00|[Wat00]]], where it is also shown that &lt;i&gt;group non-membership&lt;/i&gt; is in QMA.  That is: let G be a group, whose elements are represented by polynomial-size strings.  We're given a &quot;black box&quot; that correctly multiplies and inverts elements of G.  Then given elements g and h&lt;sub&gt;1&lt;/sub&gt;,...,h&lt;sub&gt;k&lt;/sub&gt;, we can verify in QMA that g is not in the subgroup generated by h&lt;sub&gt;1&lt;/sub&gt;,...,h&lt;sub&gt;k&lt;/sub&gt;.

Based on this, [[zooref#wat00|[Wat00]]] gives an oracle relative to which [[#ma|MA]] is strictly contained in QMA.

Kitaev and Watrous (unpublished) showed QMA is contained in [[#pp|PP]].  Combining that result with [[zooref#ver92|[Ver92]]], one can obtain an oracle relative to which [[#am|AM]] is not in QMA.

Kitaev ([[zooref#ksv02|[KSV02]]], see also [[zooref#an02|[AN02]]]) showed that the following problem is complete for QMA: &lt;ul&gt; '''5-Local Hamiltonians.'''  Given an n-qubit Hilbert space, as well as a collection H&lt;sub&gt;1&lt;/sub&gt;,...,H&lt;sub&gt;k&lt;/sub&gt; of Hamiltonians (i.e. Hermitian positive semidefinite matrices), each of which acts on at most 5 qubits of the space.  Also given reals a,b such that b-a = &amp;Theta;(1/poly(n)).  Decide whether the smallest eigenvalue of H=H&lt;sub&gt;1&lt;/sub&gt;+...+H&lt;sub&gt;k&lt;/sub&gt; is less than a or greater than b, promised that one of these is the case.

Subsequently Kempe and Regev [[zooref#kr03|[KR03]]] showed that even 3-Local Hamiltonians is QMA-complete.  A subsequent paper by Kempe, Kitaev, and Regev [[zooref#kkr04|[KKR04]]], has hit rock bottom (assuming [[#p|P]] does not equal QMA), by showing '''&lt;font color=&quot;red&quot;&gt;2&lt;/font&gt;'''-local Hamiltonians QMA-complete.
&lt;/ul&gt; Compare to [[#nqp|NQP]].

If QMA = [[#pp|PP]] then [[#pp|PP]] contains [[#ph|PH]] [[zooref#vya03|[Vya03]]].  This result uses the fact that QMA is contained in [[#a0pp|A&lt;sub&gt;0&lt;/sub&gt;PP]].

Approximating the ground state energy of a system composed of a line of quantum particles is QMA-complete [[zooref#agk07|[AGK07]]].

See also: [[#qcma|QCMA]], [[#qmaqpoly|QMA/qpoly]], [[#qszk|QSZK]], [[#qma2|QMA(2)]], [[#qma-plus|QMA-plus]].

----

===== &lt;span id=&quot;qma-plus&quot; style=&quot;color:red&quot;&gt;QMA-plus&lt;/span&gt;: [[#qma|QMA]] With Super-Verifier =====
Same as [[#qma|QMA]], except now the verifier can directly obtain the &lt;i&gt;probability&lt;/i&gt; that a given observable of the certificate state, if measured, would equal 1.  (In the usual model, by contrast, one can only sample an observable.)

Defined in [[zooref#ar03|[AR03]]], where it was also shown that QMA-plus = [[#qma|QMA]].

----
===== &lt;span id=&quot;qma2&quot; style=&quot;color:red&quot;&gt;QMA(2)&lt;/span&gt;: Quantum [[#ma|MA]] With Multiple Certificates =====
Same as [[#qma|QMA]], except that now the verifier is given &lt;i&gt;two&lt;/i&gt; polynomial-size quantum certificates, which are guaranteed to be unentangled.

Defined in [[zooref#kmy01|[KMY01]]].  It is unknown whether QMA(k) = QMA(2) for all k&gt;2, and also whether QMA(2) = [[#qma|QMA]].

----

===== &lt;span id=&quot;qma1&quot; style=&quot;color:red&quot;&gt;QMA&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;: One Sided [[#qma|QMA]] =====
Same as [[#qma|QMA]] except that for a &quot;yes&quot; instance, there exists a state that is accepted with probability 1.

Defined in [[zooref#bra06|[Bra06]]]. It was shown there that Quantum k-SAT is QMA&lt;sub&gt;1&lt;/sub&gt;-complete for any &lt;math&gt; k \geq 4&lt;/math&gt;. It was also shown there that Quantum 2-SAT is in P, and the status of Quantum 3-SAT still remains unknown. 


----
===== &lt;span id=&quot;qmalog&quot; style=&quot;color:red&quot;&gt;QMA&lt;sub&gt;log&lt;/sub&gt;&lt;/span&gt;: [[#qma|QMA]] With Logarithmic-Size Proofs =====
Same as [[#qma|QMA]] except that the quantum proof has O(log n) qubits instead of a polynomial number.

Equals [[#bqp|BQP]] [[zooref#mw05|[MW05]]].

----
===== &lt;span id=&quot;qmam&quot; style=&quot;color:red&quot;&gt;QMAM&lt;/span&gt;: Quantum Merlin-Arthur-Merlin Public-Coin Interactive Proofs =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a public-coin quantum MAM protocol, as follows.  Merlin sends a polynomial-size quantum state to Arthur.  Arthur then flips some classical coins (in fact, he only has to flip &lt;i&gt;one&lt;/i&gt; without loss of generality) and sends the outcome to Merlin.  At this stage Arthur is not yet allowed to perform any quantum operations.  Merlin then sends Arthur another quantum state.  Finally, Arthur performs a [[#bqp|BQP]] operation on both of the states simultaneously, and either accepts or rejects.  The completeness and soundness requirements are the same as for [[#am|AM]].  Also, Merlin's messages might be entangled.

Defined by Marriott and Watrous [[zooref#mw05|[MW05]]], who also showed that QMAM = [[#qip|QIP]](3) = [[#qip|QIP]].

Hence QMAM contains [[#pspace|PSPACE]].

----
===== &lt;span id=&quot;qmaqpoly&quot; style=&quot;color:red&quot;&gt;QMA/qpoly&lt;/span&gt;: [[#qma|QMA]] With Polynomial-Size Quantum Advice =====
Is contained in [[#pspacepoly|PSPACE/poly]] [[zooref#aar06b|[Aar06b]]].

----
===== &lt;span id=&quot;qmip&quot; style=&quot;color:red&quot;&gt;QMIP&lt;/span&gt;: Quantum Multi-Prover Interactive Proofs =====
The quantum generalization of [[#mip|MIP]], and the multi-prover generalization of [[#qip|QIP]].

A quantum multi-prover interactive proof system is the same as a classical one, except that all messages and verifier computations are quantum.  As in [[#mip|MIP]], there is no communication among the provers; however, the provers share unlimited prior entanglement.  The number of provers and number of rounds can both be polynomial in n.

Defined in [[zooref#km02|[KM02]]].

Fascinatingly, no relationship between QMIP and [[#nexp|NEXP]] is known.  We don't know whether allowing the provers unlimited prior entanglement makes the class more powerful, less powerful, or both!

----
===== &lt;span id=&quot;qmiple&quot; style=&quot;color:red&quot;&gt;QMIP&lt;sub&gt;le&lt;/sub&gt;&lt;/span&gt;: Quantum Multi-Prover Interactive Proofs With Limited Prior Entanglement =====
Same as [[#qmip|QMIP]], except that now the provers share only a polynomial number of EPR pairs, instead of an unlimited number.

Defined in [[zooref#km02|[KM02]]], where it was also shown that QMIP&lt;sub&gt;le&lt;/sub&gt; is contained in [[#nexp|NEXP]] = [[#qmipne|QMIP&lt;sub&gt;ne&lt;/sub&gt;]].

----
===== &lt;span id=&quot;qmipne&quot; style=&quot;color:red&quot;&gt;QMIP&lt;sub&gt;ne&lt;/sub&gt;&lt;/span&gt;: Quantum Multi-Prover Interactive Proofs With No Prior Entanglement =====
Same as [[#qmip|QMIP]], except that now the provers have no prior entanglement.

Defined in [[zooref#km02|[KM02]]], where it was also shown that QMIP&lt;sub&gt;ne&lt;/sub&gt; = [[#nexp|NEXP]].  Thus, QMIP&lt;sub&gt;ne&lt;/sub&gt; contains [[#qmiple|QMIP&lt;sub&gt;le&lt;/sub&gt;]].

----
===== &lt;span id=&quot;qnc&quot; style=&quot;color:red&quot;&gt;QNC&lt;/span&gt;: Quantum [[#nc|NC]] =====
The class of decision problems solvable by polylogarithmic-depth quantum circuits with bounded probability of error.  (A uniformity condition may also be imposed.)

Has the same relation to [[#nc|NC]] as [[#bqp|BQP]] does to [[#p|P]].

[[zooref#cw00|[CW00]]] showed that [[Complexity_Garden#integer_factorization|factoring]] is in [[#zpp|ZPP]] with a QNC oracle.

Is incomparable with [[#bpp|BPP]] as far as anyone knows.

See also: [[#rnc|RNC]].

----

===== &lt;span id=&quot;qnc0&quot; style=&quot;color:red&quot;&gt;QNC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] =====
Constant-depth quantum circuits without fanout gates.

Defined in [[zooref#spa02|[Spa02]]].

Contained in [[#qncf0|QNC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qncf0&quot; style=&quot;color:red&quot;&gt;QNC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] With Unbounded Fanout =====
Constant-depth quantum circuits with unbounded-fanout gates.

Defined in [[zooref#spa02|[Spa02]]].

Contains [[#qnc0|QNC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qnc1&quot; style=&quot;color:red&quot;&gt;QNC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Quantum [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] =====
Same as [[#qnc|QNC]]&lt;sup&gt;1&lt;/sup&gt;, but for the exact rather than bounded-error case.

In contrast to [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]], it is not clear how to simulate QNC&lt;sup&gt;1&lt;/sup&gt; on a quantum computer in which one qubit is initialized to a pure state, and the remaining qubits are in the maximally mixed state [[zooref#asv00|[ASV00]]].

See also [[zooref#mn02|[MN02]]].

----
===== &lt;span id=&quot;qp&quot; style=&quot;color:red&quot;&gt;QP&lt;/span&gt;: Quasipolynomial-Time =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;polylog(n)&lt;/sup&gt;).

----
===== &lt;span id=&quot;qplin&quot; style=&quot;color:red&quot;&gt;QPLIN&lt;/span&gt;: Linear Quasipolynomial-Time =====
Equals [[#dtime|DTIME]](n&lt;sup&gt;O(log n)&lt;/sup&gt;).

Has the same relationship to [[#qp|QP]] that [[#e|E]] does to [[#exp|EXP]].

----
===== &lt;span id=&quot;qpspace&quot; style=&quot;color:red&quot;&gt;QPSPACE&lt;/span&gt;: Quasipolynomial-Space =====
Equals [[#dspace|DSPACE]](2&lt;sup&gt;polylog(n)&lt;/sup&gt;).

According to [[zooref#bg94|[BG94]]], Beigel and Feigenbaum and (independently) Krawczyk showed that QPSPACE is not contained in [[#check|Check]].

----
===== &lt;span id=&quot;qrg&quot; style=&quot;color:red&quot;&gt;QRG&lt;/span&gt;: Quantum Refereed Games =====
Same as [[#rg|RG]], except that now the verifier is a [[#bqp|BQP]] machine, and can exchange polynomially many quantum messages with the competing provers.

The two provers are computationally unbounded, but must obey the laws of quantum mechanics.  Also, we can assume without loss of generality that the provers share no entanglement, because adversaries gain no advantage by sharing information.

Defined in [[zooref#gut05|[Gut05]]], where it was also shown that QRG is contained in [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]].

QRG trivially contains [[#rg|RG]] (and hence [[#exp|EXP]]), as well as [[#sqg|SQG]].

----

===== &lt;span id=&quot;qs2p&quot; style=&quot;color:red&quot;&gt;QS&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Quantum [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] =====
The class of problems for which there exists a [[#bqp|BQP]] machine M such that:
&lt;ul&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a quantum state &amp;rho; such that for all quantum states &amp;sigma;, M(&amp;rho;,Ï) accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then there exists a &amp;sigma; such that for all &amp;rho;, M(&amp;rho;,&amp;sigma;) rejects with probability at least 2/3.&lt;/li&gt;
&lt;/ul&gt;
In other words, it's the same as [[#sqg|SQG]], but without communication from the verifier back to the provers.

Contains [[#qma|QMA]] (and indeed [[#p|P]]&lt;sup&gt;[[#qma|QMA]]&lt;/sup&gt;), and is contained in [[#sqg|SQG]] and hence [[#exp|EXP]].

----
===== &lt;span id=&quot;qszk&quot; style=&quot;color:red&quot;&gt;QSZK&lt;/span&gt;: Quantum Statistical Zero-Knowledge =====
A quantum analog of [[#szk|SZK]] (or more precisely [[#hvszk|HVSZK]]).

Arthur is a [[#bqp|BQP]] (i.e. quantum) verifier who can exchange quantum messages with Merlin.  So Arthur and Merlin's states may become entangled during the course of the protocol.

Arthur's &quot;view&quot; of his interaction with Merlin is taken to be the sequence of mixed states he has, over all steps of the protocol.  The zero-knowledge requirement is that each of these states must have trace distance at most (say) 1/10 from a state that Arthur could prepare himself (in [[#bqp|BQP]]), without help from Merlin.  Arthur is assumed to be an honest verifier.

Defined in [[zooref#wat02|[Wat02]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;QSZK is contained in [[#pspace|PSPACE]].&lt;/li&gt;
&lt;li&gt;QSZK is closed under complement.&lt;/li&gt;
&lt;li&gt;Any protocol can be parallelized to consist of two messages, so that QSZK is in [[#qip2|QIP[2]]].&lt;/li&gt;
&lt;li&gt;One can assume without loss of generality that protocols are public-coin, as for [[#szk|SZK]].&lt;/li&gt;
&lt;li&gt;QSZK has a natural complete promise problem, called &lt;i&gt;Quantum State Distinguishability&lt;/i&gt; (QSD).  We are given quantum circuits Q&lt;sub&gt;0&lt;/sub&gt; and Q&lt;sub&gt;1&lt;/sub&gt;.  Let &amp;#961;&lt;sub&gt;0&lt;/sub&gt; and &amp;#961;&lt;sub&gt;1&lt;/sub&gt; be the mixed states they produce respectively, when run on the all-0 state (and when non-output qubits are traced out).  We are promised that the trace distance between &amp;#961;&lt;sub&gt;0&lt;/sub&gt; and &amp;#961;&lt;sub&gt;1&lt;/sub&gt; is either at most &amp;#945; or at least &amp;#946;, where &amp;#945; and &amp;#946; are constants in [0,1] satisfying &amp;#945; &amp;lt; &amp;#946;&lt;sup&gt;2&lt;/sup&gt;.  The problem is to decide which of these is the case.&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;r&quot; style=&quot;color:red&quot;&gt;R&lt;/span&gt;: Recursive Languages =====
The class of decision problems solvable by a Turing machine.  Often identified with the class of 'effectively computable' functions (the &lt;i&gt;Church-Turing thesis&lt;/i&gt;).

Defined in [[zooref#tur36|[Tur36]]], [[zooref#chu41|[Chu41]]], and other seminal early papers.

Equals [[#re|RE]] &amp;#8745; [[#core|coRE]].

Strictly contains [[#pr|PR]], the primitive recursive functions (see [[zooref#kle71|[Kle71]]]).

----
===== &lt;span id=&quot;rbqp&quot; style=&quot;color:red&quot;&gt;RBQP&lt;/span&gt;: Strict Quantum [[#rp|RP]] =====
The class of problems in [[#np|NP]] whose witnesses are in [[#fbqp|FBQP]].  For example, the set of square-free numbers is in coRBQP using only the fact that [[Complexity_Garden#integer_factorization|factoring]] is in [[#fbqp|FBQP]].  (Even without a proof that the factors are prime, the factorization proves that there is a square divisor.)

Contains [[#rp|RP]] and [[#zbqp|ZBQP]], and is contained in [[#bqp|BQP]] and [[#rqp|RQP]].  Defined here to clarify [[#eqp|EQP]]; see also [[#zbqp|ZBQP]].

----

===== &lt;span id=&quot;re&quot; style=&quot;color:red&quot;&gt;RE&lt;/span&gt;: Recursively Enumerable Languages =====
The class of decision problems for which a 'yes' answer can be verified by a Turing machine in a finite amount of time.  (If the answer is 'no,' on the other hand, the machine might never halt.)

Equivalently, the class of decision problems for which a Turing machine can list all the 'yes' instances, one by one (this is what 'enumerable' means).

A problem C is complete for RE if (1) C is in RE and (2) any problem in RE can be reduced to C by a Turing machine.

Actually there are two types of reduction: M-reductions (for &lt;i&gt;many-one&lt;/i&gt;), in which a single instance of the original problem is mapped to an instance of C, and T-reductions (for &lt;i&gt;Turing&lt;/i&gt;), in which an algorithm for the original problem can make arbitrarily many calls to an oracle for C.

RE-complete sets are also called &lt;i&gt;creative&lt;/i&gt; sets for some reason.

The canonical RE-complete problem is the &lt;i&gt;halting problem&lt;/i&gt;: i.e., given a Turing machine, does it halt when started on a blank tape?

The famous unsolvability of the halting problem [[zooref#tur36|[Tur36]]] implies that [[#r|R]] does not equal RE.

Also, RE does not equal [[#core|coRE]].

RE and [[#core|coRE]] can be generalized to the &lt;i&gt;arithmetic hierarchy&lt;/i&gt; [[#ah|AH]].

There are problems in RE that are neither RE-complete under T-reductions, nor in [[#r|R]] [[zooref#fri57|[Fri57]]] [[zooref#muc56|[Muc56]]].  This is the resolution of &lt;i&gt;Post's problem&lt;/i&gt; [[zooref#pos44|[Pos44]]].

Indeed, RE contains infinitely many nonequivalent 'T-degrees.'  (A T-degree is a class of problems, all of which can be T-reduced to one another.)  The structure of the T-degrees has been studied in more detail than you can possibly imagine [[zooref#sho99|[Sho99]]].

----
===== &lt;span id=&quot;reg&quot; style=&quot;color:red&quot;&gt;REG&lt;/span&gt;: Regular Languages =====
The class of decision problems solvable by deterministic finite automata (DFA's).

Equals the class solvable by nondeterministic finite automata (NDFA's).

Equals [[#dspace|DSPACE]](O(1)) [[zooref#she59|[She59]]], which equals [[#dspace|DSPACE]](o(log log n)) [[zooref#hls65|[HLS65]]].

Includes, i.e., &quot;Is the parity of the input odd?,&quot; but not &quot;Are the majority of bits in the input 1's?&quot;  This is sometimes expressed as &quot;finite automata can't count.&quot;

Contained in [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

See e.g. [[zooref#koz97|[Koz97]]], [[zooref#gur89|[Gur89]]] for basic results on regular languages.

----
===== &lt;span id=&quot;revspace&quot; style=&quot;color:red&quot;&gt;RevSPACE(f(n))&lt;/span&gt;: Reversible f(n)-Space =====
The class of decision problems solvable in space O(f(n)) by a reversible Turing machine (a deterministic Turing machine for which every configuration has at most one immediate predecessor).

Was shown to equal [[#dspace|DSPACE]](f(n)) [[zooref#lmt97|[LMT97]]].

----
===== &lt;span id=&quot;rg&quot; style=&quot;color:red&quot;&gt;RG&lt;/span&gt;: Refereed Games =====
The class of problems solvable by a probabilistic polynomial-time verifier who can exchange a polynomial number of messages with two competing, computationally-unbounded provers -- one trying to convince the verifier that the answer is &quot;yes,&quot; the other that the answer is &quot;no.&quot;  Note that the verifier can hide information from the provers.  Public-coin RG amounts to [[#saptime|SAPTIME]], which equals [[#pspace|PSPACE]] [[zooref#pap83|[Pap83]]].

RG is in [[#exp|EXP]] relative to any oracle [[zooref#km92|[KM92]]]; they are equal, unrelativized [[zooref#fk97b|[FK97b]]].

Contains [[#rg1|RG[1]]], and is contained in [[#qrg|QRG]].

See also [[#pcd|PCD]], [[#gpcd|GPCD]].

----

===== &lt;span id=&quot;rg1&quot; style=&quot;color:red&quot;&gt;RG[1]&lt;/span&gt;: One-Round Refereed Games =====
Same as [[#rg|RG]], except that now the verifier can exchange only a single round of messages with the two provers.  A &lt;i&gt;round&lt;/i&gt; consists of private messages from the verifier to the provers, followed by private responses from the provers to the verifier.  Since the queries are private, they may as well be parallel; likewise the responses.  This makes RG[1] a symmetric class, indeed a randomized analogue of [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]].

RG[1] is contained in [[#pspace|PSPACE]], and they are equal, unrelativized [[zooref#fk97b|[FK97b]]].

Contains [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] and is contained in [[#sqg|SQG]].

----

===== &lt;span id=&quot;rhl&quot; style=&quot;color:red&quot;&gt;R&lt;sub&gt;H&lt;/sub&gt;L&lt;/span&gt;: Randomized Halting Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#rp|RP]] does to [[#p|P]].  The randomized machine must halt for every input &lt;i&gt;and&lt;/i&gt; every setting of the random tape.

Contains undirected reachability (is there a path from vertex u to vertex v in an undirected graph?) [[zooref#akl79|[AKL+79]]].

Contained in [[#rl|RL]].

----
===== &lt;span id=&quot;rhspace&quot; style=&quot;color:red&quot;&gt;R&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))&lt;/span&gt;: One-Sided Error Halting Probabilistic f(n)-Space =====
Has the same relation to [[#bphspace|BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] as [[#rp|RP]] does to [[#bpp|BPP]].

----
===== &lt;span id=&quot;rl&quot; style=&quot;color:red&quot;&gt;RL&lt;/span&gt;: Randomized Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#rp|RP]] does to [[#p|P]].  The randomized machine must halt with probability 1 on any input.  It must also run in polynomial time (since otherwise we would just get
[[#nl|NL]]).

Contains [[#rhl|R&lt;sub&gt;H&lt;/sub&gt;L]].

Contained in [[#sc|SC]] [[zooref#nis92|[Nis92]]].

[[zooref#rtv05|[RTV05]]] give strong evidence that RL = [[#l|L]].

----
===== &lt;span id=&quot;rnc&quot; style=&quot;color:red&quot;&gt;RNC&lt;/span&gt;: Randomized [[#nc|NC]] =====
Has the same relation to [[#nc|NC]] as [[#rp|RP]] does to [[#p|P]].

Contains the maximum matching problem for bipartite graphs [[zooref#mvv87|[MVV87]]].

Contained in [[#qnc|QNC]].

See also: [[#cornc|coRNC]].

----
===== &lt;span id=&quot;rp&quot; style=&quot;color:red&quot;&gt;RP&lt;/span&gt;: Randomized Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' at least 1/2 of computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#gil77|[Gil77]]].

Contains the problem of testing whether an integer is prime [[zooref#ah87|[AH87]]].

For other problems in RP, see the standard text on randomized algorithms, [[zooref#mr95|[MR95]]].

See also: [[#corp|coRP]], [[#zpp|ZPP]], [[#bpp|BPP]].

----
===== &lt;span id=&quot;rpp&quot; style=&quot;color:red&quot;&gt;RPP&lt;/span&gt;: Restricted Pseudo Polynomial-Time =====
The class of decision problems (x,m) (where x is an input of length |x|=n and m is an integer parameter), that are solvable by a nondeterministic (i.e. [[#np|NP]]) machine in poly(n+m) time and O(m+log n) space simultaneously.

Defined in [[zooref#mon80|[Mon80]]].

See also [[#fpt|FPT]].

----
===== &lt;span id=&quot;rqp&quot; style=&quot;color:red&quot;&gt;RQP&lt;/span&gt;: One-sided Error Extension of [[#eqp|EQP]] =====

The class of questions that can be answered by a QTM that accepts with probability 0 when the true answer is no, and accepts with probability at least 1/2 when the true answer is yes.  Since one of the probabilities has to vanish, RQP has the same technical caveats as [[#eqp|EQP]].

Contains [[#zqp|ZQP]] and [[#rbqp|RBQP]], and is contained in [[#bqp|BQP]].

----

===== &lt;span id=&quot;rspace&quot; style=&quot;color:red&quot;&gt;RSPACE(f(n))&lt;/span&gt;: Randomized f(n)-Space =====
Same as [[#rl|RL]], but for O(f(n))-space instead of logarithmic-space.

Contained in [[#nspace|NSPACE(f(n))]] and [[#bpspace|BPSPACE(f(n))]].

----
===== &lt;span id=&quot;s2p&quot; style=&quot;color:red&quot;&gt;S&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Second Level of the Symmetric Hierarchy =====
The class of decision problems for which there is a polynomial-time predicate P such that, on input x,
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' then there exists a y such that for all z, P(x,y,z) is true.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' then there exists a z such that for all y, P(x,y,z) is false.&lt;/li&gt;
&lt;/ol&gt;
Note that this differs from [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] in that the quantifiers in the second condition are reversed.

Less formally, S&lt;sub&gt;2&lt;/sub&gt;P is the class of one-round games in which a prover and a disprover submit simultaneous moves to a deterministic, polynomial-time referee.  In [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]], the disprover moves first.

Defined in [[zooref#rs98|[RS98]]], where it was also shown that S&lt;sub&gt;2&lt;/sub&gt;P contains [[#ma|MA]] and [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]].  Defined independently in [[zooref#can96|[Can96]]].

Contained in [[#zpp|ZPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#cai01|[Cai01]]].

----
&lt;table border=&quot;3&quot;&gt;&lt;tr&gt;&lt;td&gt;

===== &lt;span id=&quot;s2exppnp&quot; style=&quot;color:red&quot;&gt;S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;&lt;/span&gt;: Don't Ask =====
One of the caged classes of the Complexity Zoo.

Has been implicated in a collapse scandal involving [[#ampolylog|AM[polylog]]], [[#conp|coNP]], and [[#eh|EH]].
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

----
===== &lt;span id=&quot;sac&quot; style=&quot;color:red&quot;&gt;SAC&lt;/span&gt;: Semi-Unbounded-Fanin [[#ac|AC]] =====
SAC&lt;sup&gt;k&lt;/sup&gt; is the class of decision problems solvable by a family of depth-O(log&lt;sup&gt;k&lt;/sup&gt;n) circuits with unbounded-fanin OR &amp; bounded-fanin AND gates.  Negations are only allowed at the input level.

A uniformity condition may also be imposed.

Defined by [[zooref#bcd89|[BCD+89]]], who also showed that SAC&lt;sub&gt;k&lt;/sub&gt; is closed under complement for every k&amp;gt;0.

----

===== &lt;span id=&quot;sac0&quot; style=&quot;color:red&quot;&gt;SAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Semi-Unbounded-Fanin [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
See [[#sac|SAC]] for definition.

Not closed under complement [[zooref#bcd89|[BCD+89]]].

----
===== &lt;span id=&quot;sac1&quot; style=&quot;color:red&quot;&gt;SAC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Semi-Unbounded-Fanin [[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] =====
See [[#sac|SAC]] for definition.

Equals [[#logcfl|LOGCFL]]/poly [[zooref#ven91|[Ven91]]].

Contained in [[#paritysac1|&amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#gw96|[GW96]]].

----
===== &lt;span id=&quot;saptime&quot; style=&quot;color:red&quot;&gt;SAPTIME&lt;/span&gt;: Stochastic Alternating Polynomial-Time =====
The class of problems solvable by a polynomial-time Turing machine with three kinds of quantifiers: existential, universal, and randomized.

Defined in [[zooref#pap83|[Pap83]]], where it was also observed that SAPTIME = [[#pspace|PSPACE]].

----
===== &lt;span id=&quot;sbp&quot; style=&quot;color:red&quot;&gt;SBP&lt;/span&gt;: Small Bounded-Error Probability =====
The class of decision problems for which the following holds.  There exists a [[#sharpp|#P]] function f and an [[#fp|FP]] function g such that, for all inputs x,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then f(x) &amp;gt; g(x).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then f(x) &amp;lt; g(x)/2.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bgm02|[BGM02]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;SBP contains [[#ma|MA]], [[#wapp|WAPP]], and [[#existsbpp|&amp;#8707;BPP]].&lt;/li&gt;
&lt;li&gt;SBP is contained in [[#am|AM]] and [[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]].&lt;/li&gt;
&lt;li&gt;There exists an oracle relative to which SBP is not contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].&lt;/li&gt;
&lt;li&gt;SBP is closed under union.&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;sc&quot; style=&quot;color:red&quot;&gt;SC&lt;/span&gt;: Steve's Class =====
(Named in honor of Stephen Cook.)

The class of decision problems solvable by a Turing machine that simultaneously uses polynomial time and polylogarithmic space.

Note that SC might be smaller than [[#p|P]] &amp;#8745; [[#polyL|polyL]], since for the latter, it suffices to have two separate algorithms: one polynomial-time and the other polylogarithmic-space.

Deterministic context-free languages (DCFL's) can be recognized in SC [[zooref#coo79|[Coo79]]].

SC contains [[#rl|RL]] and [[#bpl|BPL]] [[zooref#nis92|[Nis92]]].

SC equals [[#dtisp|DTISP]](poly,polylog) by definition.

----

===== &lt;span id=&quot;se&quot; style=&quot;color:red&quot;&gt;SE&lt;/span&gt;: Subexponentially-Solvable Search Problems =====
The class of [[#fnp|FNP]] search problems solvable in O(2&lt;sup&gt;&amp;epsilon;n&lt;/sup&gt;) time for every &amp;epsilon;&amp;gt;0.

Defined in [[zooref#ipz01|[IPZ01]]], who also gave reductions showing that if any of k-SAT, k-colorability, k-set cover, clique, or vertex cover is in SE, then all of them are.

----
===== &lt;span id=&quot;seh&quot; style=&quot;color:red&quot;&gt;SEH&lt;/span&gt;: Strong Exponential Hierarchy =====
The union of [[#ne|NE]], [[#np|NP]]&lt;sup&gt;[[#ne|NE]]&lt;/sup&gt;, [[#np|NP]]&lt;sup&gt;[[#np|NP]]^[[#ne|NE]]&lt;/sup&gt;, and so on.

Is called &quot;strong&quot; to contrast it with the ordinary Exponential Hierarchy [[#eh|EH]].

Note that we would get the same class if we replaced [[#ne|NE]] by [[#nexp|NEXP]].

SEH collapses to [[#p|P]]&lt;sup&gt;[[#ne|NE]]&lt;/sup&gt; [[zooref#hem89|[Hem89]]]

There exists an oracle relative to which SEH is not contained in [[#eh|EH]] [[zooref#hem89|[Hem89]]].
[[#eh|EH]] and SEH are incomparable for all anyone knows.

----
===== &lt;span id=&quot;selfnp&quot; style=&quot;color:red&quot;&gt;SelfNP&lt;/span&gt;: Self-Witnessing [[#np|NP]] =====
The class of languages L in [[#np|NP]] such that the union, over all x in L, of the set of valid witnesses for x equals L itself.

Defined in [[zooref#ht03|[HT03]]], where it was shown that the closure of SelfNP under polynomial-time many-one reductions is [[#np|NP]].

They also show that if SelfNP = [[#np|NP]], then [[#e|E]] = [[#ne|NE]]; and that SAT is contained in SelfNP.

See also: [[#permup|PermUP]].

----
===== &lt;span id=&quot;sfk&quot; style=&quot;color:red&quot;&gt;SF&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Width-k Bottleneck Turing Machines =====
The class of decision problems solvable by a k-bottleneck Turing machine. This is a machine that, after a polynomial amount of time, erases everything on the tape except for a single k-valued &quot;safe-storage&quot;.  There's also a counter recording the number of erasings, which is in effect a non-deterministic witness.  For example, SF&lt;sub&gt;2&lt;/sub&gt; contains both [[#parityp|&amp;#8853;P]] and [[#np|NP]] by using the counter as a witness.

Defined in [[zooref#cf91|[CF91]]], where it was also shown that SF&lt;sub&gt;5&lt;/sub&gt; = [[#pspace|PSPACE]].

The complexity of SF&lt;sub&gt;2&lt;/sub&gt;, SF&lt;sub&gt;3&lt;/sub&gt;, and SF&lt;sub&gt;4&lt;/sub&gt; was studied in [[zooref#ogi94|[Ogi94]]] and [[zooref#her97|[Her97]]].  The following result of those authors is among the caged beasts of the Complexity Zoo:
&lt;table border=&quot;3&quot;&gt;
&lt;tr&gt;&lt;td&gt;
SF&lt;sub&gt;4&lt;/sub&gt; is contained in BP [[#parityp|&amp;#8853;P]]&lt;sup&gt;[[#modkp|Mod_3P]] ^ [[#parityp|&amp;#8853;P]] ^ [[#modkp|Mod_3P]] ^ [[#parityp|&amp;#8853;P]]&lt;/sup&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
(Here the BP operator means that one makes the class into a bounded-error probabilistic class, the same way one makes [[#p|P]] into [[#bpp|BPP]] and [[#np|NP]] into [[#am|AM]].)

----

===== &lt;span id=&quot;sigma2p&quot; style=&quot;color:red&quot;&gt;&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: [[#np|NP]] With [[#np|NP]] Oracle =====
Complement of [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].

Along with [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]], comprises the second level of [[#ph|PH]], the polynomial hierarchy.

[[zooref#uma98|[Uma98]]] has shown that the following problems are complete for &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P:
&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Minimum equivalent DNF.&lt;/i&gt;  Given a DNF formula F and integer k, is there a DNF formula equivalent to F with k or fewer occurences of literals?&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Shortest implicant.&lt;/i&gt;  Given a formula F and integer k, is there a conjunction of k or fewer literals that implies F?  (Note that this problem cannot be &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P-complete for &lt;i&gt;DNF&lt;/i&gt; formulas unless &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P equals [[#betap|&amp;beta;P]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.)&lt;/li&gt;
&lt;/ul&gt;
For any fixed k, there is a problem in &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] that cannot be solved by circuits of size n&lt;sup&gt;k&lt;/sup&gt; [[zooref#kan82|[Kan82]]].

----
===== &lt;span id=&quot;skc&quot; style=&quot;color:red&quot;&gt;SKC&lt;/span&gt;: Statistical Knowledge Complexity =====
A hierarchy of generalizations of [[#szk|SZK]], in which Arthur is allowed to gain &lt;i&gt;some&lt;/i&gt; information from his interaction with Merlin.

Defined in [[zooref#gp91|[GP91]]].

There are several variants (which we only describe roughly), including:
&lt;ul&gt;
&lt;li&gt;'''SKC&lt;sub&gt;hint&lt;/sub&gt;(k(n)): Hint sense.'''  The simulator can reproduce Arthur's view of the protocol if given a hint string of size k(n).&lt;/li&gt;
&lt;li&gt;'''SKC&lt;sub&gt;hint&lt;/sub&gt;(k(n)): Strict oracle sense.'''  The simulator can reproduce Arthur's view if allowed k(n) queries to an oracle O.&lt;/li&gt;
&lt;li&gt;'''SKC&lt;sub&gt;avg&lt;/sub&gt;(k(n)): Average oracle sense.'''  For each input, the &lt;i&gt;expected&lt;/i&gt; number of queries the simulator makes to oracle O is at most k(n).&lt;/li&gt;
&lt;li&gt;'''SKC&lt;sub&gt;ent&lt;/sub&gt;(k(n)): Entropy sense.'''  Defined in [[zooref#abv95|[ABV95]]]. For each input, the expectation (over Arthur's random coins) of -log(P) is at most k(n), where P is the probability that the view output by the simulator equals the view resulting from the actual protocol.&lt;/li&gt;
&lt;/ul&gt;
See also: [[#pkc|PKC]].

----
===== &lt;span id=&quot;sl&quot; style=&quot;color:red&quot;&gt;SL&lt;/span&gt;: Symmetric Logarithmic-Space =====
The class of problems solvable by a nondeterministic Turing machine in logarithmic space, such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' one or more computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all paths reject.&lt;/li&gt;
&lt;li&gt;If the machine can make a nondeterministic transition from configuration A to configuration B, then it can also transition from B to A.  (This is what 'symmetric' means.)&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#lp82|[LP82]]].

The reachability problem (is there a path from vertex s to vertex t?) for undirected graphs is complete for SL, under [[#l|L]]-reduction.

SL contains [[#l|L]], and is contained in [[#nl|NL]].

It follows from [[zooref#akl79|[AKL+79]]] that SL is contained in [[#l/poly|L/poly]].

[[zooref#kw93|[KW93]]] showed that SL is contained in [[#parityl|&amp;#8853;L]], as well as [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] for every prime k.

SL is also contained in [[#dspace|DSPACE]](log&lt;sup&gt;3/2&lt;/sup&gt;n) [[zooref#nsw92|[NSW92]]], and indeed in [[#dspace|DSPACE]](log&lt;sup&gt;4/3&lt;/sup&gt;n) [[zooref#atw00|[ATW+00]]].

[[zooref#nt95|[NT95]]] showed that SL equals [[#cosl|coSL]], and furthermore that SL&lt;sup&gt;SL&lt;/sup&gt; = SL (that is, the symmetric logspace hierarchy collapses).

The story ends with the remarkable result that SL = [[#l|L]] (even relative to an oracle)
[[zooref#rei04|[Rei04]]].

----

===== &lt;span id=&quot;slicewisepspace&quot; style=&quot;color:red&quot;&gt;SLICEWISE PSPACE&lt;/span&gt;: Parametrized [[#pspace|PSPACE]] =====
The parameterized version of [[#pspace|PSPACE]].

Same as [[#fpt|FPT]], except that now on input (x,k) (k a parameter), the &lt;i&gt;space&lt;/i&gt; used must be f(k)p(|x|), where p is a polynomial.

If [[#p|P]] = [[#pspace|PSPACE]], then [[#fpt|FPT]] = SLICEWISE PSPACE.

Defined in [[zooref#df99|[DF99]]].

----
===== &lt;span id=&quot;snp&quot; style=&quot;color:red&quot;&gt;SNP&lt;/span&gt;: Strict [[#np|NP]] =====
[[zooref#fag74|[Fag74]]] showed that [[#np|NP]] is precisely the class of decision problems reducible to a graph-theoretic property expressible in second-order existential logic.  For example (see [[zooref#pap94|[Pap94]]]), the property &quot;graph G has a Hamiltonian path&quot; is expressible as &lt;ul&gt; There exists a relation P(u,v) on vertices of G, such that P(u,u) is false, and for all distinct u,v either P(u,v) or P(v,u), and P(u,v) and P(v,w) implies P(u,w), and if P(u,w) and there does not exist a v for which P(u,v) and P(v,w), then there is an edge from u to w. &lt;/ul&gt; (Here the relation P(u,v) defines a &lt;i&gt;total order&lt;/i&gt; on vertices, such that any two consecutive vertices must be adjacent.)

Then SNP is the class of decision problems reducible to a graph-theoretic predicate with &lt;i&gt;only&lt;/i&gt; universal quantifiers over vertices, no existential quantifiers.  As an example, k-SAT (CNF satisfiability with at most k literals per clause, for k a constant) is in SNP.  But general SAT is not in SNP, basically because we're not allowed to say, &quot;There exists a literal in this clause that satisfies the clause.&quot;

Contains [[#mmsnp|MMSNP]].

See also: [[#maxsnp|MaxSNP]].

----

===== &lt;span id=&quot;soe&quot; style=&quot;color:red&quot;&gt;SO-E&lt;/span&gt;: Second Order Existential =====
The class of decision problems for which a &quot;yes&quot; answer is expressible by a proposition with second-order existential quantifiers followed by a first-order formula.  See [[zooref#imm98|[Imm98]]] for a full definition.

SO-E = [[#np|NP]] [[zooref#fag74|[Fag74]]].

Contains [[#fo|FO]](poly(n)).

----
===== &lt;span id=&quot;sp&quot; style=&quot;color:red&quot;&gt;SP&lt;/span&gt;: Semi-Efficient Parallel =====
The class of problems in [[#p|P]] for which the best parallel algorithm (using a polynomial number of processors) is faster than the best serial algorithm by a factor of &amp;Omega;(n&lt;sup&gt;&amp;epsilon;&lt;/sup&gt;) for some &amp;epsilon;&amp;gt;0.

Defined in [[zooref#krs90|[KRS90]]].

SP is also an alternate name for [[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]]

----

===== &lt;span id=&quot;spanp&quot; style=&quot;color:red&quot;&gt;span-P&lt;/span&gt;: Span Polynomial-Time =====
The class of functions computable as |S|, where S is the set of output values returned by the accepting paths of an [[#np|NP]] machine.

Defined in [[zooref#kst89|[KST+89]]], where it is also shown that span-P contains [[#sharpp|#P]] and [[#optp|OptP]]; and that span-P = [[#sharpp|#P]] if and only if [[#up|UP]] = [[#np|NP]].

----
===== &lt;span id=&quot;sparse&quot; style=&quot;color:red&quot;&gt;SPARSE&lt;/span&gt;: Sparse Languages =====
The class of decision problems for which the number of 'yes' instances of size n is upper-bounded by a polynomial in n.  If SPARSE intersects [[#npc|NPC]] then [[#p|P]] = [[#np|NP]] [[zooref#mah82|[Mah82]]].

Contains [[#tally|TALLY]].

----
===== &lt;span id=&quot;spl&quot; style=&quot;color:red&quot;&gt;SPL&lt;/span&gt;: Stoic [[#pl|PL]] =====
Has the same relation to [[#pl|PL]] as [[#spp|SPP]] does to [[#pp|PP]].

Contains the maximum matching and perfect matching problems under a pseudorandom assumption [[zooref#arz99|[ARZ99]]].

Contains [[#ul|UL]].

Contained in [[#cequalsl|C&lt;sub&gt;=&lt;/sub&gt;L]] and [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]].

Equals the set of problems low for [[#gapl|GapL]].

----
===== &lt;span id=&quot;spp&quot; style=&quot;color:red&quot;&gt;SPP&lt;/span&gt;: Stoic [[#pp|PP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the number of accepting computation paths exactly equals the number of rejecting paths.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then these numbers differ by 2.&lt;/li&gt;
&lt;/ol&gt;
(A technicality: If the total number of paths is even then the numbers can't differ by 1.)

Defined in [[zooref#ffk94|[FFK94]]], where it was also shown that SPP is low for [[#pp|PP]], [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]], [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]], and SPP itself.  (I.e. adding SPP as an oracle does not increase the power of these classes.)

Independently defined in [[zooref#oh93|[OH93]]], who called the class XP.

Contained in [[#lwpp|LWPP]], [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]], and [[#wpp|WPP]] among other classes.

Contains [[#fewp|FewP]]; indeed, [[#fewp|FewP]] is low for SPP, so that SPP&lt;sup&gt;[[#fewp|FewP]]&lt;/sup&gt; = SPP [[zooref#ffk94|[FFK94]]].

Contains the problem of deciding whether a graph has any [[Complexity_Garden#graph_automorphism|nontrivial automorphisms]] [[zooref#kst92|[KST92]]].

Indeed, contains [[Complexity_Garden#graph_isomorphism|graph isomorphism]] [[zooref#ak02|[AK02]]].

Contains a whole gaggle of problems for solvable black-box groups: solvability testing, membership testing, subgroup testing, normality testing, order verification, nilpotetence testing, group isomorphism, and group intersection [[zooref#vin04|[Vin04]]]

[[zooref#ak02|[AK02]]] also showed that the Hidden Subgroup Problem for permutation groups, of interest in quantum computing, is in [[#fp|FP]]&lt;sup&gt;SPP&lt;/sup&gt;.

----

===== &lt;span id=&quot;sqg&quot; style=&quot;color:red&quot;&gt;SQG&lt;/span&gt;: Short Quantum Games =====
Same as [[#qrg|QRG]], except that now the verifier can exchange only a single round of quantum messages with the two provers.  The verifier may process the yes-prover's response before sending a message to the no-prover (compare with [[#rg1|RG[1]]], wherein the verifier's messages must be sent to the provers in parallel).

Defined in [[zooref#gw05|[GW05]]], where it was also shown that SQG contains [[#qip|QIP]].

SQG is contained in [[#exp|EXP]] [[zooref#gut05|[Gut05]]], as well as in [[#qrg|QRG]].

SQG trivially contains [[#qs2p|QS&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;subexp&quot; style=&quot;color:red&quot;&gt;SUBEXP&lt;/span&gt;: Deterministic Subexponential-Time =====
The intersection of [[#dtime|DTIME]](2&lt;sup&gt;n^&amp;epsilon;&lt;/sup&gt;) over all &amp;epsilon;&gt;0.  (Note that the algorithm used may vary with &amp;epsilon;.)

----
===== &lt;span id=&quot;symp&quot; style=&quot;color:red&quot;&gt;symP&lt;/span&gt;: Alternate Name for [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] =====

----
===== &lt;span id=&quot;szk&quot; style=&quot;color:red&quot;&gt;SZK&lt;/span&gt;: Statistical Zero Knowledge =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a &lt;i&gt;statistical zero-knowledge proof protocol&lt;/i&gt;.  In such a protocol, we have a [[#bpp|BPP]] (i.e. probabilistic polynomial-time) verifier, Arthur, and a prover, Merlin, who has unbounded computational resources.  By sending messages back and forth with Merlin, Arthur must become convinced (with high probability) that the answer is &quot;yes,&quot; &lt;i&gt;without learning anything else about the problem&lt;/i&gt; (statistically).

What does that mean?  For each choice of random coins, Arthur has a &quot;view&quot; of his entire interaction with Merlin, consisting of his random coins as well as all messages sent back and forth.  Then the distribution over views resulting from interaction with Merlin has to be statistically close to a distribution that Arthur could generate himself (in polynomial-time), without interacting with Merlin.  (Here &quot;statistically close&quot; means that, say, the trace distance is at most 1/10.)

The most famous example of such a protocol is for [[Complexity_Garden#graph_isomorphism|&lt;i&gt;graph nonisomorphism&lt;/i&gt;]]. Given two graphs G and H, Arthur can pick one of the graphs (each with probability 1/2), permute its vertices randomly, send the resulting graph to Merlin, and ask, &quot;Which graph did I start with, G or H?&quot;  If G and H are non-isomorphic, Merlin can always answer correctly (since he can use exponential time), but if they're isomorphic, he can answer correctly with probability at most 1/2. Thus, if Merlin always gives the correct answer, Arthur becomes convinced the graphs are not isomorphic.  On the other hand, Arthur already &lt;i&gt;knew&lt;/i&gt; which graph (G or H) he started with, so he could simulate his entire view of the interaction himself, without Merlin's help.

If that sounds like a complicated definition, well, it is.  But it turns out that SZK has extremely nice properties. [[zooref#oka96|[Oka96]]] showed that:
&lt;ul&gt;
&lt;li&gt;SZK is closed under complement.  I.e. Arthur can verify in zero-knowledge that two graphs &lt;i&gt;are&lt;/i&gt; isomorphic, not only that they aren't.&lt;/li&gt; &lt;li&gt;We can assume without loss of generality that the whole interaction consists of a constant number of messages.&lt;/li&gt;
&lt;li&gt;Amazingly, we can also assume without loss of generality that the protocol is &lt;i&gt;public-coin&lt;/i&gt;. I.e. Arthur doesn't need to hide any of his random bits, as he did in the graph nonisomorphism protocol above, but can just send them all to Merlin!&lt;/li&gt;
&lt;li&gt;Finally, we can assume without loss of generality that the verifier (Arthur) is &lt;i&gt;honest&lt;/i&gt;. A dishonest verifier would be one that tries to learn something about the problem (violating the zero-knowledge requirement) by deviating from the protocol.&lt;/li&gt;
&lt;/ul&gt;
Subsequently, [[zooref#sv97|[SV97]]] showed that SZK has a natural complete promise problem, called &lt;i&gt;Statistical Difference (SD)&lt;/i&gt;.  Given two polynomial-size circuits, C&lt;sub&gt;0&lt;/sub&gt; and C&lt;sub&gt;1&lt;/sub&gt;, let D&lt;sub&gt;0&lt;/sub&gt; and D&lt;sub&gt;1&lt;/sub&gt; be the distributions over their respective outputs when they're given as input a uniformly random n-bit string.  We're promised that D&lt;sub&gt;0&lt;/sub&gt; and D&lt;sub&gt;1&lt;/sub&gt; have trace distance either at most 1/3 or at least 2/3; the problem is to decide which is the case.

&lt;i&gt;Note:&lt;/i&gt; The constants 1/3 and 2/3 can be amplified to 2&lt;sup&gt;-poly(n)&lt;/sup&gt; and 1-2&lt;sup&gt;-poly(n)&lt;/sup&gt; respectively.  But it is crucial that (2/3)&lt;sup&gt;2&lt;/sup&gt; &amp;gt; 1/3.

Another complete promise problem for SZK is &lt;i&gt;Entropy Difference (ED)&lt;/i&gt; [[zooref#gv99|[GV99]]].  Here we're promised that either H(D&lt;sub&gt;0&lt;/sub&gt;)&amp;gt;H(D&lt;sub&gt;1&lt;/sub&gt;)+1 or H(D&lt;sub&gt;1&lt;/sub&gt;)&amp;gt;H(D&lt;sub&gt;0&lt;/sub&gt;)+1, where the distributions D&lt;sub&gt;0&lt;/sub&gt; and D&lt;sub&gt;1&lt;/sub&gt; are as above, and H denotes Shannon entropy.  The problem is to determine which is the case.

If any hard-on-average language is in SZK, then one-way functions exist [[zooref#ost91|[Ost91]]].

Zero-knowledge proofs were first studied in [[zooref#gmw91|[GMW91]]], [[zooref#gmr89|[GMR89]]].

Contains [[#pzk|PZK]] and [[#niszk|NISZK]], and is contained in [[#am|AM]] &amp;#8745; [[#coam|coAM]], as well as [[#czk|CZK]] and [[#qszk|QSZK]].

There exists an oracle relative to which SZK is not in [[#bqp|BQP]] [[zooref#aar02|[Aar02]]].

Contained in [[#dqp|DQP]] [[zooref#aar02b|[Aar02b]]].

----

===== &lt;span id=&quot;szkh&quot; style=&quot;color:red&quot;&gt;SZK&lt;sub&gt;h&lt;/sub&gt;&lt;/span&gt;: [[#szk|SZK]] With Limited Help =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a statistical zero-knowledge proof protocol, and the prover and verifier both have access to a string computed by a trusted probabilistic polynomial-time third party with access to the input.

Defined in [[zooref#bg03|[BG03]]], where it was also shown that SZK&lt;sub&gt;h&lt;/sub&gt; = [[#szk|SZK]].

Contains [[#niszkh|NISZK&lt;sub&gt;h&lt;/sub&gt;]].

----
===== &lt;span id=&quot;tally&quot; style=&quot;color:red&quot;&gt;TALLY&lt;/span&gt;: Tally Languages =====
The class of decision problems for which every 'yes' instance has the form 0&lt;sup&gt;n&lt;/sup&gt; (i.e. inputs are encoded in unary).  If TALLY intersects [[#npc|NPC]] then [[#p|P]] = [[#np|NP]] [[zooref#mah82|[Mah82]]].

Contained in [[#sparse|SPARSE]].

----
===== &lt;span id=&quot;tc0&quot; style=&quot;color:red&quot;&gt;TC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Constant-Depth Threshold Circuits =====
The class of decision problems solvable by polynomial-size, constant-depth circuits with unbounded fanin, which can use AND, OR, and NOT gates (as in [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]]) as well as &lt;i&gt;threshold&lt;/i&gt; gates.  A threshold gate returns 1 if at least half of its inputs are 1, and 0 otherwise.

A uniformity requirement is sometimes also placed.

TC&lt;sup&gt;0&lt;/sup&gt; contains [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

TC&lt;sup&gt;0&lt;/sup&gt; circuits of depth 3 are strictly more powerful than TC&lt;sup&gt;0&lt;/sup&gt; circuits of depth 2 [[zooref#hmp93|[HMP+93]]].

TC&lt;sup&gt;0&lt;/sup&gt; circuits of depth 3 and quasipolynomial size can simulate all of [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#yao90|[Yao90]]].

[[zooref#nr97|[NR97]]] give a candidate pseudorandom function family computable in TC&lt;sup&gt;0&lt;/sup&gt;, that is secure assuming a subexponential lower bound on the hardness of [[Complexity_Garden#integer_factorization|factoring]].  (See also [[zooref#nrr01|[NRR01]]] for an improvement of this construction, as well as [[zooref#kha93|[Kha93]]].)

One implication is that, assuming such a bound, there is no &lt;i&gt;natural proof&lt;/i&gt; in the sense of [[zooref#rr97|[RR97]]] separating TC&lt;sup&gt;0&lt;/sup&gt; from [[#ppoly|P/poly]].  (It is important for this that a &lt;i&gt;function family&lt;/i&gt;, and not just a candidate pseudorandom &lt;i&gt;generator&lt;/i&gt;, is computable in TC&lt;sup&gt;0&lt;/sup&gt;.)  Another implication is that functions in TC&lt;sup&gt;0&lt;/sup&gt; are likely to be difficult to learn.

The permanent of a 0-1 matrix cannot be computed in &lt;i&gt;uniform&lt;/i&gt; TC&lt;sup&gt;0&lt;/sup&gt; [[zooref#all99|[All99]]].

In a breakthrough result [[zooref#hes01|[Hes01]]] (building on [[zooref#bch86|[BCH86]]] and [[zooref#cdl01|[CDL01]]]), integer division was shown to be in [[#l|L]]-uniform TC&lt;sup&gt;0&lt;/sup&gt;.  Indeed division is &lt;i&gt;complete&lt;/i&gt; for this class under [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] reductions.

----

===== &lt;span id=&quot;tfnp&quot; style=&quot;color:red&quot;&gt;TFNP&lt;/span&gt;: Total Function [[#np|NP]] =====
The class of function problems of the following form:
&lt;ul&gt;
Given an input x and a polynomial-time predicate F(x,y), output any y satisfying F(x,y).  (Such a y is promised to exist.)
&lt;/ul&gt;
Can be considered as the functional analogue of NP &amp;#8745; coNP. Defined in [[zooref#mp91|[MP91]]].

Contained in [[#fnp|FNP]].

Subclasses include [[#ppa|PPA]], [[#ppp|PPP]], and [[#pls|PLS]].

----
===== &lt;span id=&quot;theta2p&quot; style=&quot;color:red&quot;&gt;&amp;#920;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Alternate name for [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;treebqp&quot; style=&quot;color:red&quot;&gt;TreeBQP&lt;/span&gt;: [[#bqp|BQP]] Restricted To Tree States =====
The class of languages accepted by a [[#bqp|BQP]] machine subject to the constraint that at every time step t, the machine's state is exponentially close to a &lt;i&gt;tree state&lt;/i&gt; -- that is, a state expressible by a polynomial-size tree of additions and tensor products (together with complex constants and |0&amp;gt; and |1&amp;gt; leaf nodes).

More formally, a uniform classical polynomial-time algorithm generates a sequence of gates g&lt;sup&gt;(1)&lt;/sup&gt;, ... ,g&lt;sup&gt;(p(n))&lt;/sup&gt;.  Each g&lt;sup&gt;(t)&lt;/sup&gt; can be either be selected from some finite universal basis of unitary gates (the choice turns out not to matter), or can be a 1-qubit measurement.  When we perform a measurement, the state evolves to one of two possible pure states, with the usual probabilities, rather than to a mixed state.  We require that the final gate g&lt;sup&gt;(p(n))&lt;/sup&gt; is a measurement of the first qubit.  If at least one intermediate state was more than distance 2&lt;sup&gt;-&amp;Omega;(n)&lt;/sup&gt; away from the nearest state of tree size at most p(n), then the outcome of the final measurement is chosen adversarially; otherwise it is given by the usual Born probabilities.  The measurement must return 1 with probability at least 2/3 if the input is in the language, and with probability at most 1/3 otherwise.

Contains [[#bpp|BPP]], and is contained in [[#bqp|BQP]].

Defined in [[zooref#aar03b|[Aar03b]]], where it was also shown that TreeBQP is
contained in the third level of [[#ph|PH]], which might provide weak evidence that
TreeBQP does not equal [[#bqp|BQP]].

----
===== &lt;span id=&quot;treeregular&quot; style=&quot;color:red&quot;&gt;TREE-REGULAR&lt;/span&gt;: Regular Tree-Valued Languages =====
Same as [[#reg|REG]], except that now the inputs are &lt;i&gt;trees&lt;/i&gt; (say, binary trees) instead of strings.  Each vertex is labeled with a symbol from a fixed alphabet.  Evaluation begins at the leaves and proceeds to the root.  The state of the finite automaton at each vertex v is a function of (1) the states at v's children (if any), and (2) the symbol at v.  The tree is in the language if and only if the automaton is in an 'accept' state at the root.

See [[zooref#koz92|[Koz92]]] for example.

----
===== &lt;span id=&quot;uap&quot; style=&quot;color:red&quot;&gt;UAP&lt;/span&gt;: Unambiguous Alternating Polynomial-Time =====
Same as [[#ap|AP]], except we are promised that each existential quantifier has at most one 'yes' path, and each universal quantifier has at most one 'no' path.

Contains [[#up|UP]].

Defined in [[zooref#nr98|[NR98]]], where it was also shown that, even though [[#ap|AP]] = [[#pspace|PSPACE]], it is unlikely that the same is true for UAP, since UAP is contained in [[#spp|SPP]].

[[zooref#cgr04|[CGR+04]]] have also shown that UAP&lt;sup&gt;UAP&lt;/sup&gt; = UAP, and that UAP contains [[Complexity_Garden#graph_isomorphism|Graph Isomorphism]] problem.

----

===== &lt;span id=&quot;ucc&quot; style=&quot;color:red&quot;&gt;UCC&lt;/span&gt;: Unique Connected Component =====
The class of problems reducible in [[#l|L]] to the problem of whether an undirected graph has a unique connected component.

See [[zooref#ag00|[AG00]]] for more information.

Contained in [[#sl|SL]].

See also [[#coucc|coUCC]].

----
===== &lt;span id=&quot;ul&quot; style=&quot;color:red&quot;&gt;UL&lt;/span&gt;: Unambiguous [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#up|UP]] does to [[#p|P]].

If UL = [[#nl|NL]], then [[#fnl|FNL]] is contained in [[#sharpl|#L]] [[zooref#aj93|[AJ93]]].

----
===== &lt;span id=&quot;ulpoly&quot; style=&quot;color:red&quot;&gt;UL/poly&lt;/span&gt;: Nonuniform [[#ul|UL]] =====
Has the same relation to [[#ul|UL]] as [[#ppoly|P/poly]] does to [[#p|P]].

Equals [[#nlpoly|NL/poly]] [[zooref#ra00|[RA00]]]. (A corollary is that UL/poly is closed under complement).

Note that in UL/poly, the witness must be unique even for bad advice. UL/mpoly (as in [[#bqpmpoly|BQP/mpoly]]) is a more natural definition, but this is a moot distinction here because [[zooref#ra00|[RA00]]] show that they both equal [[#nlpoly|NL/poly]].

----
===== &lt;span id=&quot;ue&quot; style=&quot;color:red&quot;&gt;UE&lt;/span&gt;: Unambiguous Exponential-Time With Linear Exponent =====
Has the same relation to [[#e|E]] as [[#up|UP]] does to [[#p|P]].

----
===== &lt;span id=&quot;up&quot; style=&quot;color:red&quot;&gt;UP&lt;/span&gt;: Unambiguous Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' exactly one computation path accepts.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
&quot;Worst-case&quot; one-way functions exist if and only if [[#p|P]] does not equal UP ([[zooref#gs88|[GS88]]] and independently [[zooref#ko85|[Ko85]]]).  &quot;Worst-case&quot; one-way permutations exist if and only if [[#p|P]] does not equal UP &amp;#8745; [[#coup|coUP]] [[zooref#ht03|[HT03]]].  Note that these are weaker than the one-way functions and permutations that are needed for cryptographic applications.

There exists an oracle relative to which [[#p|P]] is strictly contained in UP is strictly contained in [[#np|NP]] [[zooref#rac82|[Rac82]]]; indeed, these classes are distinct with probability 1 relative to a random oracle [[zooref#bei89|[Bei89]]].

[[#np|NP]] is contained in [[#rp|RP]]&lt;sup&gt;Promise-UP&lt;/sup&gt; [[zooref#vv86|[VV86]]].  On the other hand, [[zooref#bbf98|[BBF98]]] give an oracle relative to which [[#p|P]] = UP but still [[#p|P]] does not equal [[#np|NP]].

UP is not known or believed to contain complete problems.  [[zooref#sip82|[Sip82]]], [[zooref#hh86|[HH86]]] give oracles relative to which UP has no complete problems.

----
===== &lt;span id=&quot;us&quot; style=&quot;color:red&quot;&gt;US&lt;/span&gt;: Unique Polynomial-Time =====
The all-American counting class.

The class of decision problems solvable by an [[#np|NP]] machine such that the answer is 'yes' if and only if exactly one computation path accepts.

In contrast to [[#up|UP]], a machine can legally have more than one accepting path - that just means that the corresponding input is not in the language.

Defined in [[zooref#bg82|[BG82]]].

Contains [[#conp|coNP]].

----
===== &lt;span id=&quot;vck&quot; style=&quot;color:red&quot;&gt;VC&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Verification Class With A Circuit of Depth K =====
&lt;ul&gt;
&lt;li&gt; For k = 0, VC&lt;sub&gt;0&lt;/sub&gt; is the class of compressible languages.
&lt;li&gt; For k = 1, VC&lt;sub&gt;1&lt;/sub&gt; is the class of languages that have local verification: they can be verified by testing only a small part of the instance. (Small means polynomial in the witness length and the log of the instance length.)
&lt;li&gt; For k &amp;ge; 2, VC&lt;sub&gt;k&lt;/sub&gt; is the class of languages that can be verified by a circuit of depth k, with size polynomial in the witness length and instance length.
&lt;/ul&gt;
VC&lt;sub&gt;0&lt;/sub&gt; &amp;sube; VC&lt;sub&gt;OR&lt;/sub&gt; &amp;sube; VC&lt;sub&gt;1&lt;/sub&gt; &amp;sube; VC&lt;sub&gt;2&lt;/sub&gt; &amp;sube; VC&lt;sub&gt;3&lt;/sub&gt; &amp;hellip;

Introduced in [[zooref#hn06|[HN06]]]; see there for formal definitions.

----

===== &lt;span id=&quot;vcor&quot; style=&quot;color:red&quot;&gt;VC&lt;sub&gt;or&lt;/sub&gt;&lt;/span&gt;: Verification Class With OR =====
The class of languages that have verification presentable as the OR of m instances of SAT, each of size n. (m is the witness length of an instance and n is the instance length.)

Introduced in [[zooref#hn06|[HN06]]].

See also [[#vck|VC&lt;sub&gt;k&lt;/sub&gt;]].

----

===== &lt;span id=&quot;vnc&quot; style=&quot;color:red&quot;&gt;VNC&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#nc|NC]] Over Field k =====
Has the same relation to [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] as [[#nc|NC]] does to [[#p|P]].

More formally, the class of [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] problems computable by a straight-line program of depth polylogarithmic in n.

Surprisingly, VNC&lt;sub&gt;k&lt;/sub&gt; = [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] for any k [[zooref#vsb83|[VSB+83]]].

----

===== &lt;span id=&quot;vnp&quot; style=&quot;color:red&quot;&gt;VNP&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#np|NP]] Over Field k =====
A superclass of [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] in Valiant's algebraic complexity theory, but not &lt;i&gt;quite&lt;/i&gt; the analogue of [[#np|NP]].

A problem is in VNP&lt;sub&gt;k&lt;/sub&gt; if there exists a polynomial p with the following properties:
&lt;ul&gt;
&lt;li&gt;p is computable in [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]]; that is, by a polynomial-size straight-line program.&lt;/li&gt;
&lt;li&gt;The inputs to p are constants c&lt;sub&gt;1&lt;/sub&gt;,...,c&lt;sub&gt;m&lt;/sub&gt;,e&lt;sub&gt;1&lt;/sub&gt;,...,e&lt;sub&gt;h&lt;/sub&gt; and indeterminates X&lt;sub&gt;1&lt;/sub&gt;,...,X&lt;sub&gt;n&lt;/sub&gt; over the base field k.&lt;/li&gt;
&lt;li&gt;When p is summed over all 2&lt;sup&gt;h&lt;/sup&gt; possible assignments of {0,1} to each of e&lt;sub&gt;1&lt;/sub&gt;,...,e&lt;sub&gt;h&lt;/sub&gt;, the result is some specified polynomial q.&lt;/li&gt;
&lt;/ul&gt;
Originated in [[zooref#val79b|[Val79b]]].

If the field k has characteristic greater than 2, then the permanent of an n-by-n matrix of indeterminates is VNP&lt;sub&gt;k&lt;/sub&gt;-complete under a type of reduction called p-projections ([[zooref#val79b|[Val79b]]]; see also [[zooref#bur00|[Bur00]]]).

A central conjecture is that for all k, [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] is not equal to VNP&lt;sub&gt;k&lt;/sub&gt;.  B&amp;uuml;rgisser [[zooref#bur00|[Bur00]]] shows that if this were false then:
&lt;ul&gt;
&lt;li&gt;If k is finite, [[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]]/poly = [[#ppoly|P/poly]] = [[#nppoly|NP/poly]] = [[#ph|PH]]/poly.&lt;/li&gt;
&lt;li&gt;If k has characteristic 0, then assuming the Generalized Riemann Hypothesis (GRH), [[#nc|NC]]&lt;sup&gt;3&lt;/sup&gt;/poly = [[#ppoly|P/poly]] = [[#nppoly|NP/poly]] = [[#ph|PH]]/poly, and [[#sharpp|#P]]/poly = [[#fp|FP]]/poly.&lt;/li&gt;
&lt;/ul&gt;
In both cases, [[#ph|PH]] collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;vp&quot; style=&quot;color:red&quot;&gt;VP&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#p|P]] Over Field k =====
The class of efficiently-solvable problems in Valiant's algebraic complexity theory.

More formally, the input consists of constants c&lt;sub&gt;1&lt;/sub&gt;,...,c&lt;sub&gt;m&lt;/sub&gt; and indeterminates X&lt;sup&gt;1&lt;/sup&gt;,...,X&lt;sub&gt;n&lt;/sub&gt; over a base field k (for instance, the complex numbers or Z&lt;sub&gt;2&lt;/sub&gt;).  The desired output is a collection of polynomials over the X&lt;sub&gt;i&lt;/sub&gt;'s.  The complexity is the minimum number of pairwise additions, subtractions, and multiplications needed by a straight-line program to produce these polynomials.  VP&lt;sub&gt;k&lt;/sub&gt; is the class of problems whose complexity is polynomial in n.  (Hence, VP&lt;sub&gt;k&lt;/sub&gt; is a nonuniform class, in contrast to [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] and [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]].)

Originated in [[zooref#val79b|[Val79b]]]; see [[zooref#bur00|[Bur00]]] for more information.

Contained in [[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]] and [[#vqp|VQP&lt;sub&gt;k&lt;/sub&gt;]], and contains [[#vnc|VNC&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;vqp&quot; style=&quot;color:red&quot;&gt;VQP&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#qp|QP]] Over Field k =====
Has the same relation to [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] as [[#qp|QP]] does to [[#p|P]].

Originated in [[zooref#val79b|[Val79b]]].

The determinant of an n-by-n matrix of indeterminates is VQP&lt;sub&gt;k&lt;/sub&gt;-complete under a type of reduction called qp-projections (see [[zooref#bur00|[Bur00]]] for example).  It is an open problem whether the determinant is [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]]-complete.

----
===== &lt;span id=&quot;w1&quot; style=&quot;color:red&quot;&gt;W[1]&lt;/span&gt;: Weighted Analog of [[#np|NP]] =====
The class of decision problems of the form (x,k) (k a parameter), that are &lt;i&gt;fixed-parameter reducible&lt;/i&gt; to the following:
&lt;ul&gt;
'''Weighted 3SAT:''' Given a 3SAT formula, does it have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
A fixed-parameter reduction is a Turing reduction that takes time at most f(k)p(|x|), where f is an arbitrary function and p is a polynomial.  Also, if the input is (x,k), then all Weighted 3SAT instances the algorithm queries about must have the form &lt;x',k'&gt; where k' is at most k.

Contains [[#fpt|FPT]].

Defined in [[zooref#df99|[DF99]]], where the following is also shown:
&lt;ul&gt;
&lt;li&gt;If [[#fpt|FPT]] = W[1] then [[#np|NP]] is contained in [[#dtime|DTIME]](2&lt;sup&gt;o(n)&lt;/sup&gt;).&lt;/li&gt;
&lt;/ul&gt;
W[1] can be generalized to [[#wt|W[t]]].

----
===== &lt;span id=&quot;wapp&quot; style=&quot;color:red&quot;&gt;WAPP&lt;/span&gt;: Weak Almost-Wide [[#pp|PP]] =====
The class of decision problems for which there exists a [[#sharpp|#P]] function f, a polynomial p, and an &amp;epsilon; &amp;gt; 0, such that for all inputs x,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then 2&lt;sup&gt;p(|x|)&lt;/sup&gt; &amp;ge; f(x) &amp;gt; (1+&amp;epsilon;) 2&lt;sup&gt;p(|x|)-1&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then 0 &amp;le; f(x) &amp;lt; (1-&amp;epsilon;) 2&lt;sup&gt;p(|x|)-1&lt;/sup&gt;.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bgm02|[BGM02]]], where it is also shown that WAPP is contained in [[#awpp|AWPP]] and [[#sbp|SBP]].

----

===== &lt;span id=&quot;wp&quot; style=&quot;color:red&quot;&gt;W[P]&lt;/span&gt;: Weighted Circuit Satisfiability =====
The class of decision problems of the form (x,k) (k a parameter), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Weighted Circuit-SAT:''' Given a Boolean circuit C (with no restriction on depth), does C have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contains [[#wsat|W[SAT]]].

----
===== &lt;span id=&quot;wpp&quot; style=&quot;color:red&quot;&gt;WPP&lt;/span&gt;: Wide [[#pp|PP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the number of accepting computation paths exactly equals the number of rejecting paths.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then their difference exactly equals a function f(x) computable in polynomial time (i.e. [[#fp|FP]]).&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ffk94|[FFK94]]].

Contained in [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] &amp;#8745; [[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]], as well as [[#awpp|AWPP]].

Contains [[#spp|SPP]] and [[#lwpp|LWPP]].

----

===== &lt;span id=&quot;wsat&quot; style=&quot;color:red&quot;&gt;W[SAT]&lt;/span&gt;: Weighted Satisfiability =====
The class of decision problems of the form (x,k) (k a parameter), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Weighted SAT:''' Given a Boolean formula F (with no restriction on depth), does F have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contains [[#wt|W[t]]] for every t, and is contained in [[#wp|W[P]]].

----
===== &lt;span id=&quot;wstar&quot; style=&quot;color:red&quot;&gt;W[*]&lt;/span&gt;: Union of W[t]'s =====
The union of [[#wt|W[t]]] over all t.

----
===== &lt;span id=&quot;wt&quot; style=&quot;color:red&quot;&gt;W[t]&lt;/span&gt;: Nondeterministic Fixed-Parameter Hierarchy =====
A generalization of [[#w1|W[1]]].

The class of decision problems of the form (x,k) (k a parameter), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Weighted Weft-t Depth-h Circuit-SAT:''' Given a Boolean circuit C, with a mixture of fanin-2 and unbounded-fanin gates.  The number unbounded-fanin gates along any path to the root is at most t, and the total depth (fanin-2 and unbounded-fanin) is at most h.  Does C have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contained in [[#wsat|W[SAT]]] and in [[#wstart|W&lt;sup&gt;*&lt;/sup&gt;[t]]].

----
===== &lt;span id=&quot;wstart&quot; style=&quot;color:red&quot;&gt;W&lt;sup&gt;*&lt;/sup&gt;[t]&lt;/span&gt;: [[#wt|W[t]]] With Parameter-Dependent Depth =====
Same as [[#wt|W[t]]], except that now the circuit depth can depend on the parameter k rather than being constant.  (The number of unbounded-fanin gates along any path to the root is still at most t.)

W&lt;sup&gt;*&lt;/sup&gt;[1] = [[#wt|W]][1] [[zooref#dft96|[DFT96]]], and W&lt;sup&gt;*&lt;/sup&gt;[2] = [[#wt|W]][2] [[zooref#df97|[DF97]]], but the problem is open for larger t.

----
===== &lt;span id=&quot;xormipstar21&quot; style=&quot;color:red&quot;&gt;XOR-MIP*[2,1]&lt;/span&gt;: [[#mipstar21|MIP*[2,1]]] With 1-Bit Proofs =====
Same as [[#mipstar21|MIP*[2,1]]], but with the further restriction that both provers send only a single bit to the verifier, and the verifier's output is a function of the exclusive-OR of those bits.  There should exist 0&amp;lt;a&amp;lt;b&amp;lt;1 such that if the answer is &quot;yes&quot;, then for some responses of the provers the verifier accepts with probability at least b, while if the answer is &quot;no&quot;, then for all responses of the provers the verifier accepts with probability at most a.

Defined by [[zooref#cht04|[CHT+04]]], whose motivation was a connection to the Bell and CHSH inequalities of quantum physics.

XOR-MIP*[2,1] is contained in [[#nexp|NEXP]] [[zooref#cht04|[CHT+04]]].

----
===== &lt;span id=&quot;xp&quot; style=&quot;color:red&quot;&gt;XP&lt;/span&gt;: Fixed-Parameter Tractable for Each Parameter =====
The class of decision problems of the form (x,k) (k a parameter) that are solvable in time O(|x|&lt;sup&gt;f(k)&lt;/sup&gt;) for some function f.  The algorithm used may depend on k.

Defined in [[zooref#df99|[DF99]]].

Contains [[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]].

Strictly contains [[#fpt|FPT]] (by diagonalization).

----
===== &lt;span id=&quot;xpuniform&quot; style=&quot;color:red&quot;&gt;XP&lt;sub&gt;uniform&lt;/sub&gt;&lt;/span&gt;: Uniform [[#xp|XP]] =====
Same as [[#xp|XP]] except that the algorithm used must be the same for each k (though it can take k as input).

Defined in [[zooref#df99|[DF99]]].

----
===== &lt;span id=&quot;yacc&quot; style=&quot;color:red&quot;&gt;YACC&lt;/span&gt;: Yet Another Complexity Class =====
A term of derision, used against a complexity class.

----
===== &lt;span id=&quot;yp&quot; style=&quot;color:red&quot;&gt;YP&lt;/span&gt;: Your Polynomial-Time or Yaroslav-Percival =====
The class of decision problems for which there exists a polynomial-time machine M such that:
&lt;ul&gt;
&lt;li&gt;For all input sizes n, there exists a polynomial-size advice string s&lt;sub&gt;n&lt;/sub&gt; such that M(x,s&lt;sub&gt;n&lt;/sub&gt;) outputs the correct answer for all inputs x of size n.&lt;/li&gt;
&lt;li&gt;For all inputs x and advice strings s, M(x,s) outputs either the correct answer or &quot;I don't know.&quot;&lt;/li&gt;
&lt;/ul&gt;
Defined in a [http://www.blogger.com/comment.g?blogID=17392898&amp;postID=114560148725169634 recent post] of the blog [http://www.scottaaronson.com/blog/ Shtetl-Optimized].  See there for an explanation of the class's name.

Contains [[#zpp|ZPP]] by the same argument that places [[#bpp|BPP]] in [[#ppoly|P/poly]].

Also contains [[#p|P]] with [[#tally|TALLY]] &amp;#8745; [[#np|NP]] &amp;#8745; [[#conp|coNP]] oracle.

Is contained in [[#npiconp|NP &amp;#8745; coNP]] and [[#ypp|YPP]].

----

===== &lt;span id=&quot;ypp&quot; style=&quot;color:red&quot;&gt;YPP&lt;/span&gt;: Yaroslav [[#bpp|BPP]] =====
The probabilistic analogue of [[#yp|YP]]; it is to YP what [[#ma|MA]] is to [[#np|NP]].  Formally, the class of decision problems for which there exists a syntactic [[#bpp|BPP]] machine M such that:
&lt;ul&gt;
&lt;li&gt;For all input sizes n, there exists a polynomial-size advice string a&lt;sub&gt;n&lt;/sub&gt; such that for all inputs x of size n, M(x,a&lt;sub&gt;n&lt;/sub&gt;) outputs the correct answer with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;For all inputs x and advice strings a, the probability that M(x,a) outputs the incorrect answer is at most 1/3.  In other words, the sum of the probabilities of the correct answer and &quot;I don't know&quot; is at least 2/3.&lt;/li&gt;
&lt;/ul&gt;
To amplify a YPP machine, one can run it multiple times, then accept if a majority of runs accept, reject if a majority reject, and otherwise output &quot;I don't know.&quot;

Contains [[#bpp|BPP]] and [[#yp|YP]], and is contained in [[#ma|MA]] and [[#ppoly|P/poly]].

----
===== &lt;span id=&quot;yqp&quot; style=&quot;color:red&quot;&gt;YQP&lt;/span&gt;: Yaroslav [[#bqp|BQP]] =====
Is to [[#ypp|YPP]] as [[#bqp|BQP]] is to [[#bpp|BPP]], and [[#qma|QMA]] is to [[#ma|MA]].  The machine is now a quantum computer and the advice is a quantum state |&amp;psi;_n&amp;gt;.

Contains [[#bqp|BQP]] and [[#ypp|YPP]], and is contained in [[#qma|QMA]] and [[#bqpqpoly|BQP/qpoly]].

----
===== &lt;span id=&quot;zbqp&quot; style=&quot;color:red&quot;&gt;ZBQP&lt;/span&gt;: Strict Quantum [[#zpp|ZPP]] =====
Defined as [[#rbqp|RBQP &amp;#8745; coRBQP]].  Equivalently, the class of problems in [[#npiconp|NP &amp;#8745; coNP]] such that both positive and negative witnesses are in [[#fbqp|FBQP]].

For example, the language of square-free numbers is in ZBQP, because [[Complexity_Garden#integer_factorization|factoring]] is in [[#fbqp|FBQP]] and a factorization can be certified in [[#zpp|ZPP]] (indeed in [[#p|P]], by [[zooref#aks02|[AKS02]]]).

Unlike [[#eqp|EQP]] or [[#zqp|ZQP]], ZBQP would generalize [[#zpp|ZPP]] in practice if quantum computers existed, in the sense that it provides proven answers.

Contains [[#zpp|ZPP]] and is contained in [[#rqp|RBQP]] and [[#zqp|ZQP]].  Also, ZBQP&lt;sup&gt;ZBQP&lt;/sup&gt; = ZBQP.  Defined here to clarify [[#eqp|EQP]] and [[#zqp|ZQP]].

----

===== &lt;span id=&quot;zpe&quot; style=&quot;color:red&quot;&gt;ZPE&lt;/span&gt;: Zero-Error Probabilistic [[#e|E]] =====
Same as [[#zpp|ZPP]], but with 2&lt;sup&gt;O(n)&lt;/sup&gt;-time instead of polynomial-time.

ZPE = [[#ee|EE]] if and only if [[#zpp|ZPP]] = [[#exp|EXP]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;zpp&quot; style=&quot;color:red&quot;&gt;ZPP&lt;/span&gt;: Zero-Error Probabilistic Polynomial-Time =====
Defined as [[#rp|RP]] &amp;#8745; [[#corp|coRP]].

The class of problems solvable by randomized algorithms that &lt;i&gt;always&lt;/i&gt; return the correct answer, and whose &lt;i&gt;expected&lt;/i&gt; running time (on any input) is polynomial.

Defined in [[zooref#gil77|[Gil77]]].

Contains the problem of testing whether an integer is prime [[zooref#ss77|[SS77]]] [[zooref#ah87|[AH87]]].

In contrast to [[#bpp|BPP]] and [[#rp|RP]], it is not known whether showing ZPP = [[#p|P]] requires proving superpolynomial circuit lower bounds [[zooref#ki02|[KI02]]].

There exists an oracle relative to which ZPP = [[#exp|EXP]] [[zooref#hel84|[Hel84]]].

----
===== &lt;span id=&quot;zptime&quot; style=&quot;color:red&quot;&gt;ZPTIME(f(n))&lt;/span&gt;: Zero-Error Probabilistic f(n)-Time =====
Same as [[#zpp|ZPP]], but with O(f(n))-time instead of polynomial-time.

For any constructible superpolynomial f, ZPTIME(f(n)) with [[#np|NP]] oracle is not contained in [[#ppoly|P/poly]] [[zooref#kw98|[KW98]]].

----
===== &lt;span id=&quot;zqp&quot; style=&quot;color:red&quot;&gt;ZQP&lt;/span&gt;: Zero-Error Extension Of [[#eqp|EQP]] =====
The class of questions that can be answered by a QTM that answers yes, no, or &quot;maybe&quot;.  If the correct answer is yes, then P[no] = 0, and vice-versa; and the probability of maybe is at most 1/2.  Since some of the probabilities have to vanish, ZQP has the same technical caveats as [[#eqp|EQP]].

Defined independently in [[zooref#bw03|[BW03]]] and in [[zooref#nis02|[Nis02]]].

Contains [[#eqp|EQP]] and [[#zbqp|ZBQP]] and is contained in [[#bqp|BQP]].  Equals [[#rqp|RQP &amp;#8745; coRQP]].  There is an oracle such that ZQP&lt;sup&gt;ZQP&lt;/sup&gt; is larger than ZQP [[zooref#bw03|[BW03]]]; c.f. with [[#zbqp|ZBQP]].

----

[[Category:Computational Complexity]]
[[Category:Quantum Information]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo Acknowledgments</title>
    <id>1960</id>
    <revision>
      <id>5535</id>
      <timestamp>2005-08-26T01:53:58Z</timestamp>
      <contributor>
        <username>John Stockton</username>
        <id>2</id>
      </contributor>
      <minor/>
      <text xml:space="preserve">''This page contains acknowledgments for the [[Complexity Zoo]] which was originally created at http://www.complexityzoo.com/ by [[Scott Aaronson]].''

&lt;hr&gt;

*''[[Scott Aaronson]]'s original acknowledgments (circa August 2005):'' I thank Esteve del Acebo, [[Dorit Aharanov]], Eric Allender, Simon Anders, Jesse Andrews, Luis Antu&amp;ntilde;es, Albert Atserias, Hugue Blier, Chris Bourke, Amit Chakrabarti, Hana Chockler, Derrick Coetzee, Matthew Cook, Alex Fabrikant, Craig Feinstein, [[Lance Fortnow]], Oded Goldreich, Lee Graham, Xiaoyang Gu, Dan Gutfreund, Satoshi Hada, Mitchell Harris, John Hitchcock, [[Julia Kempe]], Hirotada Kobayashi, Leszek Kolodziejczyk, [[Andrew J. Landahl]], James Lee, Troy Lee, Daniel Marx, Gatis Midrijanis, David Molnar, Cris Moore, Elchanan Mossel, Rana Mourad, Alan Nash, Gabriel Nivasch, Periklis Papakonstantinou, Dan Pless, Chris Pollett, Jibran Rashid, [[Oded Regev]], Hein R&amp;ouml;hrig, Mugizi Rwebangira, Cem Say, Philippe Schnoebelen, [[Barbara Terhal]], Luca Trevisan, N. V. Vinodchandran, Qut Walters, [[John Watrous]], Hoeteck Wee, Ryan Williams, [[Ronald de Wolf]], Shengyu Zhang, and Standa Zivny for helpful comments.  I especially thank Lane Hemaspaandra and Bodo Manthey for sending me a great deal of relevant information; Bill Gasarch for preparing a summary of communication complexity classes; [[Lawrence Ip]] for suggesting the 'table of contents' and pronunciation guide; and Alex Halderman for helping me set up the domain name.
*''Acknowledgments for transferring the zoo to the qwiki:'' [[John K. Stockton]] (not [http://www.nba.com/playerfile/john_stockton/?nav=page him]), [[Kevin L. McHale]] (not [http://www.nba.com/history/players/mchale_summary.html him]) for scripting, and [[Kevin Birnbaum]] (not [http://en.wikipedia.org/wiki/Jesus Him]) for the idea to steal the zoo...

[[Category:Computational Complexity]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo Exhibit</title>
    <id>1965</id>
    <revision>
      <id>7873</id>
      <timestamp>2006-11-24T12:38:39Z</timestamp>
      <contributor>
        <username>John Stockton</username>
        <id>2</id>
      </contributor>
      <minor/>
      <comment>Reverted edits by [[Special:Contributions/Myspacer|Myspacer]] ([[User_talk:Myspacer|Myspacer]]); changed back to last version by [[User:Kredit|Kredit]]</comment>
      <text xml:space="preserve">''This page is an exhibit of the [[Complexity Zoo]] which was originally created at http://www.complexityzoo.com/ by [[Scott Aaronson]].''

&lt;hr&gt;

&lt;b&gt;Special [[Complexity Zoo]] Exhibit:&lt;/b&gt; Classes of Quantum States and Probability Distributions

24 classes and counting!

A whole new phylum of the Complexity kingdom has recently been identified.  This phylum consists of classes, not of problems or languages, but of &lt;i&gt;quantum states&lt;/i&gt; and &lt;i&gt;probability distributions&lt;/i&gt;.  Well, actually, infinite &lt;i&gt;families&lt;/i&gt; of states and distributions, one for each number of bits n.
Admittedly, computer scientists have been talking about the complexity of sampling from probability distributions for years, but they haven't tended to organize those distributions into &lt;i&gt;classes&lt;/i&gt; designated by &lt;i&gt;inscrutable sequences of capital letters&lt;/i&gt;.  This needs to change.  The present Zookeeper has [http://www.cs.berkeley.edu/~aaronson/mlin.ps started] the analogous project for quantum states; indeed, he puts the classes below in a special exhibit to avoid the appearance of favoritism toward his own classes in the main Zoo.

&lt;hr&gt;

[[#ampp|AmpP]] - 
[[#basis|Basis]] - 
[[#circuit|Circuit]] - 
[[#dist|Dist]] - 
[[#fpaus|FPAUS]] - 
[[#mixed|Mixed]] - 
[[#motree|MOTree]] - 
[[#otree|OTree]] - 
[[#probp|ProbP]] - 
[[#psip|&amp;Psi;P]] - 
[[#pure|Pure]] - 
[[#samplable|Samplable]] - 
[[#separable|Separable]] - 
[[#sum1|&amp;Sigma;&lt;sub&gt;1&lt;/sub&gt;]] - 
[[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]] - 
[[#sum3|&amp;Sigma;&lt;sub&gt;3&lt;/sub&gt;]] - 
[[#sum4itensor4|&amp;Sigma;&lt;sub&gt;4&lt;/sub&gt; intersect Tensor&lt;sub&gt;4&lt;/sub&gt;]] - 
[[#tensor1|Tensor&lt;sub&gt;1&lt;/sub&gt;]] - 
[[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]] - 
[[#tensor3|Tensor&lt;sub&gt;3&lt;/sub&gt;]] - 
[[#tree|Tree]] - 
[[#treesize|TreeSize(f(n))]] - 
[[#tsh|TSH]] - 
[[#vidal|Vidal]]

&lt;hr&gt;

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;ampp&quot;&gt;&lt;/span&gt;AmpP&lt;/font&gt;: States with Polytime-Computable Amplitudes&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families |&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt; = &amp;Sigma;&lt;sub&gt;x&lt;/sub&gt;&amp;alpha;&lt;sub&gt;x&lt;/sub&gt;|x&amp;gt; such that for all n,b, there exists a classical circuit of size p(n+b) that outputs &amp;alpha;&lt;sub&gt;x&lt;/sub&gt; to b bits of precision given x as input, for some polynomial p.
&lt;br&gt;Defined in [[Zoo References#aar03b|[Aar03b]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;If [[Complexity Zoo#bqp|BQP]] = [[Complexity Zoo#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] then AmpP is contained in [[#psip|&amp;Psi;P]].
&lt;li&gt;If AmpP is contained in [[#psip|&amp;Psi;P]] then [[Complexity Zoo#np|NP]] is contained in [[Complexity Zoo#bqpslashpoly|BQP/poly]].
&lt;li&gt;If [[Complexity Zoo#p|P]] = [[Complexity Zoo#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] then [[#psip|&amp;Psi;P]] = AmpP.
&lt;li&gt;If [[#psip|&amp;Psi;P]] is contained in AmpP then [[Complexity Zoo#bqp|BQP]] is contained in [[Complexity Zoo#pslashpoly|P/poly]].
&lt;/ul&gt;
AmpP contains [[#circuit|Circuit]] and [[#tree|Tree]], and is contained in [[#pure|Pure]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;basis&quot;&gt;&lt;/span&gt;Basis&lt;/font&gt;: Computational Basis States&lt;/b&gt;
&lt;br&gt;The class of quantum state families of the form |x&amp;gt; where x is an n-bit string.
&lt;br&gt;The zeroth level of [[#tsh|TSH]].
&lt;br&gt;Equals [[#pure|Pure]] intersect [[#dist|Dist]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;circuit&quot;&gt;&lt;/span&gt;Circuit&lt;/font&gt;: Circuit States&lt;/b&gt;
&lt;br&gt;A generalization of [[#tree|Tree]], where we allow amplitudes to be computed by polynomial-size multilinear &lt;i&gt;circuits&lt;/i&gt; rather than just multilinear formulas.
&lt;br&gt;Defined in [[Zoo References#aar03b|[Aar03b]]], where it was also observed that Circuit contains [[#vidal|Vidal]] (indeed, strictly contains it).
&lt;br&gt;Contained in [[#ampp|AmpP]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;dist&quot;&gt;&lt;/span&gt;Dist&lt;/font&gt;: Classical Probability Distributions&lt;/b&gt;
&lt;br&gt;The class of classical probability distribution families over n-bit strings.
&lt;br&gt;Contains [[#basis|Basis]], and is contained in [[#mixed|Mixed]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;fpaus&quot;&gt;&lt;/span&gt;FPAUS&lt;/font&gt;: Fully-Polynomial Almost-Uniform Samplable&lt;/b&gt;
&lt;br&gt;The class of probability distribution families D&lt;sub&gt;n&lt;/sub&gt; over n-bit strings such that (1) D&lt;sub&gt;n&lt;/sub&gt; is the uniform distribution over some subset, and (2) there exists a uniform probabilistic algorithm, running in time polynomial in n and log(1/&amp;delta;), that outputs a sample from a distribution at most &amp;delta; from D&lt;sub&gt;n&lt;/sub&gt; in variation distance.
&lt;br&gt;See [[Zoo References#jw04|[JW04]]] for more information.

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;mixed&quot;&gt;&lt;/span&gt;Mixed&lt;/font&gt;: Mixed Quantum States&lt;/b&gt;
&lt;br&gt;The class of mixed quantum state families of n qubits.
&lt;br&gt;Contains [[#pure|Pure]] and [[#dist|Dist]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;motree&quot;&gt;&lt;/span&gt;MOTree&lt;/font&gt;: Manifestly Orthogonal Tree States&lt;/b&gt;
&lt;br&gt;The class of quantum state families in [[#tree|Tree]] representable by polynomial-size trees in which all additions are of states that are mutually &lt;i&gt;manifestly orthogonal&lt;/i&gt;.  Two states of n qubits, &amp;Sigma;&lt;sub&gt;x&lt;/sub&gt;&amp;alpha;&lt;sub&gt;x&lt;/sub&gt;|x&amp;gt; and &amp;Sigma;&lt;sub&gt;x&lt;/sub&gt;&amp;beta;&lt;sub&gt;x&lt;/sub&gt;|x&amp;gt;, are manifestly orthogonal if &amp;alpha;&lt;sub&gt;x&lt;/sub&gt;&amp;beta;&lt;sub&gt;x&lt;/sub&gt;=0 for all x.
&lt;br&gt;Defined in [[Zoo References#aar03b|[Aar03b]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;MOTree is &lt;i&gt;strictly&lt;/i&gt; contained in [[#tree|Tree]].  Indeed, MOTree does not contain [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]].
&lt;li&gt;MOTree strictly contains [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]].
&lt;/ul&gt;

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;otree&quot;&gt;&lt;/span&gt;OTree&lt;/font&gt;: Orthogonal Tree States&lt;/b&gt;
&lt;br&gt;The class of quantum state families in [[#tree|Tree]] representable by polynomial-size trees in which all additions are of mutually orthogonal states.
&lt;br&gt;Contains [[#motree|MOTree]].
&lt;br&gt;Defined in [[Zoo References#aar03b|[Aar03b]]], where it was also shown that OTree is contained in [[#psip|&amp;Psi;P]].
&lt;br&gt;Showing a separation between [[#tree|Tree]] and OTree remains an excellent open problem.

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;probp&quot;&gt;&lt;/span&gt;ProbP&lt;/font&gt;: Distributions With Polytime-Computable Probabilities&lt;/b&gt;
&lt;br&gt;

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;psip&quot;&gt;&lt;/span&gt;&amp;Psi;P&lt;/font&gt;: Pure States Preparable by Polynomial-Size Circuits&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families |&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt; such that for all n and &amp;epsilon;&amp;gt;0, there exists a quantum circuit of size p(n+log(1/&amp;epsilon;)) that maps the all-0 state to a state some subsystem of which has trace distance at most 1-&amp;epsilon; from |&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt;, for some polynomial p.  Because of the Solovay-Kitaev Theorem (see [[Zoo References#nc00|[NC00]]]), the definition of &amp;Psi;P is invariant under the choice of universal gate set.
&lt;br&gt;The following was shown in [[Zoo References#aar03b|[Aar03b]]]:
&lt;ul&gt;
&lt;li&gt;&amp;Psi;P is not contained in [[#tree|Tree]].
&lt;li&gt;[[#otree|OTree]] is contained (indeed strictly contained) in &amp;Psi;P.
&lt;li&gt;If [[Complexity Zoo#bqp|BQP]] = [[Complexity Zoo#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] then [[#ampp|AmpP]] is contained in &amp;Psi;P.
&lt;li&gt;If [[#ampp|AmpP]] is contained in h&amp;Psi;P then [[Complexity Zoo#np|NP]] is contained in [[Complexity Zoo#bqp/poly|BQP/poly]].
&lt;li&gt;If [[Complexity Zoo#p|P]] = [[Complexity Zoo#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] then &amp;Psi;P = [[#ampp|AmpP]].
&lt;li&gt;If &amp;Psi;P is contained in [[#ampp|AmpP]] then [[Complexity Zoo#bqp|BQP]] is contained in [[Complexity Zoo#p/poly|P/poly]].
&lt;/ul&gt;
Whether [[#tree|Tree]] is contained in &amp;Psi;P remains an intriguing open problem.

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;pure&quot;&gt;&lt;/span&gt;Pure&lt;/font&gt;: Pure Quantum States&lt;/b&gt;
&lt;br&gt;The class of quantum state families of n qubits that have the form &amp;Sigma;&lt;sub&gt;x&lt;/sub&gt;&amp;alpha;&lt;sub&gt;x&lt;/sub&gt;|x&amp;gt;; that is, that cannot be written as a nontrivial probability distribution over two other quantum states.
&lt;br&gt;Contains [[#basis|Basis]], and is contained in [[#mixed|Mixed]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;samplable&quot;&gt;&lt;/span&gt;Samplable&lt;/font&gt;: Polytime-Samplable Distributions&lt;/b&gt;
&lt;br&gt;

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;separable&quot;&gt;&lt;/span&gt;Separable&lt;/font&gt;: Separable Mixed States&lt;/b&gt;
&lt;br&gt;The class of [[#mixed|Mixed]] quantum state families of n qubits that can be written as a probability distribution over [[#tensor1|Tensor&lt;sub&gt;1&lt;/sub&gt;]] states.
&lt;br&gt;A well-known open problem asks whether a quantum computer that is in a separable state at every time step can be simulated in [[Complexity Zoo#bpp|BPP]], or alternatively, whether such a computer can simulate [[Complexity Zoo#bqp|BQP]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;sum1&quot;&gt;&lt;/span&gt;&amp;Sigma;&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;: First Sum Class in [[#tsh|TSH]]&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families that can be written as superpositions over a polynomial number of computational basis states.
&lt;br&gt;Strictly contains [[#basis|Basis]], and is strictly contained in [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]] and [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;sum2&quot;&gt;&lt;/span&gt;&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;: Second Sum Class in [[#tsh|TSH]]&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families that can be written as superpositions over a polynomial number of [[#separable|Separable]] (or equivalently [[#tensor1|Tensor&lt;sub&gt;1&lt;/sub&gt;]]) states.
&lt;br&gt;Strictly contains [[#sum1|&amp;Sigma;&lt;sub&gt;1&lt;/sub&gt;]] and [[#tensor1|Tensor&lt;sub&gt;1&lt;/sub&gt;]], and is strictly contained in [[#sum3|&amp;Sigma;&lt;sub&gt;3&lt;/sub&gt;]] and [[#tensor3|Tensor&lt;sub&gt;3&lt;/sub&gt;]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;sum3&quot;&gt;&lt;/span&gt;&amp;Sigma;&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;: Third Sum Class in [[#tsh|TSH]]&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families that can be written as superpositions over a polynomial number of [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]] states.
&lt;br&gt;Strictly contains [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]] and [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]], and is contained in [[#sum4itensor4|&amp;Sigma;&lt;sub&gt;4&lt;/sub&gt;intersect Tensor&lt;sub&gt;4&lt;/sub&gt;]] (strict containment is not yet known for this and higher levels of [[#tsh|TSH]]).

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;sum4itensor4&quot;&gt;&lt;/span&gt;&amp;Sigma;&lt;sub&gt;4&lt;/sub&gt;intersect Tensor&lt;sub&gt;4&lt;/sub&gt;&lt;/font&gt;: Intersection of Fourth Levels of [[#tsh|TSH]]&lt;/b&gt;
&lt;br&gt;Does not equal [[#tensor3|Tensor&lt;sub&gt;3&lt;/sub&gt;]] [[Zoo References#aar03b|[Aar03b]]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;tensor1&quot;&gt;&lt;/span&gt;Tensor&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;: First Tensor Class in [[#tsh|TSH]]&lt;/b&gt;
&lt;br&gt;Equals [[#separable|Separable]] intersect [[#pure|Pure]].
&lt;br&gt;Strictly contains [[#basis|Basis]], and is strictly contained in [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]] and [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;tensor2&quot;&gt;&lt;/span&gt;Tensor&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;: Second Tensor Class in [[#tsh|TSH]]&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families that can be written as a tensor product of [[#sum1|&amp;Sigma;&lt;sub&gt;1&lt;/sub&gt;]] states.
&lt;br&gt;Defined in [[Zoo References#aar03b|[Aar03b]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;Tensor&lt;sub&gt;2&lt;/sub&gt; is strictly contained in [[#tensor3|Tensor&lt;sub&gt;3&lt;/sub&gt;]], [[#sum3|&amp;Sigma;&lt;sub&gt;3&lt;/sub&gt;]], and [[#motree|MOTree]].
&lt;li&gt;Tensor&lt;sub&gt;2&lt;/sub&gt; is not contained in [[#vidal|Vidal]].
&lt;/ul&gt;

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;tensor3&quot;&gt;&lt;/span&gt;Tensor&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;: Third Tensor Class in [[#tsh|TSH]]&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families that can be written as a tensor product of [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]] states.
&lt;br&gt;Strictly contains [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]] and [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]], and is strictly contained in [[#sum4itensor4|&amp;Sigma;&lt;sub&gt;4&lt;/sub&gt; intersect Tensor&lt;sub&gt;4&lt;/sub&gt;]] [[Zoo References#aar03b|[Aar03b]]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;tree&quot;&gt;&lt;/span&gt;Tree&lt;/font&gt;: Tree States&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families {|&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt;} such that TS(|&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt;)=O(p(n)) for some polynomial p, where TS, or &lt;i&gt;tree size&lt;/i&gt;, is defined as follows.
&lt;br&gt;A &lt;i&gt;quantum state tree&lt;/i&gt; is a rooted tre where each leaf vertex is labeled with either |0&amp;gt; or |1&amp;gt;, and each non-leaf vertex is labeled with either + or Tensor.  Each vertex v is also labeled with a subset S(v) of {1,...,n} such that
&lt;ol&gt;
&lt;li&gt;If v is a leaf then |S(v)|=1.
&lt;li&gt;If v is the root then S(v)={1,...,n}.
&lt;li&gt;If v is a + gate and w is a child of v, then S(w)=S(v).
&lt;li&gt;If v is a Tensor gate and w&lt;sub&gt;1&lt;/sub&gt;,...,w&lt;sub&gt;k&lt;/sub&gt; are the children of v, then S(w&lt;sub&gt;1&lt;/sub&gt;),...,S(w&lt;sub&gt;k&lt;/sub&gt;) are pairwise disjoint and form a partition of S(v).
&lt;/ol&gt;
Finally, if v is a + gate, then the outgoing edges of v are labeled with complex numbers.  For each v, the subtree rooted at v represents a quantum state in the obvious way (we require this state to be normalized for each v).
&lt;br&gt;The tree size TS(|&amp;psi;&amp;gt;) is then the minimum size of a tree representing |&amp;psi;&amp;gt;, where size means number of vertices.
&lt;br&gt;Defined in [[Zoo References#aar03b|[Aar03b]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;[[#psip|&amp;Psi;P]] is not contained in Tree.
&lt;li&gt;Tree strictly contains [[#motree|MOTree]].
&lt;li&gt;Any state family in Tree can be represented by trees of polynomial size and logarithmic depth.
&lt;li&gt;Most quantum states cannot even be well-approximated by states of subexponential tree size.
&lt;/ul&gt;
Contains [[#otree|OTree]] and [[#tsh|TSH]], and is contained in [[#circuit|Circuit]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;treesize&quot;&gt;&lt;/span&gt;TreeSize(f(n))&lt;/font&gt;: Pure Quantum States of Tree Size O(f(n))&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families that have O(f(n)) tree size in the sense of [[Zoo References#aar03b|[Aar03b]]].  So for example, [[#tree|Tree]] equals the union over all k of TreeSize(n&lt;sup&gt;k&lt;/sup&gt;).
&lt;br&gt;TreeSize(n&lt;sup&gt;O(log n)&lt;/sup&gt;) contains [[#vidal|Vidal]] [[Zoo References#aar03b|[Aar03b]]].

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;tsh&quot;&gt;&lt;/span&gt;TSH&lt;/font&gt;: Tensor-Sum Hierarchy&lt;/b&gt;
&lt;br&gt;The class of quantum state families in [[#tree|Tree]] represented by trees of polynomial size and constant depth, where the depth is just the maximum length of a path from the root to a leaf.
&lt;br&gt;The levels of TSH are [[#tensor1|Tensor&lt;sub&gt;1&lt;/sub&gt;]], [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]], [[#tensor3|Tensor&lt;sub&gt;3&lt;/sub&gt;]], ... (corresponding to trees whose root vertex is Tensor), and [[#sum1|&amp;Sigma;&lt;sub&gt;1&lt;/sub&gt;]], [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]], [[#sum3|&amp;Sigma;&lt;sub&gt;3&lt;/sub&gt;]], ... (corresponding to trees whose root vertex is +).  (We have Tensor&lt;sub&gt;0&lt;/sub&gt; = &amp;Sigma;&lt;sub&gt;0&lt;/sub&gt; = [[#basis|Basis]].)
&lt;br&gt;Whether TSH = [[#tree|Tree]] and whether TSH is contained in [[#psip|&amp;Psi;P]] remain intriguing open problems.

&lt;b&gt;&lt;font color=&quot;red&quot;&gt;&lt;span id=&quot;vidal&quot;&gt;&lt;/span&gt;Vidal&lt;/font&gt;: States of Polynomially-Bounded Schmidt Rank&lt;/b&gt;
&lt;br&gt;The class of [[#pure|Pure]] quantum state families that are polynomially entangled in the sense of Vidal [[Zoo References#vid03|[Vid03]]].
More precisely, given a partition of {1,...,n} into A and B, let &amp;chi;&lt;sub&gt;A&lt;/sub&gt;(|&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt;) be the minimum k for which |&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt; can be written as &amp;Sigma;&lt;sub&gt;i=1 to k&lt;/sub&gt;&amp;alpha;&lt;sub&gt;i&lt;/sub&gt;|&amp;phi;&lt;sub&gt;i&lt;/sub&gt;&lt;sup&gt;A&lt;/sup&gt;&amp;gt;Tensor|&amp;phi;&lt;sub&gt;i&lt;/sub&gt;&lt;sup&gt;B&lt;/sup&gt;&amp;gt;, where |&amp;phi;&lt;sub&gt;i&lt;/sub&gt;&lt;sup&gt;A&lt;/sup&gt;&amp;gt; and |&amp;phi;&lt;sub&gt;i&lt;/sub&gt;&lt;sup&gt;B&lt;/sup&gt;&amp;gt; are states of qubits in A and B respectively.  (&amp;chi;&lt;sub&gt;A&lt;/sub&gt;(|&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt; is known as the &lt;i&gt;Schmidt rank&lt;/i&gt;.)  Let &amp;chi;(|&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt;) = max&lt;sub&gt;A&lt;/sub&gt;&amp;chi;&lt;sub&gt;A&lt;/sub&gt;(&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt;).  Then |&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt; is contained in Vidal if and only if &amp;chi;(|&amp;psi;&lt;sub&gt;n&lt;/sub&gt;&amp;gt; is at most p(n) for some polynomial p.
&lt;br&gt;[[Zoo References#vid03|[Vid03]]] shows that, if a quantum computer is in Vidal at every time step, then it can be simulated classically with only polynomial slowdown.
&lt;br&gt;[[Zoo References#aar03b|[Aar03b]]] observes the following:
&lt;ul&gt;
&lt;li&gt;Vidal is strictly contained in [[#circuit|Circuit]] and in [[#treesize|TreeSize]](n&lt;sup&gt;O(log n)&lt;/sup&gt;).
&lt;li&gt;Vidal strictly contains [[#sum2|&amp;Sigma;&lt;sub&gt;2&lt;/sub&gt;]].
&lt;li&gt;Vidal does not contain [[#tensor2|Tensor&lt;sub&gt;2&lt;/sub&gt;]].

[[Category:Computational Complexity]]

[http://www.parteien-online.de/finanzen/ratenkredit/ top]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo Glossary</title>
    <id>1963</id>
    <revision>
      <id>46705</id>
      <timestamp>2012-06-07T16:58:52Z</timestamp>
      <contributor>
        <username>Tejsin</username>
        <id>12580</id>
      </contributor>
      <comment>/* L */</comment>
      <text xml:space="preserve">__NOTOC__

{{Simple-Alpha-Menu|{{CZ-Navbar}}
----
}}


&lt;i&gt;&quot;Now you too can speak Theorese!&quot;&lt;/i&gt;

On this page I've collected terms that appear (or don't appear) throughout the Complexity Zoo, and that theoretical computer scientists tend to use without defining them, assuming everyone just knows what they mean.  The list is by no means comprehensive-- if you find something missing or in error, let someone know or jump in and help out!

----

===== A =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;adaptive:&lt;/b&gt;&lt;/font&gt; Each question you ask (say to an oracle) can depend on the answers to the previous questions.  If A and B are complexity classes, then A&lt;sup&gt;B&lt;/sup&gt; is the class of languages decidable by an A machine that can make adaptive queries to a B oracle.

{{Term|alphabet|Typically denoted &lt;math&gt;\Sigma&lt;/math&gt;, an alphabet is a finite set of characters. Common examples include &lt;math&gt;\{a, b, \dots, z\}&lt;/math&gt; and &lt;math&gt;\{0, 1\}&lt;/math&gt;.}}

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;asymptotic:&lt;/b&gt;&lt;/font&gt; Concerning the rate at which a function grows, ignoring constant factors.  For example, if an algorithm uses 3n+5 steps on inputs of size n, we say its running time is &quot;asymptotically linear&quot; - emphasizing that the linear dependence on n is what's important, not the 3 or the 5.

===== B =====
&lt;font color=&quot;red&quot; id=&quot;block sensitivity&quot;&gt;&lt;b&gt;block sensitivity:&lt;/b&gt;&lt;/font&gt; Given a Boolean function &lt;math&gt;f:\{0,1\}^n\to\{0,1\}&lt;/math&gt;, the block sensitivity &lt;math&gt;\mathrm{bs}^X(f)&lt;/math&gt; of an input &lt;math&gt;X=x_1\dots x_n&lt;/math&gt; is the maximum number of disjoint blocks &lt;math&gt;B&lt;/math&gt; of variables such that &lt;math&gt;f(X)&lt;/math&gt; does not equal &lt;math&gt;f\left(X^{(B)}\right)&lt;/math&gt;, where &lt;math&gt;X^{(B)}&lt;/math&gt; denotes &lt;math&gt;X&lt;/math&gt; with the variables in &lt;math&gt;B&lt;/math&gt; flipped.  Then &lt;math&gt;\mathrm{bs}(f)&lt;/math&gt; is the maximum of &lt;math&gt;\mathrm{bs}^X(f)&lt;/math&gt; over all &lt;math&gt;X&lt;/math&gt;.  Defined by Nisan in 1991.  See also [[#sensitivity|sensitivity]], [[#certificate-complexity|certificate complexity]].

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Blum integer:&lt;/b&gt;&lt;/font&gt; A product of two distinct primes, both of which are congruent to 3 mod 4.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Boolean formula:&lt;/b&gt;&lt;/font&gt; A circuit in which each gate has fanout 1.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Boolean function:&lt;/b&gt;&lt;/font&gt; Usually, a function &lt;math&gt;f:\{0,1\}^n\to\{0,1\}&lt;/math&gt;, that takes an &lt;math&gt;n&lt;/math&gt;-bit string as input and produces a bit as output.

===== C =====
&lt;font color=&quot;red&quot; id=&quot;certificate-complexity&quot;&gt;&lt;b&gt;certificate complexity:&lt;/b&gt;&lt;/font&gt; Given a Boolean function &lt;math&gt;f:\{0,1\}^n\to\{0,1\}&lt;/math&gt;, the certificate complexity &lt;math&gt;C^X(f)&lt;/math&gt; of an input &lt;math&gt;X=x_1\dots x_n&lt;/math&gt; is the minimum size of a set &lt;math&gt;S&lt;/math&gt; of variables such that &lt;math&gt;f(Y)=f(X)&lt;/math&gt; whenever &lt;math&gt;Y&lt;/math&gt; agrees with &lt;math&gt;X&lt;/math&gt; on every variable in &lt;math&gt;S&lt;/math&gt;.  Then &lt;math&gt;C(f)&lt;/math&gt; is the maximum of &lt;math&gt;C^X(f)&lt;/math&gt; over all &lt;math&gt;X&lt;/math&gt;.  See also [[#block-sensitivity|block sensitivity]].

[[Image:Example-circuit.png|thumb|200px|right|Example of a Boolean [[#circuit|circuit]] of [[#depth|depth]] 4 that checks if two 2-bit strings are different.]]
&lt;font color=&quot;red&quot; id=&quot;circuit&quot;&gt;&lt;b&gt;circuit:&lt;/b&gt;&lt;/font&gt; To engineers, a &quot;circuit&quot; is a closed loop.  But in theoretical computer science, a circuit never has loops: instead, it starts with an input, then applies a sequence of simple operations (or gates) to produce an output.  For example, an OR gate outputs 1 if either of its input bits are 1, and 0 otherwise.  The output of a gate can then be used as an input to other gates.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;closure:&lt;/b&gt;&lt;/font&gt; The closure of a set &lt;math&gt;S&lt;/math&gt; under some operations, is the set of everything you can get by starting with &lt;math&gt;S&lt;/math&gt;, then repeatedly applying the operations.  For instance, the closure of the set &lt;math&gt;\{1\}&lt;/math&gt; under addition and subtraction is the set of integers.

&lt;font color=&quot;red&quot; id=&quot;cnf&quot;&gt;&lt;b&gt;CNF:&lt;/b&gt;&lt;/font&gt; Conjunctive Normal Form.  A special kind of Boolean formula, consisting of an AND of ORs of negated or non-negated literals.  For instance: &lt;math&gt;(a\vee\neg b)\wedge(b\vee\neg c\vee d)&lt;/math&gt;.  See also [[#dnf|DNF]].

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;collapse:&lt;/b&gt;&lt;/font&gt; An infinite sequence (hierarchy) of complexity classes &lt;i&gt;collapses&lt;/i&gt; if all but finitely many of them are actually equal to each other.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;complement:&lt;/b&gt;&lt;/font&gt; The complement of a language is the set of all instances not in the language.  The complement of a complexity class consists of the complement of each language in the class.  (Not the set of all languages not in the class!)

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;complete:&lt;/b&gt;&lt;/font&gt; A problem is complete for a complexity class if (1) it's in the class, and (2) everything in the class can be reduced to it (under some notion of reduction).  So, if you can solve the complete problems for some class, then you can solve every problem in the class.  The complete problems are the hardest.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;constructible:&lt;/b&gt;&lt;/font&gt; Basically, a function &lt;math&gt;f&lt;/math&gt; is 'constructible' if it's nondecreasing, and if, given an input &lt;math&gt;x&lt;/math&gt;, &lt;math&gt;f(\left\vert x\right\vert)&lt;/math&gt; can be computed in time linear in &lt;math&gt;\left\vert x\right\vert+f(\left\vert x\right\vert)&lt;/math&gt;.  Informally, constructible functions are those that are sufficiently well-behaved to appear as complexity bounds.  This is a technical notion that is almost never needed in practice.

===== D =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;decision problem:&lt;/b&gt;&lt;/font&gt; A problem for which the desired answer is a single bit (1 or 0, yes or no).  For simplicity, theorists often restrict themselves to talking about decision problems.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;decision tree:&lt;/b&gt;&lt;/font&gt; A (typically) binary tree where each non-leaf vertex is labeled by a query, each edge is labeled by a possible answer to the query, and each leaf is labeled by an output (typically yes or no).  A decision tree represents a function in the obvious way.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;decision tree complexity:&lt;/b&gt;&lt;/font&gt; Given a Boolean function &lt;math&gt;f:\{0,1\}^n\to\{0,1\}&lt;/math&gt;, the decision tree complexity &lt;math&gt;D(f)&lt;/math&gt; of &lt;math&gt;f&lt;/math&gt; is the minimum height of a decision tree representing &lt;math&gt;f&lt;/math&gt; (where height is the maximum length of a path from the root to a leaf).  Also called deterministic query complexity.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;depth:&lt;/b&gt;&lt;/font&gt; When referring to a circuit, the maximum number of gates along any path from an input to the output.  (Note that circuits never contain loops.)

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;deterministic:&lt;/b&gt;&lt;/font&gt; Not randomized.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;DNF:&lt;/b&gt;&lt;/font&gt; Disjunctive Normal Form.  A Boolean formula consisting of an OR and ANDs of negated or non-negated literals.  For instance: &lt;math&gt;(a\wedge c)\vee(b\wedge\neg c)&lt;/math&gt;.  See also [[#cnf|CNF]].

&lt;font color=&quot;red&quot; id=&quot;downward-self-reducible&quot;&gt;&lt;b&gt;downward self-reducible:&lt;/b&gt;&lt;/font&gt; A problem is downward self-reducible if an oracle for instances of size &lt;math&gt;n-1&lt;/math&gt; enables one to solve instances of size &lt;math&gt;n&lt;/math&gt;.

===== E =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;equivalence class:&lt;/b&gt;&lt;/font&gt; A maximal set of objects that can all be transformed to each other by some type of transformation.

===== F =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;family:&lt;/b&gt;&lt;/font&gt; Usually an infinite sequence of objects, one for each input size n.  For example, a &quot;family of circuits.&quot;

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;fanin:&lt;/b&gt;&lt;/font&gt; The maximum number of input wires that any gate in a circuit can have.  A &quot;bounded fanin&quot; circuit is one in which each gate has a constant number of input wires (often assumed to be 2).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;fanout:&lt;/b&gt;&lt;/font&gt; The maximum number of output wires any gate in a circuit can have.  When talking about &quot;circuits,&quot; one usually assumes unbounded fanout unless specified otherwise.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;finite automaton:&lt;/b&gt;&lt;/font&gt; An extremely simple model of computation.  In the most basic form, a machine reads an input string once, from left to right.  At any step, the machine is in one of a finite number of states.  After it reads an input character (symbol), it transitions to a new state, determined by its current state as well as the character it just read.  The machine outputs 'yes' or 'no' based on its state when it reaches the end of the input.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;FOCS:&lt;/b&gt;&lt;/font&gt; IEEE Symposium on Foundations of Computer Science (held every fall).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;function problem:&lt;/b&gt;&lt;/font&gt; A problem where the desired output is not necessarily a single bit, but could belong to a set with more than 2 elements.  Contrast with decision problem.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;formula:&lt;/b&gt;&lt;/font&gt; A circuit where each gate has fanout 1.

===== G =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;gate:&lt;/b&gt;&lt;/font&gt; A basic component used to build a circuit.  Usually performs some elementary logical operation: for example, an AND gate takes a collection of input bits, and outputs a '1' bit if all the input bits are '1', and a '0' bit otherwise.  See also fanin, fanout.

===== H =====
{{Term|id=hamming-distance|Hamming distance|Given two bit strings &lt;math&gt;x,y\in\{0,1\}^n&lt;/math&gt; for some &lt;math&gt;n&lt;/math&gt;, their Hamming distance &lt;math&gt;d(x,y)&lt;/math&gt; is the number of bits that are different between the two strings. This function satisfies the properties of a metric on the vectorspace &lt;math&gt;\{0,1\}^n&lt;/math&gt;, since it is non-negative, is symmetric, satisfies &lt;math&gt;d(x,x)=0&lt;/math&gt; and the satisfies the triangle inequality.
}}
{{Term|id=hamming-weight|Hamming weight|Given a bit string &lt;math&gt;x\in\{0,1\}^*&lt;/math&gt;, the Hamming weight of &lt;math&gt;x&lt;/math&gt; is the number of non-zero bits. Equivalently, the Hamming weight of &lt;math&gt;x&lt;/math&gt; is the Hamming distance &lt;math&gt;d(x,\mathbf{0})&lt;/math&gt; between &lt;math&gt;x&lt;/math&gt; and a string of all zeros having the same length.
}}
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;hard:&lt;/b&gt;&lt;/font&gt; A problem is hard for a class if everything in the class can be reduced to it (under some notion of reduction).  If a problem is in a class &lt;i&gt;and&lt;/i&gt; hard for the class, then it's complete for the class.  Beware; hard and complete are not synonyms!

===== I =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;instance:&lt;/b&gt;&lt;/font&gt; A particular case of a problem.

===== L =====
{{Term|language|Another term for [[#D|decision problem]] (but only a total decision problem, not a promise decision problem).  An instance is in a language, if and only if the answer to the decision problem is &quot;yes.&quot;
An alternate characterization of a language is as a set of [[#word|words]] over an alphabet &lt;math&gt;\Sigma&lt;/math&gt;: &lt;math&gt;L\subseteq \Sigma^*&lt;/math&gt;. This is equivalent since determining membership in &lt;math&gt;L&lt;/math&gt; is a decision problem called the characteristic function of &lt;math&gt;L&lt;/math&gt;. A simple example of a language is ODD, the set of all strings over &lt;math&gt;\{0,1\}&lt;/math&gt; which end in 1.}}

&lt;font color=&quot;red&quot; id=&quot;lasvegas-algorithm&quot;&gt;&lt;b&gt;Las Vegas algorithm:&lt;/b&gt;&lt;/font&gt; A zero-error randomized algorithm, i.e. one that always returns the correct answer, but whose running time is a random variable.  The term was introduced by Babai in 1979.  Contrast [http://www.cheatcodesforsime3.com/ with] Monte Carlo.

&lt;font color=&quot;red&quot; id=&quot;low&quot;&gt;&lt;b&gt;low:&lt;/b&gt;&lt;/font&gt; A complexity class C is low for D if D&lt;sup&gt;C&lt;/sup&gt; = D; that is, adding C as an oracle does not increase the power of D.  C is &lt;i&gt;self-low&lt;/i&gt; if C&lt;sup&gt;C&lt;/sup&gt; = C.

&lt;font color=&quot;red&quot; id=&quot;lower bound&quot;&gt;&lt;b&gt;lower bound:&lt;/b&gt;&lt;/font&gt; A result showing that a function grows &lt;i&gt;at least&lt;/i&gt; at a certain asymptotic rate.  Thus, a lower bound on the complexity of a problem implies that any algorithm for the problem requires &lt;i&gt;at least&lt;/i&gt; a certain amount of resources.  Lower bounds are much harder to come by than upper bounds.

===== M =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;many-one reduction:&lt;/b&gt;&lt;/font&gt; A reduction from problem A to problem B, in which an algorithm converts an instance of A into an instance of B having the same answer.  Also called a Karp reduction.  (Contrast with Turing reduction.)

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;monotone:&lt;/b&gt;&lt;/font&gt; A function is monotone (or monotonic) if, when one increases any of the inputs, the output never decreases (it can only increase or stay the same).  A Boolean circuit is monotone if it consists only of AND and OR gates, no NOT gates.

&lt;font color=&quot;red&quot; id=&quot;gap&quot;&gt;&lt;b&gt;monotone-nonmonotone gap:&lt;/b&gt;&lt;/font&gt; A Boolean function has a monotone-nonmonotone gap if it has nonmonotone Boolean circuits (using AND, OR, and NOT gates) that are smaller than any monotone Boolean circuits (without NOT gates) for it.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Monte Carlo algorithm:&lt;/b&gt;&lt;/font&gt; A bounded-error randomized algorithm, i.e. one that returns the correct answer only with some specified probability.  The error probability can be either one-sided or two-sided.  (In physics and engineering, the term refers more broadly to any algorithm based on random sampling.)  The term was introduced by Metropolis and Ulam around 1945.  Contrast with Las Vegas.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;nondeterministic machine:&lt;/b&gt;&lt;/font&gt; A hypothetical machine that, when faced with a choice, is able to make all possible choices at once - i.e. to branch off into different 'paths.'  In the end, the results from all the paths must be combined somehow into a single answer.  One can obtain dozens of different models of computation, depending on the exact way this is stipulated to happen.  For example, an {{zcls|n|np}} machine answers 'yes' if &lt;i&gt;any&lt;/i&gt; of its paths answer 'yes.'  By contrast, a {{zcls|p|pp}} machine answers 'yes' if the &lt;i&gt;majority&lt;/i&gt; of its paths answer 'yes.'

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;non-negligible:&lt;/b&gt;&lt;/font&gt; A probability is non-negligible if it's greater than &lt;math&gt;1/p(n)&lt;/math&gt; for some polynomial &lt;math&gt;p&lt;/math&gt;, where &lt;math&gt;n&lt;/math&gt; is the size of the input.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;nonuniform:&lt;/b&gt;&lt;/font&gt; This means that a different algorithm can be used for each input size.  Boolean circuits are a nonuniform model of computation -- one might have a circuit for input instances of size 51, that looks completely different from the circuit for instances of size 50.

===== O =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;o (&quot;little-oh&quot;):&lt;/b&gt;&lt;/font&gt; For a function &lt;math&gt;f(n)&lt;/math&gt; to be &lt;math&gt;o(g(n))&lt;/math&gt; means that &lt;math&gt;f(n)&lt;/math&gt; is &lt;math&gt;O(g(n))&lt;/math&gt; and is not &lt;math&gt;\Omega(g(n))&lt;/math&gt; (i.e. &lt;math&gt;f(n)&lt;/math&gt; grows more slowly than &lt;math&gt;g(n)&lt;/math&gt;).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;O (&quot;big-oh&quot;):&lt;/b&gt;&lt;/font&gt; For a function &lt;math&gt;f(n)&lt;/math&gt; to be &lt;math&gt;O(g(n))&lt;/math&gt; means that for some nonnegative constant &lt;math&gt;k&lt;/math&gt;, &lt;math&gt;f(n)&lt;/math&gt; is less than &lt;math&gt;kg(n)&lt;/math&gt; for all sufficiently large &lt;math&gt;n&lt;/math&gt;.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&amp;Omega; (Omega):&lt;/b&gt;&lt;/font&gt; For a function &lt;math&gt;f(n)&lt;/math&gt; to be &lt;math&gt;\Omega(g(n))&lt;/math&gt; means that for some nonnegative constant &lt;math&gt;k&lt;/math&gt;, &lt;math&gt;f(n)&lt;/math&gt; is greater than &lt;math&gt;kg(n)&lt;/math&gt; for all sufficiently large &lt;math&gt;n&lt;/math&gt;.

&lt;font color=&quot;red&quot; id=&quot;oracle&quot;&gt;&lt;b&gt;oracle:&lt;/b&gt;&lt;/font&gt; Also called &quot;black box.&quot;  An imaginary device that solves some computational problem immediately.  &lt;br&gt;&lt;i&gt;Note:&lt;/i&gt; An oracle is specified by the answers it gives to every possible question you could ask it.  So in some contexts, 'oracle' is more or less synonymous with 'input' - but usually an input so long that the algorithm can only examine a small fraction of it.

&lt;font color=&quot;red&quot; id=&quot;ospeedup&quot;&gt;&lt;b&gt;O-optimal or O-speedup:&lt;/b&gt;&lt;/font&gt; Informally, an O-optimal algorithm is one that is optimal in big-O notation. More formally, an algorithm A accepting a language L is O-optimal if for any other A' accepting L, there exists a constant &lt;math&gt;c&lt;/math&gt; such that for all inputs &lt;math&gt;x&lt;/math&gt;: &lt;math&gt;time_A(x)\leq c(|x|+time_{M'}(x))&lt;/math&gt;. A language with no O-optimal A is said to have O-speedup. See [[Speedup]].

===== P =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;path:&lt;/b&gt;&lt;/font&gt; A single sequence of choices that could be made by a nondeterministic machine.

{{Term|id=p-measure|''p''-measure|A game-theoretic reformulation of the classical Lebesgue measure, whose full definition is too long to fit here; please see the survey paper by Lutz, {{zcite|Lut93}}, wherein the term is formally defined. The measure is useful in proving [[#zeroone-law|zero-one laws]]. Also known as &quot;Lutz's ''p''-measure.&quot;}}

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;polylogarithmic:&lt;/b&gt;&lt;/font&gt; &lt;math&gt;(\log(n))^c&lt;/math&gt;, where &lt;math&gt;c&lt;/math&gt; is a constant.  Also an adverb (&quot;polylogarithmically&quot;).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;polynomial:&lt;/b&gt;&lt;/font&gt; To mathematicians, a polynomial in &lt;math&gt;n&lt;/math&gt; is a sum of multiples of nonnegative integer powers of &lt;math&gt;n&lt;/math&gt;: for example, &lt;math&gt;3n^2-8n+4&lt;/math&gt;.  To computer scientists, on the other hand, polynomial often means &lt;i&gt;upper-bounded&lt;/i&gt; by a polynomial: so &lt;math&gt;n+\log(n)&lt;/math&gt;, for example, is &quot;polynomial.&quot;  Also an adverb (&quot;polynomially&quot;).  A function that grows polynomially is considered to be 'reasonable,' unlike, say, one that grows exponentially.

{{Term|post-selection|The process of accepting or rejecting an input conditioned on some random event occurring in a desired fashion. For example, guessing the solution to an NP-complete problem then killing yourself if the solution was incorrect could be viewed as an anthropic form of post-selection, as in any universes in which you are still alive, your random choice of a solution was correct. This intuition leads to classes such as {{zcls|b|bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;}} and {{zcls|p|postbqp|PostBQP}}.}}

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;problem:&lt;/b&gt;&lt;/font&gt; A function from inputs to outputs, which we want an algorithm to compute.  A crossword puzzle is not a problem; it's an &lt;i&gt;instance&lt;/i&gt;.  The set of &lt;i&gt;all&lt;/i&gt; crossword puzzles is a problem. ''See also:'' [[#decision-problem|decision problem]], [[#language|language]].

{{Term|id=promise-problem|promise problem|A problem for which the input is guaranteed to have a certain property.  I.e. if an input doesn't have that property, then we don't care what the algorithm does when given that input.}}

&lt;font color=&quot;red&quot; id=&quot;pspeedup&quot;&gt;&lt;b&gt;p-optimal or p-speedup:&lt;/b&gt;&lt;/font&gt; (aka polynomially optimal or polynomial speedup) A Turing machine &lt;math&gt;M&lt;/math&gt; accepting a language &lt;math&gt;L&lt;/math&gt; is polynomially optimal if for any other &lt;math&gt;M'&lt;/math&gt; accepting &lt;math&gt;L&lt;/math&gt;, there exists a polynomial &lt;math&gt;p&lt;/math&gt; such that for all inputs &lt;math&gt;x&lt;/math&gt;: &lt;math&gt;\mathrm{time}_M(x)\leq p(|x|,\mathrm{time}_{M'}(x))&lt;/math&gt;. A language with no p-optimal &lt;math&gt;M&lt;/math&gt; is said to have p-speedup. p-optimal was defined by Krajicek and Pudlak [[zooref#kp89|[KP89]]]; see also Messner [[zooref#mes99|[Mes99]]].

&lt;font color=&quot;red&quot; id=&quot;puniform&quot;&gt;&lt;b&gt;P-uniform or P-nonuniform:&lt;/b&gt;&lt;/font&gt; A family of Boolean circuits is P-uniform if a Turing machine given input string &lt;math&gt;1^n&lt;/math&gt; (1 repeated n times) can output the member of the family with &lt;math&gt;n&lt;/math&gt; inputs in time polynomial in n. A ''problem'' is P-nonuniform if no family of minimal Boolean circuits for the problem is P-uniform.

===== Q =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;quantum:&lt;/b&gt;&lt;/font&gt; Making use of quantum-mechanical superposition, which is a particular kind of parallel and very fast nondeterministic algorithmic processing that collapses to one value (usually the answer to a problem instance) when its output is observed, captured, or used.  If you don't know what that means, well, I can't explain it in this sentence (try lectures [http://www.scottaaronson.com/democritus/lec9.html 9] and [http://www.scottaaronson.com/democritus/lec10.html 10] from the [http://www.scottaaronson.com/democritus/default.html Democritus course] taught by the Zookeeper).  But it has nothing to do with the original meaning of the word 'quantum' (i.e. a discrete unit).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;quasipolynomial:&lt;/b&gt;&lt;/font&gt; &lt;math&gt;O(2^{\log^c n})&lt;/math&gt;, for some constant c.

===== R =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;random access:&lt;/b&gt;&lt;/font&gt; This means that an algorithm can access any element x&lt;sub&gt;i&lt;/sub&gt; of a sequence immediately (by just specifying i).  It doesn't have to go through x&lt;sub&gt;1&lt;/sub&gt;,...,x&lt;sub&gt;i-1&lt;/sub&gt; first.  Note that this has nothing directly to do with randomness.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;randomized:&lt;/b&gt;&lt;/font&gt; Making use of randomness (as in 'randomized algorithm').  This is probably an unfortunate term, since it doesn't imply that one starts with something deterministic and then 'randomizes' it.  See also Monte Carlo and Las Vegas.

&lt;font color=&quot;red&quot; id=&quot;random-self-reducible&quot;&gt;&lt;b&gt;random self-reducible:&lt;/b&gt;&lt;/font&gt; A problem is random self-reducible if the ability to solve a large fraction of instances enables one to solve &lt;i&gt;all&lt;/i&gt; instances.  For example, the discrete logarithm problem is random self-reducible.

&lt;font color=&quot;red&quot; id=&quot;reduction&quot;&gt;&lt;b&gt;reduction:&lt;/b&gt;&lt;/font&gt; A result of the form, &quot;Problem A is at least as hard as Problem B.&quot;  This is generally shown by giving an algorithm that transforms any instance of Problem B into an instance of Problem A.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;relativize:&lt;/b&gt;&lt;/font&gt; To add an oracle.  We say a complexity class inclusion (or technique) is &lt;i&gt;relativizing&lt;/i&gt; if it works relative to all oracles.  Since there exist oracles A,B such that {{zcls|p|p}}&lt;sup&gt;A&lt;/sup&gt; = {{zcls|n|np}}&lt;sup&gt;A&lt;/sup&gt; and {{zcls|p|p}}&lt;sup&gt;B&lt;/sup&gt; does not equal {{zcls|n|np}}&lt;sup&gt;B&lt;/sup&gt; {{zcite|BGS75}}, any technique that resolves {{zcls|p|p}} versus {{zcls|n|np}} will need to be nonrelativizing.

===== S =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;satisfiability (SAT):&lt;/b&gt;&lt;/font&gt; One of the central problems in computer science.  The problem is, given a Boolean formula, does there exist a setting of variables that &lt;i&gt;satisfies&lt;/i&gt; the formula (that is, makes it evaluate to true)?  For example, &lt;math&gt;(a\vee b)\wedge(\neg a\vee\neg b)&lt;/math&gt; is satisfiable: &lt;math&gt;a=\mathrm{true}&lt;/math&gt;, &lt;math&gt;b=\mathrm{false}&lt;/math&gt; and &lt;math&gt;a=\mathrm{false}&lt;/math&gt;, &lt;math&gt;b=\mathrm{true}&lt;/math&gt; are both satisfying assignments.  But &lt;math&gt;(a\vee b) \wedge (\neg a) \wedge (\neg b)&lt;/math&gt; is unsatisfiable. ''See also'': [[Complexity Garden#sat|Garden entry on satisfiability]].

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;self-reducible:&lt;/b&gt;&lt;/font&gt; A problem is self-reducible if an oracle for the decision problem enables one to solve the associated function problem efficiently.  For example, {{zcls|n|npc|NP-complete}} problems are self-reducible.  See also: [[#downward-self-reducible|downward self-reducible]], [[#random-self-reducible|random self-reducible]].

&lt;font color=&quot;red&quot; id=&quot;sensitivity&quot;&gt;&lt;b&gt;sensitivity:&lt;/b&gt;&lt;/font&gt; Given a Boolean function {{bfunc}}, the sensitivity &lt;math&gt;s^X(f)&lt;/math&gt; of an input &lt;math&gt;X=x_1\dots x_n&lt;/math&gt; is the number of variables such that flipping them changes the value of &lt;math&gt;f(X)&lt;/math&gt;.  Then &lt;math&gt;s(f)&lt;/math&gt; is the maximum of &lt;math&gt;s^X(f)&lt;/math&gt; over all &lt;math&gt;X&lt;/math&gt;.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;size:&lt;/b&gt;&lt;/font&gt; When referring to a string, the number of bits.  When referring to a circuit, the number of gates.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;space:&lt;/b&gt;&lt;/font&gt; The amount of memory used by an algorithm (as in space complexity).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;STOC:&lt;/b&gt;&lt;/font&gt; ACM Symposium on Theory of Computing (held every spring).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;string:&lt;/b&gt;&lt;/font&gt; A sequence of 1s and 0s.  (See, it's not just physicists who plumb Nature's deepest secrets -- we computer scientists theorize about strings as well!)&lt;br&gt;&lt;i&gt;Note&lt;/i&gt;: For simplicity, one usually assumes that every character in a string is either 1 or 0, but strings over larger alphabets can also be considered.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;subexponential:&lt;/b&gt;&lt;/font&gt; Growing slower (as a function of n) than any exponential function.  Depending on the context, this can either mean &lt;math&gt;2^{o(n)}&lt;/math&gt; (so that the Number Field Sieve factoring algorithm, which runs in about &lt;math&gt;2^{n^{1/3}}&lt;/math&gt; time, is &quot;subexponential&quot;); or &lt;math&gt;2^{o(n^{\epsilon})}&lt;/math&gt; for every &lt;math&gt;\epsilon&gt;0&lt;/math&gt;.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;superpolynomial:&lt;/b&gt;&lt;/font&gt; Growing faster (as a function of &lt;math&gt;n&lt;/math&gt;) than any polynomial in &lt;math&gt;n&lt;/math&gt;.  This is &lt;i&gt;not&lt;/i&gt; the same as exponential: for example, &lt;math&gt;n^{\log n}&lt;/math&gt; is superpolynomial, but not exponential.

===== T =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;tape:&lt;/b&gt;&lt;/font&gt; The memory used by a Turing machine.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&amp;Theta; (Theta):&lt;/b&gt;&lt;/font&gt; For a function &lt;math&gt;f(n)&lt;/math&gt; to be &lt;math&gt;\Theta(g(n))&lt;/math&gt; means that &lt;math&gt;f(n) = O(g(n))&lt;/math&gt; and &lt;math&gt;f(n) = \Omega(g(n))&lt;/math&gt; (i.e. they grow at the same rate).

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;tight bound:&lt;/b&gt;&lt;/font&gt; An upper bound that matches the lower bound, or vice versa.  I.e. the best possible bound for a function.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;total:&lt;/b&gt;&lt;/font&gt; A total function is one that is defined on every possible input.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;truth table:&lt;/b&gt;&lt;/font&gt; A table of all &lt;math&gt;2^n&lt;/math&gt; possible inputs to a Boolean function, together with the corresponding outputs.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;truth table reduction:&lt;/b&gt;&lt;/font&gt; A Turing reduction in which the oracle queries must be nonadaptive.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Turing reduction:&lt;/b&gt;&lt;/font&gt; A reduction from problem A to problem B, in which the algorithm for problem A can make queries to an oracle for problem B.  (Contrast with many-one reduction.)

===== U =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;unary:&lt;/b&gt;&lt;/font&gt; An inefficient encoding system, in which the integer n is denoted by writing n 1's in sequence.

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;uniform:&lt;/b&gt;&lt;/font&gt; A single algorithm is used for all input lengths.  For example, Turing machines are a uniform model of computation -- one just has to design a single Turing machine for multiplication, and it can multiply numbers of any length.  (Contrast with the circuit model.)

&lt;font color=&quot;red&quot;&gt;&lt;b&gt;upper bound:&lt;/b&gt;&lt;/font&gt; A result showing that a function grows &lt;i&gt;at most&lt;/i&gt; at a certain asymptotic rate.  For example, any algorithm for a problem yields an upper bound on the complexity of the problem.

===== W =====
&lt;font color=&quot;red&quot;&gt;&lt;b&gt;with high probability (w.h.p.):&lt;/b&gt;&lt;/font&gt; Usually this means with probability at least 2/3 (or any constant greater than 1/2).  If an algorithm is correct with 2/3 probability, one can make the probability of correctness as high as one wants by just repeating several times and taking a majority vote.&lt;br&gt;&lt;i&gt;Note&lt;/i&gt;: Sometimes people say &quot;high probability&quot; when they mean &quot;non-negligible probability.&quot;

{{Term|word|Given an [[#alphabet|alphabet]] &lt;math&gt;\Sigma&lt;/math&gt;, a word is a string &lt;math&gt;w \in \Sigma^*&lt;/math&gt;. That is, a string of characters drawn from &lt;math&gt;\Sigma&lt;/math&gt;. Using the alphabet &lt;math&gt;\Sigma = \{a, b, \dots, z\}&lt;/math&gt;, some valid words include &lt;math&gt;word&lt;/math&gt;, &lt;math&gt;science&lt;/math&gt;, &lt;math&gt;foobar&lt;/math&gt; and &lt;math&gt;fotmewwi&lt;/math&gt;.}}

===== X =====
===== Y =====
===== Z =====
{{Term|id=zeroone-law|zero-one law|Any theorem which specifies that the probability of an event is either zero or one is known as a zero-one law.}}

[[Category:Computational Complexity]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo Introduction</title>
    <id>1962</id>
    <revision>
      <id>23614</id>
      <timestamp>2012-02-08T00:56:31Z</timestamp>
      <contributor>
        <username>Joshuaherman</username>
        <id>5631</id>
      </contributor>
      <comment>Broken links.</comment>
      <text xml:space="preserve">''This page is an introduction to the [[Complexity Zoo]] which was originally created at http://www.complexityzoo.com/ by [[Scott Aaronson]].''

&lt;hr&gt;

I created the Complexity Zoo with three audiences in mind.  

First, me.  Before my zookeeping foray, I spent a week trying to put {{zcls|a|am}} outside {{zcls|q|qma}} relative to an oracle, only to learn that this followed trivially from two known results: that of Vereshchagin [[Zoo References#ver92|[Ver92]]] that {{zcls|a|am}} is outside {{zcls|p|pp}} relative to an oracle, and that of Kitaev and Watrous (unpublished, but mentioned in [[Zoo References#wat00|[Wat00]]]) that {{zcls|q|qma}} is in {{zcls|p|pp}}.  What to do next?  One option would be to work on putting {{zcls|s|szk}} outside {{zcls|q|qma}} relative to an oracle.  But instead I decided that, before hoisting one more brick onto the vast edifice of complexity, I'd do well to take stock of what was already known.  Some theorists seem able to hold in their minds, in one instant, the results of every FOCS, STOC, and Complexity paper ever published.  Not every proof, of course - but those can be looked up if one knows the results and to whom they're due.

I am not one of those theorists.  The sprawling web of known relations among complexity classes - containments, oracle separations, random oracle separations, lowness results, the occasional inequality - is not fixed in my memory like the English language.  And so it's largely for my own benefit that I recorded a chunk of what's known in one unwieldy HTML file.  

The second audience is other theorists and theory students, who might find the Zoo to have a few advantages as a reference.  First, inspired by Eric Weisstein's famed [http://mathworld.wolfram.com World of Mathematics], it links liberally between entries.  Second, it can be updated regularly - much of its current content is not yet in any book as far as I know.  Third, it takes a democratic approach to complexity classes, with big hitters like {{zcls|n|np}} listed alongside the lesser-known {{zcls|m|mal|mAL}}, {{zcls|p|podn}}, and {{zcls|q|qacc0|QACC&lt;sub&gt;0&lt;/sub&gt;}}.  Any class is fair game so long as something nontrivial has been said about it in the literature.  

The third audience comprises programmers, mathematicians, physicists, and anyone else who bumps into complexity classes occasionally.  With this audience in mind I've kept the writing informal; those who need a precise definition of a class should consult the references.  I hope that non-theorists, even if they don't understand everything, will at least find some amusement in the many exotic beasts that complexity theory has uncovered.  

Comments, corrections, and additions (of classes, results, references...) are most welcome; send to aaronson at ias dot edu.  

==Recommended Further Reading==
*[[Zoo References#pap94|&lt;i&gt;Computational Complexity&lt;/i&gt;]] (1994) by C. H. Papadimitriou.  The standard text, and an ideal starting place for beginners. 
*[[Zoo References#joh90|&quot;A Catalog of Complexity Classes&quot;]] (1990) by D. S. Johnson (Chapter 2 in the &lt;i&gt;Handbook of Theoretical Computer Science&lt;/i&gt;, Volume A).  Close in spirit to the Zoo. 
*[[Zoo References#ho02|&lt;i&gt;The Complexity Theory Companion&lt;/i&gt;]] (2002), by L. A. Hemaspaandra and M. Ogihara.  A lively guide to structural complexity.  Has a &quot;Rogues' Gallery&quot; of classes at the end, including such obscure zoo denizens as [[Complexity Zoo:U#us|US]] and [[Complexity Zoo:S#sfk|SF&lt;sub&gt;k&lt;/sub&gt;]] (though Prof. Hemaspaandra emphasizes to me that the book is &quot;&lt;i&gt;mostly&lt;/i&gt; about [[Complexity Zoo#np|NP]], [[Complexity Zoo#ph|PH]], etc. - pretty normal, standard stuff&quot;). 
*Lance Fortnow's [http://fortnow.com/lance/complog/ Computational Complexity Web Log].  Includes a 'Complexity Class of the Week.'

==Other Theory Compendia==
*[[Zoo References#gj79&quot;|&lt;i&gt;Computers and Intractability: A Guide to the Theory of NP-Completeness&lt;/i&gt;]] (1979) by M. R. Garey and D. S. Johnson. 
*[http://www.nada.kth.se/~viggo/wwwcompendium/ A Compendium of NP Optimization Problems], web site by P. Crescenzi and V. Kann et al.
*[http://public.research.att.com/~dsj/columns/ NP-Completeness Columns by D. S. Johnson], review articles published in Journal of Algorithms and ACM Trans. Algorithms
[[Category:Computational Complexity]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo Pronunciation Guide</title>
    <id>1964</id>
    <revision>
      <id>11839</id>
      <timestamp>2008-11-27T14:44:55Z</timestamp>
      <contributor>
        <username>Scott Aaronson</username>
        <id>102</id>
      </contributor>
      <minor/>
      <text xml:space="preserve">''This page is a pronunciation guide for the [[Complexity Zoo]] which was originally created at http://www.complexityzoo.com/ by [[Scott Aaronson]].''

&lt;hr&gt;

Unfortunately, there are no accepted conventions for pronouncing the names of rarer complexity classes.  Usually the safest bet is just to spell out a whole acronym; even when vowels are present, this is easier than wrapping one's tongue around (say) [[Complexity Zoo:P#podn|PODN]] or [[Complexity Zoo:N#niszk|NISZK]].  The major exceptions are words and word prefixes, which are pronounced as such: for example, co, mod, log, lin, few, poly, exp, gap, time, space, amp, av, sel, sat.  Also, the &quot;TAS&quot; in [[Complexity Zoo:P#ptas|PTAS]], [[Complexity Zoo:F#fptas|FPTAS]], and [[Complexity Zoo:E#eptas|EPTAS]] is generally pronounced &quot;tahz.&quot;

As for symbols, the &quot;&amp;oplus;&quot; of [[Complexity Zoo:Symbols#parityl|&amp;oplus;L]] is pronounced &quot;parity&quot;; while the &quot;#&quot; of [[Complexity Zoo:Symbols#sharpp|#P]] is pronounced &quot;sharp&quot; (some textbooks also list &quot;pound&quot; or &quot;number&quot; as acceptable, but I've never heard the latter two used in real life (&lt;i&gt;update:&lt;/i&gt; Leslie Ann Goldberg tells me that in Britain, they say both &quot;number-P&quot; and &quot;hash-P&quot;)).  The &quot;/&quot; of [[Complexity Zoo:P#pslashpoly|P/poly]] is pronounced &quot;slash.&quot;  The act of subscripting is left unvocalized, so that [[Complexity Zoo:M#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] is &quot;mod-k-p&quot; rather than &quot;mod-sub-k-p.&quot;  Superscripting, on the other hand, ''is'' vocalized: [[Complexity Zoo:P#pnp|P&lt;sup&gt;NP&lt;/sup&gt;]] is &quot;P to the NP&quot; (but not &quot;P to the NP power&quot; - it's an oracle, for Godsakes).

Finally, [[Lance Fortnow]] has informed me that [[Complexity Zoo:C#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] and its cousin [[Complexity Zoo:C#cequalsl|C&lt;sub&gt;=&lt;/sub&gt;L]] are pronounced &quot;C equals P&quot; and &quot;C equals L&quot; respectively.  This could lead to confusion in sentences such as [[Complexity Zoo:C#conqp|coNQP]] equals C equals P.&quot;

[[Category:Computational Complexity]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo References</title>
    <id>1961</id>
    <revision>
      <id>80356</id>
      <timestamp>2012-08-01T14:12:44Z</timestamp>
      <contributor>
        <username>Martin Schwarz</username>
        <id>1807</id>
      </contributor>
      <comment>added [IV12]</comment>
      <text xml:space="preserve">__NOTOC__

{{Simple-Alpha-Menu|{{CZ-Navbar}}
----
}}


&lt;!-- don't delete blank lines above this.. they're there for spacing reasons --&gt;

===== A =====
&lt;span id=&quot;aar02&quot; style=&quot;color:maroon&quot;&gt;[Aar02]&lt;/span&gt;
S. Aaronson.
Quantum lower bound for the collision problem,
&lt;i&gt;Proceedings of ACM STOC'2002&lt;/i&gt;, pp. 635-642, 2002.
arXiv:[http://arxiv.org/abs/quant-ph/0111102 quant-ph/0111102].

&lt;span id=&quot;aar03&quot; style=&quot;color:maroon&quot;&gt;[Aar03]&lt;/span&gt;
S. Aaronson.
Lower bounds for local search by quantum arguments,
&lt;i&gt;Proceedings of ACM STOC 2004&lt;/i&gt;.
arXiv:[http://arxiv.org/abs/quant-ph/0307149 quant-ph/0307149],
ECCC [http://eccc.uni-trier.de/eccc-reports/2003/TR03-057/ TR03-057].

&lt;span id=&quot;aar03b&quot; style=&quot;color:maroon&quot;&gt;[Aar03b]&lt;/span&gt;
S. Aaronson.
Multilinear formulas and skepticism of quantum computing,
&lt;i&gt;Proceedings of ACM STOC 2004&lt;/i&gt;.
arXiv:[http://arxiv.org/abs/quant-ph/0311039 quant-ph/0311039],
ECCC [http://eccc.uni-trier.de/eccc-reports/2003/TR03-079/ TR03-079].

&lt;span id=&quot;aar04b&quot; style=&quot;color:maroon&quot;&gt;[Aar04b]&lt;/span&gt;
S. Aaronson.
Limitations of quantum advice and one-way communication,
&lt;i&gt;Proceedings of IEEE Complexity 2004&lt;/i&gt;, pp. 320-332, 2004.
arXiv:[http://arxiv.org/abs/quant-ph/0402095 quant-ph/0402095],
ECCC [http://eccc.uni-trier.de/eccc-reports/2004/TR04-026/ TR04-026].

&lt;span id=&quot;aar05&quot; style=&quot;color:maroon&quot;&gt;[Aar05]&lt;/span&gt;
S. Aaronson.
Quantum computing and hidden variables,
&lt;i&gt;Physical Review A&lt;/i&gt; 71:032325, March 2005.
arXiv:[http://arxiv.org/abs/quant-ph/0408035 quant-ph/0408035].

&lt;span id=&quot;aar05b&quot; style=&quot;color:maroon&quot;&gt;[Aar05b]&lt;/span&gt;
S. Aaronson.
Quantum computing, postselection, and probabilistic polynomial-time,
&lt;i&gt;Proceedings of the Royal Society A&lt;/i&gt;, 461(2063):3473-3482, 2005.
arXiv:[http://arxiv.org/abs/quant-ph/0412187 quant-ph/0412187].

&lt;span id=&quot;aar05c&quot; style=&quot;color:maroon&quot;&gt;[Aar05c]&lt;/span&gt;
S. Aaronson.
NP-complete problems and physical reality.
&lt;i&gt;ACM SIGACT News&lt;/i&gt;, March 2005
[http://arxiv.org/abs/quant-ph/0502072 quant-ph/0502072].

&lt;span id=&quot;aar06&quot; style=&quot;color:maroon&quot;&gt;[Aar06]&lt;/span&gt;
S. Aaronson.
Oracles are subtle but not malicious,
&lt;i&gt;Proceedings of IEEE Complexity 2006&lt;/i&gt;, 2006.
arXiv:[http://arxiv.org/abs/cs.CC/0504048 cs.CC/0504048],
ECCC [http://eccc.uni-trier.de/eccc-reports/2004/TR05-040/ TR05-040].

&lt;span id=&quot;aar06b&quot; style=&quot;color:maroon&quot;&gt;[Aar06b]&lt;/span&gt;
S. Aaronson.
QMA/qpoly is contained in PSPACE/poly: de-Merlinizing quantum protocols,
&lt;i&gt;Proceedings of IEEE Complexity 2006&lt;/i&gt;, 2006.
arXiv:[http://arxiv.org/abs/quant-ph/0510230 quant-ph/0510230].

&lt;span id=&quot;ak06&quot; style=&quot;color:maroon&quot;&gt;[AK06]&lt;/span&gt;
S. Aaronson and G. Kuperberg.
Quantum versus classical proofs and advice,
submitted, 2006.
arXiv:[http://arxiv.org/abs/quant-ph/0604056 quant-ph/0604056].

&lt;span id=&quot;ab00&quot; style=&quot;color:maroon&quot;&gt;[AB00]&lt;/span&gt;
E. Allender and D. A. M. Barrington.
Uniform Circuits for Division: Consequences and Problems.
J. Comput. System Sci. 65 (2002), no. 4, 695--716.
ECCC [http://eccc.uni-trier.de/eccc-reports/2000/TR00-65/ TR00-65], 2000.

{{Reference
    |id=abd08 |tag=ABD+08
    |authors=S. Aaronson, S. Beigi, A. Drucker, et al
    |title=The power of unentanglement
    |journal=Electronic Colloquium on Computational Complexity
    |srcdetail=ECCC Report TR08-051, accepted on May 02, 2008
    |link=[http://eccc.hpi-web.de/eccc-reports/2008/TR08-051/index.html http://eccc.hpi-web.de/eccc-reports/2008/TR08-051/index.html]
}}

&lt;span id=&quot;abf94&quot; style=&quot;color:maroon&quot;&gt;[ABF+94]&lt;/span&gt;
J. Aspnes, R. Beigel, M. L. Furst, and S. Rudich.
The expressive power of voting polynomials,
&lt;i&gt;Combinatorica&lt;/i&gt; 14(2):135-148, 1994.
[http://www.cs.yale.edu/~aspnes/stoc91voting.ps http://www.cs.yale.edu/~aspnes/stoc91voting.ps]

&lt;span id=&quot;abk02&quot; style=&quot;color:maroon&quot;&gt;[ABK+02]&lt;/span&gt;
E. Allender, H. Buhrman, M. Kouck&amp;yacute;, D. van Melkebeek, and D. Ronneburger.
Power from random strings,
&lt;i&gt;Proceedings of IEEE FOCS'2002&lt;/i&gt;, pp. 669-678, 2002.
ECCC [http://eccc.uni-trier.de/eccc-reports/2002/TR02-028/ TR02-028].

&lt;span id=&quot;abl98&quot; style=&quot;color:maroon&quot;&gt;[ABL98]&lt;/span&gt;
A. Ambainis, D. M. Barrington, and H. L&amp;ecirc;Thanh.
On counting AC&lt;sup&gt;0&lt;/sup&gt; circuits with negative constants,
&lt;i&gt;Proceedings of MFCS (Mathematical Foundations of Computer Science)&lt;/i&gt;, pp. 419-427, 1998.
ECCC [http://eccc.uni-trier.de/eccc-reports/1998/TR98-020/ TR98-020].

&lt;span id=&quot;abo99&quot; style=&quot;color:maroon&quot;&gt;[ABO99]&lt;/span&gt;
E. Allender, R. Beals, and M. Ogihara.
The complexity of matrix rank and feasible systems of linear equations,
&lt;i&gt;Computational Complexity&lt;/i&gt; 8(2):99-126, 1999.
ECCC [http://eccc.uni-trier.de/eccc-reports/1996/TR96-024/ TR96-024],
DIMACS [http://dimacs.rutgers.edu/TechnicalReports/abstracts/1997/97-40.html TR 97-40].

&lt;span id=&quot;abv95&quot; style=&quot;color:maroon&quot;&gt;[ABV95]&lt;/span&gt;
W. Aiello, M. Bellare, and R. Venkatesan.
Knowledge on the average - perfect, statistical, and logarithmic,
&lt;i&gt;Proceedings of ACM STOC'95&lt;/i&gt;, 1995.

&lt;span id=&quot;acg99&quot; style=&quot;color:maroon&quot;&gt;[ACG+99]&lt;/span&gt;
G. Ausiello, P. Crescenzi, G. Gambosi, V. Kann, A. Marchetti-Spaccamela, and M. Protasi.
&lt;i&gt;Complexity and Approximation: Combinatorial optimization problems and their approximability properties&lt;/i&gt;,
Springer-Verlag, 1999.
See also &quot;A compendium of NP optimization problems&quot; (P. Crescenzi and V. Kann, eds.),
[http://www.nada.kth.se/~viggo/wwwcompendium/ http://www.nada.kth.se/~viggo/wwwcompendium/].

&lt;span id=&quot;adh97&quot; style=&quot;color:maroon&quot;&gt;[ADH97]&lt;/span&gt;
L. Adleman, J. DeMarrais, and M. Huang.
Quantum computability,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 26:1524-1540, 1997.

&lt;span id=&quot;adl78&quot; style=&quot;color:maroon&quot;&gt;[Adl78]&lt;/span&gt;
L. Adleman.
Two theorems on random polynomial time.
FOCS 78.

&lt;span id=&quot;afm01&quot; style=&quot;color:maroon&quot;&gt;[AFM01]&lt;/span&gt;
L. Antu&amp;ntilde;es, L. Fortnow, and D. van Melkebeek.
Computational depth,
&lt;i&gt;Proceedings of IEEE Complexity'01&lt;/i&gt;, pp. 266-273, 2001.
[http://people.cs.uchicago.edu/~fortnow/papers/depth.ps http://people.cs.uchicago.edu/~fortnow/papers/depth.ps]

&lt;span id=&quot;ag00&quot; style=&quot;color:maroon&quot;&gt;[AG00]&lt;/span&gt;
C. Alvarez and R. Greenlaw.
A compendium of problems complete for symmetric logarithmic space,
&lt;i&gt;Journal of Computational Complexity&lt;/i&gt; 9:73-95, 2000.
ECCC [http://eccc.uni-trier.de/eccc-reports/1996/TR96-039/ TR96-039].

&lt;span id=&quot;agh90&quot; style=&quot;color:maroon&quot;&gt;[AGH90]&lt;/span&gt;
W. Aiello, S. Goldwasser, and J. H&amp;aring;stad.
On The Power Of Interaction.
Combinatorica 10 (1990), no. 1, 3--25.

&lt;span id=&quot;agk07&quot; style=&quot;color:maroon&quot;&gt;[AGK07]&lt;/span&gt;
D. Aharonov, D. Gottesman, and J. Kempe;stad.
The power of quantum systems on a line.
FOCS 2007.

{{Reference
    |tag=Agr01
    |authors=Agrawal, Manindra
    |title=For completeness, sublogarithmic space is no space
    |journal=Information Processing Letters (82), 2001-2002
    |srcdetail=iss. 6, 321-325
    |link=http://www.cse.iitk.ac.in/~manindra/isomorphism/sublog-completeness.pdf
}}

{{Reference
    |id=Ajt83
    |tag=AJT83
    |authors=M. Ajtai
    |title=Σ-1-1-Formulae on finite structures
    |journal=Annals of Pure and Applied Logic (24), 1983
    |srcdetail=1-48
}}

&lt;span id=&quot;ah87&quot; style=&quot;color:maroon&quot;&gt;[AH87]&lt;/span&gt;
L. Adleman and M. Huang.
Recognizing primes in random polynomial time,
&lt;i&gt;Proceedings of ACM STOC'87&lt;/i&gt;, pp. 462-470, 1987.

&lt;span id=&quot;ah87b&quot; style=&quot;color:maroon&quot;&gt;[AH87b]&lt;/span&gt;
W. Aiello and J. H&amp;aring;stad.
Perfect zero-knowledge languages can be recognized in two rounds,
&lt;i&gt;Proceedings of IEEE FOCS 1987&lt;/i&gt;, pp. 439-448, 1987.

&lt;span id=&quot;aik04&quot; style=&quot;color:maroon&quot;&gt;[AIK04]&lt;/span&gt;
B. Applebaum, Y. Ishai, and E. Kushilevitz.
Cryptography in NC&lt;sup&gt;0&lt;/sup&gt;,
&lt;i&gt;Proceedings of IEEE FOCS 2004&lt;/i&gt;.
[http://www.cs.technion.ac.il/~yuvali/pubs/AIK04.ps http://www.cs.technion.ac.il/~yuvali/pubs/AIK04.ps].

&lt;span id=&quot;aj93&quot; style=&quot;color:maroon&quot;&gt;[AJ93]&lt;/span&gt;
C. Alvarez and B. Jenner.
A very hard log-space counting class,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 107:3-30, 1993.

&lt;span id=&quot;ak02&quot; style=&quot;color:maroon&quot;&gt;[AK02]&lt;/span&gt;
V. Arvind and P. Kurur.
Graph isomorphism is in SPP,
ECCC [http://eccc.uni-trier.de/eccc-reports/2002/TR02-037/ TR02-037], 2002.

&lt;span id=&quot;ak06&quot; style=&quot;color:maroon&quot;&gt;[AK06]&lt;/span&gt;
S. Aaronson and G. Kuperberg.
Quantum Versus Classical Proofs and Advice.
arXiv:[http://arxiv.org/quant-ph/0604056 quant-ph/0604056], 2006.

&lt;span id=&quot;ak96&quot; style=&quot;color:maroon&quot;&gt;[AK96]&lt;/span&gt;
F. Ablayev and M. Karpinski.
On the power of randomized branching programs,
&lt;i&gt;Proceedings of the International Colloquium on Automata, Languages, and Programming (ICALP)&lt;/i&gt;, Springer-Verlag 1099, pp. 348-356, 1996.
ECCC [http://eccc.uni-trier.de/eccc-reports/1995/TR95-054/ TR95-054],
DIMACS [http://dimacs.rutgers.edu/TechnicalReports/abstracts/1996/96-46.html TR 96-46].

&lt;span id=&quot;akl79&quot; style=&quot;color:maroon&quot;&gt;[AKL+79]&lt;/span&gt;
R. Aleliunas, R. M. Karp, R. J. Lipton, L. Lov&amp;aacute;sz, and C. Rackoff.
Random walks, traversal sequences, and the complexity of maze problems,
&lt;i&gt;Proceedings of IEEE FOCS'79&lt;/i&gt;, pp. 218-223, 1979.

{{Reference
    |tag=AKR+03
    |authors=E. Allender, M. Koucký, D. Ronneburger, et al
    |title=Derandomization and distinguishing complexity
    |journal=Proceedings of the 18th Annual IEEE Conference on Computational Complexity
    |srcdetail=209-220
}}

{{Reference
    |tag=AKS94
    |authors=V. Arvind, J. Köbler and R. Schuler
    |title=On helping and interactive proof systems
    |journal=Algorithms and Computation: 5th International Symposium
    |srcdetail=137-145
}}

&lt;span id=&quot;aks02&quot; style=&quot;color:maroon&quot;&gt;[AKS02]&lt;/span&gt;
M. Agrawal, N. Kayal, and N. Saxena.
Primes is in P,
Annals of Mathematics, 160 (2004), 781-793.
[http://www.cse.iitk.ac.in/primality.pdf http://www.cse.iitk.ac.in/primality.pdf].

&lt;span id=&quot;aks95&quot; style=&quot;color:maroon&quot;&gt;[AKS+95]&lt;/span&gt;
V. Arvind, J. K&amp;ouml;bler, U. Sch&amp;ouml;ning, and R. Schuler.
If NP has polynomial-size circuits, then MA=AM,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 137, 1995.
[http://www.informatik.hu-berlin.de/Institut/struktur/algorithmenII/Papers/ma-am.ps.gz http://www.informatik.hu-berlin.de/Institut/struktur/algorithmenII/Papers/ma-am.ps.gz]

&lt;span id=&quot;all96&quot; style=&quot;color:maroon&quot;&gt;[All96]&lt;/span&gt;
E. Allender.
Circuit complexity before the dawn of the new millennium,
&lt;i&gt;Proceedings of the 16th Annual Conference on Foundations of Software Technology and Theoretical Computer Science (FST&amp;amp;TCS)&lt;/i&gt;, Lecture Notes in Computer Science 1180, pp. 1-18, 1996.
DIMACS [http://dimacs.rutgers.edu/TechnicalReports/abstracts/1997/97-49.html TR 97-49].

&lt;span id=&quot;all99&quot; style=&quot;color:maroon&quot;&gt;[All99]&lt;/span&gt;
E. Allender.
The permanent requires large uniform threshold circuits,
&lt;i&gt;Chicago Journal of Theoretical Computer Science&lt;/i&gt; 7, 1999.
DIMACS [http://dimacs.rutgers.edu/TechnicalReports/abstracts/1997/97-51.html TR 97-51].

&lt;span id=&quot;alm98&quot; style=&quot;color:maroon&quot;&gt;[ALM+98]&lt;/span&gt;
S. Arora, C. Lund, R. Motwani, M. Sudan, and M. Szegedy.
Proof verification and hardness of approximation problems,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 45(3):501-555, 1998.
ECCC [http://eccc.uni-trier.de/eccc-reports/1998/TR98-008/ TR98-008].

{{Reference
    |id=am04 |tag=AM04
    |title=Visibly Pushdown Languages
    |authors=R. Alur and P. Madhusudan
    |journal=Proceedings of ACM STOC'04, 2004.
    |srcdetail=202-211
 }}

{{Reference
    |id=am09 |tag=AM09
    |title=Adding Nesting Structure to Words.
    |authors=R. Alur and P. Madhusudan
    |journal=Journal of the ACM 56(3)
    |srcdetail=Article 16, May 2009
 }}

&lt;span id=&quot;amp02&quot; style=&quot;color:maroon&quot;&gt;[AMP02]&lt;/span&gt;
F. Ablayev, C. Moore, and C. Pollett.
Quantum and stochastic branching programs of bounded width,
&lt;i&gt;Proceedings of the International Colloquium on Automata, Languages, and Programming (ICALP)&lt;/i&gt;, 2002.
arXiv:[http://arxiv.org/abs/quant-ph/0201139 quant-ph/0201139],
ECCC [http://eccc.uni-trier.de/eccc-reports/2002/TR02-013/ TR02-013].

&lt;span id=&quot;ams06&quot; style=&quot;color:maroon&quot;&gt;[AMS06]&lt;/span&gt;
N. Alon, D. Moshkovitz, and S. Safra. 
Algorithmic construction of sets for k-restrictions, 
&lt;i&gt;ACM Transactions on Algorithms (TALG)&lt;/i&gt; 2(2): 153–177, 2006.
[http://dx.doi.org/10.1145/1150334.1150336 doi:10.1145/1150334.1150336]

&lt;span id=&quot;an02&quot; style=&quot;color:maroon&quot;&gt;[AN02]&lt;/span&gt;
D. Aharonov and T. Naveh.
Quantum NP - a survey,
arXiv:[http://arxiv.org/abs/quant-ph/0210077 quant-ph/0210077].

&lt;span id=&quot;ap95&quot; style=&quot;color:maroon&quot;&gt;[AP95]&lt;/span&gt;
G. Ausiello and M. Protasi
Local search, reducibility, and approximability of NP optimization problems,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 54:73-79, 1995.

&lt;span id=&quot;ar01&quot; style=&quot;color:maroon&quot;&gt;[AR01]&lt;/span&gt;
M. Alekhnovich and A. A. Razborov.
Resolution is not automatizable unless W[P] is tractable,
&lt;i&gt;Proceedings of IEEE FOCS'01&lt;/i&gt;, pp. 210-219, 2001.

&lt;span id=&quot;ar03&quot; style=&quot;color:maroon&quot;&gt;[AR03]&lt;/span&gt;
D. Aharonov and O. Regev.
A lattice problem in quantum NP,
arXiv:[http://arxiv.org/abs/quant-ph/0307220 quant-ph/0307220].

&lt;span id=&quot;ar88&quot; style=&quot;color:maroon&quot;&gt;[AR88]&lt;/span&gt;
E. Allender and R. Rubinstein.
P-printable sets,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 17(6):1193-1202, 1988.

&lt;span id=&quot;aro96&quot; style=&quot;color:maroon&quot;&gt;[Aro96]&lt;/span&gt;
S. Arora.
Polynomial time approximation scheme for Euclidean TSP and other geometric problems,
&lt;i&gt;Proceedings of IEEE FOCS'96&lt;/i&gt;, pp. 2-11, 1996.
[http://www.cs.princeton.edu/~arora/pubs/tsp1.ps http://www.cs.princeton.edu/~arora/pubs/tsp1.ps]

&lt;span id=&quot;arz99&quot; style=&quot;color:maroon&quot;&gt;[ARZ99]&lt;/span&gt;
E. Allender, K. Reinhardt, and S. Zhou.
Isolation, matching, and counting: uniform and nonuniform upper bounds,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 59:164-181, 1999.
[http://www.cs.rutgers.edu/pub/allender/matching.pdf http://www.cs.rutgers.edu/pub/allender/matching.pdf].

&lt;span id=&quot;as94&quot; style=&quot;color:maroon&quot;&gt;[AS94]&lt;/span&gt;
E. Allender and M. Strauss.
Measure on small complexity classes with applications for BPP,
&lt;i&gt;Proceedings of IEEE FOCS'94&lt;/i&gt;, pp. 807-818, 1994.
ECCC [http://eccc.uni-trier.de/eccc-reports/1994/TR94-004/ TR94-004],
DIMACS [http://dimacs.rutgers.edu/TechnicalReports/abstracts/1994/94-18.html TR 94-18].

&lt;span id=&quot;as98&quot; style=&quot;color:maroon&quot;&gt;[AS98]&lt;/span&gt;
S. Arora and M. Safra.
Probabilistic checking of proofs: a new characterization of NP,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 45(1):70-122, 1998.
[http://www.cs.princeton.edu/~arora/pubs/as.ps http://www.cs.princeton.edu/~arora/pubs/as.ps].

&lt;span id=&quot;asv00&quot; style=&quot;color:maroon&quot;&gt;[ASV00]&lt;/span&gt;
A. Ambainis, L. Schulman, and U. Vazirani.
Quantum computing with highly mixed states,
&lt;i&gt;Proceedings of ACM STOC'2000&lt;/i&gt;, pp. 705-714, 2000.
arXiv:[http://arxiv.org/abs/quant-ph/0003136 quant-ph/0003136].

&lt;span id=&quot;atw00&quot; style=&quot;color:maroon&quot;&gt;[ATW+00]&lt;/span&gt;
R. Armoni, A. Ta-Shma, A. Wigderson, and S. Zhou.
An O(log(n)&lt;sup&gt;4/3&lt;/sup&gt;) algorithm for (s,t) connectivity in undirected graphs,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 47(2):294-311, 2000.
[http://whiteboard.cs.tau.ac.il/~amnon/Papers/ATWZ.jacm00.pdf http://whiteboard.cs.tau.ac.il/~amnon/Papers/ATWZ.jacm00.pdf]

{{Reference
    |tag=AV04
    |title=Abelian permutation group problems and logspace counting classes
    |authors=V. Arvind and T. C. Vijayaraghavan
    |journal=Proceedings of the 19th IEEE Conference on Computational Complexity
    |srcdetails=204-214, 2004
}}

&lt;span id=&quot;aw90&quot; style=&quot;color:maroon&quot;&gt;[AW90]&lt;/span&gt;
E. Allender and K. W. Wagner.
Counting hierarchies: polynomial time and constant depth circuits,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 40, February 1990.
[http://people.cs.uchicago.edu/~fortnow/beatcs/column40.ps http://people.cs.uchicago.edu/~fortnow/beatcs/column40.ps].

===== B =====

&lt;span id=&quot;babai85&quot; style=&quot;color:maroon&quot;&gt;[Bab85]&lt;/span&gt;
L. Babai.
Trading Group Theory for Randomness.
In &lt;i&gt;17th STOC&lt;/i&gt;, pages 421--429, 1985.

&lt;span id=&quot;bab87&quot; style=&quot;color:maroon&quot;&gt;[Bab87]&lt;/span&gt;
L. Babai.
Random oracles separate PSPACE from the polynomial-time hierarchy.
Information Processing Letters, 26 (1987) 51-53.

&lt;span id=&quot;bar02&quot; style=&quot;color:maroon&quot;&gt;[Bar02]&lt;/span&gt;
B. Barak.
A probabilistic-time hierarchy theorem for &quot;slightly non-uniform&quot; algorithms,
&lt;i&gt;Proceedings of RANDOM'2002&lt;/i&gt;, 2002.
[http://www.math.weizmann.ac.il/~/boaz/Papers/bptime.ps http://www.math.weizmann.ac.il/~/boaz/Papers/bptime.ps]

&lt;span id=&quot;bar89&quot; style=&quot;color:maroon&quot;&gt;[Bar89]&lt;/span&gt;
D. A. M. Barrington.
Bounded-width polynomial-size branching programs can recognize exactly those languages in NC&lt;sub&gt;1&lt;/sub&gt;,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 38:150-164, 1989.

&lt;span id=&quot;baz95&quot; style=&quot;color:maroon&quot;&gt;[Baz95]&lt;/span&gt;
C. Bazgan.
Approximation de probl&amp;egrave;mes d'optimisation et de fonctions totales de NP,
PhD thesis, INRIA, Orsay, France, 1998.
[http://l1.lamsade.dauphine.fr/~bazgan/Papers/these.ps http://l1.lamsade.dauphine.fr/~bazgan/Papers/these.ps]

&lt;span id=&quot;bb92&quot; style=&quot;color:maroon&quot;&gt;[BB92]&lt;/span&gt;
A. Berthiaume and G. Brassard.
The quantum challenge to structural complexity theory.
Proceedings of Structure in Complexity Theory, 1992, 132--137.

&lt;span id=&quot;bbb97&quot; style=&quot;color:maroon&quot;&gt;[BBB+97]&lt;/span&gt;
C. H. Bennett, E. Bernstein, G. Brassard, and U. Vazirani.
Strengths and weaknesses of quantum computing,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 26(5):1510-1523, 1997.
arXiv:[http://arxiv.org/abs/quant-ph/9701001 quant-ph/9701001].

&lt;span id=&quot;bbf98&quot; style=&quot;color:maroon&quot;&gt;[BBF98]&lt;/span&gt;
R. Beigel, H. Buhrman, and L. Fortnow.
NP might not be as easy as detecting unique solutions,
&lt;i&gt;Proceedings of ACM STOC'98&lt;/i&gt;, pp. 203-208, 1998.
[http://people.cs.uchicago.edu/~fortnow/papers/newiso.ps http://people.cs.uchicago.edu/~fortnow/papers/newiso.ps].

&lt;span id=&quot;bbr94&quot; style=&quot;color:maroon&quot;&gt;[BBR94]&lt;/span&gt;
D. A. M. Barrington, R. Beigel, and S. Rudich.
Representing Boolean functions as polynomials modulo composite integers,
&lt;i&gt;Computational Complexity&lt;/i&gt;, 4:367-382, 1994.
[http://www.cis.temple.edu/~beigel/papers/bbr-mods-cc.html http://www.cis.temple.edu/~beigel/papers/bbr-mods-cc.html].

&lt;span id=&quot;bbs86&quot; style=&quot;color:maroon&quot;&gt;[BBS86]&lt;/span&gt;
J. Balc&amp;aacute;zar, R. Book, and U. Sch&amp;ouml;ning.
Sparse sets, lowness, and highness,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 15:739-747, 1986.

&lt;span id=&quot;bce95&quot; style=&quot;color:maroon&quot;&gt;[BCE+95]&lt;/span&gt;
P. Beame, S. Cook, J. Edmonds, R. Impagliazzo, and T. Pitassi.
The relative complexity of NP search problems,
&lt;i&gt;Proceedings of ACM STOC'95&lt;/i&gt;, pp. 303-314, 1995.
[http://www.cs.washington.edu/homes/beame/search.ps http://www.cs.washington.edu/homes/beame/search.ps]

&lt;span id=&quot;bch86&quot; style=&quot;color:maroon&quot;&gt;[BCH86]&lt;/span&gt;
P. Beame, S. Cook, and J. Hoover.
Log depth circuits for division and related problems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 15:994-1003, 1986
[http://www.cs.washington.edu/homes/beame/papers/division.ps http://www.cs.washington.edu/homes/beame/papers/division.ps].

&lt;span id=&quot;bcg92&quot; style=&quot;color:maroon&quot;&gt;[BCG+92]&lt;/span&gt;
S. Ben-David, B. Chor, O. Goldreich, and M. Luby.
On the theory of average case complexity,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 44(2):193-219, 1992.
[http://www.cs.technion.ac.il/~shai/aver.pdf http://www.cs.technion.ac.il/~shai/aver.pdf]

&lt;span id=&quot;bcs97&quot; style=&quot;color:maroon&quot;&gt;[BCS+97]&lt;/span&gt;
L. Blum, F. Cucker, M. Shub, and S. Smale.
&lt;i&gt;Complexity and Real Computation&lt;/i&gt;,
Springer-Verlag, 1997.

&lt;span id=&quot;bcd89&quot; style=&quot;color:maroon&quot;&gt;[BCD+89]&lt;/span&gt;
A. Borodin, S. A. Cook, P. W. Dymond, W. L. Ruzzo, and M. L. Tompa.
Two applications of inductive counting for complementation problems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 18:559-578, 1989.

&lt;span id=&quot;bcp83&quot; style=&quot;color:maroon&quot;&gt;[BCP83]&lt;/span&gt;
A. Borodin, S. A. Cook, and N. Pippenger.
Parallel computations for well-endowed rings and space-bounded probabilistic machines,
&lt;i&gt;Information and Control&lt;/i&gt; 58:113-136, 1983.

&lt;span id=&quot;bd99&quot; style=&quot;color:maroon&quot;&gt;[BD99]&lt;/span&gt;
H. Buhrman and W. van Dam.
Bounded quantum query complexity,
&lt;i&gt;Proceedings of IEEE Complexity'99&lt;/i&gt;, pp. 149-156, 1999.
arXiv:[http://arxiv.org/abs/quant-ph/9903035 quant-ph/9903035].

&lt;span id=&quot;bdg88&quot; style=&quot;color:maroon&quot;&gt;[BDG88]&lt;/span&gt;
J. L. Balc&amp;aacute;zar, J. D&amp;iacute;az, and J. Gabarr&amp;oacute;
Structural complexity 1

&lt;span id=&quot;bdh92&quot; style=&quot;color:maroon&quot;&gt;[BDH+92]&lt;/span&gt;
G. Buntrock, C. Damm, U. Hertrampf, and Ch. Meinel.
Structure and importance of logspace-MOD-classes,
&lt;i&gt;Mathematical Systems Theory&lt;/i&gt; 25:223-237, 1992.
[http://www.num.math.uni-goettingen.de/damm/papers/BDHM92.ps.gz http://www.num.math.uni-goettingen.de/damm/papers/BDHM92.ps.gz].

&lt;span id=&quot;bei89&quot; style=&quot;color:maroon&quot;&gt;[Bei89]&lt;/span&gt;
R. Beigel.
On the relativized power of additional accepting paths,
&lt;i&gt;Proceedings of IEEE Complexity'89&lt;/i&gt;, pp. 216-224, 1989.
[http://www.cis.temple.edu/~beigel/papers/ukp-structures.PS.gz http://www.cis.temple.edu/~beigel/papers/ukp-structures.PS.gz].

&lt;span id=&quot;bei94&quot; style=&quot;color:maroon&quot;&gt;[Bei94]&lt;/span&gt;
R. Beigel.
Perceptrons, PP, and the polynomial hierarchy,
&lt;i&gt;Computational Complexity&lt;/i&gt; 4:339-349, 1994.
[http://www.cis.temple.edu/~beigel/papers/delta2p-cc.PS.gz http://www.cis.temple.edu/~beigel/papers/delta2p-cc.PS.gz].

&lt;span id=&quot;ber80&quot; style=&quot;color:maroon&quot;&gt;[Ber80]&lt;/span&gt;
L. Berman.
The complexity of logical theories,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 11:71-78, 1980.

&lt;span id=&quot;bf92&quot; style=&quot;color:maroon&quot;&gt;[BF92]&lt;/span&gt;
R. Beigel and J. Feigenbaum.
On Being Incoherent Without Being Very Hard.
Comput. Complexity 2 (1992), no. 1, 1--17
[http://www.cis.temple.edu/~beigel/papers/bf-coherent-cc.html http://www.cis.temple.edu/~beigel/papers/bf-coherent-cc.html]

&lt;span id=&quot;bf99&quot; style=&quot;color:maroon&quot;&gt;[BF99]&lt;/span&gt;
H. Buhrman and L. Fortnow.
One-sided versus two-sided randomness,
&lt;i&gt;Proceedings of the 16th Symposium on Theoretical Aspects of Computer Science (STACS)&lt;/i&gt;, pp. 100-109, 1999.
[http://people.cs.uchicago.edu/~fortnow/papers/rpvsbpp.ps http://people.cs.uchicago.edu/~fortnow/papers/rpvsbpp.ps].

{{Reference
    |tag=BF03
    |authors=R. Beigel
    |title=Are Cook and Karp ever the same?
    |journal=Proceedings of the 18th Annual IEEE Conference on Computational Complexity
    |srcdetail=333-336
}}

&lt;span id=&quot;bfl91&quot; style=&quot;color:maroon&quot;&gt;[BFL91]&lt;/span&gt;
L. Babai, L. Fortnow, and C. Lund.
Nondeterministic exponential time has two-prover interactive protocols,
&lt;i&gt;Computational Complexity&lt;/i&gt; 1:3-40, 1991.
[http://people.cs.uchicago.edu/~fortnow/papers/mip2.ps http://people.cs.uchicago.edu/~fortnow/papers/mip2.ps].

&lt;span id=&quot;bfm88&quot; style=&quot;color:maroon&quot;&gt;[BFM88]&lt;/span&gt;
M. Blum, P. Feldman, and S. Micali. 
Non-interactive zero-knowledge proofs and their applications,
&lt;i&gt;Proceedings of the 20th STOC, ACM&lt;/i&gt;, 1988.

&lt;span id=&quot;bfs86&quot; style=&quot;color:maroon&quot;&gt;[BFS86]&lt;/span&gt;
L. Babai, P. Frankl, and J. Simon.
Complexity classes in communication complexity theory,
&lt;i&gt;Proceedings of IEEE FOCS'86&lt;/i&gt;, pp. 337-347, 1986.

&lt;span id=&quot;bft98&quot; style=&quot;color:maroon&quot;&gt;[BFT98]&lt;/span&gt;
H. Buhrman, L. Fortnow, and T. Thierauf.
Nonrelativizing separations,
&lt;i&gt;Proceedings of IEEE Complexity'98&lt;/i&gt;, pp. 8-12, 1998.
[http://people.cs.uchicago.edu/~fortnow/papers/nonrel.ps http://people.cs.uchicago.edu/~fortnow/papers/nonrel.ps].

&lt;span id=&quot;bgs75&quot; style=&quot;color:maroon&quot;&gt;[BGS75]&lt;/span&gt;
T. Baker, J. Gill, and R. Solovay.
Relativizations of the P=?NP question,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 4:431-442, 1975.

&lt;span id=&quot;bh77&quot; style=&quot;color:maroon&quot;&gt;[BH77]&lt;/span&gt;
L. Berman and J. Hartmanis.
On isomorphism and density of NP and other complete sets,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 6:305-322, 1977.

&lt;span id=&quot;bg03&quot; style=&quot;color:maroon&quot;&gt;[BG03]&lt;/span&gt;
M. Ben-Or and D. Gutfreund.
Trading help for interaction in statistical zero-knowledge proofs,
&lt;i&gt;J. Cryptology&lt;/i&gt; 16 (2003), no. 2, 95--116.
[http://www.cs.huji.ac.il/~danig/pubs/help_interaction.ps http://www.cs.huji.ac.il/~danig/pubs/help_interaction.ps]

&lt;span id=&quot;bg69&quot; style=&quot;color:maroon&quot;&gt;[BG69]&lt;/span&gt;
R. Book and S. Greibach.
Quasi-realtime languages,
&lt;i&gt;Proceedings of ACM STOC&lt;/i&gt; pp. 15-18, 1969.
http://portal.acm.org/citation.cfm?id=800169.805416

&lt;span id=&quot;bg81&quot; style=&quot;color:maroon&quot;&gt;[BG81]&lt;/span&gt;
C. H. Bennett and J. Gill.
Relative to a random oracle A, P&lt;sup&gt;A&lt;/sup&gt; != NP&lt;sup&gt;A&lt;/sup&gt; != coNP&lt;sup&gt;A&lt;/sup&gt; with probability 1,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 10(1):96-113, 1981.
DOI:[http://dx.doi.org/10.1137/0210008 10.1137/0210008]

&lt;span id=&quot;bg92&quot; style=&quot;color:maroon&quot;&gt;[BG92]&lt;/span&gt;
R. Beigel and J. Gill.
Counting classes: thresholds, parity, mods, and fewness,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 103(1):3-23, 1992.
[http://www.cis.temple.edu/~beigel/papers/bg-mods-tcs.PS.gz http://www.cis.temple.edu/~beigel/papers/bg-mods-tcs.PS.gz].

&lt;span id=&quot;bg98&quot; style=&quot;color:maroon&quot;&gt;[BG98]&lt;/span&gt;
R. Beigel and J. Goldsmith.
Downward separation fails catastrophically for limited nondeterminism classes,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 17(5):1420-1429, 1998.
[http://www.cis.temple.edu/~beigel/papers/bg-beta-draft.PS.gz http://www.cis.temple.edu/~beigel/papers/bg-beta-draft.PS.gz].

&lt;span id=&quot;bg94&quot; style=&quot;color:maroon&quot;&gt;[BG94]&lt;/span&gt;
M. Bellare and S. Goldwasser.
The complexity of decision versus search,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 23(1):91-119, 1994.
[http://www.cs.ucsd.edu/users/mihir/papers/compip.pdf http://www.cs.ucsd.edu/users/mihir/papers/compip.pdf]

&lt;span id=&quot;bgg90&quot; style=&quot;color:maroon&quot;&gt;[BGG+90]&lt;/span&gt;
M. Ben-Or, O. Goldreich, S. Goldwasser, J. H&amp;aring;stad, J. Kilian, S. Micali, and P. Rogaway.
Everything provable is provable in zero-knowledge,
&lt;i&gt;Advances in Cryptology: CRYPTO'88&lt;/i&gt; (S. Goldwasser, ed.), Lecture Notes in Computer Science 403, Springer-Verlag, pp. 37-56, 1990.

&lt;span id=&quot;bgk88&quot; style=&quot;color:maroon&quot;&gt;[BGK+88]&lt;/span&gt;
M. Ben-Or, S. Goldwasser, J. Kilian, and A. Wigderson.
Multi-prover interactive proofs: how to remove intractability,
&lt;i&gt;Proceedings of ACM STOC'88&lt;/i&gt;, pp. 113-131, 1988.

&lt;span id=&quot;bg82&quot; style=&quot;color:maroon&quot;&gt;[BG82]&lt;/span&gt;
A. Blass and Y. Gurevich.
On the unique satisfiability problem,
&lt;i&gt;Information and Control&lt;/i&gt; 55(1-3):80-88, 1982.

&lt;span id=&quot;bgm02&quot; style=&quot;color:maroon&quot;&gt;[BGM02]&lt;/span&gt;
E. B&amp;ouml;hler, C. Gla&amp;szlig;er, and D. Meister.
Error-bounded probabilistic computations between MA and AM,
Mathematical foundations of computer science 2003, 249--258.
[http://haegar.informatik.uni-wuerzburg.de/users/glasser/publications/sbp-ma-am-tr.pdf http://haegar.informatik.uni-wuerzburg.de/users/glasser/publications/sbp-ma-am-tr.pdf]

&lt;span id=&quot;bgr93&quot; style=&quot;color:maroon&quot;&gt;[BGR93]&lt;/span&gt; 
Burchard von Braunmühl, Romain Gengler, Robert Rettinger.
The alternation hierarchy for sublogarithmic space is infinite,
Computational Complexity, v.3 n.3, p.207-230, July 1993 
[doi&gt;10.1007/BF01271368]
[http://portal.acm.org/citation.cfm?id=218886]

&lt;span id=&quot;bh91&quot; style=&quot;color:maroon&quot;&gt;[BH91]&lt;/span&gt;
S. R. Buss and L. Hay.
On truth-table reducibility to SAT,
&lt;i&gt;Information and Computation&lt;/i&gt; 91(1):86-102, 1991.

&lt;span id=&quot;bh97&quot; style=&quot;color:maroon&quot;&gt;[BH97]&lt;/span&gt;
C. Berg and J. H&amp;aring;stad.
On the BPP hierarchy problem,
Technical Report TRITA-NA-9702, Royal Institute of Technology, Sweden, 1997.
[ftp://ftp.nada.kth.se/pub/documents/Theory/Christer-Berg/bpp.ps ftp://ftp.nada.kth.se/pub/documents/Theory/Christer-Berg/bpp.ps].

{{Reference
    |tag=BH08
    |title=NP-Hard sets are exponentially eense unless NP is contained in coNP/poly
    |journal=Electronic Colloquium on Computational Complexity
    |authors=H. Buhrman and J. Hitchcock 
    |srcdetail=ECCC Report TR08-022, accepted on Mar 11, 2008
    |link=[http://eccc.hpi-web.de/eccc-reports/2008/TR08-022/index.html http://eccc.hpi-web.de/eccc-reports/2008/TR08-022/index.html]
}}

&lt;span id=&quot;bhr00&quot; style=&quot;color:maroon&quot;&gt;[BHR00]&lt;/span&gt;
B. Borchert, L. Hemaspaandra, and J. Rothe.
Restrictive Acceptance Suffices for Equivalence Problems.
LMS J. Comput. Math. 3 (2000), 86--95
arXiv:[http://arxiv.org/cs.CC/9907041 cs.CC/9907041].

&lt;span id=&quot;bhw89&quot; style=&quot;color:maroon&quot;&gt;[BHW89]&lt;/span&gt;
R. Beigel, L. Hemachandra, and G. Wechsung.
On the power of probabilistic polynomial time,
&lt;i&gt;Proceedings of IEEE Complexity'89&lt;/i&gt;, pp. 225-230, 1989.

&lt;span id=&quot;bhz87&quot; style=&quot;color:maroon&quot;&gt;[BHZ87]&lt;/span&gt;
R. B. Boppana, J. H&amp;aring;stad, and S. Zachos.
Does co-NP have short interactive proofs?,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 25:127-132, 1987.

&lt;span id=&quot;bk89&quot; style=&quot;color:maroon&quot;&gt;[BK89]&lt;/span&gt;
M. Blum and S. Kannan.
Designing programs that check their work,
&lt;i&gt;Proceedings of ACM STOC'89&lt;/i&gt;, 1989.

&lt;span id=&quot;bkl00&quot; style=&quot;color:maroon&quot;&gt;[BKL+00]&lt;/span&gt;
D. A. M. Barrington, P. Kadau, K.-J. Lange, and P. McKenzie.
On the complexity of some problems on groups input as multiplication tables,
[http://www-fs.informatik.uni-tuebingen.de/~lange/Arbeiten/fologlog/bklm/neu.ps.gz http://www-fs.informatik.uni-tuebingen.de/~lange/Arbeiten/fologlog/bklm/neu.ps.gz]
&lt;i&gt;Proceedings of IEEE Complexity'2000&lt;/i&gt;, 2000.

&lt;span id=&quot;bks95&quot; style=&quot;color:maroon&quot;&gt;[BKS95]&lt;/span&gt;
R. Beigel, M. Kummer, and F. Stephan.
Approximable sets,
&lt;i&gt;Information and Computation&lt;/i&gt; 120(2):304-314, 1995.
[http://www.cis.temple.edu/~beigel/papers/bks-queries2-ic.PS.gz http://www.cis.temple.edu/~beigel/papers/bks-queries2-ic.PS.gz].

&lt;span id=&quot;blm98&quot; style=&quot;color:maroon&quot;&gt;[BLM+98]&lt;/span&gt;
D. A. M. Barrington, C.-J. Lu, P. B. Miltersen, and S. Skyum.
Searching constant width mazes captures the AC&lt;sup&gt;0&lt;/sup&gt; hierarchy,
&lt;i&gt;Proceedings of the 1998 Symposium of Theoretical Aspects of Computer Science (STACS'98)&lt;/i&gt;, 1998.
ECCC [http://eccc.uni-trier.de/eccc-reports/1997/TR97-044/ TR97-044].

&lt;span id=&quot;blm99&quot; style=&quot;color:maroon&quot;&gt;[BLM+99]&lt;/span&gt;
D. A. M. Barrington, C.-J. Lu, P. B. Miltersen, and S. Skyum.
On monotone planar circuits,
&lt;i&gt;Proceedings of IEEE Complexity'99&lt;/i&gt;, 1999.
[http://www.brics.dk/~bromille/Papers/mpc.ps http://www.brics.dk/~bromille/Papers/mpc.ps]

&lt;span id=&quot;bls84&quot; style=&quot;color:maroon&quot;&gt;[BLS84]&lt;/span&gt;
R. Book, T. Long, and A. Selman.
Quantitative relativizations of complexity classes,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 13(3):461-487, 1984.

&lt;span id=&quot;blu67&quot; style=&quot;color:maroon&quot;&gt;[Blu67]&lt;/span&gt;
M. Blum. A Machine-Independent Theory of the Complexity of Recursive Functions. &lt;i&gt;J. ACM&lt;/i&gt; 14: 322-336, 1967. 

&lt;span id=&quot;bm04&quot; style=&quot;color:maroon&quot;&gt;[BM04]&lt;/span&gt;
J. Buresh-Oppenheim and T. Morioka.
Relativized NP search problems and propositional proof systems,
&lt;i&gt;Proceedings of IEEE Complexity 2004&lt;/i&gt;, pp. 54-67, 2004.
ECCC [http://eccc.uni-trier.de/eccc-reports/2003/TR03-084/ TR03-084].

&lt;span id=&quot;bm88&quot; style=&quot;color:maroon&quot;&gt;[BM88]&lt;/span&gt;
L. Babai and S. Moran.
Arthur-Merlin games: a randomized proof system, and a hierarchy of complexity classes,
&lt;i&gt;Journal of Computer and Systems Sciences&lt;/i&gt; 36:254-276, 1988.

&lt;span id=&quot;boo72&quot; style=&quot;color:maroon&quot;&gt;[Boo72]&lt;/span&gt;
R. Book.
On languages accepted in polynomial time,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 1(4):281-287, 1972.

&lt;span id=&quot;boo74&quot; style=&quot;color:maroon&quot;&gt;[Boo74]&lt;/span&gt;
R. Book.
Comparing complexity classes,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 3(9):213-229, 1974.

&lt;span id=&quot;boo94&quot; style=&quot;color:maroon&quot;&gt;[Boo94]&lt;/span&gt;
R. Book.
On collapsing the polynomial-time hierarchy,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 52(5):235-237, 1994.

&lt;span id=&quot;bor77&quot; style=&quot;color:maroon&quot;&gt;[Bor77]&lt;/span&gt;
A. Borodin.
On relating time and space to size and depth,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 6:733-744, 1977.

&lt;span id=&quot;bra77&quot; style=&quot;color:maroon&quot;&gt;[Bra77]&lt;/span&gt;
F.-J. Brandenburg.
On one-way auxiliary pushdown automata,
&lt;i&gt;Proceedings of the Third GI-Conference on Theoretical Computer Science&lt;/i&gt;, Springer LNCS vol. 48, pp. 132-144, 1977.

&lt;span id=&quot;bra79&quot; style=&quot;color:maroon&quot;&gt;[Bra79]&lt;/span&gt;
G. Brassard.
A note on the complexity of cryptography
&lt;i&gt;IEEE Transactions on Information Theory&lt;/i&gt;, 25(2):232-233, 1979.

&lt;span id=&quot;bra06&quot; style=&quot;color:maroon&quot;&gt;[Bra06]&lt;/span&gt;
S. Bravyi.
Efficient algorithm for a quantum analogue of 2-SAT,
arXiv:[http://arxiv.org/abs/quant-ph/0602108v1 quant-ph/0602108v1], 2006.

&lt;span id=&quot;brs91&quot; style=&quot;color:maroon&quot;&gt;[BRS91]&lt;/span&gt;
R. Beigel, N. Reingold, and D. A. Spielman.
PP is closed under intersection,
&lt;i&gt;Proceedings of ACM STOC'91&lt;/i&gt;, pp. 1-9, 1991.
[http://www.cis.temple.edu/~beigel/papers/brs-pp-jcss.PS.gz http://www.cis.temple.edu/~beigel/papers/brs-pp-jcss.PS.gz].

&lt;span id=&quot;bru90&quot; style=&quot;color:maroon&quot;&gt;[Bru90]&lt;/span&gt;
J. Bruck.
Harmonic analysis of polynomial threshold functions,
SIAM J. Discrete Math., 3 (1990) 168-177.

&lt;span id=&quot;bs00&quot; style=&quot;color:maroon&quot;&gt;[BS00]&lt;/span&gt;
B. Borchert and F. Stephan.
Looking for an Analogue of Rice's Theorem in Circuit Complexity Theory.
MLQ Math. Log. Q. 46 (2000), no. 4, 489--504
[http://math.uni-heidelberg.de/logic/bb/papers/Rice.ps http://math.uni-heidelberg.de/logic/bb/papers/Rice.ps]

&lt;span id=&quot;bs90&quot; style=&quot;color:maroon&quot;&gt;[BS90]&lt;/span&gt;
J. Bruck and R. Smolensky.
Polynomial threshold functions, AC&lt;sup&gt;0&lt;/sup&gt; functions and spectral norms,
&lt;i&gt;Proceedings of IEEE FOCS'90&lt;/i&gt;, pp. 632-641, 1990.

&lt;span id=&quot;bs90b&quot; style=&quot;color:maroon&quot;&gt;[BS90b]&lt;/span&gt;
R. B. Boppana and M. Sipser. The complexity of finite functions. 
chapter in &lt;i&gt;Handbook of Theoretical Computer Science&lt;/i&gt;, Volume A (J. van Leeuwen, editor), Elsevier, 1990.

&lt;span id=&quot;bsf02&quot; style=&quot;color:maroon&quot;&gt;[BSF02]&lt;/span&gt;
A. Ben-Hur, H. T. Siegelmann, and S. Fishman.
A theory of complexity for continuous time systems,
&lt;i&gt;Journal of Complexity&lt;/i&gt; 18(1):51-86, 2002.
[http://cmgm.stanford.edu/~asab/Papers/dds2.ps.gz http://cmgm.stanford.edu/~asab/Papers/dds2.ps.gz]

&lt;span id=&quot;bt04&quot; style=&quot;color:maroon&quot;&gt;[BT04]&lt;/span&gt;
H. Buhrman and L. Torenvliet.
Separating complexity classes using structural properties,
&lt;i&gt;Proceedings of IEEE Complexity 2004&lt;/i&gt;, pp. 130-138, 2004.
[http://staff.science.uva.nl/~leen/PAPERS/superrobustsets.pdf http://staff.science.uva.nl/~leen/PAPERS/superrobustsets.pdf]

{{Reference
    |tag=BT06
    |authors=A. Bogdanov and L. Trevisan
    |title=Average-Case Complexity
    |journal=ECCC Report TR06-073
    |srcdetail=Revision 01, accepted on Fri Sep 29 22:13:11 2006
}}

&lt;span id=&quot;bt88&quot; style=&quot;color:maroon&quot;&gt;[BT88]&lt;/span&gt;
D. A. M. Barrington and D. Th&amp;eacute;rien.
Finite monoids and the fine structure of NC&lt;sup&gt;1&lt;/sup&gt;,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 35(4):941-952, 1988.

&lt;span id=&quot;bur00&quot; style=&quot;color:maroon&quot;&gt;[Bur00]&lt;/span&gt;
P. B&amp;uuml;rgisser.
&lt;i&gt;Completeness and Reduction in Algebraic Complexity Theory&lt;/i&gt;,
Springer Series in Algorithms and Computation in Mathematics, Volume 7, 2000.

{{Reference
 |tag=Buss93
 |authors = Buss, Samuel R.
 |title = Algorithms for Boolean formula evaluation and for tree-contraction
 |journal=Proof Theory, Complexity, and Arithmetic, P. Clote and J. Krajicek (eds) 
 |srcdetail=Oxford University Press, 1993, pp. 95-115
 |link=http://math.ucsd.edu/~sbuss/ResearchWeb/Boolean3/index.html
}}

&lt;span id=&quot;bv97&quot; style=&quot;color:maroon&quot;&gt;[BV97]&lt;/span&gt;
E. Bernstein and U. Vazirani.
Quantum complexity theory,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 26(5):1411-1473, 1997.
[http://www.cs.berkeley.edu/~vazirani/bv.ps http://www.cs.berkeley.edu/~vazirani/bv.ps]

&lt;span id=&quot;bvw98&quot; style=&quot;color:maroon&quot;&gt;[BVW98]&lt;/span&gt;
R. Book, H. Vollmer, and K. W. Wagner.
Probabilistic type-2 operators and &quot;almost&quot;-classes,
&lt;i&gt;Computational Complexity&lt;/i&gt; 7(3):265-289, 1998.

&lt;span id=&quot;bvw07&quot; style=&quot;color:maroon&quot;&gt;[BVW07]&lt;/span&gt;
H. Burhman, N. Vereshchajin, R. de Wolf.
On computation and communication with small bias.
&lt;i&gt;Proceedings of IEEE Conference on Computational Complexity 2007&lt;/i&gt; 24-32, 2007.

&lt;span id=&quot;bw03&quot; style=&quot;color:maroon&quot;&gt;[BW03]&lt;/span&gt;
H. Buhrman and R. de Wolf.
Quantum Zero-Error Algorithms Cannot be Composed,
Information Processing Letters, 87(2):79-84, 2003.
arXiv:[http://arxiv.org/abs/quant-ph/0211029 quant-ph/0211029].

===== C =====

&lt;span id=&quot;cai01&quot; style=&quot;color:maroon&quot;&gt;[Cai01]&lt;/span&gt;
J.-Y. Cai.
S&lt;sub&gt;2&lt;/sub&gt;P is contained in ZPP&lt;sup&gt;NP&lt;/sup&gt;,
&lt;i&gt;Proceedings of IEEE FOCS'2001&lt;/i&gt;, pp. 620-629, 2001.

&lt;span id=&quot;cai86&quot; style=&quot;color:maroon&quot;&gt;[Cai86]&lt;/span&gt;
J.-Y. Cai.
With probability one, a random oracle separates PSPACE from the polynomial hierarchy,
&lt;i&gt;Proceedings of ACM STOC'86&lt;/i&gt;, pp. 21-29, 1986.

&lt;span id=&quot;cai87&quot; style=&quot;color:maroon&quot;&gt;[Cai87]&lt;/span&gt;
J. Cai.
Probability one separation of the Boolean hieararchy,
Lecture Notes in Computer Science, vol 247, p148-158, 1987.

&lt;span id=&quot;can96&quot; style=&quot;color:maroon&quot;&gt;[Can96]&lt;/span&gt;
R. Canetti.
More on BPP and the polynomial-time hierarchy,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 57:237-241, 1996.

&lt;span id=&quot;cc93&quot; style=&quot;color:maroon&quot;&gt;[CC93]&lt;/span&gt;
L. Cai and J. Chen.
On fixed-parameter tractability and approximability of NP-hard optimization problems,
&lt;i&gt;Proceedings of ISTCS'93 - Israel Symposium on Theory of Computing and Systems&lt;/i&gt;, pp. 118-126, 1993.

&lt;span id=&quot;cc97&quot; style=&quot;color:maroon&quot;&gt;[CC97]&lt;/span&gt;
L. Cai and J. Chen.
On fixed-parameter tractability and approximability of NP optimization problems,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 54(3):465-474, 1997.

&lt;span id=&quot;ccd03&quot; style=&quot;color:maroon&quot;&gt;[CCD+03]&lt;/span&gt;
A. M. Childs, R. Cleve, E. Deotto, E. Farhi, S. Gutmann, and D. A. Spielman.
Exponential algorithmic speedup by quantum walk,
&lt;i&gt;Proceedings of ACM Symposium on Theory of Computing&lt;/i&gt;, pp. 59-68, 2003.
arXiv:[http://arxiv.org/abs/quant-ph/0209131 quant-ph/0209131].

&lt;span id=&quot;ccg94&quot; style=&quot;color:maroon&quot;&gt;[CCG+94]&lt;/span&gt;
R. Chang, B. Chor, O. Goldreich, J. Hartmanis, J. H&amp;aring;stad, D. Ranjan, and P. Rohatgi.
The random oracle hypothesis is false,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 49(1):24-39, 1994.

&lt;span id=&quot;cch01&quot; style=&quot;color:maroon&quot;&gt;[CCH+01]&lt;/span&gt;
J.-Y. Cai, V. Chakaravarthy, L. Hemaspaandra, and M. Ogihara.
Some Karp-Lipton-type theorems based on S&lt;sub&gt;2&lt;/sub&gt;,
University of Rochester Computer Science Technical Report TR-759, November 2001.

&lt;span id=&quot;cd05&quot; style=&quot;color:maroon&quot;&gt;[CD05]&lt;/span&gt;
X. Chen and X. Deng
3-NASH is PPAD-Complete, online: [http://eccc.uni-trier.de/eccc-reports/2005/TR05-134/Paper.pdf http://eccc.uni-trier.de/eccc-reports/2005/TR05-134/Paper.pdf], nov. 2005.

&lt;span id=&quot;cdl01&quot; style=&quot;color:maroon&quot;&gt;[CDL01]&lt;/span&gt;
A. Chiu, G. Davida, and B. Litow.
Division in logspace-uniform NC&lt;sub&gt;1&lt;/sub&gt;,
&lt;i&gt;Theoretical Informatics and Applications&lt;/i&gt; 35(3):259, 2001.

&lt;span id=&quot;cf91&quot; style=&quot;color:maroon&quot;&gt;[CF91]&lt;/span&gt;
J.-Y. Cai and M. Furst.
PSPACE survives constant-width bottlenecks,
&lt;i&gt;International Journal of Foundations of Computer Science&lt;/i&gt; 2(1):67-76, 1991.

{{Reference
    |id=cf07 |tag=CP07
    |title=On parameterized path and chordless path problems
    |authors=Y. Chen and J. Flum
    |journal=Proceedings of the IEEE Conference on Computational Complexity 2007
    |srcdetail=250-263
}}

{{Reference
    |tag=CFL83
    |title=Unbounded fan-in circuits and associative functions
    |authors=A. Chandra, S. Fortune, R. Lipton
    |journal=Proceedings of the fifteenth annual ACM symposium on Theory of computing
    |srcdetail=52-60, 1983
}}

&lt;span id=&quot;cfl93&quot; style=&quot;color:maroon&quot;&gt;[CFL+93]&lt;/span&gt;
A. Condon, J. Feigenbaum, C. Lund, and P. Shor.
Probabilistically checkable debate systems and approximation algorithms for PSPACE-hard functions (extended abstract),
&lt;i&gt;Proceedings of ACM STOC'93&lt;/i&gt;, pp. 305-314, 1993.

&lt;span id=&quot;cgh88&quot; style=&quot;color:maroon&quot;&gt;[CGH+88]&lt;/span&gt;
J.-Y. Cai, T. Gundermann, J. Hartmanis, L. Hemachandra, V. Sewelson, K. Wagner, and G. Wechsung.
The Boolean hierarchy I: structural properties,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 17:1232-1252, 1988.
Part II: applications in 18:95-111, 1989.

&lt;span id=&quot;cgr04&quot; style=&quot;color:maroon&quot;&gt;[CGR+04]&lt;/span&gt;
M. Crasmaru, C. Gla&amp;szlig;er, K. W. Regan, and S. Sengupta.
A protocol for serializing unique strategies,
submitted, 2004.
[http://www.cse.buffalo.edu/faculty/regan/papers/ps/CGRS03.ps http://www.cse.buffalo.edu/faculty/regan/papers/ps/CGRS03.ps].

&lt;span id=&quot;ch89&quot; style=&quot;color:maroon&quot;&gt;[CH89]&lt;/span&gt;
J.-Y. Cai and L. A. Hemachandra.
On the power of parity polynomial time,
&lt;i&gt;Proceedings of the Symposium on Theoretical Aspects of Computer Science (STACS)&lt;/i&gt;, Lecture Notes in Computer Science 349, pp. 229-240, Springer, 1989.

&lt;span id=&quot;cht04&quot; style=&quot;color:maroon&quot;&gt;[CHT+04]&lt;/span&gt;
R. Cleve, P. H&amp;oslash;yer, B. Toner, and J. Watrous.
Consequences and limits of nonlocal strategies,
&lt;i&gt;Proceedings of IEEE Complexity&lt;/i&gt;, pp. 236-249, 2004.
arXiv:[http://arxiv.org/abs/quant-ph/0404076 quant-ph/0404076].

&lt;span id=&quot;chu41&quot; style=&quot;color:maroon&quot;&gt;[Chu41]&lt;/span&gt;
A. Church.
The calculi of lambda-conversion,
&lt;i&gt;Annals of Mathematical Studies&lt;/i&gt; 6, Princeton Univ. Press, 1941.

{{Reference
    |tag=CIK+03
    |title=The complexity of Unique &lt;math&gt;k&lt;/math&gt;-SAT: An isolation lemma for &lt;math&gt;k&lt;/math&gt;-CNFs.
    |authors=C. Calabro, R. Impagliazzo, V. Kabanets, et al
    |journal=Proceedings of the IEEE Conference on Computational Complexity 2003
    |srcdetail=135-141
}}

&lt;span id=&quot;ckk95&quot; style=&quot;color:maroon&quot;&gt;[CKK+95]&lt;/span&gt;
F. Cucker, M. Karpinski, P. Koiran, T. Lickteig, and K. Werther.
On real Turing machines that toss coins,
&lt;i&gt;Proceedings of ACM STOC'95&lt;/i&gt;, pp. 335-342, 1995.

&lt;span id=&quot;cks81&quot; style=&quot;color:maroon&quot;&gt;[CKS81]&lt;/span&gt;
A. K. Chandra, D. C. Kozen, and L. J. Stockmeyer.
Alternation,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 28:114-133, 1981.

&lt;span id=&quot;cks99&quot; style=&quot;color:maroon&quot;&gt;[CKS+99]&lt;/span&gt;
P. Crescenzi, V. Kann, R. Silvestri, and L. Trevisan.
Structure in approximation classes,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 28:1759-1782, 1999.
ECCC [http://eccc.uni-trier.de/eccc-reports/1996/TR96-066/ TR96-066].

&lt;span id=&quot;cksu05&quot; style=&quot;color:maroon&quot;&gt;[CKSU05]&lt;/span&gt;
H. Cohn, R. Kleinberg, B. Szegedy, and C. Umans. Group-theoretic Algorithms for Matrix Multiplication. &lt;i&gt;Proceedings of the 46th Annual IEEE Symposium on Foundations of Computer Science (FOCS)&lt;/i&gt; 379-388, 2005.

&lt;span id=&quot;cm01&quot; style=&quot;color:maroon&quot;&gt;[CM01]&lt;/span&gt;
M. Cryan and P. B. Miltersen.
On pseudorandom generators in NC&lt;sup&gt;0&lt;/sup&gt;,
&lt;i&gt;Proceedings of the 26th International Symposium on Mathematical Foundations of Computer Science (MFCS)&lt;/i&gt;, pp. 272-284, 2001.

{{Reference
    |tag=CMTV98
    |title=Nondeterministic NC1 computation
    |authors=Caussinus, Herv&amp;eacute; and McKenzie, Pierre and Th&amp;eacute;rien, Denis and Vollmer, Heribert
    |journal=J. Comput. Syst. Sci.
    |srcdetail=200-212, 1998
}}

&lt;span id=&quot;cmi00&quot; style=&quot;color:maroon&quot;&gt;[CMI00]&lt;/span&gt;
Clay Mathematics Institute.
The P versus NP problem (a millennium prize problem), with official problem description by S. Cook,
[http://www.claymath.org/prizeproblems/pvsnp.htm http://www.claymath.org/prizeproblems/pvsnp.htm], 2000.

&lt;span id=&quot;cns99&quot; style=&quot;color:maroon&quot;&gt;[CNS99]&lt;/span&gt;
J.-Y. Cai, A. P. Nerurkar, and D. Sivakumar.
Hardness and hierarchy theorems for probabilistic quasi-polynomial time,
&lt;i&gt;Proceedings of ACM STOC'99&lt;/i&gt;, pp. 726-735, 1999.

&lt;span id=&quot;cob64&quot; style=&quot;color:maroon&quot;&gt;[Cob64]&lt;/span&gt;
A. Cobham.
The intrinsic computational difficulty of functions,
&lt;i&gt;Proceedings of the 1964 Congress on Logic, Mathematics and the Methodology of Science&lt;/i&gt;, pp. 24-30, 1964.

&lt;span id=&quot;cob66&quot; style=&quot;color:maroon&quot;&gt;[Cob66]&lt;/span&gt;
A. Cobham.
The recognition problem for the set of perfect squares,
&lt;i&gt;Proceedings of the 7th Symposium on Switching and Automata Theory&lt;/i&gt;, pp. 78-87, 1966.

&lt;span id=&quot;con73&quot; style=&quot;color:maroon&quot;&gt;[Con73]&lt;/span&gt;
R. Constable.
Type 2 computational complexity,
&lt;i&gt;Proceedings of ACM STOC'73&lt;/i&gt;, pp. 108­-121, 1973.

&lt;span id=&quot;con92&quot; style=&quot;color:maroon&quot;&gt;[Con92]&lt;/span&gt;
A. Condon.
The complexity of stochastic games,
&lt;i&gt;Information and Computation&lt;/i&gt; 96(2):203-224, 1992.

&lt;span id=&quot;coo71&quot; style=&quot;color:maroon&quot;&gt;[Coo71]&lt;/span&gt;
S. A. Cook.
The complexity of theorem-proving procedures,
&lt;i&gt;Proceedings of ACM STOC'71&lt;/i&gt;, pp. 151-158, 1971.

&lt;span id=&quot;coo71b&quot; style=&quot;color:maroon&quot;&gt;[Coo71b]&lt;/span&gt;
S. A. Cook.
Characterizations of pushdown machines in terms of time-bounded computers,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 18(1):4-18, 1971.

&lt;span id=&quot;coo79&quot; style=&quot;color:maroon&quot;&gt;[Coo79]&lt;/span&gt;
S. A. Cook.
Deterministic CFL's are accepted simultaneously in polynomial time and log squared space,
&lt;i&gt;Proceedings of ACM STOC'79&lt;/i&gt;, pp. 338-345, 1979.

&lt;span id=&quot;coo85&quot; style=&quot;color:maroon&quot;&gt;[Coo85]&lt;/span&gt;
S. A. Cook.
A taxonomy of problems with fast parallel algorithms,
&lt;i&gt;Information and Control&lt;/i&gt; 64:2-22, 1985.

&lt;span id=&quot;cp95&quot; style=&quot;color:maroon&quot;&gt;[CP95]&lt;/span&gt;
P. Crescenzi and C. Papadimitriou.
Reversible simulation of space-bounded computations,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 143:159-165, 1995.

{{Reference
    |id=cp07 |tag=CP07
    |title=Bounded queries and the NP Machine Hypothesis.
    |authors=R. Chang and S. Purini
    |journal=Proceedings of the IEEE Conference on Computational Complexity 2007
    |srcdetail=52-59
}}

&lt;span id=&quot;cr96&quot; style=&quot;color:maroon&quot;&gt;[CR96]&lt;/span&gt;
S. Chaudhuri and J. Radhakrishnan. 
Deterministic Restrictions in Circuit Complexity, 
&lt;i&gt;Proceedings of ACM STOC 1996&lt;/i&gt;, pp. 30-36, 1996.

&lt;span id=&quot;cs92&quot; style=&quot;color:maroon&quot;&gt;[CS92]&lt;/span&gt;
J. Castro and C. Seara.
Characterizations of some complexity classes between &amp;#920;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;p&lt;/sup&gt; and &amp;#916;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;p&lt;/sup&gt;,
&lt;i&gt;Proceedings of STACS 1992&lt;/i&gt;, pp. 305-317, 1992.

&lt;span id=&quot;ct94&quot; style=&quot;color:maroon&quot;&gt;[CT94]&lt;/span&gt;
P. Crescenzi and L. Trevisan.
An approximation scheme preserving reducibility and its applications,
&lt;i&gt;Proceedings of 14th Annual Conference on Foundations of Software Technology and Theoretical Computer Computer Science (FSTTCS)&lt;/i&gt;, pp. 330-341, Lecture Notes in Computer Science 880, Springer-Verlag, 1994.

&lt;span id=&quot;ct97&quot; style=&quot;color:maroon&quot;&gt;[CT97]&lt;/span&gt;
M. Cesati and L. Trevisan.
On the efficiency of polynomial time approximation schemes,
ECCC [http://eccc.uni-trier.de/eccc-reports/1997/TR97-001/ TR97-001], 1997.

&lt;span id=&quot;ct07&quot; style=&quot;color:maroon&quot;&gt;[CT07]&lt;/span&gt;
Xi Chen and Shang-Hua Teng.
Paths beyond local search: A nearly tight bound for randomized fixed-point computation.
FOCS 2007.

&lt;span id=&quot;cw82&quot; style=&quot;color:maroon&quot;&gt;[CW82]&lt;/span&gt; D. Coppersmith and S. Winograd. On the Asymptotic Complexity of Matrix Multiplication. &lt;i&gt;SIAM J. Comput.&lt;/i&gt; 11(3): 472-492,1982.

{{Reference
    |tag=CW90
    |title=Matrix multiplication via arithmetic progressions
    |journal=Journal of Symbolic Computation
    |srcdetail=9:251–280, 1990
    |authors=D. Coppersmith and S. Winograd
}}

&lt;span id=&quot;cw00&quot; style=&quot;color:maroon&quot;&gt;[CW00]&lt;/span&gt;
R. Cleve and J. Watrous.
Fast parallel circuits for the quantum Fourier transform,
&lt;i&gt;Proceedings of IEEE Focs'2000&lt;/i&gt;, pp. 526-536, 2000.
arXiv:[http://arxiv.org/abs/quant-ph/0006004 quant-ph/0006004].

===== D =====

&lt;span id=&quot;dam90&quot; style=&quot;color:maroon&quot;&gt;[Dam90]&lt;/span&gt;
C. Damm.
Problems complete for L,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 36:247-250, 1990.

&lt;span id=&quot;dc89&quot; style=&quot;color:maroon&quot;&gt;[DC89]&lt;/span&gt;
P. W. Dymond and S. Cook.
Complexity theory of parallel time and hardware,
&lt;i&gt;Information and Computation&lt;/i&gt; 80:205-226, 1989.

&lt;span id=&quot;ddp98&quot; style=&quot;color:maroon&quot;&gt;[DDP+98]&lt;/span&gt;
A. De Santis, G. Di Crescenzo, G. Persiano, and M. Yung.
Image density is complete for non-interactive SZK,
&lt;i&gt;Proceedings of the 25th International Colloquium on Automata, Languages, and Programming (ICALP)&lt;/i&gt;, Lecture Notes in Computer Science, pp. 784-795, 1998.
(Note: Some results in the paper were later retracted.)

&lt;span id=&quot;dek76&quot; style=&quot;color:maroon&quot;&gt;[Dek76]&lt;/span&gt;
M. I. Dekhtyar.
On the relativization of deterministic and nondeterministic complexity classes,
&lt;i&gt;Mathematical Foundations of Computer Science&lt;/i&gt;, pp. 255-259, Springer LNCS 45, 1976.

&lt;span id=&quot;df97&quot; style=&quot;color:maroon&quot;&gt;[DF97]&lt;/span&gt;
R. G. Downey and M. R. Fellows.
Threshold dominating sets and an improved characterization of W[2],
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 189, 1997.

&lt;span id=&quot;df99&quot; style=&quot;color:maroon&quot;&gt;[DF99]&lt;/span&gt;
R. G. Downey and M. R. Fellows.
&lt;i&gt;Parameterized Complexity&lt;/i&gt;,
Springer-Verlag Monographs in Computer Science, 1999.

&lt;span id=&quot;dft96&quot; style=&quot;color:maroon&quot;&gt;[DFT96]&lt;/span&gt;
R. G. Downey, M. R. Fellows, and U. Taylor.
On the parameteric complexity of relational database queries and a sharper characterization of W[1],
&lt;i&gt;Combinatorics, Complexity, and Logic&lt;/i&gt;, Proceedings of DMTCS'96, Springer-Verlag, pp. 194-213, 1996.

&lt;span id=&quot;dgp05&quot; style=&quot;color:maroon&quot;&gt;[DGP05]&lt;/span&gt;
C. Daskalakis, P. W. Goldberg, and C. H. Papadimitriou
The Complexity of Computing a Nash Equilibrium, online: [http://www.cs.berkeley.edu/~christos/papers/ppad.ps ppad.ps], sep. 2005.

&lt;span id=&quot;dhi02&quot; style=&quot;color:maroon&quot;&gt;[DHI02]&lt;/span&gt;
W. van Dam, S. Hallgren, and L. Ip.
Quantum algorithms for hidden shift problems,
arXiv:[http://arxiv.org/abs/quant-ph/0211140 quant-ph/0211140], 2002.

&lt;span id=&quot;dp05&quot; style=&quot;color:maroon&quot;&gt;[DP05]&lt;/span&gt;
C. Daskalakis and C. H. Papadimitriou
The Complexity of Computing a Nash Equilibrium, online: [http://www.cs.berkeley.edu/~christos/papers/3players.pdf 3players.pdf], nov. 2005.

{{Reference-ECCC
    |tag=DP08 |year=2008 |date=Feb 28 |eccc-num=TR08-014
    |authors=M. David and T. Pitassi
    |title=Separating NOF communication complexity classes RP and NP
}}

&lt;span id=&quot;dw86&quot; style=&quot;color:maroon&quot;&gt;[DW86]&lt;/span&gt;
E. Dahlhaus and M. K. Warmuth.
Membership for growing context-sensitive grammars is polynomial,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 33:456-472, 1986.

===== E =====

&lt;span id=&quot;edm65&quot; style=&quot;color:maroon&quot;&gt;[Edm65]&lt;/span&gt;
J. Edmonds.
Paths, trees, and flowers,
&lt;i&gt;Canadian Journal of Mathematics&lt;/i&gt; 17(3):449-467, 1965.

&lt;span id=&quot;ey07&quot; style=&quot;color:maroon&quot;&gt;[EY07]&lt;/span&gt;
K. Etessami and M. Yannakakis.
On the Complexity of Nash Equilibria and Other Fixed Points.
Unpublished.

Paths, trees, and flowers,
&lt;i&gt;Canadian Journal of Mathematics&lt;/i&gt; 17(3):449-467, 1965.

===== F =====

&lt;span id=&quot;fag73&quot; style=&quot;color:maroon&quot;&gt;[Fag73]&lt;/span&gt;
R. Fagin.
Contributions to the Model Theory of Finite Strucutres,
&lt;i&gt;Ph.D. Thesis (1973), U.C. Berkeley&lt;/i&gt;

&lt;span id=&quot;fag74&quot; style=&quot;color:maroon&quot;&gt;[Fag74]&lt;/span&gt;
R. Fagin.
Generalized first-order spectra and polynomial-time recognizable sets,
&lt;i&gt;Complexity of Computation&lt;/i&gt; (R. M. Karp, ed.), SIAM-AMS Proceedings Vol. 7, 1974.

&lt;span id=&quot;fen02&quot; style=&quot;color:maroon&quot;&gt;[Fen02]&lt;/span&gt;
S. Fenner.
PP-lowness and a simple definition of AWPP,
&lt;i&gt;Theory Comput. Syst.&lt;/i&gt; 36 (2003), no. 2, 199--212.
ECCC [http://eccc.uni-trier.de/eccc-reports/2002/TR02-036/ TR02-036].

&lt;span id=&quot;ff..&quot; style=&quot;color:maroon&quot;&gt;[FF..]&lt;/span&gt;
S. Fenner, L. Fortnow,
Unpublished.

&lt;span id=&quot;ffk93&quot; style=&quot;color:maroon&quot;&gt;[FFK+93]&lt;/span&gt;
S. Fenner, L. Fortnow, S. Kurtz, and L. Li.
An oracle builder's toolkit,
&lt;i&gt;Proceedings of Structure in Complexity Theory&lt;/i&gt;, pages 120-131, 1993.
[http://people.cs.uchicago.edu/~fortnow/papers/obt.ps http://people.cs.uchicago.edu/~fortnow/papers/obt.ps].

&lt;span id=&quot;ffk94&quot; style=&quot;color:maroon&quot;&gt;[FFK94]&lt;/span&gt;
S. Fenner, L. Fortnow, and S. Kurtz.
Gap-definable counting classes,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 48(1):116-148, 1994.
[http://people.cs.uchicago.edu/~fortnow/papers/gaps.ps http://people.cs.uchicago.edu/~fortnow/papers/gaps.ps].

&lt;span id=&quot;fg02&quot; style=&quot;color:maroon&quot;&gt;[FG02]&lt;/span&gt;
J. Flum and M. Grohe.
The parameterized complexity of counting problems,
&lt;i&gt;Proceedings of IEEE FOCS'2002&lt;/i&gt;, 2002.

&lt;span id=&quot;fgh98&quot; style=&quot;color:maroon&quot;&gt;[FGH+98]&lt;/span&gt;
S. Fenner, F. Green, S. Homer, and R. Pruim.
Quantum NP is hard for PH,
&lt;i&gt;Proceedings of the Sixth Italian Conference on Theoretical Computer Science&lt;/i&gt;, World-Scientific, pp. 241-252, 1998.
arXiv:[http://arxiv.org/abs/quant-ph/9812056 quant-ph/9812056].

&lt;span id=&quot;fgl91&quot; style=&quot;color:maroon&quot;&gt;[FGL+91]&lt;/span&gt;
U. Feige, S. Goldwasser, L. Lov&amp;aacute;sz, S. Safra, and M. Szegedy.
Approximating clique is almost NP-complete,
&lt;i&gt;Proceedings of IEEE FOCS'91&lt;/i&gt;, pp. 2-12, 1991.

&lt;span id=&quot;fgmsz89&quot; style=&quot;color:maroon&quot;&gt;[FGM+89]&lt;/span&gt;
M. Furer, O. Goldreich, Y. Mansour, M. Sipser, and S. Zachos.
On Completeness and Soundness in Interactive Proof Systems.
In &lt;i&gt;Advances in Computing Research: a research annual&lt;/i&gt;,
Vol.~5 (Randomness and Computation, S. Micali, ed.),
pages 429--442, 1989.

&lt;span id=&quot;fie98&quot; style=&quot;color:maroon&quot;&gt;[Fie98]&lt;/span&gt;
U. Feige.
A threshold of ln(n) for approximating set cover.
&lt;i&gt;Journal of the ACM (JACM)&lt;/i&gt;, 45(4): 634--652, 1998.
[http://dx.doi.org/10.1145/285055.285059 doi:10.1145/285055.285059]

&lt;span id=&quot;fk05&quot; style=&quot;color:maroon&quot;&gt;[FK05]&lt;/span&gt;
L. Fortnow and A. Klivans.
NP with small advice,
&lt;i&gt;Proceedings of IEEE Complexity'2005&lt;/i&gt;, pp. 228-234, 2005.
[http://people.cs.uchicago.edu/~fortnow/papers/fk.ps http://people.cs.uchicago.edu/~fortnow/papers/fk.ps].

&lt;span id=&quot;fk97&quot; style=&quot;color:maroon&quot;&gt;[FK97]&lt;/span&gt;
U. Feige and J. Kilian.
Limited versus polynomial nondeterminism,
&lt;i&gt;Chicago Journal of Theoretical Computer Science&lt;/i&gt; Article 1, 1997.

&lt;span id=&quot;fk97b&quot; style=&quot;color:maroon&quot;&gt;[FK97b]&lt;/span&gt;
U. Feige and J. Kilian.
Making games short,
&lt;i&gt;Proceedings of ACM STOC'1997&lt;/i&gt;, pp. 506-516, 1997.

&lt;span id=&quot;for94&quot; style=&quot;color:maroon&quot;&gt;[For94]&lt;/span&gt;
L. Fortnow.
The role of relativization in complexity theory,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 52, February 1994.
[http://people.cs.uchicago.edu/~fortnow/papers/relative.ps http://people.cs.uchicago.edu/~fortnow/papers/relative.ps].

&lt;span id=&quot;fr74&quot; style=&quot;color:maroon&quot;&gt;[FR74]&lt;/span&gt;
M. J. Fischer and M. O. Rabin.
Super-exponential complexity of Presburger arithmetic,
&lt;i&gt;Complexity of Computation&lt;/i&gt; (R. M. Karp, ed.), SIAM-AMS Symposium on Applied Mathematics, 1974.

&lt;span id=&quot;fr98&quot; style=&quot;color:maroon&quot;&gt;[FR98]&lt;/span&gt;
L. Fortnow and J. D. Rogers.
Complexity limitations on quantum computation,
&lt;i&gt;Proceedings of IEEE Complexity'98&lt;/i&gt;, pp. 202-209, 1998.
arXiv:[http://arxiv.org/abs/cs.CC/9811023 cs.CC/9811023].

&lt;span id=&quot;fri57&quot; style=&quot;color:maroon&quot;&gt;[Fri57]&lt;/span&gt;
R. M. Friedberg.
Two recursively enumerable sets of incomparable degrees of unsolvability,
&lt;i&gt;Proceedings of the National Academy of Sciences&lt;/i&gt;, 43:236-238, 1957.
[http://www.pubmedcentral.nih.gov/picrender.fcgi?artid=528418&amp;amp;blobtype=pdf http://www.pubmedcentral.nih.gov/picrender.fcgi?artid=528418&amp;amp;blobtype=pdf].

&lt;span id=&quot;frs88&quot; style=&quot;color:maroon&quot;&gt;[FRS88]&lt;/span&gt;
L. Fortnow, J. Rompel, and M. Sipser.
On the power of multiprover interactive protocols,
&lt;i&gt;Proceedings of IEEE Complexity'88&lt;/i&gt;, 1988.
[http://people.cs.uchicago.edu/~fortnow/papers/mip.ps http://people.cs.uchicago.edu/~fortnow/papers/mip.ps].

&lt;span id=&quot;fs04&quot; style=&quot;color:maroon&quot;&gt;[FS04]&lt;/span&gt;
L. Fortnow and R. Santhanam.
Hierarchy theorems for probabilistic polynomial time,
&lt;i&gt;Proceedings of IEEE FOCS'2004&lt;/i&gt;, 2004.
[http://people.cs.uchicago.edu/~fortnow/papers/probhier.ps http://people.cs.uchicago.edu/~fortnow/papers/probhier.ps].

&lt;span id=&quot;fs88&quot; style=&quot;color:maroon&quot;&gt;[FS88]&lt;/span&gt;
L. Fortnow and M. Sipser.
Are there interactive protocols for co-NP languages?
Inform. Process. Lett. 28 (1988), no. 5, 249--251.
[http://cs-www.uchicago.edu/~fortnow/papers/conpipl.ps http://cs-www.uchicago.edu/~fortnow/papers/conpipl.ps]

&lt;span id=&quot;fss84&quot; style=&quot;color:maroon&quot;&gt;[FSS84]&lt;/span&gt;
M. Furst, J. Saxe, and M. Sipser.
Parity, circuits, and the polynomial hierarchy,
&lt;i&gt;Mathematical Systems Theory&lt;/i&gt; 17:13-27, 1984.

&lt;span id=&quot;fur07&quot; style=&quot;color:maroon&quot;&gt;[Fur07]&lt;/span&gt;
M. Furer.
Fast Integer Multiplication,
STOC, 2007.

&lt;span id=&quot;fv93&quot; style=&quot;color:maroon&quot;&gt;[FV93]&lt;/span&gt;
T. Feder and M. Y. Vardi.
Monotone monadic SNP and constraint satisfaction,
&lt;i&gt;Proceedings of the 25th ACM Symposium on Theory of Computing&lt;/i&gt;, pp. 612-622, 1993.
DOI:[http://doi.acm.org/10.1145/167088.167245 10.1145/167088.167245].

===== G =====

&lt;span id=&quot;gas02&quot; style=&quot;color:maroon&quot;&gt;[Gas02]&lt;/span&gt;
William Gasarch.
The P=?NP poll,
&lt;i&gt;SIGACT News Complexity Theory Column 36&lt;/i&gt; (L. A. Hemaspaandra, ed.), 2002.

&lt;span id=&quot;gas02&quot; style=&quot;color:maroon&quot;&gt;[Geff91]&lt;/span&gt;
Viliam Geffert.
Nondeterministic computations in sublogarithmic space and space constructibility,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; v. 20 iss. 3, 1991.
[http://portal.acm.org/citation.cfm?id=114454&amp;dl=GUIDE&amp;coll=GUIDE&amp;CFID=74222314&amp;CFTOKEN=30698817]

&lt;span id=&quot;gg66&quot; style=&quot;color:maroon&quot;&gt;[GG66]&lt;/span&gt;
S. Ginsburg and S. Greibach.
Deterministic context free languages,
&lt;i&gt;Information and Control&lt;/i&gt; 9:620-648, 1966.

&lt;span id=&quot;ggk03&quot; style=&quot;color:maroon&quot;&gt;[GGK03]&lt;/span&gt;
William Gasarch, Evan Golub and Clyde Kruskal. 
Constant time parallel sorting: an empirical view,
&lt;i&gt;J. Comput. Syst. Sci.&lt;/i&gt; 67:63-91, 2003.

&lt;span id=&quot;ghj91&quot; style=&quot;color:maroon&quot;&gt;[GHJ+91]&lt;/span&gt;
J. Goldsmith, L. A. Hemaspaandra, D. Joseph, and P. Young.
Near-testable sets.
SIAM J. Comput. 20 (1991), no. 3, 506--523

&lt;span id=&quot;ghp00&quot; style=&quot;color:maroon&quot;&gt;[GHP00]&lt;/span&gt;
F. Green, S. Homer, and C. Pollett.
On the complexity of quantum ACC,
&lt;i&gt;Proceeedings of IEEE Complexity'2000&lt;/i&gt;, pp. 250-262, 2000.
See also:
F. Green, S. Homer, C. Moore, and S. Pollett.
Counting, fanout, and the complexity of quantum ACC,
arXiv:[http://arxiv.org/abs/quant-ph/0106017 quant-ph/0106017], 2001.

&lt;span id=&quot;gil77&quot; style=&quot;color:maroon&quot;&gt;[Gil77]&lt;/span&gt;
J. Gill.
Computational complexity of probabilistic Turing machines,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 6(4):675-695, 1977.

&lt;span id=&quot;gj79&quot; style=&quot;color:maroon&quot;&gt;[GJ79]&lt;/span&gt;
M. R. Garey and D. S. Johnson.
&lt;i&gt;Computers and Intractability: A Guide to the Theory of NP-Completeness&lt;/i&gt;,
Freeman, 1979.

&lt;span id=&quot;gkr95&quot; style=&quot;color:maroon&quot;&gt;[GKR+95]&lt;/span&gt;
F. Green, J. K&amp;ouml;bler, K. W. Regan, T. Schwentick, and J. Tor&amp;aacute;n.
The power of the middle bit of a #P function,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 50(3):456-467, 1995.

&lt;span id=&quot;glm96&quot; style=&quot;color:maroon&quot;&gt;[GLM96]&lt;/span&gt;
J. Goldsmith, M. A. Levy, and M. Mundhenk.
Limited nondeterminism,
&lt;i&gt;SIGACT News&lt;/i&gt; 27(2):20-29, 1996.
[http://cs.engr.uky.edu/~goldsmit/papers/extended.ps http://cs.engr.uky.edu/~goldsmit/papers/extended.ps]

&lt;span id=&quot;gmr89&quot; style=&quot;color:maroon&quot;&gt;[GMR89]&lt;/span&gt;
S. Goldwasser, S. Micali, and C. Rackoff.
The knowledge complexity of interactive proof systems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 18(1):186-208, 1989.

&lt;span id=&quot;gmw91&quot; style=&quot;color:maroon&quot;&gt;[GMW91]&lt;/span&gt;
O. Goldreich, S. Micali, and A. Wigderson.
Proofs that yield nothing but their validity or all languages in NP have zero-knowledge proof systems,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 38(1):691-729, 1991.

{{Reference
    |tag=GO95
    |title=On a class of &lt;math&gt;O(n^2)&lt;/math&gt; problems in computational geometry
    |authors=A. Gajentaan and M. Overmars
    |journal=Computational Geometry
    |srcdetail=Volume 5, Issue 3, October 1995, pages 165-185
}}

&lt;span id=&quot;gol97&quot; style=&quot;color:maroon&quot;&gt;[Gol97]&lt;/span&gt;
O. Goldreich.
Notes on Levin's theory of average-case complexity,
ECCC [http://eccc.uni-trier.de/eccc-reports/1997/TR97-058/ TR97-058].

&lt;span id=&quot;gp01&quot; style=&quot;color:maroon&quot;&gt;[GP01]&lt;/span&gt;
F. Green and R. Pruim.
Relativized separation of EQP from P^NP,
Information Processing Letters 80 (2001) 257-260.
[http://cs.clarku.edu/~fgreen/papers/eqp.ps http://cs.clarku.edu/~fgreen/papers/eqp.ps]

&lt;span id=&quot;gp86&quot; style=&quot;color:maroon&quot;&gt;[GP86]&lt;/span&gt;
L. Goldschlager and I. Parberry.
On the construction of parallel computers from various bases of Boolean functions,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 43(1):43-58, 1986.

&lt;span id=&quot;gp91&quot; style=&quot;color:maroon&quot;&gt;[GP91]&lt;/span&gt;
O. Goldreich and E. Petrank.
Quantifying knowledge complexity,
&lt;i&gt;Proceedings of IEEE FOCS'91&lt;/i&gt;, pp. 59-68, 1991.
[http://www.wisdom.weizmann.ac.il/~oded/PS/gp.ps http://www.wisdom.weizmann.ac.il/~oded/PS/gp.ps]

&lt;span id=&quot;gra92&quot; style=&quot;color:maroon&quot;&gt;[Grä92]&lt;/span&gt;
E. Grädel
Capturing complexity classes b fragments of second order logic
&lt;i&gt;Information and computaiton&lt;/i&gt; 119 (1995), 129-135

&lt;span id=&quot;gre90&quot; style=&quot;color:maroon&quot;&gt;[Gre90]&lt;/span&gt;
F. Green.
An oracle separating +P from PP&lt;sup&gt;PH&lt;/sup&gt;,
Inform. Process. Lett. 37 (1991), no. 3, 149--153.

&lt;span id=&quot;gre93&quot; style=&quot;color:maroon&quot;&gt;[Gre93]&lt;/span&gt;
F. Green.
On the power of deterministic reductions to C&lt;sub&gt;=&lt;/sub&gt;P,
Math. Systems Theory 26 (1993), no. 2, 215--233.

&lt;span id=&quot;gs86&quot; style=&quot;color:maroon&quot;&gt;[GS86]&lt;/span&gt;
S. Goldwasser and M. Sipser.
Private coins versus public coins in interactive proof systems,
&lt;i&gt;Proceedings of ACM STOC'86&lt;/i&gt;, pp. 58-68, 1986.

&lt;span id=&quot;gs88&quot; style=&quot;color:maroon&quot;&gt;[GS88]&lt;/span&gt;
J. Grollman and A. L. Selman.
Complexity measures for public-key cryptosystems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 17:309-335, 1988.

&lt;span id=&quot;gs89&quot; style=&quot;color:maroon&quot;&gt;[GS89]&lt;/span&gt;
Y. Gurevich and S. Shelah.
Nearly Linear Time,
&lt;i&gt;Proceedings of LFCS'89&lt;/i&gt;, Springer LNCS 363, pp. 108-118, 1989.

&lt;span id=&quot;gs90&quot; style=&quot;color:maroon&quot;&gt;[GS90]&lt;/span&gt;
M. Grigni and M. Sipser.
Monotone complexity,
&lt;i&gt;Proceedings of LMS Workshop on Boolean Function Complexity&lt;/i&gt; (M. S. Paterson, ed.), Durham, Cambridge University Press, 1990.
[http://www.mathcs.emory.edu/~mic/papers/4.ps http://www.mathcs.emory.edu/~mic/papers/4.ps]

&lt;span id=&quot;gs91&quot; style=&quot;color:maroon&quot;&gt;[GS91]&lt;/span&gt;
M. Grigni and M. Sipser.
Monotone separation of NC&lt;sup&gt;1&lt;/sup&gt; from logspace,
&lt;i&gt;Proceedings of IEEE Complexity'91&lt;/i&gt;, pp. 294-298, 1991.

&lt;span id=&quot;gss03&quot; style=&quot;color:maroon&quot;&gt;[GSS+03]&lt;/span&gt;
C. Gla&amp;szlig;er, A. L. Selman, S. Sengupta, and L. Zhang.
Disjoint NP-pairs,
ECCC [http://eccc.uni-trier.de/eccc-reports/2003/TR03-011/ TR03-011], 2003.

&lt;span id=&quot;gst03&quot; style=&quot;color:maroon&quot;&gt;[GST03]&lt;/span&gt;
D. Gutfreund, R. Shaltiel, and A. Ta-Shma.
Uniform hardness vs. randomness tradeoffs for Arthur-Merlin games,
&lt;i&gt;Comput. Complexity&lt;/i&gt; 12 (2003), no. 3-4, 85--130.
[http://www.cs.huji.ac.il/~danig/pubs/ccc.ps http://www.cs.huji.ac.il/~danig/pubs/ccc.ps].

&lt;span id=&quot;gsv99&quot; style=&quot;color:maroon&quot;&gt;[GSV99]&lt;/span&gt;
O. Goldreich, A. Sahai, and S. Vadhan.
Can statistical zero knowledge be made non-interactive? or on the relationship of SZK and NISZK,
ECCC [http://eccc.uni-trier.de/eccc-reports/1999/TR99-013/ TR99-013], 1999.
Abstract appeared in CRYPTO'99.

&lt;span id=&quot;gtw91&quot; style=&quot;color:maroon&quot;&gt;[GTW+91]&lt;/span&gt;
R. Gavald&amp;aacute;, L. Torenvliet, O. Watanabe, and J. Balc&amp;aacute;zar.
Generalized Kolmogorov complexity in relativized separations,
&lt;i&gt;Proceedings of MFCS'91 (Mathematical Foundations of Computer Science)&lt;/i&gt;, Springer-Verlag Lecture Notes in Computer Science, vol. 452, pp. 269-276, 1991.

&lt;span id=&quot;gup95&quot; style=&quot;color:maroon&quot;&gt;[Gup95]&lt;/span&gt;
S. Gupta.
Closure properties and witness reduction,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 50(3):412-432, 1995.
[ftp://ftp.cis.ohio-state.edu/pub/tech-report/1993/TR46.ps.gz ftp://ftp.cis.ohio-state.edu/pub/tech-report/1993/TR46.ps.gz]

&lt;span id=&quot;gur87&quot; style=&quot;color:maroon&quot;&gt;[Gur87]&lt;/span&gt;
Y. Gurevich.
Complete and incomplete randomized NP problems,
&lt;i&gt;Proceedings of IEEE FOCS'87&lt;/i&gt;, pp. 111-117, 1987.

&lt;span id=&quot;gur89&quot; style=&quot;color:maroon&quot;&gt;[Gur89]&lt;/span&gt;
E. Gurari.
&lt;i&gt;An Introduction to the Theory of Computation&lt;/i&gt;,
Computer Science Press, 1989.
[http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html].

&lt;span id=&quot;gut05&quot; style=&quot;color:maroon&quot;&gt;[Gut05]&lt;/span&gt;
G. Gutoski.
Upper bounds for quantum interactive proofs with competing provers,
&lt;i&gt;Proceedings of IEEE Complexity'2005&lt;/i&gt;, pp. 334-343, 2005.
[http://www.cs.uwaterloo.ca/~gmgutosk/gutoskig_competing.pdf http://www.cs.uwaterloo.ca/~gmgutosk/gutoskig_competing.pdf].

&lt;span id=&quot;gv02&quot; style=&quot;color:maroon&quot;&gt;[GV02]&lt;/span&gt;
M. de Graaf and P. Valiant.
Comparing EQP and MOD&lt;sub&gt;p^k&lt;/sub&gt;P using polynomial degree lower bounds,
arXiv:[http://arxiv.org/abs/quant-ph/0211179 quant-ph/0211179], 2002.

&lt;span id=&quot;gv99&quot; style=&quot;color:maroon&quot;&gt;[GV99]&lt;/span&gt;
O. Goldreich and S. Vadhan.
Comparing entropies in statistical zero-knowledge with applications to the structure of SZK,
&lt;i&gt;Proceedings of IEEE Complexity'99&lt;/i&gt;, pp. 54-73, 1999.
ECCC [http://eccc.uni-trier.de/eccc-reports/1998/TR98-063/ TR98-063].

&lt;span id=&quot;gw05&quot; style=&quot;color:maroon&quot;&gt;[GW05]&lt;/span&gt;
G. Gutoski and J. Watrous.
Quantum interactive proofs with competing provers,
&lt;i&gt;Proceedings of STACS'2005&lt;/i&gt;, pp. 605-616, Springer-Verlag, 2005.
arXiv:[http://arxiv.org/abs/cs.CC/0412102 cs.CC/0412102].

&lt;span id=&quot;gw07&quot; style=&quot;color:maroon&quot;&gt;[GW07]&lt;/span&gt;
G. Gutoski and J. Watrous.
Toward a general theory of quantum games,
In &lt;i&gt;Proceedings of the 39th ACM Symposium on Theory of Computing (STOC'07)&lt;/i&gt;, pages 565-574, 2007.
arXiv:[http://arxiv.org/abs/quant-ph/0611234 quant-ph/0611234].

&lt;span id=&quot;gw10&quot; style=&quot;color:maroon&quot;&gt;[GW10]&lt;/span&gt;
G. Gutoski and X. Wu.
Short quantum games characterize PSPACE,
2010.
arXiv:[http://arxiv.org/abs/1011.2787 arXiv:1011.2787].

&lt;span id=&quot;gw96&quot; style=&quot;color:maroon&quot;&gt;[GW96]&lt;/span&gt;
A. G&amp;aacute;l and A. Wigderson.
Boolean complexity classes vs. their arithmetic analogs,
&lt;i&gt;Random Structures and Algorithms&lt;/i&gt; 9:1-13, 1996.
ECCC [http://eccc.uni-trier.de/eccc-reports/1995/TR95-049/ TR95-049].

&lt;span id=&quot;gz97&quot; style=&quot;color:maroon&quot;&gt;[GZ97]&lt;/span&gt;
O. Goldreich and D. Zuckerman.
Another proof that BPP subseteq PH (and more),
ECCC [http://eccc.uni-trier.de/eccc-reports/1997/TR97-045/ TR97-045].

===== H =====

&lt;span id=&quot;hal02&quot; style=&quot;color:maroon&quot;&gt;[Hal02]&lt;/span&gt;
S. Hallgren.
Polynomial-time quantum algorithms for Pell's equation and the principal ideal problem,
&lt;i&gt;Proceedings of ACM STOC'2002&lt;/i&gt;, 2002.
[http://www.cs.caltech.edu/~hallgren/pell.pdf http://www.cs.caltech.edu/~hallgren/pell.pdf].

&lt;span id=&quot;har78&quot; style=&quot;color:maroon&quot;&gt;[Har78]&lt;/span&gt;
J. Hartmanis.
&lt;i&gt;Feasible Computations and Provable Complexity Properties&lt;/i&gt;,
SIAM, 1978.

&lt;span id=&quot;har87&quot; style=&quot;color:maroon&quot;&gt;[Har87]&lt;/span&gt;
J. Hartmanis.
The collapsing hierarchies,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 33, October 1987.
[http://external.nj.nec.com/homepages/fortnow/beatcs/column33.ps http://external.nj.nec.com/homepages/fortnow/beatcs/column33.ps].

&lt;span id=&quot;har87b&quot; style=&quot;color:maroon&quot;&gt;[Har87b]&lt;/span&gt;
J. Hartmanis.
Sparse complete sets for NP and the optimal collapse of the polynomial hierarchy,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 32, June 1987.
[http://external.nj.nec.com/homepages/fortnow/beatcs/column32.ps http://external.nj.nec.com/homepages/fortnow/beatcs/column32.ps].

&lt;span id=&quot;has87&quot; style=&quot;color:maroon&quot;&gt;[Has87]&lt;/span&gt;
J. H&amp;aring;stad.
&lt;i&gt;Computational Limitations for Small-Depth Circuits&lt;/i&gt;,
MIT Press, 1987.

&lt;span id=&quot;has88&quot; style=&quot;color:maroon&quot;&gt;[Has88]&lt;/span&gt;
J. H&amp;aring;stad.
Oneway permutations in NC&lt;sup&gt;0&lt;/sup&gt;,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 26:153-155, 1988.

&lt;span id=&quot;has90&quot; style=&quot;color:maroon&quot;&gt;[Has90]&lt;/span&gt;
J. H&amp;aring;stad. Tensor rank is NP-complete, ''J. Algorithms'', 11(4):644-654, 1990.

&lt;span id=&quot;has01&quot; style=&quot;color:maroon&quot;&gt;[Has01]&lt;/span&gt;
J. H&amp;aring;stad.
Some optimal inapproximability results,
''Journal of the ACM'', 48(4):798-3859, 2001.
[http://www-sunos4.nada.kth.se/~johanh/optimalinap.ps http://www-sunos4.nada.kth.se/~johanh/optimalinap.ps]

&lt;span id=&quot;hcc92&quot; style=&quot;color:maroon&quot;&gt;[HCC+92]&lt;/span&gt;
J. Hartmanis, R. Chang, S. Chari, D. Ranjan, and P. Rohatgi.
Relativization: a revisionistic retrospective,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 47, June 1992.
[http://external.nj.nec.com/homepages/fortnow/beatcs/column47.ps http://external.nj.nec.com/homepages/fortnow/beatcs/column47.ps].

&lt;span id=&quot;hck88&quot; style=&quot;color:maroon&quot;&gt;[HCK+88]&lt;/span&gt;
J. Hartmanis, R. Chang, J. Kadin, and S. G. Mitchell.
Some observations about relativization of space bounded computations,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 35, June 1988.
[http://external.nj.nec.com/homepages/fortnow/beatcs/column35.ps http://external.nj.nec.com/homepages/fortnow/beatcs/column35.ps].

&lt;span id=&quot;hel84&quot; style=&quot;color:maroon&quot;&gt;[Hel84a]&lt;/span&gt;
H. Heller.
Relativized polynomial hierarchies extending two levels,
&lt;i&gt;Mathematical Systems Theory&lt;/i&gt; 17(2):71-84, 1984.

&lt;span id=&quot;hel84b&quot; style=&quot;color:maroon&quot;&gt;[Hel84b]&lt;/span&gt;
H. Heller.
On Relativized Polynomial and Exponential Computations,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 13(4):717-725, 1984.

&lt;span id=&quot;hel86&quot; style=&quot;color:maroon&quot;&gt;[Hel86]&lt;/span&gt;
H. Heller.
On Relativized Exponential and Probabilistic Complexity Classes,
Inform. and Control 71 (1986), no. 3, 231--243

&lt;span id=&quot;hem89&quot; style=&quot;color:maroon&quot;&gt;[Hem89]&lt;/span&gt;
L. Hemachandra.
The strong exponential hierarchy collapses,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 39(3):299-322, 1989.

&lt;span id=&quot;her90&quot; style=&quot;color:maroon&quot;&gt;[Her90]&lt;/span&gt;
U. Hertrampf.
Relations among MOD-classes,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 74:325-328, 1990.

&lt;span id=&quot;her97&quot; style=&quot;color:maroon&quot;&gt;[Her97]&lt;/span&gt;
U. Hertrampf.
Acceptance by transformation monoids (with an application to local self-reductions),
&lt;i&gt;Proceedings of IEEE Complexity'97&lt;/i&gt;, pp. 213-224, 1997.

&lt;span id=&quot;hes01&quot; style=&quot;color:maroon&quot;&gt;[Hes01]&lt;/span&gt;
W. Hesse.
Division is in uniform TC&lt;sup&gt;0&lt;/sup&gt;,
&lt;i&gt;Proceedings of the International Colloquium on Automata, Languages, and Programming (ICALP)&lt;/i&gt;, 2001.
[http://www.cs.umass.edu/~whesse/div.ps http://www.cs.umass.edu/~whesse/div.ps]

&lt;span id=&quot;hh76&quot; style=&quot;color:maroon&quot;&gt;[HH76]&lt;/span&gt;
J. Hartmanis and J. Hopcroft.
Independence results in computer science,
&lt;i&gt;ACM SIGACT News&lt;/i&gt; 8(4):13-24, 1976.

&lt;span id=&quot;hh86&quot; style=&quot;color:maroon&quot;&gt;[HH86]&lt;/span&gt;
J. Hartmanis and L. Hemachandra.
Complexity classes without machines: on complete languages for UP,
&lt;i&gt;Proceedings of ICALP'86&lt;/i&gt;, Springer-Verlag Lecture Notes in Computer Science volume 226, pp. 123-135, 1986.

&lt;span id=&quot;hhh98&quot; style=&quot;color:maroon&quot;&gt;[HHH98]&lt;/span&gt;
E. Hemaspaandra, L. Hemaspaandra, and H. Hempel.
What's up with downward collapse: using the easy-hard technique to link Boolean and polynomial hierarchy collapses,
&lt;i&gt;SIGACT News&lt;/i&gt; 29(3):10-22, 1998.
arXiv:[http://arxiv.org/abs/cs.CC/9910002 cs.CC/9910002].

&lt;span id=&quot;hhk05&quot; style=&quot;color:maroon&quot;&gt;[HHK+05]&lt;/span&gt;
L. Hemaspaandra, C. Homan, S. Kosub, and K. Wagner.
The complexity of computing the size of an interval,
Technical Report TR-856, Department of Computer Science, University of
Rochester, 2005. This is an expanded version of [[#hkw01|HKW01]]

&lt;span id=&quot;hhn95&quot; style=&quot;color:maroon&quot;&gt;[HHN+95]&lt;/span&gt;
L. Hemaspaandra, A. Hoene, A. Naik, M. Ogihara, A. Selman, T. Thierauf, and J. Wang.
Nondeterministically selective sets,
&lt;i&gt;International Journal of Foundations of Computer Science (IJFCS)&lt;/i&gt;, 6(4):403-416, 1995.

&lt;span id=&quot;hhr97&quot; style=&quot;color:maroon&quot;&gt;[HHR97]&lt;/span&gt;
E. Hemaspaandra, L. Hemaspaandra, and J. Rothe.
Exact analysis of Dodgson elections: Lewis Carroll's 1876 voting system is complete for parallel access to NP,
&lt;i&gt;Proceedings of ICALP'97&lt;/i&gt;, Springer-Verlag Lecture Notes in Computer Science, 1997.
arXiv:[http://arxiv.org/abs/cs.CC/9907036 cs.CC/9907036].

&lt;span id=&quot;hht97&quot; style=&quot;color:maroon&quot;&gt;[HHT97]&lt;/span&gt;
Y. Han, L. Hemaspaandra, and T. Thierauf.
Threshold computation and cryptographic security,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 26(1):59-78, 1997.

&lt;span id=&quot;hi02&quot; style=&quot;color:maroon&quot;&gt;[HI02]&lt;/span&gt;
W. Hesse and N. Immerman.
Complete problems for dynamic complexity classes,
&lt;i&gt;Proceedings of Logic in Computer Science (LICS)&lt;/i&gt;, 2002.
[http://www.cs.umass.edu/~immerman/pub/completeLICS.pdf http://www.cs.umass.edu/~immerman/pub/completeLICS.pdf]

&lt;span id=&quot;hjv93&quot; style=&quot;color:maroon&quot;&gt;[HJV93]&lt;/span&gt;
L. Hemaspaandra, R. Jain, and N. K. Vereshchagin.
Banishing robust Turing completeness,
&lt;i&gt;International Journal of Foundations of Computer Science&lt;/i&gt;, 3-4:245-265, 1993.

&lt;span id=&quot;hkw01&quot; style=&quot;color:maroon&quot;&gt;[HKW01]&lt;/span&gt;
L. Hemaspaandra, S. Kosub, and K. Wagner.
The complexity of computing the size of an interval,
&lt;i&gt;Proceedings of ICALP'01&lt;/i&gt;, Springer-Verlag Lecture Notes in Computer Science, 2001.

&lt;span id=&quot;hls65&quot; style=&quot;color:maroon&quot;&gt;[HLS65]&lt;/span&gt;
J. Hartmanis, P. L. Lewis II, and R. E. Stearns.
Hierarchies of memory-limited computations,
&lt;i&gt;Proceedings of the 6th Annual IEEE Symposium on Switching Circuit Theory and Logic Design&lt;/i&gt;, pp. 179-190, 1965.

&lt;span id=&quot;hmp93&quot; style=&quot;color:maroon&quot;&gt;[HMP+93]&lt;/span&gt;
A. Hajnal, W. Maass, P. Pudl&amp;aacute;k, M. Szegedy, and G. Tur&amp;aacute;n.
Threshold circuits of bounded depth,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 46(2):129-154, 1993.

&lt;span id=&quot;hn06&quot; style=&quot;color:maroon&quot;&gt;[HN06]&lt;/span&gt;
D. Harnik and M. Naor.
On the compressibility of NP instances and cryptographic applications.
&lt;i&gt;Proceedings of the 47th Annual IEEE Symposium on Foundations of Computer Science (FOCS)&lt;/i&gt;, 719-728, 2006.
[http://www.cs.technion.ac.il/~harnik/Compress.pdf http://www.cs.technion.ac.il/~harnik/Compress.pdf]

&lt;span id=&quot;hno96&quot; style=&quot;color:maroon&quot;&gt;[HNO+96]&lt;/span&gt;
L. Hemaspaandra, A. Naik, M. Ogihara, and A. Selman.
Computing solutions uniquely collapses the polynomial hierarchy,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 25(4):697-708, 1996.
ECCC [http://eccc.uni-trier.de/eccc-reports/1996/TR96-027/ TR96-027].

&lt;span id=&quot;ho02&quot; style=&quot;color:maroon&quot;&gt;[HO02]&lt;/span&gt;
L. Hemaspaandra and M. Ogihara.
&lt;i&gt;The Complexity Theory Companion&lt;/i&gt;,
Springer-Verlag, 2002.
See also [http://www.cs.rochester.edu/u/lane/=companion/ http://www.cs.rochester.edu/u/lane/=companion/].

&lt;span id=&quot;hpv77&quot; style=&quot;color:maroon&quot;&gt;[HPV77]&lt;/span&gt;
J. Hopcroft, W. Paul, and L. Valiant.
On time versus space,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 24(2):332-337, 1977.

&lt;span id=&quot;hrv00&quot; style=&quot;color:maroon&quot;&gt;[HRV00]&lt;/span&gt;
U. Hertrampf, S. Reith, and H. Vollmer.
A note on closure properties of logspace MOD classes,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 75(3):91-93, 2000.
[http://www.thi.uni-hannover.de/forschung/publikationen/daten/he-re-vo99.ps.gz http://www.thi.uni-hannover.de/forschung/publikationen/daten/he-re-vo99.ps.gz]

&lt;span id=&quot;hs65&quot; style=&quot;color:maroon&quot;&gt;[HS65]&lt;/span&gt;
J. Hartmanis and R. E. Stearns.
On the computational complexity of algorithms,
&lt;i&gt;Transactions of the AMS&lt;/i&gt; 117:285-305, 1965.

&lt;span id=&quot;hs92&quot; style=&quot;color:maroon&quot;&gt;[HS92]&lt;/span&gt;
S. Homer and A. L. Selman.
Oracles for structural properties: the isomorphism problem and public-key cryptography,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 44(2):287-301, 1992.

&lt;span id=&quot;ht06&quot; style=&quot;color:maroon&quot;&gt;[HT06]&lt;/span&gt;
Lauri Hella , José María Turull-Torres
Computing queries with higher-order logics
&lt;i&gt;Theorical. Comput. Sci.&lt;/i&gt; 355 (2006),  197--214.
[http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6V1G-4J614M7-6&amp;_user=1516330&amp;_coverDate=04%2F11%2F2006&amp;_rdoc=1&amp;_fmt=high&amp;_orig=search&amp;_sort=d&amp;_docanchor=&amp;view=c&amp;_searchStrId=1404146870&amp;_rerunOrigin=google&amp;_acct=C000053443&amp;_version=1&amp;_urlVersion=0&amp;_userid=1516330&amp;md5=6d794cde4e4a89dfa74f13967cdacb08].



&lt;span id=&quot;hy84&quot; style=&quot;color:maroon&quot;&gt;[HY84]&lt;/span&gt;
J. Hartmanis and Y. Yesha.
Computation times of NP sets of different densities,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 34:17-32, 1984.

===== I =====

&lt;span id=&quot;iba72&quot; style=&quot;color:maroon&quot;&gt;[Iba72]&lt;/span&gt;
O. Ibarra.
A note concerning nondeterministic tape complexities,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 4:608-612, 1972.

&lt;span id=&quot;ikw01&quot; style=&quot;color:maroon&quot;&gt;[IKW01]&lt;/span&gt;
R. Impagliazzo, V. Kabanets, and A. Wigderson.
In search of an easy witness: exponential time vs. probabilistic polynomial time,
&lt;i&gt;Proceedings of IEEE Complexity'2001&lt;/i&gt;, 2001.
[http://www.cs.sfu.ca/~kabanets/papers/exp_journal.ps.gz http://www.cs.sfu.ca/~kabanets/papers/exp_journal.ps.gz]

&lt;span id=&quot;il90&quot; style=&quot;color:maroon&quot;&gt;[IL90]&lt;/span&gt;
R. Impagliazzo and L. A. Levin.
No better ways to generate hard NP instances than picking uniformly at random,
&lt;i&gt;Proceedings of IEEE FOCS'90&lt;/i&gt;, pp. 812-821, 1990.

{{Reference
    |tag=IM03
    |title=A zero one law for RP
    |authors=R. Impagliazzo and P. Moser
    |journal=Proceedings of the 18th Conference on Computational Complexity
    |srcdetail=48-52. IEEE Computer Society Press, 2003
}}

{{Reference
    |tag=Imp95
    |title=A personal view of average-case complexity
    |authors=R. Impagliazzo
    |journal=Proceedings of the 10th Conference on Structure in Complexity Theory
    |srcdetail=134-147. IEEE Computer Society Press, 1995
}}

&lt;span id=&quot;imm82&quot; style=&quot;color:maroon&quot;&gt;[Imm82]&lt;/span&gt;
N. Immerman.
Relational queries computable in in polynomial time.
&lt;i&gt;14th ACM STOC Symp. (1987), 86-104&lt;/i&gt;


&lt;span id=&quot;imm83&quot; style=&quot;color:maroon&quot;&gt;[Imm83]&lt;/span&gt;
N. Immerman.
Languages That Capture Complexity Classes
&lt;i&gt;15th ACM STOC Symp. (1983), 347-354&lt;/i&gt;
[http://www.cs.umass.edu/~immerman/pub/capture.pdf]

&lt;span id=&quot;imm88&quot; style=&quot;color:maroon&quot;&gt;[Imm88]&lt;/span&gt;
N. Immerman.
Nondeterministic space is closed under complement,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 17:935-938, 1988.

&lt;span id=&quot;imm89&quot; style=&quot;color:maroon&quot;&gt;[Imm89]&lt;/span&gt;
N. Immerman.
Expressibility and Parallel Complexity
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 18:625-638, 1989.
[http://www.cs.umass.edu/~immerman/pub/parallel.pdf]

&lt;span id=&quot;imm98&quot; style=&quot;color:maroon&quot;&gt;[Imm98]&lt;/span&gt;
N. Immerman.
&lt;i&gt;Descriptive Complexity&lt;/i&gt;,
Springer Graduate Texts in Computer Science, 1998.

&lt;span id=&quot;imp02&quot; style=&quot;color:maroon&quot;&gt;[Imp02]&lt;/span&gt;
R. Impagliazzo.
Hardness as randomness: a survey of universal derandomization,
&lt;i&gt;Proceedings of the ICM&lt;/i&gt;, Beijing, vol. 3, pp. 649-658, 2002.
arXiv:[http://arxiv.org/abs/cs.CC/0304040 cs.CC/0304040].

&lt;span id=&quot;in96&quot; style=&quot;color:maroon&quot;&gt;[IN96]&lt;/span&gt;
R. Impagliazzo and M. Naor.
Efficient cryptographic schemes provably as secure as subset sum,
&lt;i&gt;Journal of Cryptology&lt;/i&gt; 9(4):199-216, 1996.
[http://www.wisdom.weizmann.ac.il/~naor/PAPERS/subset.ps.gz http://www.wisdom.weizmann.ac.il/~naor/PAPERS/subset.ps.gz]

&lt;span id=&quot;ipz01&quot; style=&quot;color:maroon&quot;&gt;[IPZ01]&lt;/span&gt;
R. Impagliazzo, R. Paturi, and F. Zane.
Which problems have strongly exponential complexity,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 63(4):512-530, 2001.
[http://cm.bell-labs.com/cm/ms/who/francis/papers/focs98-subexp.pdf http://cm.bell-labs.com/cm/ms/who/francis/papers/focs98-subexp.pdf].

&lt;span id=&quot;is91&quot; style=&quot;color:maroon&quot;&gt;[IS91]&lt;/span&gt;
R. Impagliazzo and M. Sudan.
Private communication,
cited in [#bg94&quot; style=&quot;color:maroon&quot;&gt;[BG94], 1991.

&lt;span id=&quot;it89&quot; style=&quot;color:maroon&quot;&gt;[IT89]&lt;/span&gt;
R. Impagliazzo and G. Tardos.
Decision versus search problems in super-polynomial time,
in &lt;i&gt;Proceedings of IEEE FOCS 1989&lt;/i&gt;, pp. 222-227, 1989.

&lt;span id=&quot;iv12&quot; style=&quot;color:maroon&quot;&gt;[IV12]&lt;/span&gt;
T. Ito and T. Vidick.
A multi-prover interactive proof for NEXP sound against entangled provers,
to appear in &lt;i&gt;Proceedings of IEEE FOCS 2012&lt;/i&gt;
arXiv:[http://arxiv.org/abs/1207.0550 1207.0550].

&lt;span id=&quot;iw97&quot; style=&quot;color:maroon&quot;&gt;[IW97]&lt;/span&gt;
R. Impagliazzo and A. Wigderson.
P=BPP if E requires exponential circuits: derandomizing the XOR lemma,
&lt;i&gt;Proceedings of ACM STOC'97&lt;/i&gt;, pp. 220-229, 1997.

===== J =====

&lt;span id=&quot;jer07&quot; style=&quot;color:maroon&quot;&gt;[Jeř07]&lt;/span&gt;
E. Jeřábek.
Approximate counting in bounded arithmetic,
''Journal of Symbolic Logic'' 72(3):959–993, 2007.

&lt;span id=&quot;JJUW09&quot; style=&quot;color:maroon&quot;&gt;[JJUW09]&lt;/span&gt;
Rahul Jain, Zhengfeng Ji, Sarvagya Upadhyay, and John Watrous.
QIP = PSPACE
arXiv:[http://arxiv.org/abs/0907.4737 0907.4737], 2009.

&lt;span id=&quot;jks02&quot; style=&quot;color:maroon&quot;&gt;[JKS02]&lt;/span&gt;
J. C. Jackson, A. R. Klivans, and R. A. Servedio.
Learnability beyond AC&lt;sup&gt;0&lt;/sup&gt;,
&lt;i&gt;Proceedings of ACM STOC'2002&lt;/i&gt;, pp. 776-784, 2002.

&lt;span id=&quot;jl95&quot; style=&quot;color:maroon&quot;&gt;[JL95]&lt;/span&gt;
D. W. Juedes and J. H. Lutz.
The complexity and distribution of hard problems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 24(2):279-295, 1995.
[http://www.cs.iastate.edu/~lutz/%3DPAPERS/cdhp.ps http://www.cs.iastate.edu/~lutz/%3DPAPERS/cdhp.ps]

&lt;span id=&quot;joh90&quot; style=&quot;color:maroon&quot;&gt;[Joh90]&lt;/span&gt;
D. S. Johnson.
A catalog of complexity classes,
chapter 2 in &lt;i&gt;Handbook of Theoretical Computer Science&lt;/i&gt;, Volume A (J. van Leeuwen, editor), Elsevier, 1990.

&lt;span id=&quot;jon98&quot; style=&quot;color:maroon&quot;&gt;[Jon98]&lt;/span&gt;
Neil D. Jones
Logspace and Ptime Characteried by Programming Languages
[ftp://ftp.diku.dk/pub/diku/semantics/papers/D-398.ps.gz]

&lt;span id=&quot;jpy88&quot; style=&quot;color:maroon&quot;&gt;[JPY88]&lt;/span&gt;
D. S. Johnson, C. H. Papadimitriou, and M. Yannakakis.
How easy is local search?,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 37:79-100, 1988.

&lt;span id=&quot;jsv01&quot; style=&quot;color:maroon&quot;&gt;[JSV01]&lt;/span&gt;
M. Jerrum, A. Sinclair, and E. Vigoda.
A polynomial-time approximation algorithm for the permanent of a matrix with non-negative entries,
&lt;i&gt;Proceedings of ACM STOC'2001&lt;/i&gt;, pp. 712-721, 2001.
ECCC [http://eccc.uni-trier.de/eccc-reports/2000/TR00-079/ TR00-079].

&lt;span id=&quot;jun85&quot; style=&quot;color:maroon&quot;&gt;[Jun85]&lt;/span&gt;
H. Jung.
On probabilistic time and space,
&lt;i&gt;Proceedings of 12th International Colloquium on Automata, Languages, and Programming (ICALP)&lt;/i&gt;, Lecture Notes in Computer Science, 194:310-317, 1985.

&lt;span id=&quot;jw04&quot; style=&quot;color:maroon&quot;&gt;[JW04]&lt;/span&gt;
M. Jerrum and U. Wagner.
&lt;i&gt;Counting, Sampling, and Integrating: Algorithms and Complexity&lt;/i&gt;,
Chapter 3 (lecture notes labeled as under construction).
[http://www.dcs.ed.ac.uk/home/mrj/ETHbook/chap3.ps http://www.dcs.ed.ac.uk/home/mrj/ETHbook/chap3.ps].

&lt;span id=&quot;jw09&quot; style=&quot;color:maroon&quot;&gt;[JW09]&lt;/span&gt;
Rahul Jain and John Watrous.
Parallel approximation of non-interactive zero-sum quantum games.
&lt;i&gt;Proceedings of the 24th Annual IEEE Conference on Computational Complexity&lt;/i&gt;, pages 243–253, 2009.
arXiv:[http://arxiv.org/abs/0808.2775 0808.2775 [quant-ph]].

&lt;span id=&quot;jwb03&quot; style=&quot;color:maroon&quot;&gt;[JWB03]&lt;/span&gt;
D. Janzing, P. Wocjan, and T. Beth.
Cooling and low energy state preparation for 3-local Hamiltonians are FQMA-complete,
arXiv:[http://arxiv.org/abs/quant-ph/0303186 quant-ph/0303186], 2003.

&lt;span id=&quot;jy88&quot; style=&quot;color:maroon&quot;&gt;[JY88]&lt;/span&gt;
D. S. Johnson and M. Yannakakis.
On generating all maximal independent sets,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 27(3):119-123, 1988.

===== K =====

&lt;span id=&quot;kad88&quot; style=&quot;color:maroon&quot;&gt;[Kad88]&lt;/span&gt;
J. Kadin.
The polynomial time hierarchy collapses if the Boolean hierarchy collapses,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 17:1263-1282, 1988.

&lt;span id=&quot;kan82&quot; style=&quot;color:maroon&quot;&gt;[Kan82]&lt;/span&gt;
R. Kannan.
Circuit-size lower bounds and non-reducibility to sparse sets,
&lt;i&gt;Information and Control&lt;/i&gt; 55:40-56, 1982.

&lt;span id=&quot;kar72&quot; style=&quot;color:maroon&quot;&gt;[Kar72]&lt;/span&gt;
R. M. Karp.
Reducibility among combinatorial problems,
&lt;i&gt;Complexity of Computer Computations&lt;/i&gt; (J. W. Thatcher and R. E. Miller, eds.), Plenum Press, 1972.

&lt;span id=&quot;kar86&quot; style=&quot;color:maroon&quot;&gt;[Kar86]&lt;/span&gt;
H. Karloff.
A Las Vegas algorithm for maximum matching,
&lt;i&gt;Combinatorica&lt;/i&gt; 6:387-392, 1986.

&lt;span id=&quot;kf84&quot; style=&quot;color:maroon&quot;&gt;[KF84]&lt;/span&gt;
C. M. R. Kintala and P. Fischer.
Refining nondeterminism in relativized complexity classes,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 13:329-337, 1984.

&lt;span id=&quot;kha79&quot; style=&quot;color:maroon&quot;&gt;[Kha79]&lt;/span&gt;
L. G. Khachiyan.
A polynomial algorithm for linear programming,
&lt;i&gt;Soviet Math Doklady&lt;/i&gt; 20:191-194, 1979.

&lt;span id=&quot;kha93&quot; style=&quot;color:maroon&quot;&gt;[Kha93]&lt;/span&gt;
M. Kharitonov.
Cryptographic hardness of distribution-specific learning,
&lt;i&gt;Proceedings of ACM STOC'93&lt;/i&gt;, pp. 372-381, 1993.

&lt;span id=&quot;ki02&quot; style=&quot;color:maroon&quot;&gt;[KI02]&lt;/span&gt;
V. Kabanets and R. Impagliazzo.
Derandomizing polynomial identity tests means proving circuit lower bounds,
ECCC [http://eccc.uni-trier.de/eccc-reports/2002/TR02-055/ TR02-055], 2002.

&lt;span id=&quot;kkr04&quot; style=&quot;color:maroon&quot;&gt;[KKR04]&lt;/span&gt;
J. Kempe, A. Kitaev, and O. Regev.
The Complexity of the Local Hamiltonian Problem,
&lt;i&gt;SIAM Journal of Computing&lt;/i&gt;, Vol. 35(5), p. 1070-1097 (2006).
arXiv:[http://arxiv.org/abs/quant-ph/0406180 quant-ph/0406180].

&lt;span id=&quot;kl82&quot; style=&quot;color:maroon&quot;&gt;[KL82]&lt;/span&gt;
R. M. Karp and R. J. Lipton.
Turing machines that take advice,
&lt;i&gt;Enseign. Math.&lt;/i&gt; 28:191-201, 1982.

&lt;span id=&quot;kle71&quot; style=&quot;color:maroon&quot;&gt;[Kle71]&lt;/span&gt;
S. C. Kleene.
&lt;i&gt;Introduction to Metamathematics&lt;/i&gt;,
Elsevier, 1971.

&lt;span id=&quot;km02&quot; style=&quot;color:maroon&quot;&gt;[KM02]&lt;/span&gt;
H. Kobayashi and K. Matsumoto.
Quantum multi-prover interactive proof systems with limited prior entanglement,
&lt;i&gt;Proceedings of ISAAC'2002&lt;/i&gt;, pp. 115-127, 2002.
arXiv:[http://arxiv.org/abs/cs.CC/0102013 cs.CC/0102013].

&lt;span id=&quot;km92&quot; style=&quot;color:maroon&quot;&gt;[KM92]&lt;/span&gt;
D. Koller and N. Megiddo.
On the Complexity of Two-person Zero-sum Games in Extensive Form,
Games and Economic Behavior 4, 528-552, 1992.
[http://theory.stanford.edu/~megiddo/pdf/recall.pdf http://theory.stanford.edu/~megiddo/pdf/recall.pdf]

&lt;span id=&quot;km99&quot; style=&quot;color:maroon&quot;&gt;[KM99]&lt;/span&gt;
A. Klivans and D. van Melkebeek.
Graph nonisomorphism has subexponential size proofs unless the polynomial hierarchy collapses,
in &lt;i&gt;Proceedings of ACM STOC'99&lt;/i&gt;, pp. 659-667, 1999.

&lt;span id=&quot;kms99&quot; style=&quot;color:maroon&quot;&gt;[KMS+99]&lt;/span&gt;
S. Khanna, R. Motwani, M. Sudan, and U. Vazirani.
On syntactic versus computational views of approximability,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 28:164-191, 1999.
ECCC [http://eccc.uni-trier.de/eccc-reports/1995/TR95-023/ TR95-023].

&lt;span id=&quot;kmy01&quot; style=&quot;color:maroon&quot;&gt;[KMY01]&lt;/span&gt;
H. Kobayashi, K. Matsumoto, and T. Yamakami.
Quantum certificate verification: single versus multiple quantum certificates,
arXiv:[http://arxiv.org/abs/quant-ph/0110006 quant-ph/0110006], 2001.

&lt;span id=&quot;ko82&quot; style=&quot;color:maroon&quot;&gt;[Ko82]&lt;/span&gt;
K. Ko.
Some observations on the probabilistic algorithms and NP-hard problems,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 14(1):39-43, 1982.

&lt;span id=&quot;ko85&quot; style=&quot;color:maroon&quot;&gt;[Ko85]&lt;/span&gt;
K. Ko.
On some natural complete operators,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 37(1):1-30, 1985.

&lt;span id=&quot;kob02&quot; style=&quot;color:maroon&quot;&gt;[Kob02]&lt;/span&gt;
H. Kobayashi.
Non-interactive quantum statistical and perfect zero-knowledge,
arXiv:[http://arxiv.org/abs/quant-ph/0207158 quant-ph/0207158], 2002.

&lt;span id=&quot;kob89&quot; style=&quot;color:maroon&quot;&gt;[Kob89]&lt;/span&gt;
J. K&amp;ouml;bler.
&lt;i&gt;Strukturelle Komplexit&amp;auml;t von Anzahlproblemen&lt;/i&gt;,
PhD thesis, Universit&amp;auml;t Stuttgart, 1989.

&lt;span id=&quot;koi96&quot; style=&quot;color:maroon&quot;&gt;[Koi96]&lt;/span&gt;
P. Koiran.
Hilbert's Nullstellensatz is in the polynomial hierarchy,
&lt;i&gt;Journal of Complexity&lt;/i&gt; 12(4):273-286, 1996,
DIMACS [http://dimacs.rutgers.edu/TechnicalReports/abstracts/1996/96-27.html TR 96-27].

&lt;span id=&quot;koz92&quot; style=&quot;color:maroon&quot;&gt;[Koz92]&lt;/span&gt;
D. C. Kozen.
On the Myhill-Nerode theorem for trees,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 47:170-173, 1992.

&lt;span id=&quot;koz97&quot; style=&quot;color:maroon&quot;&gt;[Koz97]&lt;/span&gt;
D. C. Kozen.
&lt;i&gt;Automata and Computability&lt;/i&gt;,
Springer-Verlag, 1997.

&lt;span id=&quot;kp89&quot; style=&quot;color:maroon&quot;&gt;[KP89]&lt;/span&gt;
Jan Krajicek and Pavel Pudlak.
Propositional Proof Systems, the Consistency of First Order Theories and the Complexity of Computations,
&lt;i&gt;J. Symb. Log.&lt;/i&gt;, 54:1063-79, 1989.

&lt;span id=&quot;kr03&quot; style=&quot;color:maroon&quot;&gt;[KR03]&lt;/span&gt;
J. Kempe and O. Regev.
3-Local Hamiltonian is QMA-complete,
&lt;i&gt;Quantum Inf. Comput.&lt;/i&gt;, 3(3):258-264, 2003.
arXiv:[http://arxiv.org/abs/quant-ph/0302079 quant-ph/0302079].

&lt;span id=&quot;kra..&quot; style=&quot;color:maroon&quot;&gt;[Kra..]&lt;/span&gt;
H. Krawczyk.
Unpublished.

&lt;span id=&quot;krc00&quot; style=&quot;color:maroon&quot;&gt;[KRC00]&lt;/span&gt;
V. Kabanets, C. Rackoff, and S. A. Cook.
Efficiently approximable real-valued functions,
ECCC [http://eccc.uni-trier.de/eccc-reports/2000/TR00-034/ TR00-034], 2000.

&lt;span id=&quot;kre88&quot; style=&quot;color:maroon&quot;&gt;[Kre88]&lt;/span&gt;
M. Krentel.
The complexity of optimization problems,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 36:490-509, 1988.

&lt;span id=&quot;krs90&quot; style=&quot;color:maroon&quot;&gt;[KRS90]&lt;/span&gt;
C. P. Kruskal, L. Rudolph, and M. Snir.
A complexity theory of efficient parallel algorithms,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 71:95-132, 1990.

{{Reference
    |tag=KS05
    |authors=N. Kayal and N. Saxena
    |title=On the ring isomorphism and automorphism problems
    |journal=Proceedings of the 20th Annual IEEE Conference on Computational Complexity
    |srcdetail=2-12, 2005}}

&lt;span id=&quot;kst89&quot; style=&quot;color:maroon&quot;&gt;[KST+89]&lt;/span&gt;
J. K&amp;ouml;bler, U. Sch&amp;ouml;ning, and J. Tor&amp;aacute;n.
On counting and approximation,
&lt;i&gt;Acta Informatica&lt;/i&gt; 26:363-379, 1989.

&lt;span id=&quot;kst89b&quot; style=&quot;color:maroon&quot;&gt;[KST+89b]&lt;/span&gt;
J. K&amp;ouml;bler, U. Sch&amp;ouml;ning, S. Toda, and J. Tor&amp;aacute;n.
Turing machines with few accepting computations and low sets for PP,
&lt;i&gt;Proceedings of IEEE Complexity'89&lt;/i&gt;, pp. 208-215, 1989.
[http://www.informatik.hu-berlin.de/Forschung_Lehre/algorithmenII/Papers/few.ps.gz http://www.informatik.hu-berlin.de/Forschung_Lehre/algorithmenII/Papers/few.ps.gz]

&lt;span id=&quot;kst92&quot; style=&quot;color:maroon&quot;&gt;[KST92]&lt;/span&gt;
J. K&amp;ouml;bler, U. Sch&amp;ouml;ning, and J. Tor&amp;aacute;n.
Graph isomorphism is low for PP,
&lt;i&gt;Computational Complexity&lt;/i&gt; 2:301-330, 1992.

&lt;span id=&quot;kst93&quot; style=&quot;color:maroon&quot;&gt;[KST93]&lt;/span&gt;
J. K&amp;ouml;bler, U. Sch&amp;ouml;ning, and J. Tor&amp;aacute;n.
&lt;i&gt;The Graph Isomorphism Problem: Its Structural Complexity&lt;/i&gt;,
Birkh&amp;auml;user, 1993.

&lt;span id=&quot;ksv02&quot; style=&quot;color:maroon&quot;&gt;[KSV02]&lt;/span&gt;
A. Kitaev, A. Shen, and M. N. Vyalyi.
&lt;i&gt;Classical and Quantum Computation&lt;/i&gt;,
American Mathematical Society, 2002.

&lt;span id=&quot;kt94&quot; style=&quot;color:maroon&quot;&gt;[KT94]&lt;/span&gt;
P. G. Koliatis and M. N. Thakur.
Logical definability of NP optimization problems,
&lt;i&gt;Information and Computation&lt;/i&gt; 115:321-353, 1994.

&lt;span id=&quot;kt96&quot; style=&quot;color:maroon&quot;&gt;[KT96]&lt;/span&gt;
J. K&amp;ouml;bler and S. Toda.
On the power of generalized MOD-classes,
&lt;i&gt;Mathematical Systems Theory&lt;/i&gt; 29(1):33-46, 1996.
[ftp://theorie.informatik.uni-ulm.de/pub/papers/ti/mod.ps.gz ftp://theorie.informatik.uni-ulm.de/pub/papers/ti/mod.ps.gz]

&lt;span id=&quot;kup09&quot; style=&quot;color:maroon&quot;&gt;[Kup09]&lt;/span&gt;
G. Kuperberg.
How hard is it to approximate the Jones polynomial?, 2009.
arXiv:[http://arxiv.org/abs/0908.0512 quant-ph/0908.0512v1].

&lt;span id=&quot;kur64&quot; style=&quot;color:maroon&quot;&gt;[Kur64]&lt;/span&gt;
S. Y. Kuroda.
Classes of languages and linear-bounded automata,
&lt;i&gt;Information and Control&lt;/i&gt; 7:207-233, 1964.

&lt;span id=&quot;kur83&quot; style=&quot;color:maroon&quot;&gt;[Kur83]&lt;/span&gt;
S. Kurtz.
On the random oracle hypothesis,
&lt;i&gt;Information and Control&lt;/i&gt; 57:40-47, 1983.

&lt;span id=&quot;kur85&quot; style=&quot;color:maroon&quot;&gt;[Kur85]&lt;/span&gt;
S. Kurtz.
On Relativized Exponential and Probabilistic Complexity Classes,
&lt;i&gt;Information and Control&lt;/i&gt; 71:231-243, 1985.

&lt;span id=&quot;kuw86&quot; style=&quot;color:maroon&quot;&gt;[KUW86]&lt;/span&gt;
R. Karp, E. Upfal, and A. Wigderson.
Constructing a perfect matching is in random NC,
&lt;i&gt;Combinatorica&lt;/i&gt; 6:35-48, 1986.

&lt;span id=&quot;kv88&quot; style=&quot;color:maroon&quot;&gt;[KV88]&lt;/span&gt;
M. Karpinski and R. Verbeek.
Randomness, provability, and the separation of Monte Carlo time and space,
&lt;i&gt;Lecture Notes in Computer Science&lt;/i&gt; 270, pp. 189-207, Springer, 1988.

&lt;span id=&quot;kv94&quot; style=&quot;color:maroon&quot;&gt;[KV94]&lt;/span&gt;
M. Kearns and L. Valiant.
Cryptographic limitations on learning Boolean formulae and finite automata,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 41(1):67-95, 1994.
[http://www.cis.upenn.edu/~mkearns/papers/crypto.pdf http://www.cis.upenn.edu/~mkearns/papers/crypto.pdf]

&lt;span id=&quot;kv96&quot; style=&quot;color:maroon&quot;&gt;[KV96]&lt;/span&gt;
M. Karpinski and R. Verbeek.
On Randomized Versus Deterministic Computation,
Theoret. Comput. Sci. 154 (1996), no. 1, 23--39.
ECCC [http://eccc.uni-trier.de/eccc-reports/1995/TR95-021/ TR95-021].

&lt;span id=&quot;kw..&quot; style=&quot;color:maroon&quot;&gt;[KW..]&lt;/span&gt;
A. Kitaev and J. Watrous.
Unpublished.

&lt;span id=&quot;kw00&quot; style=&quot;color:maroon&quot;&gt;[KW00]&lt;/span&gt;
A. Kitaev and J. Watrous.
Parallelization, amplification, and exponential time simulation of quantum interactive proof systems,
&lt;i&gt;Proceedings of ACM STOC'2000&lt;/i&gt;, pp. 608-617, 2000.
[http://www.cpsc.ucalgary.ca/~jwatrous/papers/qip2.ps http://www.cpsc.ucalgary.ca/~jwatrous/papers/qip2.ps]

&lt;span id=&quot;kw88&quot; style=&quot;color:maroon&quot;&gt;[KW88]&lt;/span&gt;
M. Karchmer and A. Wigderson.
Monotone circuits for connectivity require superlogarithmic depth,
&lt;i&gt;Proceedings of ACM STOC'88&lt;/i&gt;, pp. 539-550, 1988.

&lt;span id=&quot;kw93&quot; style=&quot;color:maroon&quot;&gt;[KW93]&lt;/span&gt;
M. Karchmer and A. Wigderson.
On span programs,
&lt;i&gt;Proceedings of IEEE Complexity'93&lt;/i&gt;, pp. 102-111, 1993.

&lt;span id=&quot;kw98&quot; style=&quot;color:maroon&quot;&gt;[KW98]&lt;/span&gt;
J. K&amp;ouml;bler and O. Watanabe.
New collapse consequences of NP having small circuits,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 28(1):311-324, 1998.
[http://www.informatik.hu-berlin.de/forschung/gebiete/algorithmenII/Publikationen/Papers/collapse.ps.gz http://www.informatik.hu-berlin.de/forschung/gebiete/algorithmenII/Publikationen/Papers/collapse.ps.gz]

===== L =====

&lt;span id=&quot;lad75&quot; style=&quot;color:maroon&quot;&gt;[Lad75]&lt;/span&gt;
R. Ladner.
On the structure of polynomial time reducibility,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 22:155-171, 1975.

&lt;span id=&quot;lau83&quot; style=&quot;color:maroon&quot;&gt;[Lau83]&lt;/span&gt;
C. Lautemann.
BPP and the polynomial time hierarchy,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 17:215-218, 1983.

&lt;span id=&quot;lee02&quot; style=&quot;color:maroon&quot;&gt;[Lee02]&lt;/span&gt;
T. Lee.
Arithmetical definability over finite structures,
Mathematical Logic Quarterly, Vol. 49(4), 2003. 
[http://www.lri.fr/~lee/arith.pdf http://www.lri.fr/~lee/arith.pdf].

&lt;span id=&quot;lev73&quot; style=&quot;color:maroon&quot;&gt;[Lev73]&lt;/span&gt;
L. A. Levin.
Universal search problems (in Russian),
&lt;i&gt;Problemy Peredachi Informatsii&lt;/i&gt; 9(3):265-266, 1973.

&lt;span id=&quot;lev86&quot; style=&quot;color:maroon&quot;&gt;[Lev86]&lt;/span&gt;
L. A. Levin.
Average case complete problems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 15:285-286, 1986.

&lt;span id=&quot;lfk90&quot; style=&quot;color:maroon&quot;&gt;[LFK+90]&lt;/span&gt;
C. Lund, L. Fortnow, H. Karloff, and N. Nisan.
Algebraic methods for interactive proofs,
&lt;i&gt;Proceedings of IEEE FOCS'90&lt;/i&gt;, pp. 1-10, 1990.
[http://people.cs.uchicago.edu/~fortnow/papers/ip.ps http://people.cs.uchicago.edu/~fortnow/papers/ip.ps]

&lt;span id=&quot;li93&quot; style=&quot;color:maroon&quot;&gt;[Li93]&lt;/span&gt;
L. Li.
&lt;i&gt;On the Counting Functions&lt;/i&gt;,
PhD thesis, University of Chicago, 1993.

{{Reference
|tag=LiRe93
|authors=M. Liskiewicz, R. Reischuk
|title=The complexity world below logarithmic space
|journal=Proceedings of the Structure in Complexity Theory Conference
|srcdetail=1993, 64-78
}}

&lt;span id=&quot;li11&quot; style=&quot;color:maroon&quot;&gt;[Li11]&lt;/span&gt;
Y. D. Li.
BQP and PPAD,
&lt;i&gt;Electronic Colloquium on Computational Complexity&lt;/i&gt; TR11-103, 2011.

&lt;span id=&quot;ll76&quot; style=&quot;color:maroon&quot;&gt;[LL76]&lt;/span&gt;
R. Ladner and N. A. Lynch.
Relativization of questions about log space computability,
&lt;i&gt;Mathematical Systems Theory&lt;/i&gt; 10:19-32, 1976.

&lt;span id=&quot;lmn93&quot; style=&quot;color:maroon&quot;&gt;[LMN93]&lt;/span&gt;
N. Linial, Y. Mansour, and N. Nisan.
Constant depth circuits, Fourier transform, and learnability,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 40(3):607-620, 1993.

&lt;span id=&quot;lmt97&quot; style=&quot;color:maroon&quot;&gt;[LMT97]&lt;/span&gt;
K. Lange, P. McKenzie, and A. Tapp.
Reversible space equals deterministic space (extended abstract),
&lt;i&gt;Proceedings of IEEE FOCS'97&lt;/i&gt;, pp. 45-50, 1997.

&lt;span id=&quot;lp82&quot; style=&quot;color:maroon&quot;&gt;[LP82]&lt;/span&gt;
H. R. Lewis and C. H. Papadimitriou.
Symmetric space-bounded computation,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 19:161-187, 1982.

&lt;span id=&quot;ls74&quot; style=&quot;color:maroon&quot;&gt;[LS74]&lt;/span&gt;
E. A. Lamagna and J. E. Savage
Combinational complexity of some monotone functions,
&lt;i&gt;FOCS&lt;/i&gt; 140-44, 1974.

&lt;span id=&quot;lut91&quot; style=&quot;color:maroon&quot;&gt;[Lut91]&lt;/span&gt;
J. H. Lutz.
An upward measure separation theorem,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 81:127-135, 1991.

{{Reference
    |tag=Lut93
    |authors=J. H. Lutz
    |title=The quantitative structure of exponential time
    |journal=Proc. 8th Structure in Complexity Theory Conference
    |srcdetail=(IEEE Comput. Soc. Press, 1993) 158-175
}}[http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.53.1845&amp;rep=rep1&amp;type=pdf]

&lt;span id=&quot;lv97&quot; style=&quot;color:maroon&quot;&gt;[LV97]&lt;/span&gt;
M. Li and P. Vit&amp;aacute;nyi.
&lt;i&gt;An Introduction to Kolmogorov Complexity and Its Applications&lt;/i&gt; (second edition),
Springer, 1997.

===== M =====

&lt;span id=&quot;m08&quot; style=&quot;color:maroon&quot;&gt;[M08]&lt;/span&gt;
L. Malka.
How to achieve perfect simulation, and a complete problem for non-interactive perfect zero-knowledge. &lt;i&gt;IACR 5th Theory of Cryptography Conference (TCC)&lt;/i&gt;, 2008.
[http://www.cs.uvic.ca/~liorma/publications/NIZK9.pdf].

&lt;span id=&quot;mah82&quot; style=&quot;color:maroon&quot;&gt;[Mah82]&lt;/span&gt;
S. R. Mahaney.
Sparse complete sets for NP: Solution of a conjecture by Berman and Hartmanis,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 25:130-143, 1982.

&lt;span id=&quot;may94&quot; style=&quot;color:maroon&quot;&gt;[May94]&lt;/span&gt;
E. Mayordomo.
Almost every set in exponential time is P-bi-immune,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 136(2):487-506, 1994.

&lt;span id=&quot;may94b&quot; style=&quot;color:maroon&quot;&gt;[May94b]&lt;/span&gt;
E. Mayordomo.
&lt;i&gt;Contributions to the study of resource-bounded measure&lt;/i&gt;,
PhD thesis, Universitat Politecnica de Catalunya, 1994.

&lt;span id=&quot;ms89&quot; style=&quot;color:maroon&quot;&gt;[MS89]&lt;/span&gt;
E.W. Mayr and A. Subramanian. 
The complexity of circuit value and network stability, Proceedings of the Fourth Annual Conference on &lt;i&gt;Structure in Complexity Theory&lt;/i&gt;, pp.114-123, 1989.

&lt;span id=&quot;mc00&quot; style=&quot;color:maroon&quot;&gt;[MC00]&lt;/span&gt;
C. Moore and J. P. Crutchfield.
Quantum automata and quantum grammars,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 237:275-206, 2000.

{{Reference
    |tag=Mel00
    |authors=D. Melkebeek
    |title=The zero-one law holds for BPP
    |journal=Theoretical Computer Science
    |srcdetail=Volume 244, Issues 1-2, 6 August 2000, Pages 283-288
}}

&lt;span id=&quot;mes99&quot; style=&quot;color:maroon&quot;&gt;[Mes99]&lt;/span&gt;
J. Messner.
On optimal algorithms and optimal proof systems,
&lt;i&gt;Lecture Notes in Computer Science&lt;/i&gt; 1563:541-550, 1999.

&lt;span id=&quot;mil76&quot; style=&quot;color:maroon&quot;&gt;[Mil76]&lt;/span&gt;
G. Miller.
Riemann's hypothesis and tests for primality,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt;, 13:300-317, 1976.

&lt;span id=&quot;mil92&quot; style=&quot;color:maroon&quot;&gt;[Mil92]&lt;/span&gt;
P. B. Miltersen.
Circuit depth relative to a random oracle,
&lt;i&gt;Information Processing Letters&lt;/i&gt; 42(6):295-298, 1992.

&lt;span id=&quot;mn02&quot; style=&quot;color:maroon&quot;&gt;[MN02]&lt;/span&gt;
C. Moore and M. Nilsson.
Parallel quantum computation and quantum codes,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 31(3):799-815, 2002.
arXiv:[http://arxiv.org/abs/quant-ph/9808027 quant-ph/9808027].

&lt;span id=&quot;mon80&quot; style=&quot;color:maroon&quot;&gt;[Mon80]&lt;/span&gt;
B. Monien.
On a subclass of pseudopolynomial problems,
&lt;i&gt;Mathematical Foundations of Computer Science (MFCS'80)&lt;/i&gt;, Springer LNCS 88, pp. 414-425, 1980.

&lt;span id=&quot;moo99&quot; style=&quot;color:maroon&quot;&gt;[Moo99]&lt;/span&gt;
C. Moore.
Quantum circuits: fanout, parity, and counting,
ECCC [http://eccc.uni-trier.de/eccc-reports/1999/TR99-032/ TR99-032].

&lt;span id=&quot;mor01&quot; style=&quot;color:maroon&quot;&gt;[Mor01]&lt;/span&gt;
T. Morioka.
Classification of search problems and their definability in bounded arithmetic,
master's thesis, University of Toronto, 2001.
ECCC [http://eccc.uni-trier.de/eccc-reports/2001/TR01-082/ TR01-082].

&lt;span id=&quot;mp75&quot; style=&quot;color:maroon&quot;&gt;[MP75]&lt;/span&gt;
D. E. Muller and F. P. Preparata.
Bounds to complexities of networks for sorting and for switching,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 22:195-201, 1975.

&lt;span id=&quot;mp91&quot; style=&quot;color:maroon&quot;&gt;[MP91]&lt;/span&gt;
N. Megiddo and C. H. Papadimitriou.
On total functions, existence theorems, and computational complexity,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 81(2):317-324, 1991.

&lt;span id=&quot;mr95&quot; style=&quot;color:maroon&quot;&gt;[MR95]&lt;/span&gt;
R. Motwani and P. Raghavan.
&lt;i&gt;Randomized Algorithms&lt;/i&gt;,
Cambridge University Press, 1995.

&lt;span id=&quot;ms02&quot; style=&quot;color:maroon&quot;&gt;[MS02]&lt;/span&gt;
K. Mulmuley and M. Sohoni.
Geometric complexity theory I: An approach to the P vs. NP and related problems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 31(2):496-526, 2002.

&lt;span id=&quot;muc56&quot; style=&quot;color:maroon&quot;&gt;[Muc56]&lt;/span&gt;
A. A. Muchnik.
On the unsolvability of the problem of reducibility in the theory of algorithms,
&lt;i&gt;Doklady Akademii Nauk SSSR&lt;/i&gt; 108:194-197, 1956.

&lt;span id=&quot;mv99&quot; style=&quot;color:maroon&quot;&gt;[MV99]&lt;/span&gt;
P. B. Miltersen and N. V. Vinodchandran.
Derandomizing Arthur-Merlin games using hitting sets,
&lt;i&gt;Proceedings of IEEE FOCS'99&lt;/i&gt;, pp. 71-80, 1999.

&lt;span id=&quot;mvv87&quot; style=&quot;color:maroon&quot;&gt;[MVV87]&lt;/span&gt;
K. Mulmuley, U. V. Vazirani, and V. V. Vazirani.
Matching is as easy as matrix inversion,
&lt;i&gt;Proceedings of ACM STOC'87&lt;/i&gt;, pp. 345-354, 1987.

&lt;span id=&quot;mvw99&quot; style=&quot;color:maroon&quot;&gt;[MVW99]&lt;/span&gt;
P. B. Miltersen, N. V. Vinodchandran, and O. Watanabe.
Super-polynomial versus half-exponential circuit size in the exponential hierarchy,
&lt;i&gt;Proceedings of the 5th Annual Conference on Computing and Combinatorics (COCOON'99)&lt;/i&gt;, pp. 210-220, Lecture Notes in Computer Science 1627, Springer-Verlag, 1999.

&lt;span id=&quot;mw05&quot; style=&quot;color:maroon&quot;&gt;[MW05]&lt;/span&gt;
C. Marriott and J. Watrous.
Quantum Arthur-Merlin Games,
&lt;i&gt;Computational Complexity&lt;/i&gt;, 14(2):122-152, 2005.
arXiv:[http://arxiv.org/abs/cs/0506068 cs/0506068].

===== N =====

&lt;span id=&quot;nc00&quot; style=&quot;color:maroon&quot;&gt;[NC00]&lt;/span&gt;
M. Nielsen and I. Chuang.
&lt;i&gt;Quantum Computation and Quantum Information&lt;/i&gt;,
Cambridge University Press, 2000.

&lt;span id=&quot;nhk00&quot; style=&quot;color:maroon&quot;&gt;[NHK00]&lt;/span&gt;
M. Nakanishi, K. Hamaguchi, and T. Kashiwabara.
Ordered quantum branching programs are more powerful than ordered probabilistic branching programs under a bounded-width restriction,
&lt;i&gt;Proceedings of COCOON'2000 (Computing and Combinatorics)&lt;/i&gt;, Springer LNCS 1858, pp. 467-476, 2000.

&lt;span id=&quot;nie02&quot; style=&quot;color:maroon&quot;&gt;[Nie02]&lt;/span&gt;
G. Niemann and J. R. Woinowski.
The Growing Context-Sensitive Languages Are the Acyclic Context-Sensitive Languages,
&lt;i&gt;Developments in Language Theory&lt;/i&gt;. LNCS 2295, pp. 197-205.
&lt;/span&gt;

&lt;span id=&quot;nis02&quot; style=&quot;color:maroon&quot;&gt;[Nis02]&lt;/span&gt;
T. Nishino.
Mathematical models of quantum computation,
New Gen. Comput. 20 (2002), no 4, 317-337.

&lt;span id=&quot;nis92&quot; style=&quot;color:maroon&quot;&gt;[Nis92]&lt;/span&gt;
N. Nisan.
RL is contained in SC,
&lt;i&gt;Proceedings of ACM STOC'92&lt;/i&gt;, pp. 619-623, 1992.

&lt;span id=&quot;nr97&quot; style=&quot;color:maroon&quot;&gt;[NR97]&lt;/span&gt;
M. Naor and O. Reingold.
Number-theoretic constructions of efficient pseudorandom functions,
&lt;i&gt;Proceedings of IEEE FOCS'97&lt;/i&gt;, pp. 458-467, 1997.

&lt;span id=&quot;nr98&quot; style=&quot;color:maroon&quot;&gt;[NR98]&lt;/span&gt;
R. Niedermeier and P. Rossmanith.
Unambiguous computations and locally definable acceptance types,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 194:137-161, 1998.

&lt;span id=&quot;nrr01&quot; style=&quot;color:maroon&quot;&gt;[NRR01]&lt;/span&gt;
M. Naor, O. Reingold, and A. Rosen.
Pseudo-random functions and factoring,
ECCC [http://eccc.uni-trier.de/eccc-reports/2001/TR01-064/ TR01-064].

&lt;span id=&quot;ns05&quot; style=&quot;color:maroon&quot;&gt;[NS05]&lt;/span&gt;
A. Nickelsen and B. Schelm.
Average-case computations - comparing AvgP, HP, and Nearly-P,
&lt;i&gt;Proceedings of IEEE Complexity'2005&lt;/i&gt;, pp. 235-242, 2005.
[http://www.thi.uni-hannover.de/forschung/publikationen/daten/ni-sc05.pdf http://www.thi.uni-hannover.de/forschung/publikationen/daten/ni-sc05.pdf].

&lt;span id=&quot;nsw92&quot; style=&quot;color:maroon&quot;&gt;[NSW92]&lt;/span&gt;
N. Nisan, E. Szemer&amp;eacute;di, and A. Wigderson.
Undirected connectivity in O(log&lt;sup&gt;1.5&lt;/sup&gt;n) space,
&lt;i&gt;Proceedings of IEEE FOCS'92&lt;/i&gt;, pp. 24-29, 1992.

&lt;span id=&quot;nt95&quot; style=&quot;color:maroon&quot;&gt;[NT95]&lt;/span&gt;
N. Nisan and A. Ta-Shma.
Symmetric logspace is closed under complement,
&lt;i&gt;Proceedings of ACM STOC'95&lt;/i&gt;, pp. 140-146, 1995.
ECCC [http://eccc.uni-trier.de/eccc-reports/1994/TR94-003/ TR94-003].

&lt;span id=&quot;nw94&quot; style=&quot;color:maroon&quot;&gt;[NW94]&lt;/span&gt;
N. Nisan and A. Wigderson.
Hardness versus randomness,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 49:149-167, 1994.

&lt;span id=&quot;ny03&quot; style=&quot;color:maroon&quot;&gt;[NY03]&lt;/span&gt;
H. Nishimura and T. Yamakami.
Polynomial time quantum computation with advice,
arXiv:[http://arxiv.org/abs/quant-ph/0305100 quant-ph/0305100],
ECCC [http://eccc.uni-trier.de/eccc-reports/2003/TR03-059/ TR03-059], 2003.

&lt;span id=&quot;ny03b&quot; style=&quot;color:maroon&quot;&gt;[NY03b]&lt;/span&gt;
H. Nishimura and T. Yamakami.
An algorithmic argument [http://www.cheatcodesforsim3.com/ for] query complexity lower bounds of advised quantum computation,
arXiv:[http://arxiv.org/abs/quant-ph/0312003 quant-ph/0312003], 2003.

===== O =====

&lt;span id=&quot;ogi94&quot; style=&quot;color:maroon&quot;&gt;[Ogi94]&lt;/span&gt;
M. Ogihara.
On serializable languages,
&lt;i&gt;International Journal of Foundations of Computer Science&lt;/i&gt; 5(3-4):303-318, 1994.

&lt;span id=&quot;oh93&quot; style=&quot;color:maroon&quot;&gt;[OH93]&lt;/span&gt;
M. Ogihara and L. Hemachandra.
A complexity theory for feasible closure properties,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 46(3):295-325, 1993.

&lt;span id=&quot;oka96&quot; style=&quot;color:maroon&quot;&gt;[Oka96]&lt;/span&gt;
T. Okamoto.
On relationships between statistical zero-knowledge proofs,
&lt;i&gt;Proceedings of ACM STOC'96&lt;/i&gt;, 1996.

&lt;span id=&quot;oks94&quot; style=&quot;color:maroon&quot;&gt;[OKS+94]&lt;/span&gt;
P. Orponen, K.-I. Ko, U. Sch&amp;ouml;ning, and O. Watanabe.
Instance complexity,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 41:96-121, 1994.

&lt;span id=&quot;ost91&quot; style=&quot;color:maroon&quot;&gt;[Ost91]&lt;/span&gt;
R. Ostrovsky.
One-way functions, hard on average problems and statistical zero-knowledge proofs,
&lt;i&gt;Proceedings of IEEE Complexity'91&lt;/i&gt;, pp. 51-59, 1991.

&lt;span id=&quot;ow93&quot; style=&quot;color:maroon&quot;&gt;[OW93]&lt;/span&gt;
R. Ostrovsky and A. Wigderson.
One-way functions are essential for non-trivial zero-knowledge,
&lt;i&gt;Proceedings of the 2nd Israel Symposium on Theory of Computing and Systems (ISTCS-93)&lt;/i&gt;, 1993.

===== P =====

&lt;span id=&quot;pap83&quot; style=&quot;color:maroon&quot;&gt;[Pap83]&lt;/span&gt;
C. H. Papadimitriou.
Games against nature,
&lt;i&gt;Proceedings of IEEE FOCS'83&lt;/i&gt;, pp. 446-450, 1983.

&lt;span id=&quot;pap90&quot; style=&quot;color:maroon&quot;&gt;[Pap90]&lt;/span&gt;
C. H. Papadimitriou.
On graph-theoretic lemmata and complexity classes,
&lt;i&gt;Proceedings of IEEE FOCS'90&lt;/i&gt;, pp. 794-801, 1990.

&lt;span id=&quot;pap94&quot; style=&quot;color:maroon&quot;&gt;[Pap94]&lt;/span&gt;
C. H. Papadimitriou.
&lt;i&gt;Computational Complexity&lt;/i&gt;,
Addison-Wesley, 1994.

&lt;span id=&quot;pap94b&quot; style=&quot;color:maroon&quot;&gt;[Pap94b]&lt;/span&gt;
C. H. Papadimitriou.
On the complexity of the parity argument and other inefficient proofs of existence,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 48(3):498-532, 1994.

{{Reference
    |tag=Per07
    |authors=K. Pervyshev
    |title=On heuristic time hierarchies
    |journal=Proceedings of the 22nd Annual IEEE Conference on Computational Complexity
    |srcdetail=347-357, 2007
}}

&lt;span id=&quot;pos44&quot; style=&quot;color:maroon&quot;&gt;[Pos44]&lt;/span&gt;
E. L. Post.
Recursively enumerable sets of positive integers and their decision problems,
&lt;i&gt;Bulletin of the American Mathematical Society&lt;/i&gt; 50:284-316, 1944.

&lt;span id=&quot;pp00&quot; style=&quot;color:maroon&quot;&gt;[PP00]&lt;/span&gt;
S. Parker and M. B. Plenio.
Efficient factorization with a single pure qubit and log N mixed qubits,
&lt;i&gt;Physical Review Letters&lt;/i&gt; 85:3049, 2000.
arXiv:[http://arxiv.org/abs/quant-ph/0001066 quant-ph/0001066].

&lt;span id=&quot;pps83&quot; style=&quot;color:maroon&quot;&gt;[PPS+83]&lt;/span&gt;
W. J. Paul, N. Pippenger, E. Szemer&amp;eacute;di, and W. T. Trotter.
On determinism versus nondeterminism and related problems,
&lt;i&gt;Proceedings of IEEE FOCS'83&lt;/i&gt;, pp. 429-438, 1983.

&lt;span id=&quot;pra74&quot; style=&quot;color:maroon&quot;&gt;[Pra74]&lt;/span&gt;
V. R. Pratt.
The power of negative thinking in multiplying Boolean matrices,
&lt;i&gt;STOC '74: Proceedings of the sixth annual ACM Symposium on Theory of Computing&lt;/i&gt;, 80-83, 1974.

&lt;span id=&quot;pra75&quot; style=&quot;color:maroon&quot;&gt;[Pra75]&lt;/span&gt;
V. R. Pratt.
Every prime has a succinct certificate,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 4:214-220, 1975.

&lt;span id=&quot;pv04&quot; style=&quot;color:maroon&quot;&gt;[PV04]&lt;/span&gt;
A. Pavan and N. V. Vinodchandran.
[http://ftp.eccc.uni-trier.de/eccc-reports/2004/TR04-053/ TR04-053].

&lt;span id=&quot;py84&quot; style=&quot;color:maroon&quot;&gt;[PY84]&lt;/span&gt;
C. H. Papadimitriou and M. Yannakakis.
The complexity of facets (and some facets of complexity),
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 28:244-259, 1984.

&lt;span id=&quot;py88&quot; style=&quot;color:maroon&quot;&gt;[PY88]&lt;/span&gt;
C. H. Papadimitriou and M. Yannakakis.
Optimization, approximation, and complexity classes,
&lt;i&gt;Proceedings of ACM STOC'88&lt;/i&gt;, pp. 229-234, 1988.

&lt;span id=&quot;py96&quot; style=&quot;color:maroon&quot;&gt;[PY96]&lt;/span&gt;
C. H. Papadimitriou and M. Yannakakis.
On limited nondeterminism and the complexity of the VC dimension,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 53(2):161-170, 1996.

&lt;span id=&quot;pz83&quot; style=&quot;color:maroon&quot;&gt;[PZ83]&lt;/span&gt;
C. H. Papadimitriou and S. Zachos.
Two remarks on the power of counting,
&lt;i&gt;Proceedings of the 6th GI Conference in Theoretical Computer Science&lt;/i&gt;, Lecture Notes in Computer Science Vol. 145, Springer-Verlag, pp. 269-276, 1983.

===== R =====

&lt;span id=&quot;ra00&quot; style=&quot;color:maroon&quot;&gt;[RA00]&lt;/span&gt;
K. Reinhardt and E. Allender.
Making nondeterminism unambiguous,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 29:1118-1131, 2000.
ECCC [http://eccc.uni-trier.de/eccc-reports/1997/TR97-014/ TR97-014],
DIMACS [http://dimacs.rutgers.edu/TechnicalReports/abstracts/1997/97-46.html TR 97-46].

&lt;span id=&quot;rab60&quot; style=&quot;color:maroon&quot;&gt;[Rab60]&lt;/span&gt;
M. O. Rabin.
Degree of difficulty of computing a function and a partial ordering of recursive sets,
Tech Report No. 2, Hebrew University, 1960.

&lt;span id=&quot;rac82&quot; style=&quot;color:maroon&quot;&gt;[Rac82]&lt;/span&gt;
C. Rackoff.
Relativized questions involving probabilistic algorithms,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 29(1):261-268, 1982.

&lt;span id=&quot;raz05&quot; style=&quot;color:maroon&quot;&gt;[Raz05]&lt;/span&gt;
R. Raz.
Quantum information and the PCP theorem,
to appear in &lt;i&gt;Proc. IEEE FOCS&lt;/i&gt;, 2005.
ECCC [http://www.eccc.uni-trier.de/eccc-reports/2005/TR05-038/index.html TR05-038].

&lt;span id=&quot;raz85&quot; style=&quot;color:maroon&quot;&gt;[Raz85]&lt;/span&gt;
A. A. Razborov.
Lower bounds on the monotone complexity of some Boolean functions,
&lt;i&gt;Dokl. Akad. Nauk SSSR&lt;/i&gt; 281(4):798-801, 1985.
English translation in &lt;i&gt;Soviet Math. Dokl.&lt;/i&gt; 31:354-357, 1985.

&lt;span id=&quot;raz85b&quot; style=&quot;color:maroon&quot;&gt;[Raz85b]&lt;/span&gt;
A. A. Razborov.
A lower bound on the monotone network complexity of the logical permanent,
&lt;i&gt;Mat. Zametky&lt;/i&gt; 37(6):887-900, 1985.
English translation in &lt;i&gt;Russian Mathematical Notes&lt;/i&gt; 37:485-493, 1985.

&lt;span id=&quot;raz87&quot; style=&quot;color:maroon&quot;&gt;[Raz87]&lt;/span&gt;
A. A. Razborov.
Lower bounds for the size of circuits of bounded depth with basis {&amp;amp;,},
&lt;i&gt;Mathematicheskie Zametki&lt;/i&gt; 41(4):598-607, 1987.
English translation in &lt;i&gt;Math. Notes. USSR&lt;/i&gt; 41(4):333-338, 1987.

&lt;span id=&quot;raz94&quot; style=&quot;color:maroon&quot;&gt;[Raz94]&lt;/span&gt;
A. A. Razborov.
On provably disjoint NP-pairs,
ECCC [http://eccc.uni-trier.de/eccc-reports/1994/TR94-006/ TR94-006], 1994.

&lt;span id=&quot;reg02&quot; style=&quot;color:maroon&quot;&gt;[Reg02]&lt;/span&gt;
K. Regan.
Understanding the Mulmuley-Sohoni approach to P vs. NP,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 78, October 2002.
[http://people.cs.uchicago.edu/~fortnow/beatcs/column78.pdf http://people.cs.uchicago.edu/~fortnow/beatcs/column78.pdf].

&lt;span id=&quot;rei04&quot; style=&quot;color:maroon&quot;&gt;[Rei04]&lt;/span&gt;
O. Reingold.
Undirected st-connectivity in log-space,
ECCC [http://eccc.uni-trier.de/eccc-reports/2004/TR04-094/ TR04-094], 2004.

&lt;span id=&quot;rr95&quot; style=&quot;color:maroon&quot;&gt;[RR95]&lt;/span&gt;
K. Regan, J. Royer.
On Closure Properties of Bounded two-Sided Error Complexity Classes,
Math. Systems Theory, 28 (1995) 229-243.
ftp://ftp.cis.syr.edu/users/royer/coinflips.ps

&lt;span id=&quot;rr97&quot; style=&quot;color:maroon&quot;&gt;[RR97]&lt;/span&gt;
A. A. Razborov and S. Rudich.
Natural proofs,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 55(1):24-35, 1997.
ECCC [http://eccc.uni-trier.de/eccc-reports/1994/TR94-010/ TR94-010].

&lt;span id=&quot;rs98&quot; style=&quot;color:maroon&quot;&gt;[RS98]&lt;/span&gt;
A. Russell and R. Sundaram.
Symmetric alternation captures BPP,
&lt;i&gt;Computational Complexity&lt;/i&gt; 7(2):152-162, 1998.

&lt;span id=&quot;rtv05&quot; style=&quot;color:maroon&quot;&gt;[RTV05]&lt;/span&gt;
O. Reingold and L. Trevisan and S. Vadhan.
Pseudorandom walks in biregular graphs and the RL vs. L problem,
ECCC [http://eccc.uni-trier.de/eccc-reports/2005/TR05-022/ TR05-022], 2004.

&lt;span id=&quot;rub88&quot; style=&quot;color:maroon&quot;&gt;[Rub88]&lt;/span&gt;
R. Rubinstein.
&lt;i&gt;Structural Complexity Classes of Sparse Sets: Intractability, Data Compression, and Printability&lt;/i&gt;,
PhD Thesis, Northeastern University (Boston, MA), 1988.

&lt;span id=&quot;rud97&quot; style=&quot;color:maroon&quot;&gt;[Rud97]&lt;/span&gt;
S. Rudich.
Super-bits, demi-bits, and NP/qpoly-natural proofs,
&lt;i&gt;RANDOM: International Workshop on Randomization and Approximation Techniques in Computer Science&lt;/i&gt;, Lecture Notes in Computer Science, Springer-Verlag, 1997.

&lt;span id=&quot;rus85&quot; style=&quot;color:maroon&quot;&gt;[Rus85]&lt;/span&gt;
D. A. Russo.
Structural Properties of Complexity Classes.
PhD thesis, UC Santa Barbara, 1985.


&lt;span id=&quot;ruz81&quot; style=&quot;color:maroon&quot;&gt;[Ruz81]&lt;/span&gt;
W. L. Ruzzo.
On uniform circuit complexity,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 22(3):365-383, 1971.

&lt;span id=&quot;rw01&quot; style=&quot;color:maroon&quot;&gt;[RW01]&lt;/span&gt;
S. Reith and K. Wagner.
On Boolean lowness and Boolean highness,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 261(2):305-321, 2001.

===== S =====

{{Reference
    |tag=San07
    |title=Circuit lower bounds for Merlin-Arthur classes
    |journal=Electronic Colloquium on Computational Complexity
    |authors=R. Santhanam
    |srcdetail=Report TR07-005
}}

&lt;span id=&quot;sav70&quot; style=&quot;color:maroon&quot;&gt;[Sav70]&lt;/span&gt;
W. Savitch.
Relationships between nondeterministic and deterministic tape complexities,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 4(2):177-192, 1970.

&lt;span id=&quot;sch02a&quot; style=&quot;color:maroon&quot;&gt;[Sch02a]&lt;/span&gt;
M. Schaefer and C. Umans.
Completeness in the Polynomial-Time Hierarchy: A Compendium,
&lt;i&gt;Sigact News&lt;/i&gt; September, 2002.

&lt;span id=&quot;sch02b&quot; style=&quot;color:maroon&quot;&gt;[Sch02b]&lt;/span&gt;
M. Schaefer and C. Umans.
Completeness in the Polynomial-Time Hierarchy: Part II,
&lt;i&gt;Sigact News&lt;/i&gt; December, 2002.

&lt;span id=&quot;sch03&quot; style=&quot;color:maroon&quot;&gt;[Sch03]&lt;/span&gt;
P. Schnoebelen.
Oracle circuits for branching-time model checking,
&lt;i&gt;Proceedings of ICALP 2003&lt;/i&gt;, pp. 790-801, 2003.

&lt;span id=&quot;sch78&quot; style=&quot;color:maroon&quot;&gt;[Sch78]&lt;/span&gt;
C. P. Schnorr.
Satisfiability Is Quasilinear Complete in NQL,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 25(1):136-145, 1978.

&lt;span id=&quot;sch83&quot; style=&quot;color:maroon&quot;&gt;[Sch83]&lt;/span&gt;
U. Sch&amp;ouml;ning.
A low and a high hierarchy within NP,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 27:14-28, 1983.

&lt;span id=&quot;sch86&quot; style=&quot;color:maroon&quot;&gt;[Sch86]&lt;/span&gt;
U. Sch&amp;ouml;ning.
Complete Sets and Closeness to Complexity Classes,
&lt;i&gt;Mathematical Systems Theory&lt;/i&gt; 19:29-41, 1986.
DOI:[http://dx.doi.org/10.1007/BF01704904 10.1007/BF01704904]

&lt;span id=&quot;sel79&quot; style=&quot;color:maroon&quot;&gt;[Sel79]&lt;/span&gt;
A. Selman.
P-selective sets, tally languages, and the behavior of polynomial time reducibilities in NP,
&lt;i&gt;Mathematical Systems Theory&lt;/i&gt; 13(1):55-65, 1979.

&lt;span id=&quot;sf98&quot; style=&quot;color:maroon&quot;&gt;[SF98]&lt;/span&gt;
H. T. Siegelmann and S. Fishman.
Analog computation with dynamical systems,
Physica 120D, p. 214, 1998.

&lt;span id=&quot;sfm78&quot; style=&quot;color:maroon&quot;&gt;[SFM78]&lt;/span&gt;
J. Seiferas, M. Fischer, and A. Meyer.
Separating nondeterministic time complexity classes,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 25:146-167, 1978.

&lt;span id=&quot;sha90&quot; style=&quot;color:maroon&quot;&gt;[Sha90]&lt;/span&gt;
A. Shamir.
IP=PSPACE,
&lt;i&gt;Proceedings of IEEE FOCS'90&lt;/i&gt;, pp. 11-15, 1990.

&lt;span id=&quot;she59&quot; style=&quot;color:maroon&quot;&gt;[She59]&lt;/span&gt;
J. C. Shepherdson.
The reduction of two-way automata to one-way automata,
&lt;i&gt;IBM Journal of Research and Development&lt;/i&gt;, 3:198-200, 1959.

&lt;span id=&quot;she08&quot; style=&quot;color:maroon&quot;&gt;[She08]&lt;/span&gt;
A. A. Sherstov.
Separating AC&lt;sup&gt;0&lt;/sup&gt; from depth-2 majority circuits,
&lt;i&gt;Computational Complexity&lt;/i&gt;, 17(2):149-178, 2008.
[http://www.cs.utexas.edu/~sherstov/publications/pdf/cc08hsmat.pdf http://www.cs.utexas.edu/~sherstov/publications/pdf/cc08hsmat.pdf]

&lt;span id=&quot;shi03&quot; style=&quot;color:maroon&quot;&gt;[Shi03]&lt;/span&gt;
Y. Shi.
Quantum and classical tradeoffs,
arXiv:[http://arxiv.org/abs/quant-ph/0312213 quant-ph/0312213],
ECCC [http://eccc.uni-trier.de/eccc-reports/2004/TR04-023/ TR04-023], 2003.

&lt;span id=&quot;sho97&quot; style=&quot;color:maroon&quot;&gt;[Sho97]&lt;/span&gt;
P. Shor.
Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 26(5):1484-1509, 1997.
arXiv:[http://arxiv.org/abs/quant-ph/9508027 quant-ph/9508027].

&lt;span id=&quot;sho99&quot; style=&quot;color:maroon&quot;&gt;[Sho99]&lt;/span&gt;
R. A. Shore.
The recursively enumerable degrees,
&lt;i&gt;Handbook of Recursion Theory&lt;/i&gt; (E. Griffor, ed.), pp. 169-197, North-Holland, Amsterdam, 1999.

&lt;span id=&quot;sip82&quot; style=&quot;color:maroon&quot;&gt;[Sip82]&lt;/span&gt;
M. Sipser.
On relativization and the existence of complete sets,
&lt;i&gt;Proceedings of ICALP'82&lt;/i&gt;, Springer-Verlag Lecture Notes in Computer Science volume 140, pp. 523-531, 1982.

&lt;span id=&quot;sip92&quot; style=&quot;color:maroon&quot;&gt;[Sip92]&lt;/span&gt;
M. Sipser.
The history and status of the P versus NP question,
&lt;i&gt;Proceedings of ACM STOC'92&lt;/i&gt;, pp. 603-618, 1992.

&lt;span id=&quot;sm02&quot; style=&quot;color:maroon&quot;&gt;[SM02]&lt;/span&gt;
L. J. Stockmeyer and A. R. Meyer.
Cosmological lower bound on the circuit complexity of a small problem in logic,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 49(6):753-784, 2002.
[http://theory.lcs.mit.edu/~meyer/stock-circuit-jacm.pdf http://theory.lcs.mit.edu/~meyer/stock-circuit-jacm.pdf].

{{Reference
    |tag=SM03
    |authors=R. Santhanam, D. Melkebeek
    |title=Holographic proofs and derandomization
    |journal=Proceedings of the 18th Annual IEEE Conference on Computational Complexity
    |srcdetail=269-283
}}

&lt;span id=&quot;smo87&quot; style=&quot;color:maroon&quot;&gt;[Smo87]&lt;/span&gt;
R. Smolensky.
Algebraic methods in the theory of lower bounds for Boolean circuit complexity,
&lt;i&gt;Proceedings of ACM STOC'87&lt;/i&gt;, pp. 77-82, 1987.

&lt;span id=&quot;sp98&quot; style=&quot;color:maroon&quot;&gt;[SP98]&lt;/span&gt;
U. Sch&amp;ouml;ning and R. Pruim.
&lt;i&gt;Gems of Theoretical Computer Science&lt;/i&gt;,
Springer-Verlag, 1998.

&lt;span id=&quot;spa02&quot; style=&quot;color:maroon&quot;&gt;[Spa02]&lt;/span&gt;
R. &amp;#352;palek.
Quantum circuits with unbounded fan-out,
arXiv:[http://arxiv.org/abs/quant-ph/0208043 quant-ph/0208043], 2002.

&lt;span id=&quot;ss04&quot; style=&quot;color:maroon&quot;&gt;[SS04]&lt;/span&gt;
A. Selman and S. Sengupta.
Polylogarithmic-round interactive proofs for coNP collapse the exponential hierarchy,
&lt;i&gt;Proceedings of IEEE Complexity 2004&lt;/i&gt;, pp. 82-90, 2004.
ECCC [http://eccc.uni-trier.de/eccc-reports/2004/TR04-007/ TR04-007].

&lt;span id=&quot;ss77&quot; style=&quot;color:maroon&quot;&gt;[SS77]&lt;/span&gt;
R. Solovay and V. Strassen.
A fast Monte-Carlo test for primality,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 6:84-86, 1977.

&lt;span id=&quot;sto76&quot; style=&quot;color:maroon&quot;&gt;[Sto76]&lt;/span&gt;
L. J. Stockmeyer.
The polynomial hierarchy,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 3:1-22, 1976.

&lt;span id=&quot;sto85&quot; style=&quot;color:maroon&quot;&gt;[Sto85]&lt;/span&gt;
L. J. Stockmeyer.
On approximation algorithms for #P,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 14:849-861, 1985.

&lt;span id=&quot;stt05&quot; style=&quot;color:maroon&quot;&gt;[STT05]&lt;/span&gt;
Holger Spakowski, Mayur Thakur, and Rahul Tripathi.
Quantum and Classical Complexity Classes: Separations, Collapses, and Closure Properties,
Inform. and Comput. 200 (2005), no. 1, 1--34.
[http://web.umr.edu/~thakurk/publications/quantum-j.pdf http://web.umr.edu/~thakurk/publications/quantum-j.pdf]

&lt;span id=&quot;su05&quot; style=&quot;color:maroon&quot;&gt;[SU05]&lt;/span&gt;
R. Shaltiel and C. Umans.
Pseudorandomness for approximate counting and sampling,
&lt;i&gt;Proceedings of IEEE Complexity'2005&lt;/i&gt;, pp. 212-226, 2005.
[http://www.cs.haifa.ac.il/~ronen/online_papers/derand-ccc-final.ps http://www.cs.haifa.ac.il/~ronen/online_papers/derand-ccc-final.ps].

&lt;span id=&quot;sub94&quot; style=&quot;color:maroon&quot;&gt;[Sub94]&lt;/span&gt;
A. Subramanian. 
A New Approach to Stable Matching Problems, 
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 23(4), 671-701, 1994. 

&lt;span id=&quot;sud78&quot; style=&quot;color:maroon&quot;&gt;[Sud78]&lt;/span&gt;
I. Sudborough.
On the tape complexity of deterministic context-free languages,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 25(3):405-414, 1978.

&lt;span id=&quot;sv97&quot; style=&quot;color:maroon&quot;&gt;[SV97]&lt;/span&gt;
A. Sahai and S. Vadhan.
A complete promise problem for statistical zero-knowledge,
&lt;i&gt;Proceedings of IEEE FOCS'97&lt;/i&gt;.
[http://www.eecs.harvard.edu/~salil/papers/complete-abs.html http://www.eecs.harvard.edu/~salil/papers/complete-abs.html].

&lt;span id=&quot;sz95&quot; style=&quot;color:maroon&quot;&gt;[SZ95]&lt;/span&gt;
M. Saks and S. Zhou.
RSPACE(s) is contained in DSPACE(s&lt;sup&gt;3/2&lt;/sup&gt;),
&lt;i&gt;Proceedings of IEEE FOCS'95&lt;/i&gt;, pp. 344-353, 1995.

&lt;span id=&quot;sze87&quot; style=&quot;color:maroon&quot;&gt;[Sze87]&lt;/span&gt;
R. Szelepcs&amp;eacute;nyi.
The method of forcing for nondeterministic automata,
&lt;i&gt;Bulletin of the EATCS&lt;/i&gt; 33:96-100, 1987.

{{Reference
    |id=&quot;szep94&quot; |tag=Szep94
    |title=Turing Machines With Sublogarithmic Space
    |journal=Lecture Notes in Computer Science
    |authors=Andrzej Szepietowski
    |srcdetail=volume 843
 }}

===== T =====

&lt;span id=&quot;tar88&quot; style=&quot;color:maroon&quot;&gt;[Tar88]&lt;/span&gt;
E. Tardos.
The gap between monotone and non-monotone circuit complexity is exponential,
&lt;i&gt;Combinatorica&lt;/i&gt;, 8:141-142, 1988.

&lt;span id=&quot;tar89&quot; style=&quot;color:maroon&quot;&gt;[Tar89]&lt;/span&gt;
G. Tardos.
Query complexity, or why is it difficult to separate NP&lt;sup&gt;A&lt;/sup&gt; intersect coNP&lt;sup&gt;A&lt;/sup&gt; from P&lt;sup&gt;A&lt;/sup&gt; by random oracles A,
&lt;i&gt;Combinatorica&lt;/i&gt;, 9:385-392, 1989.

&lt;span id=&quot;tha98&quot; style=&quot;color:maroon&quot;&gt;[Tha98]&lt;/span&gt;
J. S. Thathachar.
On Separating the Read-k-Times Branching Program Hierarchy,
&lt;i&gt;Proceedings of the 30th ACM Symposium on Theory of Computing&lt;/i&gt;, pp. 653-662, 1998.
ECCC [http://eccc.hpi-web.de/eccc-reports/1998/TR98-002/ TR98-02], DOI:[http://doi.acm.org/10.1145/276698.276881 10.1145/276698.276881].

&lt;span id=&quot;tod89&quot; style=&quot;color:maroon&quot;&gt;[Tod89]&lt;/span&gt;
S. Toda.
On the computational power of PP and P,
&lt;i&gt;Proceedings of IEEE FOCS'89&lt;/i&gt;, pp. 514-519, 1989.

&lt;span id=&quot;tor00&quot; style=&quot;color:maroon&quot;&gt;[Tor00]&lt;/span&gt;
J. Tor&amp;aacute;n.
On the hardness of graph isomorphism,
&lt;i&gt;Proceedings of IEEE FOCS'2000&lt;/i&gt;, pp. 180-186, 2000.

&lt;span id=&quot;tor88&quot; style=&quot;color:maroon&quot;&gt;[Tor88]&lt;/span&gt;
J. Tor\'an.
Structural Properties of the Counting Hierarchies,
Ph.D Theis, 1988.

&lt;span id=&quot;tor90&quot; style=&quot;color:maroon&quot;&gt;[Tor90]&lt;/span&gt;
J. Tor&amp;aacute;n.
Counting the number of solutions,
&lt;i&gt;Proceedings of 15th Conference on Mathematical Foundations of Computer Science (MFCS)&lt;/i&gt;, pp. 121-135, Springer-Verlag Lecture Notes in Computer Science 452, 1990.

&lt;span id=&quot;tor91&quot; style=&quot;color:maroon&quot;&gt;[Tor91]&lt;/span&gt;
J. Tor&amp;aacute;n.
Complexity classes defined by counting quantifiers,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 38:753-774, 1991.

&lt;span id=&quot;tur36&quot; style=&quot;color:maroon&quot;&gt;[Tur36]&lt;/span&gt;
A. M. Turing.
On computable numbers, with an application to the &lt;i&gt;Entscheidungsproblem&lt;/i&gt;,
&lt;i&gt;Proceedings of the London Mathematical Society&lt;/i&gt; 2(42):230-265, 1936; 2(43):544-546, 1937.

&lt;span id=&quot;tv02&quot; style=&quot;color:maroon&quot;&gt;[TV02]&lt;/span&gt;
L. Trevisan and S. Vadhan.
Pseudorandomness and average-case complexity via uniform reductions,
&lt;i&gt;Proceedings of CCC'2002&lt;/i&gt;, pp. 129-138, 2002.

===== U =====

&lt;span id=&quot;uma98&quot; style=&quot;color:maroon&quot;&gt;[Uma98]&lt;/span&gt;
C. Umans.
The minimum equivalent DNF problem and shortest implicants,
&lt;i&gt;Proceedings of IEEE FOCS'98&lt;/i&gt;, pp. 556-563, 1998.

===== V =====

&lt;span id=&quot;vad06&quot; style=&quot;color:maroon&quot;&gt;[Vad06]&lt;/span&gt;
S. Vadhan.
An Unconditional Study of Computational Zero Knowledge,
ECCC [http://eccc.hpi-web.de/eccc-reports/2006/TR06-056/ TR06-056].

&lt;span id=&quot;val03&quot; style=&quot;color:maroon&quot;&gt;[Val03]&lt;/span&gt;
L. G. Valiant.
Three problems in computer science,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 50(1):96-99, 2003.

&lt;span id=&quot;val76&quot; style=&quot;color:maroon&quot;&gt;[Val76]&lt;/span&gt;
L. G. Valiant.
Relative complexity of checking and evaluating,
&lt;i&gt;Information Processing Letters&lt;/i&gt;, 5:20-23, 1976.

&lt;span id=&quot;val79&quot; style=&quot;color:maroon&quot;&gt;[Val79]&lt;/span&gt;
L. G. Valiant.
The complexity of computing the permanent,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt;, 8:189-201, 1979.

&lt;span id=&quot;val79b&quot; style=&quot;color:maroon&quot;&gt;[Val79b]&lt;/span&gt;
L. G. Valiant.
Completeness classes in algebra,
&lt;i&gt;Proceedings of ACM STOC'79&lt;/i&gt;, pp. 249-261, 1979.

&lt;span id=&quot;var82&quot; style=&quot;color:maroon&quot;&gt;[Var82]&lt;/span&gt;
M. Vardi.
Complexity of relational query languages,
&lt;i&gt;Proceedings of ACM STOC'82&lt;/i&gt;, pp. 137-146, 1982.

&lt;span id=&quot;ven91&quot; style=&quot;color:maroon&quot;&gt;[Ven91]&lt;/span&gt;
H. Venkateswaran.
Properties that characterize LOGCFL,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 43(2):380-404, 1991.

&lt;span id=&quot;ver92&quot; style=&quot;color:maroon&quot;&gt;[Ver92]&lt;/span&gt;
N. K. Vereshchagin.
On the power of PP,
&lt;i&gt;Proceedings of IEEE Complexity'92&lt;/i&gt;, pp. 138-143, 1992.

&lt;span id=&quot;ver95&quot; style=&quot;color:maroon&quot;&gt;[Ver95]&lt;/span&gt;
N. K. Vereshchagin.
Oracle separation of complexity classes and lower bounds for perceptrons solving separation problems,
&lt;i&gt;Izvestiya Mathematics&lt;/i&gt; 59(6):1103-1122, 1995.

&lt;span id=&quot;vid03&quot; style=&quot;color:maroon&quot;&gt;[Vid03]&lt;/span&gt;
G. Vidal.
Efficient classical simulation of slightly entangled quantum computations,
&lt;i&gt;Physical Review Letters&lt;/i&gt; 91:147902, 2003.
arXiv:[http://arxiv.org/abs/quant-ph/0301063 quant-ph/0301063].

&lt;span id=&quot;vin04&quot; style=&quot;color:maroon&quot;&gt;[Vin04]&lt;/span&gt;
N. V. Vinodchandran.
Counting complexity of solvable group problems,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 33(4):852-869, 2004,
[http://www.cse.unl.edu/~vinod/papers/SIAMFinal.ps http://www.cse.unl.edu/~vinod/papers/SIAMFinal.ps].

&lt;span id=&quot;vin04b&quot; style=&quot;color:maroon&quot;&gt;[Vin04b]&lt;/span&gt;
N. V. Vinodchandran.
A note on the circuit complexity of PP,
ECCC [http://eccc.uni-trier.de/eccc-reports/2004/TR04-056/ TR04-056], 2004.

&lt;span id=&quot;vsb83&quot; style=&quot;color:maroon&quot;&gt;[VSB+83]&lt;/span&gt;
L. G. Valiant, S. Skyum, S. Berkowitz, and C. Rackoff.
Fast parallel computation of polynomials using few processors,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt; 12(4):641-644, 1983.

&lt;span id=&quot;vv85&quot; style=&quot;color:maroon&quot;&gt;[VV85]&lt;/span&gt;
U. V. Vazirani and V. V. Vazirani.
Random polynomial time equals semi-random polynomial time,
&lt;i&gt;Proceedings of IEEE FOCS'85&lt;/i&gt;, pp. 417-428, 1985.

&lt;span id=&quot;vv86&quot; style=&quot;color:maroon&quot;&gt;[VV86]&lt;/span&gt;
L. G. Valiant and V. V. Vazirani.
NP is as easy as detecting unique solutions,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 47(3):85-93, 1986.

&lt;span id=&quot;vya03&quot; style=&quot;color:maroon&quot;&gt;[Vya03]&lt;/span&gt;
M. Vyalyi.
QMA=PP implies that PP contains PH,
ECCC [http://eccc.uni-trier.de/eccc-reports/2003/TR03-021/ TR03-021], 2003.

===== W =====

&lt;span id=&quot;wag86&quot; style=&quot;color:maroon&quot;&gt;[Wag86]&lt;/span&gt;
K. W. Wagner.
The complexity of combinatorial problems with succinct input representation,
&lt;i&gt;Acta Informatica&lt;/i&gt; 23:325-356, 1986.

&lt;span id=&quot;wag88&quot; style=&quot;color:maroon&quot;&gt;[Wag88]&lt;/span&gt;
K. W. Wagner.
Bounded query computation,
&lt;i&gt;Proceedings of IEEE Complexity'88&lt;/i&gt;, pp. 260-277, 1988.

&lt;span id=&quot;ww85&quot; style=&quot;color:maroon&quot;&gt;[WW85]&lt;/span&gt;
K. W. Wagner and G. Wechsung.
On the Boolean closure of NP,
&lt;i&gt;Proceedings of the International Conference on Fundamentals of Computation Theory&lt;/i&gt;, LNCS volume 199, Springer-Verlag, pp. 485-493.

&lt;span id=&quot;wat00&quot; style=&quot;color:maroon&quot;&gt;[Wat00]&lt;/span&gt;
J. Watrous.
Succinct quantum proofs for properties of finite groups,
&lt;i&gt;Proceedings of IEEE FOCS'2000&lt;/i&gt;, pp. 537-546, 2000.
arXiv:[http://arxiv.org/abs/cs.CC/0009002 cs.CC/0009002].

&lt;span id=&quot;wat02&quot; style=&quot;color:maroon&quot;&gt;[Wat02]&lt;/span&gt;
J. Watrous.
Limits on the power of quantum statistical zero-knowledge,
to appear in &lt;i&gt;Proceedings of IEEE FOCS'2002&lt;/i&gt;.
arXiv:[http://arxiv.org/abs/quant-ph/0202111 quant-ph/0202111].

&lt;span id=&quot;wat09&quot; style=&quot;color:maroon&quot;&gt;[Wat09]&lt;/span&gt;
J. Watrous.
Quantum Computational Complexity, &lt;i&gt;Encyclopedia of Complexity and Systems Science&lt;/i&gt;, Springer, pp. 7174-7201, 2009.
arXiv:[http://arxiv.org/abs/0804.3401 quant-ph/0804.3401].

&lt;span id=&quot;wat87&quot; style=&quot;color:maroon&quot;&gt;[Wat87]&lt;/span&gt;
O. Watanabe.
Comparison of polynomial time completeness notions,
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 53:249-265, 1987.

&lt;span id=&quot;wat99&quot; style=&quot;color:maroon&quot;&gt;[Wat99]&lt;/span&gt;
J. Watrous.
PSPACE has constant-round quantum interactive proof systems,
&lt;i&gt;Proceedings of IEEE FOCS'99&lt;/i&gt;, pp. 112-119, 1999.
arXiv:[http://arxiv.org/abs/cs.CC/9901015 cs.CC/9901015].

&lt;span id=&quot;wat99b&quot; style=&quot;color:maroon&quot;&gt;[Wat99b]&lt;/span&gt;
J. Watrous.
Space-bounded quantum complexity,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 59(2):281-326, 1999.
[http://www.cpsc.ucalgary.ca/%7Ejwatrous/papers/jcss_space.ps http://www.cpsc.ucalgary.ca/%7Ejwatrous/papers/jcss_space.ps].

&lt;span id=&quot;weg87&quot; style=&quot;color:maroon&quot;&gt;[Weg87]&lt;/span&gt;
I. Wegener.
The Complexity of Boolean Functions, New York: Wiley 1987.

&lt;span id=&quot;weg88&quot; style=&quot;color:maroon&quot;&gt;[Weg88]&lt;/span&gt;
I. Wegener.
On the Complexity of Branching Programs and Decision Trees for Clique Functions,
&lt;i&gt;Journal of the ACM&lt;/i&gt; 35(2):461-471, 1988.
DOI:[http://doi.acm.org/10.1145/42282.46161 10.1145/42282.46161].

&lt;span id=&quot;weh06&quot; style=&quot;color:maroon&quot;&gt;[Weh06]&lt;/span&gt;
S. Wehner.
Entanglement in interactive proof systems with binary answers. In &lt;i&gt;Proceedings of
the 23rd Annual Symposium on Theoretical Aspects of Computer Science&lt;/i&gt;, volume 3884 of &lt;i&gt;Lecture
Notes in Computer Science&lt;/i&gt;, pages 162–171. Springer, 2006

&lt;span id=&quot;wig06&quot; style=&quot;color:maroon&quot;&gt;[Wig06]&lt;/span&gt;
A. Wigderson
P, NP, and mathematics--a computational complexity perspective, 2006 mimeo.
[www.math.ias.edu/~avi/PUBLICATIONS/MYPAPERS/W06/W06.pdf].

&lt;span id=&quot;wil85&quot; style=&quot;color:maroon&quot;&gt;[Wil85]&lt;/span&gt;
C. Wilson.
Relativized circuit complexity,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 31:169-181, 1985.

&lt;span id=&quot;wil11&quot; style=&quot;color:maroon&quot;&gt;[Wil11]&lt;/span&gt;
R. Williams. Non-uniform ACC circuit lower bounds.
&lt;i&gt;To appear in IEEE Conference
on Computational Complexity&lt;/i&gt; 2011.

&lt;span id=&quot;wol94&quot; style=&quot;color: maroon;&quot;&gt;[Wol94]&lt;/span&gt;
Marty J. Wolf.
Nondeterministic circuits, space complexity and quasigroups.
&lt;i&gt;Theoretical Computer Science&lt;/i&gt; 125:295–313, 1994.

===== Y =====

{{Reference
    |tag=Yap83
    |authors=C. Yap
    |title=Some consequences of non-uniform conditions on uniform classes
    |journal=Theoretical Computer Science
    |srcdetail=(1983), 26, 287-300
}}

&lt;span id=&quot;yam99&quot; style=&quot;color:maroon&quot;&gt;[Yam99]&lt;/span&gt;
T. Yamakami.
Polynomial time samplable distributions,
J. Complexity 15 (1999), no. 4, 557--574.
ECCC [http://eccc.hpi-web.de/eccc-reports/1995/TR95-039/ TR95-039].

&lt;span id=&quot;yan81&quot; style=&quot;color:maroon&quot;&gt;[Yan81]&lt;/span&gt;
M. Yannakakis.
Algorithms for acyclic database schemas,
&lt;i&gt;Proceedings of VLDB&lt;/i&gt; (Very Large Databases), 1981.

&lt;span id=&quot;yao85&quot; style=&quot;color:maroon&quot;&gt;[Yao85]&lt;/span&gt;
A. C.-C. Yao.
Separating the polynomial hierarchy by oracles,
&lt;i&gt;Proceedings of IEEE FOCS'85&lt;/i&gt;, pp. 1-10, 1985.

&lt;span id=&quot;yao89&quot; style=&quot;color:maroon&quot;&gt;[Yao89]&lt;/span&gt;
A. C.-C. Yao.
Circuits and local computation,
&lt;i&gt;Proceedings of ACM STOC'89&lt;/i&gt;, pp. 186-196, 1989.

&lt;span id=&quot;yao90&quot; style=&quot;color:maroon&quot;&gt;[Yao90]&lt;/span&gt;
A. C.-C. Yao.
On ACC and threshold circuits,
&lt;i&gt;Proceedings of IEEE FOCS'90&lt;/i&gt;, pp. 619-627, 1990.

&lt;span id=&quot;yao90b&quot; style=&quot;color:maroon&quot;&gt;[Yao90b]&lt;/span&gt;
A. C.-C. Yao.
Coherent functions and program checkers,
&lt;i&gt;Proceedings of ACM STOC'90&lt;/i&gt;, 1990.

&lt;span id=&quot;yao93&quot; style=&quot;color:maroon&quot;&gt;[Yao93]&lt;/span&gt;
A. C.-C. Yao.
Quantum circuit complexity,
&lt;i&gt;Proceedings of IEEE FOCS'93&lt;/i&gt;, pp. 352-361, 1993.

&lt;span id=&quot;yes83&quot; style=&quot;color:maroon&quot;&gt;[Yes83]&lt;/span&gt;
Y. Yesha.
On certain polynomial-time truth-table reducibilities of complete sets to sparse sets,
&lt;i&gt;SIAM Journal on Computing&lt;/i&gt;, 12(3):411-425, 1983.
DOI:[http://dx.doi.org/10.1137/0212027 10.1137/0212027]

===== Z =====

&lt;span id=&quot;zac88&quot; style=&quot;color:maroon&quot;&gt;[Zac88]&lt;/span&gt;
S. Zachos.
Probabilistic quantifiers and games,
&lt;i&gt;Journal of Computer and System Sciences&lt;/i&gt; 36(3):433-451, 1988.

&lt;span id=&quot;zh86&quot; style=&quot;color:maroon&quot;&gt;[ZH86]&lt;/span&gt;
S. Zachos and H. Heller.
A decisive characterization of BPP.
''Information and Control'', 69(1&amp;ndash;3):125&amp;ndash;135, 1986.

&lt;span id=&quot;zuc91&quot; style=&quot;color:maroon&quot;&gt;[Zuc91]&lt;/span&gt;
D. Zuckerman.
Simulating BPP using a general weak random source,
&lt;i&gt;Algorithmica&lt;/i&gt; 16 (1996), no. 4-5, 367--391
[http://www.cs.utexas.edu/users/diz/pubs/bpp.ps http://www.cs.utexas.edu/users/diz/pubs/bpp.ps].

[[Category:Computational Complexity]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo2</title>
    <id>3297</id>
    <revision>
      <id>12672</id>
      <timestamp>2010-04-17T18:12:14Z</timestamp>
      <contributor>
        <username>Eric Ringger</username>
        <id>2103</id>
      </contributor>
      <comment>/* LOGNP: Logarithmically-Restricted NP */</comment>
      <text xml:space="preserve">__NOTOC__
==Introduction==

Welcome to the '''Complexity Zoo'''... There are now 462 classes and counting!
[[Image:zoo.gif|thumb|right|200px|what's your problem?]]

This information was originally moved from http://www.complexityzoo.com/ in August 2005, and is currently under the watchful eyes of its original creators:

'''Zookeeper''': [[Scott Aaronson]]&lt;br&gt;
'''Veterinarian''': [[Greg Kuperberg]]&lt;br&gt;

Errors?  Omissions?  Misattributions?  Your favorite class not here?  Then please contribute to the zoo as you see fit by [[sign_up_instructions | signing up]] and clicking on the edit links.  Please include references, or better yet links to papers if available.

To create a new class, click on the edit link of the class before or after the one that you want to add and copy the format of that class.  (The classes are alphabetized by their tag names.)  Then add the class to the table of contents and increment the total number of classes.  After this, you can use the side edit links to edit the individual sections. For more on using the wiki language, see our [[Simple_wiki_help | simple wiki help page]].

If you would like to contribute but feel unable to make the updates yourself, email the zookeeper at scott at scottaaronson dot com.

==See Also==

*[[Zoo Intro|Introductory Essay]]
*[[Zoo Glossary|Glossary]]
*[[Zoo Pronunciation|Pronunciation Guide]]
*[[Zoo References|References]]
*[[Zoo Exhibit|Special Zoo Exhibit]]
*[[Zoo Acknowledgments|Acknowledgments]]
*&lt;span style=&quot;color:red&quot;&gt;**New**&lt;/span&gt; [http://www.math.ucdavis.edu/~greg/zoology/intro.html Complexity Zoology], a computer-assisted survey, with [http://www.math.ucdavis.edu/~greg/zoology/diagram.xml active] and [http://www.math.ucdavis.edu/~greg/zoology/diagram.pdf static] inclusion diagrams.

(Longtime Zoo watchers may recall Chris Bourke's LaTeX version of the Zoo and Chad Brewbaker's graphical inclusion diagram.  These references are obsolete until further notice.)

==Table of Contents==
'''&lt;font color=&quot;red&quot;&gt;&amp;#8709;:&lt;/font&gt;'''
[[#01npc|0-1-NP&lt;sub&gt;C&lt;/sub&gt;]] -
[[#1nauxpdap|1NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] -
[[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#sharpl|#L]] -
[[#sharplpoly|#L/poly]] -
[[#sharpga|#GA]] -
[[#sharpp|#P]] -
[[#sharpwt|#W[t]]] -
[[#parityexp|&amp;#8853;EXP]] -
[[#parityl|&amp;#8853;L]] -
[[#paritylpoly|&amp;#8853;L/poly]] -
[[#parityp|&amp;#8853;P]] -
[[#paritysac0|&amp;#8853;SAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#paritysac1|&amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt;]]

'''&lt;font color=&quot;red&quot;&gt;A:&lt;/font&gt;'''
[[#a0pp|A&lt;sub&gt;0&lt;/sub&gt;PP]] -
[[#ac|AC]] -
[[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#ac0m|AC&lt;sup&gt;0&lt;/sup&gt;[m]]] -
[[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#ah|AH]] -
[[#al|AL]] -
[[#all|ALL]] -
[[#algppoly|AlgP/poly]] -
[[#almostnp|Almost-NP]] -
[[#almostp|Almost-P]] -
[[#almostpspace|Almost-PSPACE]] -
[[#am|AM]] -
[[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]] -
[[#amicoam|AM &amp;#8745; coAM]] -
[[#ampolylog|AM[polylog]]] -
[[#ampmp|AmpMP]] -
[[#amppbqp|AmpP-BQP]] -
[[#ap|AP]] -
[[#app|APP]] -
[[#apx|APX]] -
[[#aucspace|AUC-SPACE(f(n))]] -
[[#auxpda|AuxPDA]] -
[[#avbpp|AVBPP]] -
[[#avge|AvgE]] -
[[#avgp|AvgP]] -
[[#awp|AW[P]]] -
[[#awpp|AWPP]] -
[[#awsat|AW[SAT]]] -
[[#awstar|AW[*]]] -
[[#awt|AW[t]]] -
[[#axp|AxP]] -
[[#axpp|AxPP]]

'''&lt;font color=&quot;red&quot;&gt;B:&lt;/font&gt;'''
[[#betap|&amp;beta;P]] -
[[#bh|BH]] -
[[#bpdp|BP&lt;sub&gt;d&lt;/sub&gt;(P)]] -
[[#bpe|BPE]] -
[[#bpee|BPEE]] -
[[#bphspace|BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] -
[[#bpl|BPL]] -
[[#bpnp|BP&amp;#149;NP]] -
[[#bpp|BPP]] -
[[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#bppkt|BPP&lt;sup&gt;KT&lt;/sup&gt;]] -
[[#bpplog|BPP/log]] -
[[#bppmlog|BPP/mlog]] -
[[#bppsslog|BPP//log]] -
[[#bpprlog|BPP/rlog]] -
[[#bppobdd|BPP-OBDD]] -
[[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]] -
[[#bpqp|BPQP]] -
[[#bpspace|BPSPACE(f(n))]] -
[[#bptime|BPTIME(f(n))]] -
[[#bqnc|BQNC]] -
[[#bqnp|BQNP]] -
[[#bqp|BQP]] -
[[#bqplog|BQP/log]] -
[[#bqppoly|BQP/poly]] -
[[#bqpmlog|BQP/mlog]] -
[[#bqpmpoly|BQP/mpoly]] -
[[#bqpqlog|BQP/qlog]] -
[[#bqpqpoly|BQP/qpoly]] -
[[#bqpobdd|BQP-OBDD]] -
[[#bqpspace|BQPSPACE]] -
[[#bqpttpoly|BQP&lt;sub&gt;tt&lt;/sub&gt;/poly]] -
[[#bqtime|BQTIME(f(n))]] -
[[#bwbp|k-BWBP]]

'''&lt;font color=&quot;red&quot;&gt;C:&lt;/font&gt;'''
[[#cequalsac0|C&lt;sub&gt;=&lt;/sub&gt;AC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#cequalsl|C&lt;sub&gt;=&lt;/sub&gt;L]] -
[[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] -
[[#cfl|CFL]] -
[[#clog|CLOG]] -
[[#ch|CH]] -
[[#check|Check]] -
[[#clsharpp|CL#P]] -
[[#ckp|C&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#cnp|CNP]] -
[[#coam|coAM]] -
[[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]] -
[[#cofrip|cofrIP]] -
[[#coh|Coh]] -
[[#coma|coMA]] -
[[#comodkp|coMod&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#compip|compIP]] -
[[#compnp|compNP]] -
[[#cone|coNE]] -
[[#conexp|coNEXP]] -
[[#conl|coNL]] -
[[#conp|coNP]] -
[[#conpcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#conppoly|coNP/poly]] -
[[#conqp|coNQP]] -
[[#core|coRE]] -
[[#cornc|coRNC]] -
[[#corp|coRP]] -
[[#cosl|coSL]] -
[[#cosparse|coSPARSE]] -
[[#coucc|coUCC]] -
[[#coup|coUP]] -
[[#cp|CP]] -
[[#csize|CSIZE(f(n))]] -
[[#csl|CSL]] -
[[#czk|CZK]]

'''&lt;font color=&quot;red&quot;&gt;D:&lt;/font&gt;'''
[[#dsharpp|D#P]] -
[[#dcfl|DCFL]] -
[[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#deltabpp|&amp;#948;-BPP]] -
[[#deltarp|&amp;#948;-RP]] -
[[#det|DET]] -
[[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#disnp|DisNP]] -
[[#distnp|DistNP]] -
[[#dp|DP]] -
[[#dqp|DQP]] -
[[#dspace|DSPACE(f(n))]] -
[[#dtime|DTIME(f(n))]] -
[[#dtisp|DTISP(t(n),s(n))]] -
[[#dynfo|Dyn-FO]] -
[[#dynthc0|Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;]]

'''&lt;font color=&quot;red&quot;&gt;E:&lt;/font&gt;'''
[[#e|E]] -
[[#ee|EE]] -
[[#eee|EEE]] -
[[#eespace|EESPACE]] -
[[#eexp|EEXP]] -
[[#eh|EH]] -
[[#elementary|ELEMENTARY]] -
[[#elkp|EL&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#ep|EP]] -
[[#eptas|EPTAS]] -
[[#eqbp|k-EQBP]] -
[[#eqp|EQP]] -
[[#eqpk|EQP&lt;sub&gt;K&lt;/sub&gt;]] -
[[#eqtime|EQTIME(f(n))]] -
[[#espace|ESPACE]] -
[[#existsbpp|&amp;#8707;BPP]] -
[[#existsniszk|&amp;#8707;NISZK]] -
[[#exp|EXP]] -
[[#exppoly|EXP/poly]] -
[[#expspace|EXPSPACE]]

'''&lt;font color=&quot;red&quot;&gt;F:&lt;/font&gt;'''
[[#fbqp|FBQP]] -
[[#few|Few]] -
[[#fewp|FewP]] -
[[#fh|FH]] -
[[#fnl|FNL]] -
[[#fnlpoly|FNL/poly]] -
[[#fnp|FNP]] -
[[#fo|FO(t(n))]] -
[[#foll|FOLL]] -
[[#fp|FP]] -
[[#fpnplog|FP&lt;sup&gt;NP[log]&lt;/sup&gt;]] -
[[#fpr|FPR]] -
[[#fpras|FPRAS]] -
[[#fpt|FPT]] -
[[#fptnu|FPT&lt;sub&gt;nu&lt;/sub&gt;]] -
[[#fptsu|FPT&lt;sub&gt;su&lt;/sub&gt;]] -
[[#fptas|FPTAS]] -
[[#fqma|FQMA]] -
[[#frip|frIP]] -
[[#ftape|F-TAPE(f(n))]] -
[[#ftime|F-TIME(f(n))]]

'''&lt;font color=&quot;red&quot;&gt;G:&lt;/font&gt;'''
[[#ga|GA]] -
[[#ganspace|GAN-SPACE(f(n))]] -
[[#gapac0|GapAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#gapl|GapL]] -
[[#gapp|GapP]] -
[[#gc|GC(s(n),C)]] -
[[#gcsl|GCSL]] -
[[#gi|GI]] -
[[#glo|GLO]] -
[[#gpcd|GPCD(r(n),q(n))]] -
[[#gt|G[t]]]

'''&lt;font color=&quot;red&quot;&gt;H:&lt;/font&gt;'''
[[#halfp|HalfP]] -
[[#heurbpp|HeurBPP]] -
[[#heurbptime|HeurBPTIME(f(n))]] -
[[#hkp|H&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#hvszk|HVSZK]]

'''&lt;font color=&quot;red&quot;&gt;I:&lt;/font&gt;'''
[[#iclogpoly|IC[log,poly]]] -
[[#ip|IP]] -
[[#ipp|IPP]] -
[[#ippolylog|IP[polylog]]]

'''&lt;font color=&quot;red&quot;&gt;L:&lt;/font&gt;'''
[[#l|L]] -
[[#lin|LIN]] -
[[#lkp|L&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#logcfl|LOGCFL]] -
[[#logfew|LogFew]] -
[[#logfewnl|LogFewNL]] -
[[#lognp|LOGNP]] -
[[#logsnp|LOGSNP]] -
[[#l/poly|L/poly]] -
[[#lwpp|LWPP]]

'''&lt;font color=&quot;red&quot;&gt;M:&lt;/font&gt;'''
[[#ma|MA]] -
[[#maprime|MA']] -
[[#mac0|MAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#mae|MA&lt;sub&gt;E&lt;/sub&gt;]] -
[[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]] -
[[#mal|mAL]] -
[[#maxnp|MaxNP]] -
[[#maxpb|MaxPB]] -
[[#maxsnp|MaxSNP]] -
[[#maxsnp0|MaxSNP&lt;sub&gt;0&lt;/sub&gt;]] -
[[#mconl|mcoNL]] -
[[#minpb|MinPB]] -
[[#mip|MIP]] -
[[#mipstar21|MIP*[2,1]]] -
[[#mipexp|MIP&lt;sub&gt;EXP&lt;/sub&gt;]] -
[[#mkp|(M&lt;sub&gt;k&lt;/sub&gt;)P]] -
[[#ml|mL]] -
[[#mmsnp|MMSNP]] -
[[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#mnl|mNL]] -
[[#mnp|mNP]] -
[[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] -
[[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] -
[[#modp|ModP]] -
[[#modzkl|ModZ&lt;sub&gt;k&lt;/sub&gt;L]] -
[[#mp|mP]] -
[[#mp2|MP]] -
[[#mpc|MPC]] -
[[#mppoly|mP/poly]] -
[[#mtc0|mTC&lt;sup&gt;0&lt;/sup&gt;]]

'''&lt;font color=&quot;red&quot;&gt;N:&lt;/font&gt;'''
[[#nauxpdap|NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] -
[[#nc|NC]] -
[[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]] -
[[#ne|NE]] -
[[#nepoly|NE/poly]] -
[[#nearlyp|Nearly-P]] -
[[#nee|NEE]] -
[[#neee|NEEE]] -
[[#neexp|NEEXP]] -
[[#nexp|NEXP]] -
[[#nexppoly|NEXP/poly]] -
[[#niqszk|NIQSZK]] -
[[#niszk|NISZK]] -
[[#niszkh|NISZK&lt;sub&gt;h&lt;/sub&gt;]] -
[[#nl|NL]] -
[[#nlpoly|NL/poly]] -
[[#nlin|NLIN]] -
[[#nlog|NLOG]] -
[[#none|NONE]] -
[[#np|NP]] -
[[#npc|NPC]] -
[[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]] -
[[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#npi|NPI]] -
[[#npiconp|NP &amp;#8745; coNP]] -
[[#npiconppoly|(NP &amp;#8745; coNP)/poly]] -
[[#nplog|NP/log]] -
[[#npmv|NPMV]] -
[[#npmvsel|NPMV-sel]] -
[[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]] -
[[#npmvtsel|NPMV&lt;sub&gt;t&lt;/sub&gt;-sel]] -
[[#npo|NPO]] -
[[#npopb|NPOPB]] -
[[#nppoly|NP/poly]] -
[[#nppsamp|(NP,P-samplable)]] -
[[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]] -
[[#npspace|NPSPACE]] -
[[#npsv|NPSV]] -
[[#npsvsel|NPSV-sel]] -
[[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]] -
[[#npsvtsel|NPSV&lt;sub&gt;t&lt;/sub&gt;-sel]] -
[[#nqp|NQP]] -
[[#nspace|NSPACE(f(n))]] -
[[#nt|NT]] -
[[#ntstar|NT*]] -
[[#ntime|NTIME(f(n))]]

'''&lt;font color=&quot;red&quot;&gt;O:&lt;/font&gt;'''
[[#ocq|OCQ]] -
[[#optp|OptP]]

'''&lt;font color=&quot;red&quot;&gt;P:&lt;/font&gt;'''
[[#p|P]] -
[[#plog|P/log]] -
[[#ppoly|P/poly]] -
[[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] -
[[#psharpp1|P&lt;sup&gt;#P[1]&lt;/sup&gt;]] -
[[#pac0|PAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#pbp|PBP]] -
[[#kpbp|k-PBP]] -
[[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] -
[[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#pcd|PCD(r(n),q(n))]] -
[[#pclose|P-Close]] -
[[#pcp|PCP(r(n),q(n))]] -
[[#permup|PermUP]] -
[[#pexp|PEXP]] -
[[#pf|PF]] -
[[#pfchk|PFCHK(t(n))]] -
[[#ph|PH]] -
[[#phcc|PH&lt;sup&gt;cc&lt;/sup&gt;]] -
[[#phi2p|&amp;#934;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#php|PhP]] -
[[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#pinc|PINC]] -
[[#pio|PIO]] -
[[#pk|P&lt;sup&gt;K&lt;/sup&gt;]] -
[[#pkc|PKC]] -
[[#pl|PL]] -
[[#pl1|PL&lt;sub&gt;1&lt;/sub&gt;]] -
[[#plinfinity|PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt;]] -
[[#plf|PLF]] -
[[#pll|PLL]] -
[[#pls|PLS]] -
[[#pnp|P&lt;sup&gt;NP&lt;/sup&gt;]] -
[[#pparnp|P&lt;sup&gt;&amp;#124;&amp;#124;NP&lt;/sup&gt;]] -
[[#pnpk|P&lt;sup&gt;NP[k]&lt;/sup&gt;]] -
[[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] -
[[#pnplog2|P&lt;sup&gt;NP[log^2]&lt;/sup&gt;]] -
[[#pobdd|P-OBDD]] -
[[#podn|PODN]] -
[[#polyl|polyL]] -
[[#postbqp|PostBQP]] -
[[#pp|PP]] -
[[#pppoly|PP/poly]] -
[[#ppa|PPA]] -
[[#ppad|PPAD]] -
[[#ppads|PPADS]] -
[[#ppp2|P&lt;sup&gt;PP&lt;/sup&gt;]] -
[[#ppp|PPP]] -
[[#ppspace|PPSPACE]] -
[[#pquery|PQUERY]] -
[[#pr|PR]] -
[[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] -
[[#prhspace|Pr&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] -
[[#promisebpp|PromiseBPP]] -
[[#promisebqp|PromiseBQP]] -
[[#promisep|PromiseP]] -
[[#promiserp|PromiseRP]] -
[[#prspace|PrSPACE(f(n))]] -
[[#psel|P-Sel]] -
[[#psk|PSK]] -
[[#pspace|PSPACE]] -
[[#pspacepoly|PSPACE/poly]] -
[[#pt1|PT&lt;sub&gt;1&lt;/sub&gt;]] -
[[#ptape|PTAPE]] -
[[#ptas|PTAS]] -
[[#ptwk|PT/WK(f(n),g(n))]] -
[[#pzk|PZK]]

'''&lt;font color=&quot;red&quot;&gt;Q:&lt;/font&gt;'''
[[#q|Q]] -
[[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[m]]] -
[[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qacwf0|QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qam|QAM]] -
[[#qcfl|QCFL]] -
[[#qcma|QCMA]] -
[[#qh|QH]] -
[[#qip|QIP]] -
[[#qip2|QIP[2]]] -
[[#qma|QMA]] -
[[#qma-plus|QMA-plus]] -
[[#qma2|QMA(2)]] -
[[#qmalog|QMA&lt;sub&gt;log&lt;/sub&gt;]] -
[[#qmam|QMAM]] -
[[#qmaqpoly|QMA/qpoly]] -
[[#qmip|QMIP]] -
[[#qmiple|QMIP&lt;sub&gt;le&lt;/sub&gt;]] -
[[#qmipne|QMIP&lt;sub&gt;ne&lt;/sub&gt;]] -
[[#qnc|QNC]] -
[[#qnc0|QNC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qncf0|QNC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]] -
[[#qnc1|QNC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#qp|QP]] -
[[#qplin|QPLIN]] -
[[#qpspace|QPSPACE]] -
[[#qrg|QRG]] -
[[#qs2p|QS&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#qszk|QSZK]]

'''&lt;font color=&quot;red&quot;&gt;R:&lt;/font&gt;'''
[[#r|R]] -
[[#rbqp|RBQP]] -
[[#re|RE]] -
[[#reg|REG]] -
[[#revspace|RevSPACE(f(n))]] -
[[#rg|RG]] -
[[#rg1|RG[1]]] -
[[#rhl|R&lt;sub&gt;H&lt;/sub&gt;L]] -
[[#rhspace|R&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] -
[[#rl|RL]] -
[[#rnc|RNC]] -
[[#rp|RP]] -
[[#rpp|RPP]] -
[[#rqp|RQP]] -
[[#rspace|RSPACE(f(n))]]

'''&lt;font color=&quot;red&quot;&gt;S:&lt;/font&gt;'''
[[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]] -
[[#sac|SAC]] -
[[#sac0|SAC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#sac1|SAC&lt;sup&gt;1&lt;/sup&gt;]] -
[[#saptime|SAPTIME]] -
[[#sbp|SBP]] -
[[#sc|SC]] -
[[#se|SE]] -
[[#seh|SEH]] -
[[#selfnp|SelfNP]] -
[[#sfk|SF&lt;sub&gt;k&lt;/sub&gt;]] -
[[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#skc|SKC]] -
[[#sl|SL]] -
[[#slicewisepspace|SLICEWISE PSPACE]] -
[[#snp|SNP]] -
[[#soe|SO-E]] -
[[#sp|SP]] -
[[#spanp|span-P]] -
[[#sparse|SPARSE]] -
[[#spl|SPL]] -
[[#spp|SPP]] -
[[#sqg|SQG]] -
[[#subexp|SUBEXP]] -
[[#symp|symP]] -
[[#szk|SZK]] -
[[#szkh|SZK&lt;sub&gt;h&lt;/sub&gt;]]

'''&lt;font color=&quot;red&quot;&gt;T:&lt;/font&gt;'''
[[#tally|TALLY]] -
[[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] -
[[#tfnp|TFNP]] -
[[#theta2p|&amp;Theta;&lt;sub&gt;2&lt;/sub&gt;P]] -
[[#treebqp|TreeBQP]] -
[[#treeregular|TREE-REGULAR]]

'''&lt;font color=&quot;red&quot;&gt;U:&lt;/font&gt;'''
[[#uap|UAP]] -
[[#ucc|UCC]] -
[[#ue|UE]] -
[[#ul|UL]] -
[[#ulpoly|UL/poly]] -
[[#up|UP]] -
[[#us|US]]

'''&lt;font color=&quot;red&quot;&gt;V:&lt;/font&gt;'''
[[#vnc|VNC&lt;sub&gt;k&lt;/sub&gt;]] -
[[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]] -
[[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] -
[[#vqp|VQP&lt;sub&gt;k&lt;/sub&gt;]]

'''&lt;font color=&quot;red&quot;&gt;W:&lt;/font&gt;'''
[[#w1|W[1]]] -
[[#wapp|WAPP]] -
[[#wp|W[P]]] -
[[#wpp|WPP]] -
[[#wsat|W[SAT]]] -
[[#wstar|W[*]]] -
[[#wt|W[t]]] -
[[#wstart|W&lt;sup&gt;*&lt;/sup&gt;[t]]]

'''&lt;font color=&quot;red&quot;&gt;X:&lt;/font&gt;'''
[[#xormipstar21|XOR-MIP*[2,1]]] -
[[#xp|XP]] -
[[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]]

'''&lt;font color=&quot;red&quot;&gt;Y:&lt;/font&gt;'''
[[#yacc|YACC]] -
[[#yp|YP]] -
[[#ypp|YPP]] -
[[#yqp|YQP]]

'''&lt;font color=&quot;red&quot;&gt;Z:&lt;/font&gt;'''
[[#zbqp|ZBQP]] -
[[#zpe|ZPE]] -
[[#zpp|ZPP]] -
[[#zptime|ZPTIME(f(n))]] -
[[#zqp|ZQP]]

==The Classes==

'''&lt;font color=&quot;red&quot;&gt;Warning:&lt;/font&gt;''' Please do not feed oracles to the complexity classes!  These classes require a specially balanced diet to ensure proper relativization.

----
===== &lt;span id=&quot;01npc&quot; style=&quot;color:red&quot;&gt;0-1-NP&lt;sub&gt;C&lt;/sub&gt;&lt;/span&gt;: Binary Restriction of [[#np|NP]] Over The Complex Numbers =====
The intersection of [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]] with {0,1}&lt;sup&gt;*&lt;/sup&gt; (i.e. the set of binary strings).

Contains [[#np|NP]].

Is contained in [[#pspace|PSPACE]], and in [[#am|AM]] assuming the Extended Riemann Hypothesis [[zooref#koi96|[Koi96]]].

----
===== &lt;span id=&quot;1nauxpdap&quot; style=&quot;color:red&quot;&gt;1NAuxPDA&lt;sup&gt;p&lt;/sup&gt;&lt;/span&gt;: One-Way [[#nauxpdap|NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] =====
Defined in [[zooref#bra77|[Bra77]]], where it was also shown that 1NAuxPDA&lt;sup&gt;p&lt;/sup&gt; strictly contains [[#cfl|CFL]] and is strictly contained in [[#logcfl|LOGCFL]]. The class corresponds to the closure of [[#cfl|CFL]] under one-way log-space reductions.

----
===== &lt;span id=&quot;sharpac0&quot; style=&quot;color:red&quot;&gt;#AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Sharp-[[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to nonnegative integers computed by polynomial-size constant-depth arithmetic circuits, using addition and multiplication gates and the constants 0 and 1.

Contained in [[#gapac0|GapAC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;sharpga&quot; style=&quot;color:red&quot;&gt;#GA&lt;/span&gt;: Graph Automorphism =====
The class of problems (Karp-)reducible to counting the number of automorphisms of a graph.

Counterpart of [[#gi|GI]].

----
===== &lt;span id=&quot;sharpl&quot; style=&quot;color:red&quot;&gt;#L&lt;/span&gt;: Sharp-L =====
Has the same relation to [[#l|L]] as [[#sharpp|#P]] does to [[#p|P]].

&amp;#35;L is contained in [[#det|DET]] [[zooref#aj93|[AJ93]]].

----
===== &lt;span id=&quot;sharplpoly&quot; style=&quot;color:red&quot;&gt;#L/poly&lt;/span&gt;: Nonuniform [[#sharpl|#L]] =====
Has the same relation to [[#sharpl|#L]] as [[#ppoly|P/poly]] does to [[#p|P]].

----
===== &lt;span id=&quot;sharpp&quot; style=&quot;color:red&quot;&gt;#P&lt;/span&gt;: Sharp-P =====
The class of function problems of the form &quot;compute f(x),&quot; where f is the number of accepting paths of an [[#np|NP]] machine.

The canonical #P-complete problem is #SAT: given a Boolean formula, compute how many satisfying assignments it has.

Defined in [[zooref#val79|[Val79]]], where it was also shown that the problem of counting the number of perfect matchings in a bipartite graph (or equivalently, computing the permanent of a 0-1 matrix) is #P-complete.

What makes that interesting is that the associated decision problem (whether a bipartite graph &lt;i&gt;has&lt;/i&gt; a perfect matching) is in [[#p|P]].

[[#ph|PH]] is in [[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] [[zooref#tod89|[Tod89]]].

Any function in #P can be approximated to within a polynomial factor in [[#bpp|BPP]] with [[#np|NP]] oracle [[zooref#sto85|[Sto85]]].

----
===== &lt;span id=&quot;sharpwt&quot; style=&quot;color:red&quot;&gt;#W[t]&lt;/span&gt;: Sharp-[[#wt|W[t]]] =====
Roughly, the analogue of [[#sharpp|#P]] for parameterized complexity.  I.e. the class of parameterized counting problems that are fixed-parameter parsimonious reducible to the following problem:
&lt;ul&gt; '''#WSAT:''' Given a Boolean formula, count the number of satisfying assignments of Hamming weight k (where k is the parameter). &lt;/ul&gt;
Defined in [[zooref#fg02|[FG02]]], which should be consulted for the full definition.  [[zooref#fg02|[FG02]]] also showed that there exist #W[1]-complete problems whose corresponding decision problems are fixed-parameter tractable (i.e. in [[#fpt|FPT]]).

----
===== &lt;span id=&quot;parityexp&quot; style=&quot;color:red&quot;&gt;&amp;#8853;EXP&lt;/span&gt;: Parity [[#exp|EXP]] =====
The exponential-time analogue of [[#parityp|&amp;#8853;P]].

There exists an oracle relative to which &amp;#8853;EXP = [[#zpp|ZPP]] [[zooref#bbf98|[BBF98]]].

----
===== &lt;span id=&quot;parityl&quot; style=&quot;color:red&quot;&gt;&amp;#8853;L&lt;/span&gt;: Parity [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#parityp|&amp;#8853;P]] does to [[#p|P]].

Contains [[#sl|SL]] [[zooref#kw93|[KW93]]].

Solving a linear system over Z&lt;sub&gt;2&lt;/sub&gt; is complete for &amp;#8853;L [[zooref#dam90|[Dam90]]].

&amp;#8853;L&lt;sup&gt;&amp;#8853;L&lt;/sup&gt; = &amp;#8853;L [[zooref#hrv00|[HRV00]]].

----
===== &lt;span id=&quot;paritylpoly&quot; style=&quot;color:red&quot;&gt;&amp;#8853;L/poly&lt;/span&gt;: Nonuniform [[#parityl|&amp;#8853;L]] =====
Has the same relation to [[#parityl|&amp;#8853;L]] as [[#ppoly|P/poly]] does to [[#p|P]].

Contains [[#nl/poly|NL/poly]] [[zooref#gw96|[GW96]]].

----
===== &lt;span id=&quot;parityp&quot; style=&quot;color:red&quot;&gt;&amp;#8853;P&lt;/span&gt;: Parity [[#p|P]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' then the number of accepting paths is odd.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' then the number of accepting paths is even.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#pz83|[PZ83]]].

Contains graph isomorphism; indeed, graph isomorphism is low for &amp;#8853;P [[zooref#ak02|[AK02]]].

Contains [[#fewp|FewP]] [[zooref#ch89|[CH89]]].

There exists an oracle relative to which [[#p|P]] = &amp;#8853;P but [[#p|P]] is not equal to [[#np|NP]] (and indeed [[#np|NP]] = [[#exp|EXP]]) [[zooref#bbf98|[BBF98]]].

Equals [[#modkp|Mod&lt;sub&gt;2^m&lt;/sub&gt;P]] for every positive integer m.

----
===== &lt;span id=&quot;paritysac0&quot; style=&quot;color:red&quot;&gt;&amp;#8853;SAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With Unbounded Parity Gates =====

----
===== &lt;span id=&quot;paritysac1&quot; style=&quot;color:red&quot;&gt;&amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: [[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] With Unbounded Parity Gates =====
The class of problems solvable by a nonuniform family of polynomial-size, polylog-depth circuits with unbounded-fanin XOR and bounded-fanin AND gates.

Defined in [[zooref#gw96|[GW96]]], where it was also shown that &amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt; contains [[#sac1|SAC&lt;sup&gt;1&lt;/sup&gt;]].

----
===== &lt;span id=&quot;a0pp&quot; style=&quot;color:red&quot;&gt;A&lt;sub&gt;0&lt;/sub&gt;PP&lt;/span&gt;: One-Sided Analog of [[#awpp|AWPP]] =====
Same as [[#sbp|SBP]], except that f is a [[#gapp|GapP]] rather than [[#sharpp|#P]] function.

Defined in [[zooref#vya03|[Vya03]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;A&lt;sub&gt;0&lt;/sub&gt;PP contains [[#qma|QMA]], [[#awpp|AWPP]], and [[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]].&lt;/li&gt;
&lt;li&gt;A&lt;sub&gt;0&lt;/sub&gt;PP is contained in [[#pp|PP]].&lt;/li&gt;
&lt;li&gt;If A&lt;sub&gt;0&lt;/sub&gt;PP = [[#pp|PP]] then [[#ph|PH]] is contained in [[#pp|PP]].&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;ac&quot; style=&quot;color:red&quot;&gt;AC&lt;/span&gt;: Unbounded Fanin Polylogarithmic-Depth Circuits =====
AC&lt;sup&gt;i&lt;/sup&gt; is the class of decision problems solvable by a nonuniform family of Boolean circuits, with polynomial size, depth O(log&lt;sup&gt;i&lt;/sup&gt;(n)), and unbounded fanin.  The gates allowed are AND, OR, and NOT.

Then AC is the union of AC&lt;sup&gt;i&lt;/sup&gt; over all nonnegative i.

AC&lt;sup&gt;i&lt;/sup&gt; is contained in [[#nc|NC]]&lt;sup&gt;i+1&lt;/sup&gt;; thus, AC = [[#nc|NC]].

Contains [[#nl|NL]].

For a random oracle A, (AC&lt;sup&gt;i&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt; is strictly contained in (AC&lt;sup&gt;i+1&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt;, and (uniform) AC&lt;sup&gt;A&lt;/sup&gt; is strictly contained in P&lt;sup&gt;A&lt;/sup&gt;, with probability 1 [[zooref#mil92|[Mil92]]].

----
===== &lt;span id=&quot;ac0&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Unbounded Fanin Constant-Depth Circuits =====
An especially important subclass of [[#ac|AC]], corresponding to constant-depth, unbounded-fanin, polynomial-size circuits with AND, OR, and NOT gates.

Computing the parity or majority of n bits is not in AC&lt;sup&gt;0&lt;/sup&gt; [[zooref#fss84|[FSS84]]].

There are functions in AC&lt;sup&gt;0&lt;/sup&gt; that are pseudorandom for all statistical tests in AC&lt;sup&gt;0&lt;/sup&gt; [[zooref#nw94|[NW94]]].  But there are no functions in AC&lt;sup&gt;0&lt;/sup&gt; that are pseudorandom for all statistical tests in [[#qp|QP]] (quasipolynomial time) [[zooref#lmn93|[LMN93]]].

[[zooref#lmn93|[LMN93]]] showed furthermore that functions with AC&lt;sup&gt;0&lt;/sup&gt; circuits of depth d are learnable in [[#qp|QP]], given their outputs on O(2&lt;sup&gt;log(n)^O(d)&lt;/sup&gt;) randomly chosen inputs.  On the other hand, this learning algorithm is essentially optimal, unless there is a 2&lt;sup&gt;n^o(1)&lt;/sup&gt; algorithm for factoring [[zooref#kha93|[Kha93]]].

Although there are no good pseudorandom &lt;i&gt;functions&lt;/i&gt; in AC&lt;sup&gt;0&lt;/sup&gt;, [[zooref#in96|[IN96]]] showed that there are pseudorandom &lt;i&gt;generators&lt;/i&gt; in AC&lt;sup&gt;0&lt;/sup&gt; that stretch n bits to n+&amp;#920;(log n), assuming the hardness of a problem based on subset sum. Work of [[zooref#aik04|[AIK04]]] shows pseudorandom generators in [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] under more relaxed assumptions.

AC&lt;sup&gt;0&lt;/sup&gt; contains [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]] and [[#mac0|MAC&lt;sup&gt;0&lt;/sup&gt;]].

In descriptive complexity, uniform AC&lt;sup&gt;0&lt;/sup&gt; can be characterized as the class of problems expressible by first-order predicates with addition and multiplication operators - or indeed, with ordering and multiplication, or ordering and division (see [[zooref#lee02|[Lee02]]]).

[[zooref#blm98|[BLM+98]]] showed the following problem is complete for depth-k AC&lt;sup&gt;0&lt;/sup&gt; circuits (with a uniformity condition):
&lt;ul&gt; Given a grid graph of polynomial length and width k, decide whether there is a path between vertices s and t (which can be given as part of the input). &lt;/ul&gt;

----

===== &lt;span id=&quot;ac0m&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;0&lt;/sup&gt;[m]&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With MOD m Gates =====
Same as [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], but now &quot;MOD m&quot; gates (for a specific m) are allowed in addition to AND, OR, and NOT gates.  (A MOD m gate outputs 0 if the sum of its inputs is congruent to 0 modulo m, and 1 otherwise.)

If m is a power of a prime p, then for any prime q not equal to p, deciding whether the sum of n bits is congruent to 0 modulo q is not in AC&lt;sup&gt;0&lt;/sup&gt;[m] [[zooref#raz87|[Raz87]]] [[zooref#smo87|[Smo87]]].  It follows that, for any such m, AC&lt;sup&gt;0&lt;/sup&gt;[m] is strictly contained in [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

However, if m is a product of distinct primes (i.e. 6), then it is not even known whether AC&lt;sup&gt;0&lt;/sup&gt;[m] = [[#np|NP]]!

See also: [[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[m]]].

----
===== &lt;span id=&quot;ac1&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Unbounded Fanin Log-Depth Circuits =====
See [[#ac|AC]].

----
===== &lt;span id=&quot;acc0&quot; style=&quot;color:red&quot;&gt;ACC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With Arbitrary MOD Gates =====
Same as [[#ac0m|AC&lt;sup&gt;0&lt;/sup&gt;[m]]], but now the constant-depth circuit can contain MOD m gates for &lt;i&gt;any&lt;/i&gt; m.

Contained in [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]].

Indeed, can be simulated by depth-3 threshold circuits of quasipolynomial size [[zooref#yao90|[Yao90]]].

In 1996, [[zooref#all96|[All96]]] suggested the existence of cryptographically secure functions in ACC&lt;sup&gt;0&lt;/sup&gt; as an important open question. In 2004, work of [[zooref#aik04|[AIK04]]] showed pseudorandom generators in [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] based on widely-believed assumptions.

Contains 4-[[#kpbp|PBP]] [[zooref#bt88|[BT88]]].

See also: [[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]].

----

===== &lt;span id=&quot;ah&quot; style=&quot;color:red&quot;&gt;AH&lt;/span&gt;: Arithmetic Hierarchy =====
The analog of [[#ph|PH]] in computability theory.

Let &amp;#916;&lt;sub&gt;0&lt;/sub&gt; = &amp;#931;&lt;sub&gt;0&lt;/sub&gt; = &amp;#928;&lt;sub&gt;0&lt;/sub&gt; = [[#r|R]].  Then for i&amp;gt;0, let
&lt;ul&gt;
&lt;li&gt;&amp;#916;&lt;sub&gt;i&lt;/sub&gt; = [[#r|R]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;li&gt;&amp;#931;&lt;sub&gt;i&lt;/sub&gt; = [[#re|RE]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;li&gt;&amp;#928;&lt;sub&gt;i&lt;/sub&gt; = [[#core|coRE]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;/ul&gt;
Then AH is the union of these classes for all nonnegative constant i.

Each level of AH strictly contains the levels below it.

----
===== &lt;span id=&quot;al&quot; style=&quot;color:red&quot;&gt;AL&lt;/span&gt;: Alternating [[#l|L]] =====
Same as [[#ap|AP]], but for logarithmic-space instead of polynomial-time.

AL = [[#p|P]] [[zooref#cks81|[CKS81]]].

----
===== &lt;span id=&quot;all&quot; style=&quot;color:red&quot;&gt;ALL&lt;/span&gt;: The Class of All Languages =====
Literally, the class of ALL languages.

ALL is a gargantuan beast that's been wreaking havoc in the Zoo of late.

First [[zooref#aar04b|[Aar04b]]] observed that [[#pp|PP]]/rpoly ([[#pp|PP]] with polynomial-size randomized advice) equals ALL, as does [[#postbqp|PostBQP]]/qpoly ([[#postbqp|PostBQP]] with polynomial-size quantum advice).

Then [[zooref#raz05|[Raz05]]] showed that [[#qip|QIP]]/qpoly, and even [[#ip|IP]](2)/rpoly, equal ALL.

Nor is it hard to show that [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/rpoly = ALL.

On the other hand, even though [[#pspace|PSPACE]] contains [[#pp|PP]], and [[#expspace|EXPSPACE]] contains [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]], it's easy to see that [[#pspace|PSPACE]]/rpoly = [[#pspace|PSPACE]]/poly and [[#expspace|EXPSPACE]]/rpoly = [[#expspace|EXPSPACE]]/poly are not ALL.

So does ALL have no respect for complexity class inclusions at ALL?  (Sorry.)

It is not as contradictory as it first seems.  The deterministic base class in all of these examples is modified by computational non-determinism ''after'' it is modified by advice.  For example, [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/rpoly means M(A&lt;sub&gt;EXP&lt;/sub&gt;/rpoly), while ([[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]])/rpoly equals [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/poly by a standard argument.  In other words, it's only the verifier, not the prover or post-selector, who receives the randomized or quantum advice. The prover knows a description of the advice state, but not its measured values.  Modification by /rpoly does preserve class inclusions when it is applied after other changes.

----

===== &lt;span id=&quot;algppoly&quot; style=&quot;color:red&quot;&gt;AlgP/poly&lt;/span&gt;: Polynomial-Size Algebraic Circuits =====
The class of multivariate polynomials over the integers that can be evaluated using a polynomial (in the input size n) number of additions, subtractions, and multiplications, together with the constants -1 and 1.  The class is nonuniform, in the sense that the polynomial for each input size n can be completely different.

Named in [[zooref#imp02|[Imp02]]], though it has been considered since the 1970's.

If [[#p|P]] = [[#bpp|BPP]] (or even [[#bpp|BPP]] is contained in [[#ne|NE]]), then either [[#nexp|NEXP]] is not in [[#ppoly|P/poly]], or else the permanent polynomial of a matrix is not in AlgP/poly [[zooref#ki02|[KI02]]].

----
===== &lt;span id=&quot;almostnp&quot; style=&quot;color:red&quot;&gt;Almost-[[#np|NP]]&lt;/span&gt;: Languages Almost Surely in [[#np|NP]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[#np|NP]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Equals [[#am|AM]] [[zooref#nw94|[NW94]]].

----
===== &lt;span id=&quot;almostp&quot; style=&quot;color:red&quot;&gt;Almost-[[#p|P]]&lt;/span&gt;: Languages Almost Surely in [[#p|P]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[#p|P]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Equals [[#bpp|BPP]] [[zooref#bg81|[BG81]]].

----
===== &lt;span id=&quot;almostpspace&quot; style=&quot;color:red&quot;&gt;Almost-[[#pspace|PSPACE]]&lt;/span&gt;: Languages Almost Surely in [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Almost-PSPACE is not known to equal [[#pspace|PSPACE]] -- rather surprisingly, given the fact that [[#pspace|PSPACE]] equals BPPSPACE and even [[#ppspace|PPSPACE]].

What's known is that Almost-PSPACE = BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149;[[#pspace|PSPACE]], where BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149; is like the BP&amp;#149; operator but with exponentially-long strings [[zooref#bvw98|[BVW98]]].  It follows that Almost-PSPACE is contained in [[#nexp|NEXP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; &amp;#8745; [[#conexp|coNEXP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.

Whereas both BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149;[[#pspace|PSPACE]] and BPPSPACE machines are allowed exponentially many random bits, the former has a reusable record of all of these bits on a witness tape, while the latter can only preserve a fraction of them on the work tape.

----

===== &lt;span id=&quot;am&quot; style=&quot;color:red&quot;&gt;AM&lt;/span&gt;: Arthur-Merlin =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by an &lt;i&gt;Arthur-Merlin protocol&lt;/i&gt;, as follows.

Arthur, a [[#bpp|BPP]] (i.e. probabilistic polynomial-time) verifier, generates a &quot;challenge&quot; based on the input, and sends it together with his random coins to Merlin.  Merlin sends back a response, and then Arthur decides whether to accept.  Given an algorithm for Arthur, we require that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then Merlin can act in such a way that Arthur accepts with probability at least 2/3 (over the choice of Arthur's random bits).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then however Merlin acts, Arthur will reject with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
Surprisingly, it turns out that such a system is just as powerful as a &lt;i&gt;private-coin&lt;/i&gt; one, in which Arthur does not need to send his random coins to Merlin [[zooref#gs86|[GS86]]].  So, Arthur never needs to hide information from Merlin.

Furthermore, define AM[k] similarly to AM, except that Arthur and Merlin have k rounds of interaction.  Then for all constant k&amp;gt;2, AM[k] = AM[2] = AM [[zooref#bm88|[BM88]]].  Also, the result of [[zooref#gs86|[GS86]]] can then be stated as follows: [[#ip|IP]][k] is contained in AM[k+2] for every k (constant or non-constant).

AM contains graph nonisomorphism.

Contains [[#np|NP]], [[#bpp|BPP]], and [[#szk|SZK]], and is contained in [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] and [[#nppoly|NP/poly]].

If AM contains [[#conp|coNP]] then [[#ph|PH]] collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bhz87|[BHZ87]]].

There exists an oracle relative to which AM is not contained in [[#pp|PP]] [[zooref#ver92|[Ver92]]].

AM = [[#np|NP]] under a strong derandomization assumption: namely that some language in [[#ne|NE]] &amp;#8745; [[#cone|coNE]] requires nondeterministic circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt; ([[zooref#mv99|[MV99]]], improving [[zooref#km99|[KM99]]]).  (A nondeterministic circuit C has two inputs, x and y, and accepts on x if there exists a y such that C(x,y)=1.)

----
===== &lt;span id=&quot;amexp&quot; style=&quot;color:red&quot;&gt;AM&lt;sub&gt;EXP&lt;/sub&gt;&lt;/span&gt;: Exponential-Time [[#am|AM]] =====
Same as [[#am|AM]], except that Arthur is exponential-time and can exchange exponentially long messages with Merlin.

Contains [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]], and is contained in [[#eh|EH]] and indeed [[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]].

If [[#conp|coNP]] is contained in [[#ampolylog|AM[polylog]]] then [[#eh|EH]] collapses to AM&lt;sub&gt;EXP&lt;/sub&gt; [[zooref#pv04|[PV04]]].

----
===== &lt;span id=&quot;amicoam&quot; style=&quot;color:red&quot;&gt;AM &amp;#8745; coAM&lt;/span&gt; =====
The class of decision problems for which both &quot;yes&quot; and &quot;no&quot; answers can be verified by an [[#am|AM]] protocol.

If [[#exp|EXP]] requires exponential time even for [[#am|AM]] protocols, then AM &amp;#8745; coAM = [[#npiconp|NP &amp;#8745; coNP]] [[zooref#gst03|[GST03]]].

There exists an oracle relative to which AM &amp;#8745; coAM is not contained in [[#pp|PP]] [[zooref#ver95|[Ver95]]].

----
===== &lt;span id=&quot;ampolylog&quot; style=&quot;color:red&quot;&gt;AM[polylog]&lt;/span&gt;: [[#am|AM]] With Polylog Rounds =====
Same as [[#am|AM]], except that we allow polylog(n) rounds of interaction between Arthur and Merlin instead of a constant number.

Not much is known about AM[polylog] -- for example, whether it sits in [[#ph|PH]].  However, [[zooref#ss04|[SS04]]] show that if AM[polylog] contains [[#conp|coNP]], then [[#eh|EH]] collapses to [[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]].  ([[zooref#pv04|[PV04]]] improved the collapse to [[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]].)

----
===== &lt;span id=&quot;ampmp&quot; style=&quot;color:red&quot;&gt;AmpMP&lt;/span&gt;: Amplifiable [[#mp2|MP]] =====
The class of decision problems such that for some [[#sharpp|#P]] function f(x,0&lt;sup&gt;m&lt;/sup&gt;),
&lt;ol&gt;
&lt;li&gt;The answer on input x is 'yes' if and only if the middle bit of f(x) is 1.&lt;/li&gt;
&lt;li&gt;The m bits of f(x) to the left and right of the middle bit are all 0.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#gkr95|[GKR+95]]].

Contains [[#ph|PH]] and Contained in [[#mp2|MP]].

----
===== &lt;span id=&quot;amppbqp&quot; style=&quot;color:red&quot;&gt;AmpP-BQP&lt;/span&gt;: [[#bqp|BQP]] Restricted To [[Zoo_Exhibit#ampp|AmpP]] States =====
Similar to [[#treebqp|TreeBQP]] except that the quantum computer's state at each time step is restricted to being exponentially close to a state in [[Zoo_Exhibit#ampp|AmpP]] (that is, a state for which the amplitudes are computable by a classical polynomial-size circuit).

Defined in [[zooref#aar03b|[Aar03b]]], where it was also observed that AmpP-BQP is contained in the third level of [[#ph|PH]], just as [[#treebqp|TreeBQP]] is.

----
===== &lt;span id=&quot;ap&quot; style=&quot;color:red&quot;&gt;AP&lt;/span&gt;: Alternating [[#p|P]] =====
An &lt;i&gt;alternating Turing machine&lt;/i&gt; is a nondeterministic machine with two kinds of states, AND states and OR states.  It accepts if and only if the tree of all computation paths, considered as an AND-OR tree, evaluates to 1.  (Here 'Accept' corresponds to 1 and 'Reject' to 0.)

Then AP is the class of decision problems solvable in polynomial time by an alternating Turing machine.

AP = [[#pspace|PSPACE]] [[zooref#cks81|[CKS81]]].

The abbreviation AP is also used for Approximable in Polynomial Time, see [[#axp|AxP]].

----
===== &lt;span id=&quot;app&quot; style=&quot;color:red&quot;&gt;APP&lt;/span&gt;: Amplified [[#pp|PP]] =====
Roughly, the class of decision problems for which the following holds.  For all polynomials p(n), there exist [[#gapp|GapP]] functions f and g such that for all inputs x with n=|x|,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then 1 &amp;gt; f(x)/g(1&lt;sup&gt;n&lt;/sup&gt;) &amp;gt; 1-2&lt;sup&gt;-p(n)&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then 0 &amp;lt; f(x)/g(1&lt;sup&gt;n&lt;/sup&gt;) &amp;lt; 2&lt;sup&gt;-p(n)&lt;/sup&gt;.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#li93|[Li93]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;APP is contained in [[#pp|PP]], and indeed is low for [[#pp|PP]].&lt;/li&gt;
&lt;li&gt;APP is closed under intersection, union, and complement.&lt;/li&gt;
&lt;/ul&gt;
APP contains [[#awpp|AWPP]] [[zooref#fen02|[Fen02]]].

The abbreviation APP is also used for Approximable in Probabilistic Polynomial Time, see [[#axpp|AxPP]].

----

===== &lt;span id=&quot;apx&quot; style=&quot;color:red&quot;&gt;APX&lt;/span&gt;: Approximable =====
The subclass of [[#npo|NPO]] problems that admit constant-factor approximation algorithms.  (I.e., there is a polynomial-time algorithm that is guaranteed to find a solution within a constant factor of the optimum cost.)

Contains [[#ptas|PTAS]].

Equals the closure of [[#maxsnp|MaxSNP]] and of [[#maxnp|MaxNP]] under [[#ptas|PTAS]] reduction [[zooref#kms99|[KMS+99]]], [[zooref#ct94|[CT94]]].

Defined in [[zooref#acg99|[ACG+99]]].

----
===== &lt;span id=&quot;aucspace&quot; style=&quot;color:red&quot;&gt;AUC-SPACE(f(n))&lt;/span&gt;: Randomized Alternating f(n)-Space =====
The class of problems decidable by an O(f(n))-space Turing machine with three kinds of quantifiers: existential, universal, and randomized.

Contains [[#ganspace|GAN-SPACE(f(n))]].

AUC-SPACE(poly(n)) = [[#saptime|SAPTIME]] = [[#pspace|PSPACE]] [[zooref#pap83|[Pap83]]].

[[zooref#con92|[Con92]]] shows that AUC-SPACE(log n) has a natural complete problem, and is contained in [[#npiconp|NP &amp;#8745; coNP]].

----
===== &lt;span id=&quot;auxpda&quot; style=&quot;color:red&quot;&gt;AuxPDA&lt;/span&gt;: Auxiliary Pushdown Automata =====
Equivalent to [[#nauxpdap|NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] without the running-time restriction.

Equals [[#p|P]] [[zooref#coo71b|[Coo71b]]].

----
===== &lt;span id=&quot;avbpp&quot; style=&quot;color:red&quot;&gt;AVBPP&lt;/span&gt;: Average-Case [[#bpp|BPP]] =====
Defined in [[zooref#ow93|[OW93]]] to be the class of decision problems that have a good average-case [[#bpp|BPP]] algorithm, whenever the input is chosen from an efficiently samplable distribution.

Note that this is &lt;i&gt;not&lt;/i&gt; the same as the [[#bpp|BPP]] version of [[#avgp|AvgP]].

----
===== &lt;span id=&quot;avge&quot; style=&quot;color:red&quot;&gt;AvgE&lt;/span&gt;: Average Exponential-Time With Linear Exponent =====
Has the same relation to [[#e|E]] as [[#avgp|AvgP]] does to [[#p|P]].

----
===== &lt;span id=&quot;avgp&quot; style=&quot;color:red&quot;&gt;AvgP&lt;/span&gt;: Average Polynomial-Time =====
A &lt;i&gt;distributional problem&lt;/i&gt; consists of a decision problem A, and a probability distribution &amp;#956; over problem instances.

A function f, from strings to integers, is &lt;i&gt;polynomial on &amp;#956;-average&lt;/i&gt; if there exists a constant &amp;#949;&amp;gt;0 such that the expectation of f&lt;sup&gt;&amp;#949;&lt;/sup&gt;(x) is finite, when x is drawn from &amp;#956;.

Then (A,&amp;#956;) is in AvgP if there is an algorithm for A whose running time is polynomial on &amp;#956;-average.

This convoluted definition is due to Levin [[zooref#lev86|[Lev86]]], who realized that simpler definitions lead to classes that fail to satisfy basic closure properties.  Also see [[zooref#gol97|[Gol97]]] for more information.

If AvgP = [[#distnp|DistNP]] then [[#exp|EXP]] = [[#nexp|NEXP]] [[zooref#bcg92|[BCG+92]]].

See also: [[#nppsamp|(NP,P-samplable)]].

----
===== &lt;span id=&quot;awp&quot; style=&quot;color:red&quot;&gt;AW[P]&lt;/span&gt;: Alternating [[#wp|W[P]]] =====
Same as [[#awsat|AW[SAT]]] but with 'circuit' instead of 'formula.'

Has the same relation to [[#awsat|AW[SAT]]] as [[#wp|W[P]]] has to [[#wsat|W[SAT]]].

Defined in [[zooref#df99|[DF99]]].

----
===== &lt;span id=&quot;awpp&quot; style=&quot;color:red&quot;&gt;AWPP&lt;/span&gt;: Almost [[#wpp|WPP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that for some polynomial-time computable (i.e. [[#fp|FP]]) function f,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the difference between the number of accepting and rejecting paths is non-negative and at most 2&lt;sup&gt;-poly(n)&lt;/sup&gt;f(x).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the difference is between (1-2&lt;sup&gt;-poly(n)&lt;/sup&gt;)f(x) and f(x).&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ffk94|[FFK94]]].

Contains [[#bqp|BQP]] [[zooref#fr98|[FR98]]], [[#wapp|WAPP]] [[zooref#bgm02|[BGM02]]], [[#lwpp|LWPP]], and [[#wpp|WPP]].

Contained in [[#app|APP]] [[zooref#fen02|[Fen02]]].

----

===== &lt;span id=&quot;awsat&quot; style=&quot;color:red&quot;&gt;AW[SAT]&lt;/span&gt;: Alternating [[#wsat|W[SAT]]] =====
Basically has the same relation to [[#wsat|W[SAT]]] as [[#pspace|PSPACE]] does to [[#np|NP]].

The class of decision problems of the form (x,r,k&lt;sub&gt;1&lt;/sub&gt;,...,k&lt;sub&gt;r&lt;/sub&gt;) (r,k&lt;sub&gt;1&lt;/sub&gt;,...,k&lt;sub&gt;r&lt;/sub&gt; parameters), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Parameterized QBFSAT:''' Given a Boolean formula F (with no restriction on depth), over disjoint variable sets S&lt;sub&gt;1&lt;/sub&gt;,...,S&lt;sub&gt;r&lt;/sub&gt;.  Does there exist an assignment to S&lt;sub&gt;1&lt;/sub&gt; of Hamming weight k&lt;sub&gt;1&lt;/sub&gt;, such that for all assignments to S&lt;sub&gt;2&lt;/sub&gt; of Hamming weight k&lt;sub&gt;2&lt;/sub&gt;, etc. (alternating 'there exists' and 'for all'), F is satisfied?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contains [[#awstar|AW[*]]], and is contained in [[#awp|AW[P]]].

----
===== &lt;span id=&quot;awstar&quot; style=&quot;color:red&quot;&gt;AW[*]&lt;/span&gt;: Alternating [[#wstar|W[*]]] =====
The union of [[#awt|AW[t]]] over all t.

----
===== &lt;span id=&quot;awt&quot; style=&quot;color:red&quot;&gt;AW[t]&lt;/span&gt;: Alternating [[#wt|W[t]]] =====
Has the same relation to [[#wt|W[t]]] as [[#pspace|PSPACE]] does to [[#np|NP]].

Same as [[#awsat|AW[SAT]]], except that the formula F can have depth at most t.

Defined in [[zooref#df99|[DF99]]].

Contained in [[#awstar|AW[*]]].

----
===== &lt;span id=&quot;axp&quot; style=&quot;color:red&quot;&gt;AxP&lt;/span&gt;: Approximable in Polynomial Time =====
Usually called AP in the literature.  I've renamed it AxP to distinguish it from the &quot;other&quot; [[#ap|AP]].

The class of real-valued functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to [0,1] that can be approximated within any &amp;epsilon;&gt;0 by a deterministic Turing machine in time polynomial in n and 1/&amp;epsilon;.

Defined by [[zooref#krc00|[KRC00]]], who also showed that the set of AxP machines is in [[#re|RE]].

----
===== &lt;span id=&quot;axpp&quot; style=&quot;color:red&quot;&gt;AxPP&lt;/span&gt;: Approximable in Probabilistic Polynomial Time =====
Usually called APP.  I've renamed it AxPP to distinguish it from the &quot;other&quot; [[#app|APP]].

The class of real-valued functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to [0,1] that can be approximated within any &amp;epsilon;&gt;0 by a probabilistic Turing machine in time polynomial in n and 1/&amp;epsilon;.

Defined by [[zooref#krc00|[KRC00]]], who also show the following:
&lt;ul&gt;
&lt;li&gt;Approximating the acceptance probability of a Boolean circuit is AxPP-complete.  The authors argue that this makes AxPP a more natural class than [[#bpp|BPP]], since the latter is not believed to have complete problems.&lt;/li&gt;
&lt;li&gt;If AxPP = [[#axp|AxP]], then [[#bpp|BPP]] = [[#p|P]].&lt;/li&gt;
&lt;li&gt;On the other hand, there exists an oracle relative to which [[#bpp|BPP]] = [[#p|P]] but AxPP does not equal [[#axp|AxP]].&lt;/li&gt;
&lt;/ul&gt;
Interestingly, it is unclear whether the set of AxPP machines is in [[#re|RE]].

----
===== &lt;span id=&quot;betap&quot; style=&quot;color:red&quot;&gt;&amp;#946;P&lt;/span&gt;: Limited-Nondeterminism [[#np|NP]] =====
&amp;#946;&lt;sub&gt;k&lt;/sub&gt;P is the class of decision problems solvable by a polynomial-time Turing machine that makes O(log&lt;sup&gt;k&lt;/sup&gt;n) nondeterministic transitions, with the same acceptance mechanism as [[#np|NP]].  Equivalently, the machine receives a purported proof of size O(log&lt;sup&gt;k&lt;/sup&gt;n) that the answer is 'yes.'

Then &amp;#946;P is the union of &amp;#946;&lt;sub&gt;k&lt;/sub&gt;P over all constant k.

Defined in [[zooref#kf84|[KF84]]].  See also the survey [[zooref#glm96|[GLM96]]].

There exist oracles relative to which basically any consistent inclusion structure among the &amp;#946;&lt;sub&gt;k&lt;/sub&gt;P's can be realized [[zooref#bg98|[BG98]]].

&amp;#946;&lt;sub&gt;2&lt;/sub&gt;P contains [[#lognp|LOGNP]] and [[#logsnp|LOGSNP]].

----
===== &lt;span id=&quot;bh&quot; style=&quot;color:red&quot;&gt;BH&lt;/span&gt;: Boolean Hierarchy Over [[#np|NP]] =====
The smallest class that contains [[#np|NP]] and is closed under union, intersection, and complement.

The levels are defined as follows:
&lt;ul&gt;
&lt;li&gt;BH&lt;sub&gt;1&lt;/sub&gt; = [[#np|NP]].&lt;/li&gt;
&lt;li&gt;BH&lt;sub&gt;2i&lt;/sub&gt; is the class of languages that are the intersection of a BH&lt;sub&gt;2i-1&lt;/sub&gt; language with a [[#conp|coNP]] language.&lt;/li&gt;
&lt;li&gt;BH&lt;sub&gt;2i+1&lt;/sub&gt; is the class of languages that are the union of a BH&lt;sub&gt;2i&lt;/sub&gt; language with an [[#np|NP]] language.&lt;/li&gt;
&lt;/ul&gt;
Then BH is the union over all i of BH&lt;sub&gt;i&lt;/sub&gt;.

Defined in [[zooref#ww85|[WW85]]].

For more detail see [[zooref#cgh88|[CGH+88]]].

Contained in [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] and indeed in [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]].

If BH collapses at any level, then [[#ph|PH]] collapses to &amp;#931;&lt;sub&gt;3&lt;/sub&gt;P [[zooref#kad88|[Kad88]]].

See also: [[#qh|QH]].

----
===== &lt;span id=&quot;bpdp&quot; style=&quot;color:red&quot;&gt;BP&lt;sub&gt;d&lt;/sub&gt;(P)&lt;/span&gt;: Polynomial Size d-Times-Only Branching Program =====
Defined in [[zooref#weg88|[Weg88]]].

The class of decision problems solvable by a family of polynomial size branching programs, with the additional condition that each bit of the input is tested at most d times.

BP&lt;sub&gt;d&lt;/sub&gt;(P) strictly contains BP&lt;sub&gt;d-1&lt;/sub&gt;(P), for every d &amp;gt; 1 [[zooref#tha98|[Tha98]]].

Contained in [[#pbp|PBP]].

See also: [[#pobdd|P-OBDD]], [[#kpbp|k-PBP]].
----

===== &lt;span id=&quot;bpe&quot; style=&quot;color:red&quot;&gt;BPE&lt;/span&gt;: Bounded-Error Probabilistic [[#e|E]] =====
Has the same relation to [[#e|E]] as [[#bpp|BPP]] does to [[#p|P]].

[[#ee|EE]] = BPE if and only if [[#exp|EXP]] = [[#bpp|BPP]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;bpee&quot; style=&quot;color:red&quot;&gt;BPEE&lt;/span&gt;: Bounded-Error Probabilistic [[#ee|EE]] =====
Has the same relation to [[#ee|EE]] as [[#bpp|BPP]] does to [[#p|P]].

----
===== &lt;span id=&quot;bphspace&quot; style=&quot;color:red&quot;&gt;BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))&lt;/span&gt;: Bounded-Error Halting Probabilistic f(n)-Space =====
The class of decision problems solvable in O(f(n))-space with error probability at most 1/3, by a Turing machine that halts on every input &lt;i&gt;and&lt;/i&gt; every random tape setting.

Contains [[#rhspace|R&lt;sub&gt;H&lt;/sub&gt;SPACE]](f(n)).

Is contained in [[#dspace|DSPACE]](f(n)&lt;sup&gt;3/2&lt;/sup&gt;) [[zooref#sz95|[SZ95]]].

----
===== &lt;span id=&quot;bpl&quot; style=&quot;color:red&quot;&gt;BPL&lt;/span&gt;: Bounded-Error Probabilistic [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#bpp|BPP]] does to [[#p|P]].  The Turing machine has to halt with probability 1 on every input.

Contained in [[#sc|SC]] [[zooref#nis92|[Nis92]]] and in [[#pl|PL]].

----
===== &lt;span id=&quot;bpnp&quot; style=&quot;color:red&quot;&gt;BP&amp;#149;NP&lt;/span&gt;: Probabilistic [[#np|NP]] =====
Equals [[#am|AM]].

----
===== &lt;span id=&quot;bpp&quot; style=&quot;color:red&quot;&gt;BPP&lt;/span&gt;: Bounded-Error Probabilistic Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes' then at least 2/3 of the computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no' then at most 1/3 of the computation paths accept.&lt;/li&gt;
&lt;/ol&gt;
(Here all computation paths have the same length.)

Often identified as the class of feasible problems for a computer with access to a genuine random-number source.

Defined in [[zooref#gil77|[Gil77]]].

Contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#lau83|[Lau83]]], and indeed in [[#zpp|ZPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#gz97|[GZ97]]].

If BPP contains [[#np|NP]], then [[#rp|RP]] = [[#np|NP]] [[zooref#ko82|[Ko82]]] and [[#ph|PH]] is contained in BPP [[zooref#zac88|[Zac88]]].

If any problem in [[#e|E]] requires circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt;, then BPP = [[#p|P]] [[zooref#iw97|[IW97]]] (in other words, BPP can be derandomized).

Indeed, &lt;i&gt;any&lt;/i&gt; proof that BPP = [[#p|P]] requires showing either that [[#nexp|NEXP]] is not in [[#ppoly|P/poly]], or else that [[#sharpp|#P]] requires superpolynomial-size arithmetic circuits [[zooref#ki02|[KI02]]].

BPP is not known to contain complete problems.  [[zooref#sip82|[Sip82]]], [[zooref#hh86|[HH86]]] give oracles relative to which BPP has no complete problems.

There exist oracles relative to which [[#p|P]] = [[#rp|RP]] but still [[#p|P]] is not equal to BPP [[zooref#bf99|[BF99]]].

In contrast to the case of [[#p|P]], it is unknown whether BPP collapses to [[#bptime|BPTIME]](n&lt;sup&gt;c&lt;/sup&gt;) for some fixed constant c.  However, [[zooref#bar02|[Bar02]]] and [[zooref#fs04|[FS04]]] have shown hierarchy theorems for BPP with a small amount of advice.

Equals [[#almostp|Almost-P]].

See also: [[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]].

----

===== &lt;span id=&quot;bppcc&quot; style=&quot;color:red&quot;&gt;BPP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#bpp|BPP]] =====
The analogue of [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] for bounded-error probabilistic communication complexity.

Does not equal [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]], and is not contained in [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]], because of the EQUALITY problem.

Defined in [[zooref#bfs86|[BFS86]]].

----
===== &lt;span id=&quot;bppkt&quot; style=&quot;color:red&quot;&gt;BPP&lt;sup&gt;KT&lt;/sup&gt;&lt;/span&gt;: [[#bpp|BPP]] With Time-Bounded Kolmogorov Complexity Oracle =====
[[#bpp|BPP]] with an oracle that, given a string x, returns the minimum over all programs P that output x&lt;sub&gt;i&lt;/sub&gt; on input i, of the length of P plus the maximum time taken by P on any input.

A similar class was defined in [[zooref#abk02|[ABK+02]]], where it was also shown that in BPP&lt;sup&gt;KT&lt;/sup&gt; one can factor, compute discrete logarithms, and more generally invert any one-way function on a non-negligible fraction of inputs.

See also: [[#pk|P&lt;sup&gt;K&lt;/sup&gt;]].

----
===== &lt;span id=&quot;bpplog&quot; style=&quot;color:red&quot;&gt;BPP/log&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Karp-Lipton Advice =====
The class of problems solvable by a semantic [[#bpp|BPP]] machine with O(log n) advice bits that depend only on the input length n.  If the advice is good, the output must be correct with probability at least 2/3.  If it is bad, the machine must provide some answer with probability at least 2/3.  See the discussion for [[#bqppoly|BQP/poly]].

Contained in [[#bppmlog|BPP/mlog]].

----
===== &lt;span id=&quot;bppmlog&quot; style=&quot;color:red&quot;&gt;BPP/mlog&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Deterministic Merlin-Like Advice =====
The class of problems solvable by a syntactic [[#bpp|BPP]] machine with O(log n) advice bits that depend only on the input length n.  If the advice is good, the output must be correct with probability at least 2/3.  If it is bad, it need not be.

Contained in [[#bpprlog|BPP/rlog]].

----
===== &lt;span id=&quot;bppsslog&quot; style=&quot;color:red&quot;&gt;BPP//log&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Randomness-Dependent Advice =====
The class of problems solvable by a [[#bpp|BPP]] machine that is given O(log n) advice bits, which can depend on both the machine's random coin flips and the input length n, but not on the input itself.

Defined in [[zooref#tv02|[TV02]]], where it was also shown that if [[#exp|EXP]] is in BPP//log then
[[#exp|EXP]] = [[#bpp|BPP]], and if [[#pspace|PSPACE]] is in BPP//log then [[#pspace|PSPACE]] = [[#bpp|BPP]].

----
===== &lt;span id=&quot;bpprlog&quot; style=&quot;color:red&quot;&gt;BPP/rlog&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Deterministic Merlin-Like Advice =====
The class of problems solvable by a syntactic [[#bpp|BPP]] machine with O(log n) random advice bits whose probability distribution depends only on the input length n.  For each n, there exists good advice such that the output is correct with probability at least 2/3.

Contains [[#bppmlog|BPP/mlog]].  The inclusion is strict, because BPP/rlog contains any finitely sparse language by fingerprinting; see the discussion for [[#all|ALL]].

Contained in [[#bppsslog|BPP//log]].

----
===== &lt;span id=&quot;bppobdd&quot; style=&quot;color:red&quot;&gt;BPP-OBDD&lt;/span&gt;: Polynomial-Size Bounded-Error Ordered Binary Decision Diagram =====
Same as [[#pobdd|P-OBDD]], except that probabilistic transitions are allowed and the OBDD need only accept with probability at least 2/3.

Does not contain the integer multiplication problem [[zooref#ak96|[AK96]]].

Strictly contained in [[#bqpobdd|BQP-OBDD]] [[zooref#nhk00|[NHK00]]].

----
===== &lt;span id=&quot;bpppath&quot; style=&quot;color:red&quot;&gt;BPP&lt;sub&gt;path&lt;/sub&gt;&lt;/span&gt;: Threshold [[#bpp|BPP]] =====
Same as [[#bpp|BPP]], except that now the computation paths need not all have the same length.

Defined in [[zooref#hht97|[HHT97]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;BPP&lt;sub&gt;path&lt;/sub&gt; contains [[#ma|MA]] and [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]], and is contained in [[#pp|PP]] and [[#bpp|BPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;BPP&lt;sub&gt;path&lt;/sub&gt; is closed under complementation, intersection, and union.&lt;/li&gt;
&lt;li&gt;If BPP&lt;sub&gt;path&lt;/sub&gt; = BPP&lt;sub&gt;path&lt;/sub&gt;&lt;sup&gt;BPPpath&lt;/sup&gt;, then [[#ph|PH]] collapses to BPP&lt;sub&gt;path&lt;/sub&gt;.&lt;/li&gt;
&lt;li&gt;If BPP&lt;sub&gt;path&lt;/sub&gt; contains [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]], then [[#ph|PH]] collapses to [[#bpp|BPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.&lt;/li&gt;
&lt;/ul&gt;
There exists an oracle relative to which BPP&lt;sub&gt;path&lt;/sub&gt; is not contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bgm02|[BGM02]]].

----
===== &lt;span id=&quot;bpqp&quot; style=&quot;color:red&quot;&gt;BPQP&lt;/span&gt;: Bounded-Error Probabilistic [[#qp|QP]] =====
Equals [[#bptime|BPTIME]](2&lt;sup&gt;O((log n)^k)&lt;/sup&gt;); that is, the class of problems solvable in quasipolynomial-time on a bounded-error machine.

Defined in [[zooref#cns99|[CNS99]]], where the following was also shown:
&lt;ul&gt;
If either (1) [[#sharpp|#P]] does not have a subexponential-time bounded-error algorithm, or (2) [[#exp|EXP]] does not have subexponential-size circuits, then the BPQP hierarchy is strict -- that is, for all a &amp;lt; b at least 1, [[#bptime|BPTIME]](2&lt;sup&gt;(log n)^a&lt;/sup&gt;) is strictly contained in [[#bptime|BPTIME]](2&lt;sup&gt;(log n)^b&lt;/sup&gt;).
&lt;/ul&gt;

----
===== &lt;span id=&quot;bpspace&quot; style=&quot;color:red&quot;&gt;BPSPACE(f(n))&lt;/span&gt;: Bounded-Error Probabilistic f(n)-Space =====
The class of decision problems solvable in O(f(n))-space with error probability at most 1/3, by a Turing machine that halts with probability 1 on every input.

Contains [[#rspace|RSPACE(f(n))]] and [[#bphspace|BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]].

----
===== &lt;span id=&quot;bptime&quot; style=&quot;color:red&quot;&gt;BPTIME(f(n))&lt;/span&gt;: Bounded-Error Probabilistic f(n)-Time =====
Same as [[#bpp|BPP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#gil77|[Gil77]]].

BPTIME(n&lt;sup&gt;log n&lt;/sup&gt;) does not equal BPTIME(2&lt;sup&gt;n^&amp;epsilon;&lt;/sup&gt;) for any &amp;epsilon;&gt;0 [[zooref#kv88|[KV88]]].  Proving a stronger time hierarchy theorem for BPTIME is a longstanding open problem; see [[zooref#bh97|[BH97]]] for details.

[[zooref#bar02|[Bar02]]] has shown the following:
&lt;ul&gt;
&lt;li&gt;If we allow a small number of advice bits (say log n), then there is a strict hierarchy: for every d at least 1, BPTIME(n&lt;sup&gt;d&lt;/sup&gt;)/(log n) does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;)/(log n).&lt;/li&gt;
&lt;li&gt;In the uniform setting, if [[#bpp|BPP]] has complete problems then BPTIME(n&lt;sup&gt;d&lt;/sup&gt;) does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;).&lt;/li&gt;
&lt;li&gt;BPTIME(n) does not equal [[#np|NP]].&lt;/li&gt;
&lt;/ul&gt;
Subsequently, [[zooref#fs04|[FS04]]] managed to reduce the number of advice bits to only 1: BPTIME(n&lt;sup&gt;d&lt;/sup&gt;)/1 does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;)/1.  They also proved a hierarchy theorem for [[#heurbptime|HeurBPTIME]].

For another bounded-error hierarchy result, see [[#bpqp|BPQP]].

----
===== &lt;span id=&quot;bqnc&quot; style=&quot;color:red&quot;&gt;BQNC&lt;/span&gt;: Alternate Name for [[#qnc|QNC]] =====

----
===== &lt;span id=&quot;bqnp&quot; style=&quot;color:red&quot;&gt;BQNP&lt;/span&gt;: Alternate Name for [[#qma|QMA]] =====

----
===== &lt;span id=&quot;bqp&quot; style=&quot;color:red&quot;&gt;BQP&lt;/span&gt;: Bounded-Error Quantum Polynomial-Time =====
The class of decision problems solvable in polynomial time by a quantum Turing machine, with at most 1/3 probability of error.

One can equivalently define BQP as the class of decision problems solvable by a uniform family of polynomial-size quantum circuits, with at most 1/3 probability of error [[zooref#yao93|[Yao93]]].  Any universal gate set can be used as a basis; however, a technicality is that the transition amplitudes must be efficiently computable, since otherwise one could use them to encode the solutions to hard problems (see [[zooref#adh97|[ADH97]]]).

BQP is often identified as the class of feasible problems for quantum computers.

Contains the factoring and discrete logarithm problems [[zooref#sho97|[Sho97]]], the hidden Legendre symbol problem [[zooref#dhi02|[DHI02]]], the Pell's equation and principal ideal problems [[zooref#hal02|[Hal02]]], and some other problems not thought to be in [[#bpp|BPP]].

Defined in [[zooref#bv97|[BV97]]], where it is also shown that BQP contains [[#bpp|BPP]] and is contained in [[#p|P]] with a [[#sharpp|#P]] oracle.

BQP&lt;sup&gt;BQP&lt;/sup&gt; = BQP [[zooref#bv97|[BV97]]].

[[zooref#adh97|[ADH97]]] showed that BQP is contained in [[#pp|PP]], and [[zooref#fr98|[FR98]]] showed that BQP is contained in [[#awpp|AWPP]].

There exist oracles relative to which:
&lt;ul&gt;
&lt;li&gt;BQP does not equal [[#bpp|BPP]] [[zooref#bv97|[BV97]]] (and by similar arguments, is not in [[#ppoly|P/poly]]).&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[#ma|MA]] [[zooref#wat00|[Wat00]]].&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[#modkp|Mod&lt;sub&gt;p&lt;/sub&gt;P]] for prime p [[zooref#gv02|[GV02]]].&lt;/li&gt;
&lt;li&gt;[[#np|NP]], and indeed [[#npiconp|NP &amp;#8745; coNP]], are not contained in BQP (in fact, this holds with probability 1 relative to a random oracle and a random permutation oracle, respectively) [[zooref#bbb97|[BBB+97]]].&lt;/li&gt;
&lt;li&gt;[[#szk|SZK]] is not contained in BQP [[zooref#aar02|[Aar02]]].&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[#szk|SZK]] (follows easily using the quantum walk problem in [[zooref#ccd03|[CCD+03]]]).&lt;/li&gt;
&lt;/ul&gt;

----

===== &lt;span id=&quot;bqplog&quot; style=&quot;color:red&quot;&gt;BQP/log&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Karp-Lipton Advice =====
Same as [[#bqppoly|BQP/poly]] except that the advice is O(log n) bits instead of a polynomial number.

Contained in [[#bqpmlog|BQP/mlog]].

----
===== &lt;span id=&quot;bqppoly&quot; style=&quot;color:red&quot;&gt;BQP/poly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Karp-Lipton Advice =====
Is to [[#bqpmpoly|BQP/mpoly]] as [[#existsbpp|&amp;#8707;BPP]] is to [[#ma|MA]].  Namely, the [[#bqp|BQP]] machine is required to give some answer with probability at least 2/3 even if the advice is bad.  Even though [[#bqpmpoly|BQP/mpoly]] is a more natural class, BQP/poly follows the standard definition of advice as a class operator [[zooref#kl82|[KL82]]].

Contained in [[#bqpmpoly|BQP/mpoly]] and contains [[#bqplog|BQP/log]].

----
===== &lt;span id=&quot;bqpmlog&quot; style=&quot;color:red&quot;&gt;BQP/mlog&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Deterministic Merlin-Like Advice =====
Same as [[#bqpmpoly|BQP/mpoly]] except that the advice is O(log n) bits instead of a polynomial number.

Strictly contained in [[#bqpqlog|BQP/qlog]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;bqpmpoly&quot; style=&quot;color:red&quot;&gt;BQP/mpoly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Deterministic Merlin-Like Advice =====
The class of languages recognized by a syntactic BQP machine with deterministic polynomial advice that depends only on the input length, such that the output is correct with probability 2/3 when the advice is good.

Can also be defined as the class of problems solvable by a nonuniform family of polynomial-size quantum circuits, just as [[#ppoly|P/poly]] is the class solvable by a nonuniform family of polynomial-size classical circuits.

Referred to with a variety of other ad hoc names, including [[#bqppoly|BQP/poly]] on occassion.

Contains [[#bqpqlog|BQP/qlog]], and is contained in [[#bqpqpoly|BQP/qpoly]].

Does not contain [[#espace|ESPACE]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;bqpqlog&quot; style=&quot;color:red&quot;&gt;BQP/qlog&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Quantum Advice =====
Same as [[#bqpmlog|BQP/mlog]] except that the advice is quantum instead of classical.

Strictly contains [[#bqpmlog|BQP/mlog]] [[zooref#ny03|[NY03]]].

Contained in [[#bqpmpoly|BQP/mpoly]].

----
===== &lt;span id=&quot;bqpqpoly&quot; style=&quot;color:red&quot;&gt;BQP/qpoly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Quantum Advice =====
The class of problems solvable by a [[#bqp|BQP]] machine that receives a quantum state &amp;psi;&lt;sub&gt;n&lt;/sub&gt; as advice, which depends only on the input length n.

As with [[#bqpmpoly|BQP/mpoly]], the acceptance probability does not need to be bounded away from 1/2 if the machine is given bad advice. (Thus, we are discussing the class that [[zooref#ny03|[NY03]]] call BQP/*Qpoly.) Indeed, such a condition would make ''quantum'' advice unusable, by a continuity argument.

Does not contain [[#eespace|EESPACE]] [[zooref#ny03|[NY03]]].

[[zooref#aar04b|[Aar04b]]] shows the following:
&lt;ul&gt;
&lt;li&gt;There exists an oracle relative to which BQP/qpoly does not contain [[#np|NP]].&lt;/li&gt;
&lt;li&gt;BQP/qpoly is contained in [[#pppoly|PP/poly]].&lt;/li&gt;
&lt;/ul&gt;
A ''classical'' oracle separation between BQP/qpoly and [[#bqpmpoly|BQP/mpoly]] is presently unknown, but there is a ''quantum'' oracle separation [[zooref#ak06|[AK06]]].  An unrelativized separation is too much to hope for, since it would imply that [[#pp|PP]] is not contained in [[#ppoly|P/poly]].

Contains [[#bqpmpoly|BQP/mpoly]].

----

===== &lt;span id=&quot;bqpobdd&quot; style=&quot;color:red&quot;&gt;BQP-OBDD&lt;/span&gt;: Polynomial-Size Bounded-Error Quantum Ordered Binary Decision Diagram =====
Same as [[#pobdd|P-OBDD]], except that unitary (quantum) transitions are allowed and the OBDD need only accept with probability at least 2/3.

Strictly contains [[#bppobdd|BPP-OBDD]] [[zooref#nhk00|[NHK00]]].

----
===== &lt;span id=&quot;bqpspace&quot; style=&quot;color:red&quot;&gt;BQPSPACE&lt;/span&gt;: Bounded-Error Quantum [[#pspace|PSPACE]] =====
Equals [[#pspace|PSPACE]] and [[#ppspace|PPSPACE]].

----
===== &lt;span id=&quot;bqtime&quot; style=&quot;color:red&quot;&gt;BQTIME(f(n))&lt;/span&gt;: Bounded-Error Quantum f(n)-Time =====
Same as [[#bqp|BQP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#bv97|[BV97]]].

----
===== &lt;span id=&quot;bqpttmpoly&quot; style=&quot;color:red&quot;&gt;BQP&lt;sub&gt;tt&lt;/sub&gt;/poly&lt;/span&gt;: [[#bqpmpoly|BQP/mpoly]] With Truth-Table Queries =====
Same as [[#bqpmpoly|BQP/mpoly]], except that the machine only gets to make &lt;i&gt;nonadaptive&lt;/i&gt; queries to whatever oracle it might have.

Defined in [[zooref#ny03b|[NY03b]]], where it was also shown that [[#p|P]] is not contained in BQP&lt;sub&gt;tt&lt;/sub&gt;/poly relative to an oracle.

----
===== &lt;span id=&quot;bwbp&quot; style=&quot;color:red&quot;&gt;k-BWBP&lt;/span&gt;: Bounded-Width Branching Program =====
Alternate name for k-[[#kpbp|PBP]].

----
===== &lt;span id=&quot;cequalsac0&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Exact-Counting [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of problems for which there exists a [[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] function f such that the answer is &quot;yes&quot; on input x if and only if f(x)=0.

Equals [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] and [[#pac0|PAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;cequalsl&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;L&lt;/span&gt;: Exact-Counting [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] does to [[#p|P]].

C&lt;sub&gt;=&lt;/sub&gt;L&lt;sup&gt;C=L&lt;/sup&gt; = L&lt;sup&gt;C=L&lt;/sup&gt; [[zooref#abo99|[ABO99]]].

----
===== &lt;span id=&quot;cequalsp&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;P&lt;/span&gt;: Exact-Counting Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that the number of accepting paths exactly equals the number of rejecting paths, if and only if the answer is 'yes.'

Equals [[#conqp|coNQP]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;cfl&quot; style=&quot;color:red&quot;&gt;CFL&lt;/span&gt;: Context-Free Languages =====
Does not equal [[#qcfl|QCFL]] [[zooref#mc00|[MC00]]].

Contained in [[#logcfl|LOGCFL]].

Strictly contains [[#dcfl|DCFL]] [[zooref#bra77|[Bra77]]].

----
===== &lt;span id=&quot;ch&quot; style=&quot;color:red&quot;&gt;CH&lt;/span&gt;: Counting Hierarchy =====
The union of the [[#ckp|C&lt;sub&gt;k&lt;/sub&gt;P]]'s over all constant k.

Contained in [[#pspace|PSPACE]].

It is an open problem whether there exists an oracle relative to which CH is infinite, or even unequal to [[#pspace|PSPACE]].  This is closely related to the problem of whether [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] = [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

----
===== &lt;span id=&quot;check&quot; style=&quot;color:red&quot;&gt;Check&lt;/span&gt;: Checkable Languages =====
The class of problems such that a polynomial-time program P that allegedly solves them can be &lt;i&gt;checked&lt;/i&gt; efficiently.  That is, f is in Check if there exists a [[#bpp|BPP]] algorithm C such that for all programs P and inputs x,
&lt;ol&gt;
&lt;li&gt;If P(y)=f(y) for all inputs y, then C&lt;sup&gt;P&lt;/sup&gt;(x) (C with oracle access to P) accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If P(x) is not equal to f(x) then C&lt;sup&gt;P&lt;/sup&gt;(x) accepts with probability at most 1/3.&lt;/li&gt;
&lt;/ol&gt;

Introduced in [[zooref#bk89|[BK89]]], where it was also shown that Check equals [[#frip|frIP]] &amp;#8745; [[#cofrip|cofrIP]].

Check is contained in [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]] [[zooref#frs88|[FRS88]]].

[[zooref#bg94|[BG94]]] show that if [[#nee|NEE]] is not contained in [[#bpee|BPEE]] then [[#np|NP]] is not contained in Check.

----
===== &lt;span id=&quot;clsharpp&quot; style=&quot;color:red&quot;&gt;CL#P&lt;/span&gt;: Cluster Sharp-P =====
The class of [[#sharpp|#P]] function problems such that some underlying [[#np|NP]] machine &lt;math&gt;M&lt;/math&gt; witnessing membership in [[#sharpp|#P]] has
&quot;clustered&quot; accepting paths. That is:
&lt;ul&gt;
&lt;li&gt;There exists a polynomial &lt;math&gt;p&lt;/math&gt; such that each computation path of &lt;math&gt;M&lt;/math&gt; on each input &lt;math&gt;x&lt;/math&gt; is exactly &lt;math&gt;p(|x|)&lt;/math&gt; bits long.&lt;/li&gt;
&lt;li&gt;There is a length-respecting total order &lt;math&gt;A&lt;/math&gt; having polynomial-time computable adjacency checks on the computation paths of &lt;math&gt;M&lt;/math&gt;.&lt;/li&gt;
&lt;li&gt;The accepting paths of &lt;math&gt;M&lt;/math&gt; on any input &lt;math&gt;x&lt;/math&gt; are contiguous with respect to &lt;math&gt;A&lt;/math&gt;.&lt;/li&gt;
&lt;/ul&gt;
Defined in [[zooref#hhk05|[HHK+05]]].

----

===== &lt;span id=&quot;ckp&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: k&lt;sup&gt;th&lt;/sup&gt; Level of [[#ch|CH]] =====
Defined as follows:
&lt;ul&gt;
&lt;li&gt;C&lt;sub&gt;0&lt;/sub&gt;P = [[#p|P]]&lt;/li&gt;
&lt;li&gt;C&lt;sub&gt;1&lt;/sub&gt;P = [[#pp|PP]]&lt;/li&gt;
&lt;li&gt;C&lt;sub&gt;2&lt;/sub&gt;P = [[#pp|PP]]&lt;sup&gt;[[#pp|PP]]&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;In general, C&lt;sub&gt;k+1&lt;/sub&gt;P is [[#pp|PP]] with C&lt;sub&gt;k&lt;/sub&gt;P oracle&lt;/li&gt;
&lt;/ul&gt;
The union of the C&lt;sub&gt;k&lt;/sub&gt;P's is called the counting hierarchy, [[#ch|CH]].

Defined in [[zooref#wag86|[Wag86]]].

See [[zooref#tor91|[Tor91]]] or [[zooref#aw90|[AW90]]] for more information.

----
===== &lt;span id=&quot;clog&quot; style=&quot;color:red&quot;&gt;CLOG&lt;/span&gt;: Continuous Logarithmic-Time =====
Roughly, the class of continuous problems solvable by an ordinary differential equation (ODE) with convergence time logarithmic in the size of the input.  The vector field of the ODE is specified by an [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] formula, with n parameters that represent the input.  The point to which the ODE converges (assuming it does) is the output.

Defined in [[zooref#bsf02|[BSF02]]], which should be consulted for more details.

[[zooref#bsf02|[BSF02]]] show that finding the maximum of n integers is in CLOG.  Thus, CLOG is best thought of as the continuous-time analog of [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]], not of [[#dtime|DTIME]](log n).

Contained in [[#cp|CP]].

----
===== &lt;span id=&quot;cnp&quot; style=&quot;color:red&quot;&gt;CNP&lt;/span&gt;: Continuous [[#np|NP]] =====
A nondeterministic analog of [[#cp|CP]].  Defined in [[zooref#sf98|[SF98]]], which should be consulted for the definition (it has something to do with strange attractors, I think).

The authors raise the question of whether [[#cp|CP]] equals CNP.

----
===== &lt;span id=&quot;coam&quot; style=&quot;color:red&quot;&gt;coAM&lt;/span&gt;: Complement of [[#am|AM]] =====

----
===== &lt;span id=&quot;cocequalsp&quot; style=&quot;color:red&quot;&gt;coC&lt;sub&gt;=&lt;/sub&gt;P&lt;/span&gt;: Complement of [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] =====
Equals [[#nqp|NQP]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;cofrip&quot; style=&quot;color:red&quot;&gt;cofrIP&lt;/span&gt;: Complement of [[#frip|frIP]] =====

----
===== &lt;span id=&quot;coh&quot; style=&quot;color:red&quot;&gt;Coh&lt;/span&gt;: Coherent Languages =====
The class of problems L that are &lt;i&gt;efficiently autoreducible&lt;/i&gt;, in the sense that given an input x and access to an oracle for L, a [[#bpp|BPP]] machine can compute L(x) by querying L only on points that differ from x.

Defined in [[zooref#yao90b|[Yao90b]]].

[[zooref#bg94|[BG94]]] show that, assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], Coh &amp;#8745; [[#np|NP]] is not contained in any of [[#compnp|compNP]], [[#check|Check]], or [[#frip|frIP]].

----
===== &lt;span id=&quot;coma&quot; style=&quot;color:red&quot;&gt;coMA&lt;/span&gt;: Complement of [[#ma|MA]] =====

----
===== &lt;span id=&quot;comodkp&quot; style=&quot;color:red&quot;&gt;coMod&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Complement of [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] =====

----
===== &lt;span id=&quot;compip&quot; style=&quot;color:red&quot;&gt;compIP&lt;/span&gt;: Competitive [[#ip|IP]] Proof System =====
Same as [[#compnp|compNP]] but for interactive ([[#ip|IP]]) proofs instead of [[#np|NP]] proofs.

More formally, compIP is the class of decision problems L in [[#ip|IP]] = [[#pspace|PSPACE]] such that, if the answer is &quot;yes,&quot; then that can be proven by an interactive protocol between a [[#bpp|BPP]] verifier and a prover, a [[#bpp|BPP]] machine with access only to an oracle for L.

Assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], [[#np|NP]] (and indeed [[#np|NP]] &amp;#8745; [[#coh|Coh]]) is not contained in [[#compip|compIP]] [[zooref#bg94|[BG94]]].

----

===== &lt;span id=&quot;compnp&quot; style=&quot;color:red&quot;&gt;compNP&lt;/span&gt;: Competitive [[#np|NP]] Proof System =====
The class of decision problems L in [[#np|NP]] such that, if the answer is &quot;yes,&quot; then a proof can be constructed in polynomial time given access only to an oracle for L.

Contains [[#npc|NPC]].

[[zooref#bg94|[BG94]]] show that compNP is contained in [[#frip|frIP]], and that assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], compNP does not equal [[#np|NP]].

----
===== &lt;span id=&quot;cone&quot; style=&quot;color:red&quot;&gt;coNE&lt;/span&gt;: Complement of [[#ne|NE]] =====

----
===== &lt;span id=&quot;conexp&quot; style=&quot;color:red&quot;&gt;coNEXP&lt;/span&gt;: Complement of [[#nexp|NEXP]] =====
Contained in [[#nexppoly|NEXP/poly]] (folklore result reported in [[http://weblog.fortnow.com/|Fortnow's weblog]]).

----
===== &lt;span id=&quot;conl&quot; style=&quot;color:red&quot;&gt;coNL&lt;/span&gt;: Complement of [[#nl|NL]] =====
Equals [[#nl|NL]] [[zooref#imm88|[Imm88]]] [[zooref#sze87|[Sze87]]].

----
===== &lt;span id=&quot;conp&quot; style=&quot;color:red&quot;&gt;coNP&lt;/span&gt;: Complement of [[#np|NP]] =====
If [[#np|NP]] = coNP, then any inconsistent Boolean formula of size n has a proof of inconsistency of size polynomial in n.

If [[#np|NP]] does not equal coNP, then [[#p|P]] does not equal [[#np|NP]].  But the other direction is not known.

See also: [[#npiconp|NP &amp;#8745; coNP]].

Every problem in coNP has an [[#ip|IP]] (interactive proof) system, where moreover the prover can be restricted to [[#bpp|BPP]]&lt;sup&gt;[[#sharpp|#P]]&lt;/sup&gt;.

----
===== &lt;span id=&quot;conpcc&quot; style=&quot;color:red&quot;&gt;coNP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Complement of [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;conppoly&quot; style=&quot;color:red&quot;&gt;coNP/poly&lt;/span&gt;: Complement of [[#nppoly|NP/poly]] =====
If [[#np|NP]] is contained in coNP/poly then [[#ph|PH]] collapses to [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#cch01|[CCH+01]]].

&lt;table border=&quot;2&quot;&gt;&lt;tr&gt;&lt;td&gt;[[#np|NP]]&lt;sup&gt;[[#np|NP]]^[[#np|NP]]^([[#conppoly|coNP/poly]] &amp;#8745; [[#np|NP]])&lt;/sup&gt; = [[#np|NP]]&lt;sup&gt;[[#np|NP]]^[[#np|NP]]&lt;/sup&gt; [[zooref#hno96|[HNO+96]]]&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;i&gt;Note:&lt;/i&gt; At the suggestion of Luis Antu&amp;ntilde;es, the above specimen of the Complexity Zoo has been locked in a cage.

----
===== &lt;span id=&quot;conqp&quot; style=&quot;color:red&quot;&gt;coNQP&lt;/span&gt;: Complement of [[#nqp|NQP]] =====
Equals [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;core&quot; style=&quot;color:red&quot;&gt;coRE&lt;/span&gt;: Complement of [[#re|RE]] =====
Does not equal [[#re|RE]].

The problem &quot;given a computable predicate P, is P true of all positive integers?&quot; is coRE-complete.

----
===== &lt;span id=&quot;cornc&quot; style=&quot;color:red&quot;&gt;coRNC&lt;/span&gt;: Complement of [[#rnc|RNC]] =====
Contains the problem of whether a bipartite graph has a perfect matching [[zooref#kar86|[Kar86]]].

----
===== &lt;span id=&quot;corp&quot; style=&quot;color:red&quot;&gt;coRP&lt;/span&gt;: Complement of [[#rp|RP]] =====
Defined in [[zooref#gil77|[Gil77]]].

Contains the problem of testing whether an integer is prime [[zooref#ss77|[SS77]]].

----
===== &lt;span id=&quot;cosl&quot; style=&quot;color:red&quot;&gt;coSL&lt;/span&gt;: Complement of [[#sl|SL]] =====

----
===== &lt;span id=&quot;cosparse&quot; style=&quot;color:red&quot;&gt;coSPARSE&lt;/span&gt;: Complement of [[#sparse|SPARSE]] =====

----
===== &lt;span id=&quot;coucc&quot; style=&quot;color:red&quot;&gt;coUCC&lt;/span&gt;: Complement of [[#ucc|UCC]] =====
[[zooref#tor00|[Tor00]]] showed the following problem complete for coUCC under [[#l|L]] reductions:
&lt;ul&gt;
Given a colored graph G with at most two vertices having any given color, does G have any nontrivial automorphisms?
&lt;/ul&gt;

----
===== &lt;span id=&quot;coup&quot; style=&quot;color:red&quot;&gt;coUP&lt;/span&gt;: Complement of [[#up|UP]] =====

----
===== &lt;span id=&quot;cp&quot; style=&quot;color:red&quot;&gt;CP&lt;/span&gt;: Continuous [[#p|P]] =====
Same as [[#clog|CLOG]], except that the convergence time can be polynomial rather than logarithmic in the input size.

Defined in [[zooref#bsf02|[BSF02]]] and [[zooref#sf98|[SF98]]].

Finding a maximum flow, which is [[#p|P]]-complete, can be done in CP [[zooref#bsf02|[BSF02]]].  Based on this the authors argue that &quot;[[#p|P]] is contained in CP,&quot; but this seems hard to formalize, since CP is not a complexity class in the usual sense.  They also conjecture that &quot;CP is contained in [[#p|P]]&quot; (i.e. the class of ODE's they consider can be integrated efficiently on a standard Turing machine), but this is open.

Contained in [[#cnp|CNP]].

----
===== &lt;span id=&quot;csize&quot; style=&quot;color:red&quot;&gt;CSIZE(f(n))&lt;/span&gt;: Circuit Size f(n) =====
The class of decision problems solvable by a (nonuniform) family of Boolean circuits of size O(f(n)).

So for example, CSIZE(poly(n)) (the union of CSIZE(n&lt;sup&gt;k&lt;/sup&gt;) over all k) equals [[#ppoly|P/poly]].

Defined in [[zooref#sm02|[SM02]]] among other places.

----
===== &lt;span id=&quot;csl&quot; style=&quot;color:red&quot;&gt;CSL&lt;/span&gt;: Context Sensitive Languages =====
The class of languages generated by context-sensitive grammars.

Equals [[#nspace|NSPACE]](n) [[zooref#kur64|[Kur64]]].

----
===== &lt;span id=&quot;czk&quot; style=&quot;color:red&quot;&gt;CZK&lt;/span&gt;: Computational Zero-Knowledge =====
Same as [[#szk|SZK]], except that now the two distributions are merely required to be &lt;i&gt;computationally indistinguishable&lt;/i&gt; by any [[#bpp|BPP]] algorithm; they don't have to be statistically close.  (The &quot;two distributions&quot; are (1) the distribution over Arthur's view of his interaction with Merlin, conditioned on Arthur's random coins, and (2) the distribution over views that Arthur can &lt;i&gt;simulate&lt;/i&gt; without Merlin's help.)

Unlike [[#szk|SZK]], it is not known if CZK is closed under complement.  CZK is now known to share other properties with [[#szk|SZK]]: the verifier may as well be honest and may as well show his coins, and CZK is closed under unions [[zooref#vad06|[Vad06]]].  (Previously, these properties were only established in the presence of one-way functions.)

Assuming the existence of one-way functions, CZK contains [[#np|NP]] [[zooref#gmw91|[GMW91]]], and indeed equals [[#ip|IP]]=[[#pspace|PSPACE]] [[zooref#bgg90|[BGG+90]]].  However, none of these implications of one-way functions relativize (Impagliazzo, unpublished).

On the other hand, if one-way functions do not exist then CZK = [[#avbpp|AVBPP]] [[zooref#ow93|[OW93]]].

Contains [[#pzk|PZK]] and [[#szk|SZK]].

----

===== &lt;span id=&quot;dsharpp&quot; style=&quot;color:red&quot;&gt;D#P&lt;/span&gt;: Alternate Name for [[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;dcfl&quot; style=&quot;color:red&quot;&gt;DCFL&lt;/span&gt;: Deterministic [[#cfl|CFL]] =====
The class of languages accepted by deterministic pushdown automata.

Defined in [[zooref#gg66|[GG66]]], where it was also shown that DCFL is strictly contained in [[#cfl|CFL]] and strictly contains [[#reg|REG]].

----
===== &lt;span id=&quot;delta2p&quot; style=&quot;color:red&quot;&gt;&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: [[#p|P]] With [[#np|NP]] Oracle =====
A level of [[#ph|PH]], the polynomial hierarchy.

Contains [[#bh|BH]].

There exists an oracle relative to which &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P is not contained in [[#pp|PP]] [[zooref#bei94|[Bei94]]].

There exists another oracle relative to which &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P is contained in [[#ppoly|P/poly]] [[zooref#bgs75|[BGS75]]], and indeed has linear-size circuits [[zooref#wil85|[Wil85]]].

If [[#p|P]] = [[#np|NP]], then any polynomial-size circuit C can be learned in &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P with C oracle [[zooref#aar06|[Aar06]]].

----

===== &lt;span id=&quot;deltabpp&quot; style=&quot;color:red&quot;&gt;&amp;#948;-BPP&lt;/span&gt;: &amp;#948;-Semi-Random [[#bpp|BPP]] =====
Same as [[#bpp|BPP]], except that the random bit source is biased as follows.  Each bit could depend on all the previous bits in arbitrarily complicated ways; the only promise is that the bit is 1 with probability in the range [&amp;#948;,1-&amp;#948;], conditioned on all previous bits.

So clearly 0-BPP = [[#p|P]] and 1/2-BPP = [[#bpp|BPP]].

It turns out that, for any &amp;#948;&amp;gt;0, &amp;#948;-BPP = [[#bpp|BPP]] [[zooref#vv85|[VV85]]], [[zooref#zuc91|[Zuc91]]].

----
===== &lt;span id=&quot;deltarp&quot; style=&quot;color:red&quot;&gt;&amp;#948;-RP&lt;/span&gt;: &amp;#948;-Semi-Random [[#rp|RP]] =====
Same as [[#deltabpp|&amp;#948;-BPP]], but for [[#rp|RP]] instead of [[#bpp|BPP]].

For any &amp;#948;&amp;gt;0, &amp;#948;-RP = [[#rp|RP]] [[zooref#vv85|[VV85]]].

----
===== &lt;span id=&quot;det&quot; style=&quot;color:red&quot;&gt;DET&lt;/span&gt;: Determinant =====
The class of decision problems reducible in [[#l|L]] to the problem of computing the determinant of an n-by-n matrix of n-bit integers.

Defined in [[zooref#coo85|[Coo85]]].

Contained in [[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]], and contains [[#nl|NL]] and [[#pl|PL]] [[zooref#bcp83|[BCP83]]].

Graph isomorphism is hard for DET under [[#l|L]]-reductions [[zooref#tor00|[Tor00]]].

----
===== &lt;span id=&quot;diffac0&quot; style=&quot;color:red&quot;&gt;DiffAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Difference [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to integers expressible as the difference of two [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] functions.

Equals [[#gapac0|GapAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;disnp&quot; style=&quot;color:red&quot;&gt;DisNP&lt;/span&gt;: Disjoint [[#np|NP]] Pairs =====
The class of pairs (A,B), where A and B are [[#np|NP]] problems whose sets of &quot;yes&quot; instances are nonempty and disjoint.

If there exists an optimal propositional proof system, then DisNP has a complete pair [[zooref#raz94|[Raz94]]].  On the other hand, there exists an oracle relative to which DisNP does not have a complete pair [[zooref#gss03|[GSS+03]]].

If [[#p|P]] does not equal [[#up|UP]], then DisNP contains pairs not separated by any set in [[#p|P]] [[zooref#gs88|[GS88]]].  On the other hand, there exists an oracle relative to which [[#p|P]] does not equal [[#np|NP]] but still DisNP does not contain any [[#p|P]]-inseparable pairs [[zooref#hs92|[HS92]]].

----
===== &lt;span id=&quot;distnp&quot; style=&quot;color:red&quot;&gt;DistNP&lt;/span&gt;: Distributional [[#np|NP]] =====
(also called (NP,P-computable) or RNP)

A &lt;i&gt;distributional problem&lt;/i&gt; consists of a decision problem A, and a probability distribution &amp;#956; over problem instances.

(A,&amp;#956;) is in DistNP if A is in [[#np|NP]], and &amp;#956; is [[#p|P]]-computable (meaning that its cumulative density function can be evaluated in polynomial time).

DistNP has complete problems [[zooref#gur87|[Gur87]]], although unlike for [[#np|NP]] this is not immediate.

Any DistNP-complete problem is also complete for [[#nppsamp|(NP,P-samplable)]] [[zooref#il90|[IL90]]].

----
===== &lt;span id=&quot;dp&quot; style=&quot;color:red&quot;&gt;DP&lt;/span&gt;: Difference Polynomial-Time =====
DP = [[#bh|BH]]&lt;sub&gt;2&lt;/sub&gt;, the second level of the Boolean hierarchy.

Defined in [[zooref#py84|[PY84]]].

----
===== &lt;span id=&quot;dqp&quot; style=&quot;color:red&quot;&gt;DQP&lt;/span&gt;: Dynamical Quantum Polynomial-Time =====
The class of decision problems solvable by a [[#bqp|BQP]] machine with oracle access to a &lt;i&gt;dynamical simulator&lt;/i&gt;. When given a polynomial-size quantum circuit, the simulator returns a sample from the distribution over &quot;classical histories&quot; induced by the circuit. The simulator can adversarially choose any history distribution that satisfies the axioms of &quot;symmetry&quot; and &quot;locality&quot; -- so that the DQP algorithm has to work for any distribution satisfying these axioms.

See [[zooref#aar05|[Aar05]]] for a full definition.

There it is also shown that [[#szk|SZK]] is contained in DQP.

Contains [[#bqp|BQP]], and is contained in [[#exp|EXP]] [[zooref#aar05|[Aar05]]].

There exists an oracle relative to which DQP does not contain [[#np|NP]] [[zooref#aar05|[Aar05]]].

----

===== &lt;span id=&quot;dspace&quot; style=&quot;color:red&quot;&gt;DSPACE(f(n))&lt;/span&gt;: Deterministic f(n)-Space =====
The class of decision problems solvable by a Turing machine in space O(f(n)).

The Space Hierarchy Theorem: For constructible f(n) greater than log
n, DSPACE(f(n)) is strictly contained in DSPACE(f(n) log(f(n))) [[zooref#hls65|[HLS65]]].

For space constructible f(n), strictly contains [[#dtime|DTIME]](f(n)) [[zooref#hpv77|[HPV77]]].

DSPACE(n) does not equal [[#np|NP]] (though we have no idea if one contains the other)!

See also: [[#nspace|NSPACE]](f(n)).

----

===== &lt;span id=&quot;dtime&quot; style=&quot;color:red&quot;&gt;DTIME(f(n))&lt;/span&gt;: Deterministic f(n)-Time =====
The class of decision problems solvable by a Turing machine in time O(f(n)).

The Time Hierarchy Theorem: For constructible f(n) greater than n, DTIME(f(n)) is strictly contained in DTIME(f(n) log(f(n)) loglog(f(n))) [[zooref#hs65|[HS65]]].

For any space constructible f(n), DTIME(f(n)) is strictly contained in DSPACE(f(n)) [[zooref#hpv77|[HPV77]]].

Also, DTIME(n) is strictly contained in [[#ntime|NTIME(n)]] [[zooref#pps83|[PPS+83]]] (this result does not work for arbitrary f(n)).

For any constructible superpolynomial f(n), DTIME(f(n)) with [[#pp|PP]] oracle is not in [[#ppoly|P/poly]] (see [[zooref#all96|[All96]]]).

----
===== &lt;span id=&quot;dtisp&quot; style=&quot;color:red&quot;&gt;DTISP(t(n),s(n))&lt;/span&gt;: Simultaneous t(n)-Time and s(n)-Space =====
The class of decision problems solvable by a Turing machine that uses time O(t(n)) and space O(s(n)) simultaneously.

Thus [[#sc|SC]] = DTISP(poly,polylog) for example.

Defined in [[zooref#nis92|[Nis92]]], where it was also shown that for all space-constructible s(n)=&amp;Omega;(log n), [[#bpspace|BPSPACE(s(n))]] is contained in DTISP(2&lt;sup&gt;O(s(n))&lt;/sup&gt;,s&lt;sup&gt;2&lt;/sup&gt;(n)).

----
===== &lt;span id=&quot;dynfo&quot; style=&quot;color:red&quot;&gt;Dyn-FO&lt;/span&gt;: Dynamic [[#fo|FO]] =====
The class of &lt;i&gt;dynamic&lt;/i&gt; problems solvable using first-order predicates.

Basically what this means is that an algorithm maintains some polynomial-size data structure (say a graph), and receives a sequence of updates (add this edge, delete that one, etc.).  For each update, it computes a new value for the data structure in [[#fo|FO]] -- that is, for each bit of the data structure, there is an [[#fo|FO]] function representing the new value of that bit, which takes as input both the update and the previous value of the data structure.  At the end the algorithm needs to answer some question (i.e. is the graph connected?).

See [[zooref#hi02|[HI02]]] for more information, and a complete problem for Dyn-FO.

See also [[#dynthc0|Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;dynthc0&quot; style=&quot;color:red&quot;&gt;Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Dynamic Threshold Circuits =====
Same as [[#dynfo|Dyn-FO]], except that now updates are computed via constant-depth predicates that have &quot;COUNT&quot; available, in addition to AND, OR, and NOT -- so it's a uniform version of [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] rather than of [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]].

See [[zooref#hi02|[HI02]]] for more information.

----
===== &lt;span id=&quot;e&quot; style=&quot;color:red&quot;&gt;E&lt;/span&gt;: Exponential Time With Linear Exponent =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;O(n)&lt;/sup&gt;).

Does not equal [[#np|NP]] [[zooref#boo72|[Boo72]]] or [[#pspace|PSPACE]] [[zooref#boo74|[Boo74]]] relative to any oracle.  However, there is an oracle relative to which E is contained in [[#np|NP]] (see [[#zpp|ZPP]]), and an oracle relative to [[#pspace|PSPACE]] is contained in E (by equating the former with [[#p|P]]).

There exists a problem that is complete for E under polynomial-time Turing reductions but not polynomial-time truth-table reductions [[zooref#wat87|[Wat87]]].

Problems hard for [[#bpp|BPP]] under Turing reductions have measure 1 in E [[zooref#as94|[AS94]]].

It follows that, if the problems complete for E under Turing reductions do not have measure 1 in E, then [[#bpp|BPP]] does not equal [[#exp|EXP]].

[[zooref#it89|[IT89]]] gave an oracle relative to which E = [[#ne|NE]] but still there is an exponential-time binary predicate whose corresponding &lt;i&gt;search&lt;/i&gt; problem is not in E.

Contrast with [[#exp|EXP]].

----

===== &lt;span id=&quot;ee&quot; style=&quot;color:red&quot;&gt;EE&lt;/span&gt;: Double-Exponential Time With Linear Exponent =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;2^O(n)&lt;/sup&gt;) (though some authors alternatively define it as being equal to [[#dtime|DTIME]](2&lt;sup&gt;O(2^n)&lt;/sup&gt;)).

EE = [[#bpe|BPE]] if and only if [[#exp|EXP]] = [[#bpp|BPP]] [[zooref#ikw01|[IKW01]]].

Contained in [[#eexp|EEXP]] and [[#nee|NEE]].

----
===== &lt;span id=&quot;eee&quot; style=&quot;color:red&quot;&gt;EEE&lt;/span&gt;: Triple-Exponential Time With Linear Exponent =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;2^2^O(n)&lt;/sup&gt;).

In contrast to the case of [[#ee|EE]], it is not known whether EEE = [[#bpee|BPEE]] implies [[#ee|EE]] = [[#bpe|BPE]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;eespace&quot; style=&quot;color:red&quot;&gt;EESPACE&lt;/span&gt;: Double-Exponential Space With Linear Exponent =====
Equals [[#dspace|DSPACE]](2&lt;sup&gt;2^O(n)&lt;/sup&gt;).

Is not contained in [[#bqpqpoly|BQP/qpoly]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;eexp&quot; style=&quot;color:red&quot;&gt;EEXP&lt;/span&gt;: Double-Exponential Time =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;2^p(n)&lt;/sup&gt;) for p a polynomial.

Contains [[#ee|EE]], and is contained in [[#neexp|NEEXP]].

----
===== &lt;span id=&quot;eh&quot; style=&quot;color:red&quot;&gt;EH&lt;/span&gt;: Exponential-Time Hierarchy With Linear Exponent =====
Has roughly the same relationship to [[#e|E]] as [[#ph|PH]] does to [[#p|P]].

More formally, EH is defined as the union of [[#e|E]], [[#ne|NE]], [[#ne|NE]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;, [[#ne|NE]] with [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] oracle, and so on.

See [[zooref#har87|[Har87]]] for more information.

If [[#conp|coNP]] is contained in [[#ampolylog|AM[polylog]]], then EH collapses to [[#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]] [[zooref#ss04|[SS04]]] and indeed [[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]] [[zooref#pv04|[PV04]]].

On the other hand, [[#cone|coNE]] is contained in [[#nepoly|NE/poly]], so perhaps it wouldn't be so surprising if NE collapses.

There exists an oracle relative to which EH does not contain [[#seh|SEH]] [[zooref#hem89|[Hem89]]]. EH and [[#seh|SEH]] are incomparable for all anyone knows.

----
===== &lt;span id=&quot;elementary&quot; style=&quot;color:red&quot;&gt;ELEMENTARY&lt;/span&gt;: Iterated Exponential Time =====
Equals the union of [[#dtime|DTIME]](2&lt;sup&gt;n&lt;/sup&gt;), [[#dtime|DTIME]](2&lt;sup&gt;2^n&lt;/sup&gt;), [[#dtime|DTIME]](2&lt;sup&gt;2^2^n&lt;/sup&gt;), and so on.

Contained in [[#pr|PR]].

----
===== &lt;span id=&quot;elkp&quot; style=&quot;color:red&quot;&gt;EL&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Extended Low Hierarchy =====
An extension of [[#lkp|L&lt;sub&gt;k&lt;/sub&gt;P]].

The class of problems A such that [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]&lt;sup&gt;A&lt;/sup&gt; is contained in [[#ph|&amp;#931;&lt;sub&gt;k-1&lt;/sub&gt;P]]&lt;sup&gt;A,[[#np|NP]]&lt;/sup&gt;.

Defined in [[zooref#bbs86|[BBS86]]].

----
===== &lt;span id=&quot;ep&quot; style=&quot;color:red&quot;&gt;EP&lt;/span&gt;: NP with 2&lt;sup&gt;k&lt;/sup&gt; Accepting Paths =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'no,' then all computation paths reject.&lt;/li&gt;
&lt;li&gt;If the answer is 'yes,' then the number of accepting paths is a power of two.&lt;/li&gt;
&lt;/ol&gt;
Contained in [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]], and in [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] for any odd k.  Contains [[#up|UP]].

Defined in [[zooref#bhr00|[BHR00]]].

----

===== &lt;span id=&quot;eptas&quot; style=&quot;color:red&quot;&gt;EPTAS&lt;/span&gt;: Efficient Polynomial-Time Approximation Scheme =====
The class of optimization problems such that, given an instance of length n, we can find a solution within a factor 1+&amp;epsilon; of the optimum in time f(&amp;epsilon;)p(n), where p is a polynomial and f is arbitrary.

Contains [[#fptas|FPTAS]] and is contained in [[#ptas|PTAS]].

Defined in [[zooref#ct97|[CT97]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;If [[#fpt|FPT]] = [[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]] then EPTAS = [[#ptas|PTAS]].&lt;/li&gt;
&lt;li&gt;If EPTAS = [[#ptas|PTAS]] then [[#fpt|FPT]] = [[#wp|W[P]]].&lt;/li&gt;
&lt;li&gt;If [[#fpt|FPT]] is strictly contained in [[#w1|W[1]]], then there is a natural problem that is in [[#ptas|PTAS]] but not in EPTAS.  (See [[zooref#ct97|[CT97]]] for the statement of the problem, since it's not &lt;i&gt;that&lt;/i&gt; natural.)&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;eqbp&quot; style=&quot;color:red&quot;&gt;k-EQBP&lt;/span&gt;: Width-k Polynomial-Time Exact Quantum Branching Programs =====
See k-[[#kpbp|PBP]] for the definition of a classical branching program.

A quantum branching program is the natural quantum generalization: we have a quantum state in a Hilbert space of dimension k.  Each step t consists of applying a unitary matrix U&lt;sup&gt;(t)&lt;/sup&gt;(x&lt;sub&gt;i&lt;/sub&gt;): that is, U&lt;sup&gt;(t)&lt;/sup&gt; depends on a single bit x&lt;sub&gt;i&lt;/sub&gt; of the input.  (So these are the quantum analogues of so-called &lt;i&gt;oblivious&lt;/i&gt; branching programs.)  In the end we measure to decide whether to accept; there must be zero probability of error.

Defined in [[zooref#amp02|[AMP02]]], where it was also shown that [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] is contained in 2-EQBP.

k-BQBP can be defined similarly.

----
===== &lt;span id=&quot;eqp&quot; style=&quot;color:red&quot;&gt;EQP&lt;/span&gt;: Exact Quantum Polynomial-Time =====
The same as [[#bqp|BQP]], except that the quantum algorithm must return the correct answer with probability 1, and run in polynomial time with probability 1.  Unlike bounded-error quantum computing, there is no theory of universal QTMs for exact quantum computing models.  In the original definition in [[zooref#bv97|[BV97]]], each language in EQP is computed by a single QTM, equivalently to a uniform family of quantum circuits with a finite gate set K whose amplitudes can be computed in polynomial time. See [[#eqpk|EQP&lt;sub&gt;K&lt;/sub&gt;]].  However, some results require an infinite gate set.  The official definition here is that the gate set should be finite.

Without loss of generality, the amplitudes in the gate set K are algebraic numbers [[zooref#adh97|[ADH97]]].

There is an oracle that separates EQP from [[#np|NP]] [[zooref#bv97|[BV97]]], indeed from [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#gp01|[GP01]]].  There is also an oracle relative to which EQP is not in [[#modkp|Mod&lt;sub&gt;p&lt;/sub&gt;P]] where p is prime [[zooref#gv02|[GV02]]].  On the other hand, EQP is in [[#lwpp|LWPP]] [[zooref#fr98|[FR98]]].

[[#p|P]]&lt;sup&gt;||[[#np|NP]][2k]&lt;/sup&gt; is contained in EQP&lt;sup&gt;||[[#np|NP]][k]&lt;/sup&gt;, where &quot;||[[#np|NP]][k]&quot; denotes k nonadaptive oracle queries to [[#np|NP]] (queries that cannot depend on the results of previous queries) [[zooref#bd99|[BD99]]].

See also [[#zbqp|ZBQP]].

----

===== &lt;span id=&quot;eqpk&quot; style=&quot;color:red&quot;&gt;EQP&lt;sub&gt;K&lt;/sub&gt;&lt;/span&gt;: Exact Quantum Polynomial-Time with Gate Set K =====
The set of problems that can be answered by a uniform family of polynomial-sized quantum circuits whose gates are drawn from a set K, and that return the correct answer with probability 1, and run in polynomial time with probability 1, and the allowed gates are drawn from a set K.  K may be either finite or countable and enumerated.  If S is a ring, the union of EQP&lt;sub&gt;K&lt;/sub&gt; over all finite gate sets K whose amplitudes are in the ring R can be written EQP&lt;sub&gt;S&lt;/sub&gt;.

Defined in [[zooref#adh97|[ADH97]]] in the special case of a finite set of 1-qubit gates controlled by a second qubit.  It was shown there that transcendental gates may be replaced by algebraic gates without decreasing the size of EQP&lt;sub&gt;K&lt;/sub&gt;.

[[zooref#fr98|[FR98]]] show that EQP&lt;sub&gt;Q&lt;/sub&gt; is in [[#lwpp|LWPP]].  The proof can be generalized to any finite, algebraic gate set K.

The hidden shift problem for a vector space over Z/2 is in EQP&lt;sub&gt;Q&lt;/sub&gt; by Simon's algorithm.  The discrete logarithm problem over Z/p is in EQP&lt;sub&gt;Q-bar&lt;/sub&gt; using infinitely many gates [[zooref#mz03|[MZ03]]].

----

===== &lt;span id=&quot;eqtime&quot; style=&quot;color:red&quot;&gt;EQTIME(f(n))&lt;/span&gt;: Exact Quantum f(n)-Time =====
Same as [[#eqp|EQP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#bv97|[BV97]]].

----
===== &lt;span id=&quot;espace&quot; style=&quot;color:red&quot;&gt;ESPACE&lt;/span&gt;: Exponential Space With Linear Exponent =====
Equals [[#dspace|DSPACE]](2&lt;sup&gt;O(n)&lt;/sup&gt;).

If [[#e|E]] = ESPACE then [[#p|P]] = [[#bpp|BPP]] [[zooref#hy84|[HY84]]].

Indeed if [[#e|E]] has nonzero measure in ESPACE then [[#p|P]] = [[#bpp|BPP]] [[zooref#lut91|[Lut91]]].

ESPACE is not contained in [[#ppoly|P/poly]] [[zooref#kan82|[Kan82]]].

Is not contained in [[#bqpmpoly|BQP/mpoly]] [[zooref#ny03|[NY03]]].

See also: [[#expspace|EXPSPACE]].

----
===== &lt;span id=&quot;existsbpp&quot; style=&quot;color:red&quot;&gt;&amp;#8707;BPP&lt;/span&gt;: [[#bpp|BPP]] With Existential Operator =====
The class of problems for which there exists a [[#bpp|BPP]] machine M such that, for all inputs x,
&lt;ul&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then there exists a y such that M(x,y) accepts.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then for all y, M(x,y) rejects.&lt;/li&gt;
&lt;/ul&gt;
Contains [[#np|NP]] and [[#bpp|BPP]], and is contained in [[#ma|MA]] and [[#sbp|SBP]].

&amp;#8707;BPP seems &lt;i&gt;obviously&lt;/i&gt; equal to [[#ma|MA]], yet [[zooref#ffk93|[FFK+93]]] constructed an oracle relative to which they're unequal!  Here is the difference: if the answer is &quot;yes,&quot; [[#ma|MA]] requires only that there exist a y such that for at least 2/3 of random strings r, M(x,y,r) accepts (where M is a [[#p|P]] predicate).  For all other y's, the proportion of r's such that M(x,y,r) accepts can be arbitrary (say, 1/2).  For &amp;#8707;BPP, by contrast, the probability that M(x,y) accepts must &lt;i&gt;always&lt;/i&gt; be either at most 1/3 or at least 2/3, for all y's.

----
===== &lt;span id=&quot;existsniszk&quot; style=&quot;color:red&quot;&gt;&amp;#8707;NISZK&lt;/span&gt;: [[#niszk|NISZK]] With Existential Operator =====
Contains [[#np|NP]] and [[#niszk|NISZK]], and is contained in the third level of [[#ph|PH]].

----
===== &lt;span id=&quot;exp&quot; style=&quot;color:red&quot;&gt;EXP&lt;/span&gt;: Exponential Time =====
Equals the union of [[#dtime|DTIME]](2&lt;sup&gt;p(n)&lt;/sup&gt;) over all polynomials p.

Also equals [[#p|P]] with [[#e|E]] oracle.

If [[#l|L]] = [[#p|P]] then [[#pspace|PSPACE]] = EXP.

If EXP is in [[#ppoly|P/poly]] then EXP = [[#ma|MA]] [[zooref#bfl91|[BFL91]]].

Problems complete for EXP under many-one reductions have measure 0 in EXP [[zooref#may94|[May94]]], [[zooref#jl95|[JL95]]].

There exist oracles relative to which
&lt;ul&gt;
&lt;li&gt;EXP = [[#np|NP]] = [[#zpp|ZPP]] [[zooref#hel84|[Hel84]]],&lt;/li&gt;
&lt;li&gt;EXP = [[#nexp|NEXP]] but still [[#p|P]] does not equal [[#np|NP]] [[zooref#dek76|[Dek76]]],&lt;/li&gt;
&lt;li&gt;EXP does not equal [[#pspace|PSPACE]] [[zooref#dek76|[Dek76]]].&lt;/li&gt;
&lt;/ul&gt;
[[zooref#bt04|[BT04]]] show the following rather striking result: let A be many-one complete for EXP, and let S be any set in [[#p|P]] of subexponential density.  Then A-S is Turing-complete for EXP.

----
===== &lt;span id=&quot;exppoly&quot; style=&quot;color:red&quot;&gt;EXP/poly&lt;/span&gt;: Exponential Time With Polynomial-Size Advice =====
The class of decision problems solvable in [[#exp|EXP]] with the help of a polynomial-length advice string that depends only on the input length.

Contains [[#bqpqpoly|BQP/qpoly]] [[zooref#aar04b|[Aar04b]]].

----
===== &lt;span id=&quot;expspace&quot; style=&quot;color:red&quot;&gt;EXPSPACE&lt;/span&gt;: Exponential Space =====
Equals the union of [[#dspace|DSPACE]](2&lt;sup&gt;p(n)&lt;/sup&gt;) over all polynomials p.

See also: [[#espace|ESPACE]].

Given a first-order statement about real numbers, involving only addition and comparison (no multiplication), we can decide in EXPSPACE whether it's true or not [[zooref#ber80|[Ber80]]].

----
===== &lt;span id=&quot;fbqp&quot; style=&quot;color:red&quot;&gt;FBQP&lt;/span&gt;: Function [[#bqp|BQP]] =====
Has the same relation to [[#bqp|BQP]] as [[#fnp|FNP]] does to [[#np|NP]].

There exists an oracle relative to which [[#pls|PLS]] is not contained in [[#fbqp|FBQP]] [[zooref#aar03|[Aar03]]].

----
===== &lt;span id=&quot;few&quot; style=&quot;color:red&quot;&gt;Few&lt;/span&gt;: [[#fewp|FewP]] With Flexible Acceptance Mechanism =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;The number of accepting paths a is bounded by a polynomial in the size of the input x.&lt;/li&gt;
&lt;li&gt;For some polynomial-time predicate Q, Q(x,a) is true if and only if the answer is 'yes.'&lt;/li&gt;
&lt;/ol&gt;
Also called FewPaths.

Defined in [[zooref#ch89|[CH89]]].

Contains [[#fewp|FewP]], and is contained in [[#p|P]]&lt;sup&gt;[[#fewp|FewP]]&lt;/sup&gt; [[zooref#kob89|[Kob89]]] and in [[#spp|SPP]] [[zooref#ffk94|[FFK94]]].

See also the survey [[zooref#tor90|[Tor90]]].

----
===== &lt;span id=&quot;fewp&quot; style=&quot;color:red&quot;&gt;FewP&lt;/span&gt;: [[#np|NP]] With Few Witnesses =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'no,' then all computation paths reject.&lt;/li&gt;
&lt;li&gt;If the answer is 'yes,' then at least one path accepts; furthermore, the number of accepting paths is upper-bounded by a polynomial in n, the size of the input.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ar88|[AR88]]].

Is contained in [[#parityp|&amp;#8853;P]] [[zooref#ch89|[CH89]]].

There exists an oracle relative to which [[#p|P]], [[#up|UP]], FewP, and [[#np|NP]] are all distinct [[zooref#rub88|[Rub88]]].

Also, there exists an oracle relative to which FewP does not have a Turing-complete set [[zooref#hjv93|[HJV93]]].

Contained in [[#few|Few]].

See also the survey [[zooref#tor90|[Tor90]]].

----
===== &lt;span id=&quot;fh&quot; style=&quot;color:red&quot;&gt;FH&lt;/span&gt;: Fourier Hierarchy =====
FH&lt;sub&gt;k&lt;/sub&gt; is the class of problems solvable by a uniform family of polynomial-size quantum circuits, with k levels of Hadamard gates and all other gates preserving the computational basis.  (Conditional phase flip gates are fine, for example.)  Thus
&lt;ul&gt;
&lt;li&gt;FH&lt;sub&gt;0&lt;/sub&gt; = [[#p|P]]&lt;/li&gt;
&lt;li&gt;FH&lt;sub&gt;1&lt;/sub&gt; = [[#bpp|BPP]]&lt;/li&gt;
&lt;li&gt;FH&lt;sub&gt;2&lt;/sub&gt; contains factoring, because of Kitaev's phase estimation algorithm&lt;/li&gt;
&lt;/ul&gt;
It is an open problem to show that the Fourier hierarchy is infinite relative to an oracle (that is, FH&lt;sub&gt;k&lt;/sub&gt; is strictly contained in FH&lt;sub&gt;k+1&lt;/sub&gt;).

Defined in [[zooref#shi03|[Shi03]]].

----
===== &lt;span id=&quot;fnl&quot; style=&quot;color:red&quot;&gt;FNL&lt;/span&gt;: Function [[#nl|NL]] =====
Has the same relation to [[#nl|NL]] as [[#fnp|FNP]] does to [[#np|NP]].

Defined by [[zooref#aj93|[AJ93]]], who also showed that if [[#nl|NL]] = [[#ul|UL]], then FNL is contained in [[#sharpl|#L]].

----
===== &lt;span id=&quot;fnlpoly&quot; style=&quot;color:red&quot;&gt;FNL/poly&lt;/span&gt;: Nonuniform [[#fnl|FNL]] =====
Has the same relation to [[#fnl|FNL]] as [[#ppoly|P/poly]] does to [[#p|P]].

Contained in [[#sharplpoly|#L/poly]] [[zooref#ra00|[RA00]]].

----
===== &lt;span id=&quot;fnp&quot; style=&quot;color:red&quot;&gt;FNP&lt;/span&gt;: Function [[#np|NP]] =====
The class of function problems of the following form:
&lt;ul&gt; Given an input x and a polynomial-time predicate F(x,y), if there exists a y satisfying F(x,y) then output any such y, otherwise output 'no.' &lt;/ul&gt;
FNP generalizes [[#np|NP]], which is defined in terms of decision problems only.

Actually the word &quot;function&quot; is misleading, since there could be many valid outputs y.  That's unavoidable, since given a predicate F there's no &quot;syntactic&quot; criterion ensuring that y is unique.

[[#fp|FP]] = FNP if and only if [[#p|P]] = [[#np|NP]].

Contains [[#tfnp|TFNP]].

A basic question about FNP problems is whether they're &lt;i&gt;self-reducible&lt;/i&gt;; that is, whether they reduce to the corresponding [[#np|NP]] decision problems.  Although this is true for all [[#npc|NPC]] problems, [[zooref#bg94|[BG94]]] shows that if [[#ee|EE]] does not equal [[#nee|NEE]], then there is a problem in [[#np|NP]] such that &lt;i&gt;no&lt;/i&gt; corresponding FNP problem can be reduced to it.  [[zooref#bg94|[BG94]]] cites Impagliazzo and Sudan as giving the same conclusion under the assumption that [[#ne|NE]] does not equal [[#cone|coNE]].

----
===== &lt;span id=&quot;fo&quot; style=&quot;color:red&quot;&gt;FO(t(n))&lt;/span&gt;: First-Order =====
The class of decision problems for which a &quot;yes&quot; answer can be expressed by a first-order logic predicate, with a block of restricted quantifiers repeated t(n) times.  See [[zooref#imm98|[Imm98]]] for a full definition.

FO(poly(n)) = [[#p|P]] (see [[zooref#var82|[Var82]]] for example).

FO(poly(n)) is contained in [[#soe|SO-E]].

----
===== &lt;span id=&quot;foll&quot; style=&quot;color:red&quot;&gt;FOLL&lt;/span&gt;: First-Order loglog n =====
The class of decision problems solvable by a nonuniform family of polynomial-size, unbounded-fanin, depth O(loglog n) circuits with AND, OR, and NOT gates.

Defined in [[zooref#bkl00|[BKL+00]]], where it was also shown that many problems on finite groups are in FOLL.

Contains [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#ac|AC]]&lt;sup&gt;1&lt;/sup&gt;.

Is not known to be comparable to [[#l/poly|L/poly]] or [[#nl/poly|NL/poly]].

----
===== &lt;span id=&quot;fp&quot; style=&quot;color:red&quot;&gt;FP&lt;/span&gt;: Function Polynomial-Time =====
Sometimes defined as the class of functions computable in polynomial time by a Turing machine.  (Generalizes [[#p|P]], which is defined in terms of decision problems only.)

However, if we want to compare FP to [[#fnp|FNP]], we should instead define it as the class of [[#fnp|FNP]] problems (that is, polynomial-time predicates P(x,y)) for which there exists a polynomial-time algorithm that, given x, outputs &lt;i&gt;any&lt;/i&gt; y such that P(x,y).  That is, there could be more than one valid output, even though any given algorithm only returns one of them.

FP = [[#fnp|FNP]] if and only if [[#p|P]] = [[#np|NP]].

If FP&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; = FP&lt;sup&gt;[[#np|NP]][log]&lt;/sup&gt; (that is, allowed only a logarithmic number of queries), then [[#p|P]] = [[#np|NP]] [[zooref#kre88|[Kre88]]].  The corresponding result for [[#pnp|P&lt;sup&gt;NP&lt;/sup&gt;]] versus [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] is not known, and indeed fails relative to some oracles (see [[zooref#har87b|[Har87b]]]).

----

===== &lt;span id=&quot;fpnplog&quot; style=&quot;color:red&quot;&gt;FP&lt;sup&gt;NP[log]&lt;/sup&gt;&lt;/span&gt;: [[#fp|FP]] With Logarithmically Many Queries To [[#np|NP]] =====
Given a graph, the problem of outputting the size of its maximum clique is complete for FP&lt;sup&gt;NP[log]&lt;/sup&gt;.

----
===== &lt;span id=&quot;fpr&quot; style=&quot;color:red&quot;&gt;FPR&lt;/span&gt;: Fixed-Parameter Randomized =====
Has the same relation to [[#fpt|FPT]] as [[#r|R]] does to [[#p|P]].

Defined in [[zooref#ar01|[AR01]]], where it was shown that, if the Resolution proof system is &lt;i&gt;automatizable&lt;/i&gt; (that is, if a refutation can always be found in time polynomial in the length of the shortest refutation), then [[#wp|W[P]]] is contained in FPR.

----
===== &lt;span id=&quot;fpras&quot; style=&quot;color:red&quot;&gt;FPRAS&lt;/span&gt;: Fully Polynomial Randomized Approximation Scheme =====
The subclass of [[#sharpp|#P]] counting problems whose answer, y, is approximable in the following sense.  There exists a randomized algorithm that, with probability at least 1-&amp;delta;, approximates y to within an &amp;epsilon; multiplicative factor in time polynomial in n (the input size), 1/&amp;epsilon;, and log(1/&amp;delta;).

The permanent of a nonnegative matrix is in FPRAS [[zooref#jsv01|[JSV01]]].

----
===== &lt;span id=&quot;fpt&quot; style=&quot;color:red&quot;&gt;FPT&lt;/span&gt;: Fixed-Parameter Tractable =====
The class of decision problems of the form (x,k), k a parameter, that are solvable in time f(k)p(|x|), where f is arbitrary and p is a polynomial.

The basic class of the theory of &lt;i&gt;fixed-parameter tractability&lt;/i&gt;, as described by Downey and Fellows [[zooref#df99|[DF99]]].

Contained in [[#fptnu|FPT&lt;sub&gt;nu&lt;/sub&gt;]], [[#w1|W[1]]], and [[#fpr|FPR]].

Contains [[#fptas|FPTAS]] [[zooref#cc97|[CC97]]], as well as [[#fptsu|FPT&lt;sub&gt;su&lt;/sub&gt;]].

Contains [[#eptas|EPTAS]] unless FPT = [[#w1|W[1]]] [[zooref#baz95|[Baz95]]].

----

===== &lt;span id=&quot;fptnu&quot; style=&quot;color:red&quot;&gt;FPT&lt;sub&gt;nu&lt;/sub&gt;&lt;/span&gt;: Fixed-Parameter Tractable (nonuniform) =====
Same as [[#fpt|FPT]] except that the algorithm can vary with the parameter k (though its running time must always be O(p(|x|)), for a fixed polynomial p).

An alternate view is that a single algorithm can take a polynomial-length advice string, depending on k.

Defined in [[zooref#df99|[DF99]]] (though they did not use our notation).

----
===== &lt;span id=&quot;fptsu&quot; style=&quot;color:red&quot;&gt;FPT&lt;sub&gt;su&lt;/sub&gt;&lt;/span&gt;: Fixed-Parameter Tractable (strongly uniform) =====
Same as [[#fpt|FPT]] except that f has to be recursive.

Defined in [[zooref#df99|[DF99]]] (though they did not use our notation).

----
===== &lt;span id=&quot;fptas&quot; style=&quot;color:red&quot;&gt;FPTAS&lt;/span&gt;: Fully Polynomial-Time Approximation Scheme =====
The subclass of [[#npo|NPO]] problems that admit an approximation scheme in the following sense.  For any &amp;#949;&amp;gt;0, there is an algorithm that is guaranteed to find a solution whose cost is within a 1+&amp;#949; factor of the optimum cost.  Furthermore, the running time of the algorithm is polynomial in n (the size of the problem) and in 1/&amp;#949;.

Contained in [[#ptas|PTAS]].

Defined in [[zooref#acg99|[ACG+99]]].

Contained in [[#fpt|FPT]] [[zooref#cc97|[CC97]]].

----
===== &lt;span id=&quot;fqma&quot; style=&quot;color:red&quot;&gt;FQMA&lt;/span&gt;: Function [[#qma|QMA]] =====
The class of problems for which the task is to output a quantum certificate for a [[#qma|QMA]] problem, when such a certificate exists.  Thus, the desired output is a quantum state.

Defined in [[zooref#jwb03|[JWB03]]], where it is also shown that state preparation for 3-local Hamiltonians is FQMA-complete.  The authors also observe that, in contrast to the case of [[#fnp|FNP]] versus [[#np|NP]], there is no obvious reduction of FQMA problems to [[#qma|QMA]] problems.

----
===== &lt;span id=&quot;frip&quot; style=&quot;color:red&quot;&gt;frIP&lt;/span&gt;: Function-Restricted [[#ip|IP]] Proof Systems =====
The class of problems L that have a &lt;i&gt;decider&lt;/i&gt; in the following sense.  There exists a [[#bpp|BPP]] machine D such that for all inputs x,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then D&lt;sup&gt;L&lt;/sup&gt;(x) (D with oracle for L) accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then D&lt;sup&gt;A&lt;/sup&gt;(x) accepts with probability at most 1/3 for all oracles A.&lt;/li&gt;
&lt;/ol&gt;

Contains [[#compip|compIP]] [[zooref#bg94|[BG94]]] and [[#check|Check]] [[zooref#bk89|[BK89]]].

Contained in [[#mip|MIP]] = [[#nexp|NEXP]] [[zooref#frs88|[FRS88]]].

Assuming [[#nee|NEE]] is not contained in [[#bpee|BPEE]], [[#np|NP]] (and indeed [[#np|NP]] &amp;#8745; [[#coh|Coh]]) is not contained in [[#frip|frIP]] [[zooref#bg94|[BG94]]].

----
===== &lt;span id=&quot;ftape&quot; style=&quot;color:red&quot;&gt;F-TAPE(f(n))&lt;/span&gt;: Provable [[#dspace|DSPACE(f(n))]] For Formal System F =====
The class of decision problems that can be &lt;i&gt;proven&lt;/i&gt; to be solvable in O(f(n)) space on a deterministic Turing machine, from the axioms of formal system F.

Defined in [[zooref#har78|[Har78]]].

See also [[#ftime|F-TIME(f(n))]].  The results about F-TAPE mirror those about [[#ftime|F-TIME]], but in some cases are sharper.

----
===== &lt;span id=&quot;ftime&quot; style=&quot;color:red&quot;&gt;F-TIME(f(n))&lt;/span&gt;: Provable [[#dtime|DTIME(f(n))]] For Formal System F =====
The class of decision problems that can be &lt;i&gt;proven&lt;/i&gt; to be solvable in O(f(n)) time on a deterministic Turing machine, from the axioms of formal system F.

Defined in [[zooref#har78|[Har78]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;If F-TIME(f(n)) = [[#dtime|DTIME(f(n))]], then [[#dtime|DTIME(f(n))]] is strictly contained in [[#dtime|DTIME(f(n)g(n))]] for any nondecreasing, unbounded, recursive g(n).&lt;/li&gt;
&lt;li&gt;There exist recursive, monotonically increasing f(n) such that F-TIME(f(n)) is strictly contained in [[#dtime|DTIME(f(n))]].&lt;/li&gt;
&lt;/ul&gt;
See also [[#ftape|F-TAPE(f(n))]].

----
===== &lt;span id=&quot;ga&quot; style=&quot;color:red&quot;&gt;GA&lt;/span&gt;: Graph Automorphism =====
Can be defined as the class of problems polynomial-time Turing reducible to the problem of deciding whether a given graph has any nontrivial automorphisms.

Contains [[#p|P]] and is contained in [[#gi|GI]].

See [[zooref#kst93|[KST93]]] for much more information about GA.

----
===== &lt;span id=&quot;ganspace&quot; style=&quot;color:red&quot;&gt;GAN-SPACE(f(n))&lt;/span&gt;: Games Against Nature f(n)-Space =====
The class of problems decidable by an O(f(n))-space Turing machine with two kinds of quantifiers: existential and randomized.

Contains [[#nspace|NSPACE(f(n))]] and [[#bpspace|BPSPACE(f(n))]], and is contained in [[#aucspace|AUC-SPACE(f(n))]].

By linear programming, GAN-SPACE(log n) is contained in [[#p|P]].

----
===== &lt;span id=&quot;gapac0&quot; style=&quot;color:red&quot;&gt;GapAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Gap [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to integers computable by constant-depth, polynomial-size arithmetic circuits with addition and multiplication gates and the constants 0, 1, and -1.  (The only difference from [[#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] is the ability to subtract, using the constant -1.)

Equals [[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;gapl&quot; style=&quot;color:red&quot;&gt;GapL&lt;/span&gt;: Gap Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#gapp|GapP]] does to [[#p|P]].

----
===== &lt;span id=&quot;gapp&quot; style=&quot;color:red&quot;&gt;GapP&lt;/span&gt;: Gap Polynomial-Time =====
The class of functions f(x) such that for some [[#np|NP]] machine, f(x) is the number of accepting paths minus the number of rejecting paths.

Equivalently, the closure of the [[#sharpp|#P]] functions under subtraction.

Defined in [[zooref#ffk94|[FFK94]]] and independently [[zooref#gup95|[Gup95]]].

----
===== &lt;span id=&quot;gc&quot; style=&quot;color:red&quot;&gt;GC(s(n),C)&lt;/span&gt;: Guess and Check =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by
&lt;ol&gt;
&lt;li&gt;guessing s(n) bits, then&lt;/li&gt;
&lt;li&gt;verifying the answer in complexity class C.&lt;/li&gt;
&lt;/ol&gt;
For example, GC(p(n),[[#p|P]]) = [[#np|NP]] where p is a polynomial.

Defined in [[zooref#cc93|[CC93]]].

Umans [[zooref#uma98|[Uma98]]] has shown that given a DNF expression &amp;#934;, the Shortest Implicant problem (is there a conjunction of at most k negated or non-negated literals that implies &amp;#934;?) is GC(log&lt;sup&gt;2&lt;/sup&gt;n, [[#conp|coNP]])-complete.

----
===== &lt;span id=&quot;gcsl&quot; style=&quot;color:red&quot;&gt;GCSL&lt;/span&gt;: Growing [[#csl|CSL]] =====
The class of languages generated by context-sensitive grammars in which the right-hand side of each transformation is strictly longer than the left-hand side.

Defined in [[zooref#dw86|[DW86]]].

----
===== &lt;span id=&quot;gi&quot; style=&quot;color:red&quot;&gt;GI&lt;/span&gt;: Graph Isomorphism =====
Can be defined as the class of problems polynomial-time Turing reducible to the problem of deciding whether two graphs are isomorphic.

Contains [[#ga|GA]] and is contained in [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]].

The GI &lt;i&gt;problem&lt;/i&gt; itself (as opposed to the set of problems Turing reducible to GI) is contained in [[#np|NP]] as well as [[#coam|coAM]] (and indeed [[#szk|SZK]]).  So in particular, if graph isomorphism is [[#np|NP]]-complete, then [[#ph|PH]] collapses.

See [[zooref#kst93|[KST93]]] for much more information about GI.

----
===== &lt;span id=&quot;glo&quot; style=&quot;color:red&quot;&gt;GLO&lt;/span&gt;: Guaranteed Local Optima =====
The class of [[#npo|NPO]] problems which have the property that for all locally optimal solutions, the ratio between the values of the local and global optima is upper-bounded by a constant.

Defined in [[zooref#ap95|[AP95]]], where it was also shown that GLO is strictly contained in [[#apx|APX]].

[[zooref#kms99|[KMS+99]]] showed that [[#maxsnp|MaxSNP]] is not contained in GLO.

----
===== &lt;span id=&quot;gpcd&quot; style=&quot;color:red&quot;&gt;GPCD(r(n),q(n))&lt;/span&gt;: Generalized Probabilistically Checkable Debate =====
Same as [[#pcd|PCD]](r(n),q(n)), except that now the verifier is allowed nonadaptively to query O(q(n)) &lt;i&gt;rounds&lt;/i&gt; of the debate, with no restriction on the number of bits it looks at within each round.

Defined in [[zooref#cfl93|[CFL+93]]], who also showed that [[#pcd|PCD]](log n, q(n)) = GPCD(log n, q(n)) for every q(n).

----
===== &lt;span id=&quot;gt&quot; style=&quot;color:red&quot;&gt;G[t]&lt;/span&gt;: Stratification of Fixed-Parameter Tractable Problems =====
(Basically) the class of decision problems of the form (x,k) (k a parameter), that are solvable by a parameterized family of circuits with unbounded fanin and depth t.  A uniformity condition may also be imposed.

Defined in [[zooref#df99|[DF99]]], which should be consulted for the full definition.

Uniform G[P] (i.e. with no restriction on depth) is equal to [[#fpt|FPT]].

----

===== &lt;span id=&quot;halfp&quot; style=&quot;color:red&quot;&gt;HalfP&lt;/span&gt;: RP With Exactly Half Acceptance =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' exactly 1/2 of computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
Significantly, the number of candidate witnesses is restricted to be a power of 2.  (This is implicit if they are binary strings.)

Contained in [[#rp|RP]], [[#ep|EP]], and [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] for every odd k.  Contained in [[#eqp|EQP]] by the Deutsch-Jozsa algorithm.

Defined in [[zooref#bb92|[BB92]]], where it was called C&lt;sub&gt;==&lt;/sub&gt;P[half].  The name used here is from [[zooref#BS00|[BS00]]].  There it was shown that HalfP is contained in every similar class in which 1/2 is replaced by some other dyadic fraction.

----

===== &lt;span id=&quot;heurbpp&quot; style=&quot;color:red&quot;&gt;HeurBPP&lt;/span&gt;: Heuristic [[#bpp|BPP]] =====
The class of problems for which a 1-1/poly(n) fraction of instances are solvable by a [[#bpp|BPP]] machine.

[[zooref#fs04|[FS04]]] showed a strict hierarchy theorem for HeurBPP; thus, HeurBPP does not equal [[#heurbptime|HeurBPTIME]](n&lt;sup&gt;c&lt;/sup&gt;) for any fixed c.

----
===== &lt;span id=&quot;heurbptime&quot; style=&quot;color:red&quot;&gt;HeurBPTIME(f(n))&lt;/span&gt;: Heuristic [[#bptime|BPTIME]](f(n)) =====
The class of problems for which a 1-1/poly(n) fraction of instances are solvable by a [[#bptime|BPTIME]](f(n)) machine.

Thus [[#heurbpp|HeurBPP]] is the union of HeurBPTIME(n&lt;sup&gt;c&lt;/sup&gt;) over all c.

----
===== &lt;span id=&quot;hkp&quot; style=&quot;color:red&quot;&gt;H&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: High Hierarchy In [[#np|NP]] =====
The class of problems A in [[#np|NP]] such that [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]&lt;sup&gt;A&lt;/sup&gt; = [[#ph|&amp;#931;&lt;sub&gt;k+1&lt;/sub&gt;P]]; that is, adding A as an oracle increases the power of the k&lt;sup&gt;th&lt;/sup&gt; level of the polynomial hierarchy by a maximum amount.

For all k, H&lt;sub&gt;k&lt;/sub&gt; is contained in H&lt;sub&gt;k+1&lt;/sub&gt;.

Defined in [[zooref#sch83|[Sch83]]].

See also [[#lkp|L&lt;sub&gt;k&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;hvszk&quot; style=&quot;color:red&quot;&gt;HVSZK&lt;/span&gt;: Honest-Verifier [[#szk|SZK]] =====
The class of decision problems that have [[#szk|SZK]] protocols assuming an honest verifier (i.e. one who doesn't try to learn more about the problem by deviating from the protocol).

Equals [[#szk|SZK]] [[zooref#oka96|[Oka96]]].

----
===== &lt;span id=&quot;iclogpoly&quot; style=&quot;color:red&quot;&gt;IC[log,poly]&lt;/span&gt;: Logarithmic Instance Complexity, Polynomial Time =====
The class of decision problems such that, for every n-bit string x, there exists a program A of size O(log n) that, given x as input, &quot;correctly decides&quot; the answer on x in time polynomial in n.  This means:
&lt;ul&gt;
&lt;li&gt;There exists a polynomial p such that for any input y, A returns either &quot;yes&quot;, &quot;no&quot;, or &quot;I don't know&quot; in time p(|y|).&lt;/li&gt;
&lt;li&gt;Whenever A returns &quot;yes&quot; or &quot;no&quot;, it is correct.&lt;/li&gt;
&lt;li&gt;A returns either &quot;yes&quot; or &quot;no&quot; on x.&lt;/li&gt;
&lt;/ul&gt;
Defined in [[zooref#oks94|[OKS+94]]]; see also [[zooref#lv97|[LV97]]].

If [[#np|NP]] is contained in IC[log,poly], then [[#p|P]] = [[#np|NP]] [[zooref#oks94|[OKS+94]]].  Indeed, any self-reducible problem in IC[log,poly] is also in [[#p|P]].

Strictly contains [[#plog|P/log]], and is strictly contained in [[#ppoly|P/poly]].

----
===== &lt;span id=&quot;ip&quot; style=&quot;color:red&quot;&gt;IP&lt;/span&gt;: Interactive Proof =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by an &lt;i&gt;interactive proof&lt;/i&gt;.  Here a [[#bpp|BPP]] (i.e. probabilistic polynomial-time) verifier sends messages back and forth with an all-powerful prover.  They can have polynomially many rounds of interaction. Given the verifier's algorithm, at the end:
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; the prover must be able to behave in such a way that the verifier accepts with probability at least 2/3 (over the choice of the verifier's random bits).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then however the prover behaves the verifier must reject with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
IP contains [[#ph|PH]] [[zooref#lfk90|[LFK+90]]], and indeed (this was discovered only a few days later) equals [[#pspace|PSPACE]] [[zooref#sha90|[Sha90]]].  On the other hand, [[#conp|coNP]] is not contained in IP relative to a random oracle [[zooref#ccg94|[CCG+94]]].

See also: [[#mip|MIP]], [[#qip|QIP]], [[#ma|MA]], [[#am|AM]].

----

===== &lt;span id=&quot;ipp&quot; style=&quot;color:red&quot;&gt;IPP&lt;/span&gt;: Unbounded [[#ip|IP]] =====
Same as [[#ip|IP]], except that if the answer is &quot;yes,&quot; there need only be a prover strategy that causes the verifier to accept with probability greater than 1/2, while if the answer is &quot;no,&quot; then for all prover strategies the verifier accepts with probability less than 1/2.

Defined in [[zooref#ccg94|[CCG+94]]], where it was also shown that IPP = [[#pspace|PSPACE]] relative to &lt;i&gt;all&lt;/i&gt; oracles.  Since [[#ip|IP]] is strictly contained in [[#pspace|PSPACE]] relative to a random oracle, the authors interpreted this as evidence against the Random Oracle Hypothesis (a slight change in definition can cause the behavior of a class relative to a random oracle to change drastically).

See also: [[#ppspace|PPSPACE]].

----
===== &lt;span id=&quot;ippolylog&quot; style=&quot;color:red&quot;&gt;IP[polylog]&lt;/span&gt;: Alternate Name for [[#ampolylog|AM[polylog]]] =====

----
===== &lt;span id=&quot;l&quot; style=&quot;color:red&quot;&gt;L&lt;/span&gt;: Logarithmic Space =====
The class of decision problems solvable by a Turing machine restricted to use an amount of memory logarithmic in the size of the input, n.  (The input itself is not counted as part of the memory.)

L contains [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#bor77|[Bor77]]], and is contained in generalizations including [[#nl|NL]], [[#l/poly|L/poly]], [[#sl|SL]], [[#rl|RL]], [[#parityl|&amp;#8853;L]], and [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]].

Reingold [[zooref#rei04|[Rei04]]] showed that, remarkably, L = [[#sl|SL]].  In other words, undirected graph connectivity is solvable in deterministic logarithmic space.

----

===== &lt;span id=&quot;lin&quot; style=&quot;color:red&quot;&gt;LIN&lt;/span&gt;: Linear Time =====
The class of decision problems solvable by a deterministic Turing machine in linear time.

Contained in [[#nlin|NLIN]].

----
===== &lt;span id=&quot;lkp&quot; style=&quot;color:red&quot;&gt;L&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Low Hierarchy In [[#np|NP]] =====
The class of problems A such that [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]&lt;sup&gt;A&lt;/sup&gt; = [[#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]; that is, adding A as an oracle does not increase the power of the k&lt;sup&gt;th&lt;/sup&gt; level of the polynomial hierarchy.

L&lt;sub&gt;1&lt;/sub&gt;P = [[#npiconp|NP &amp;#8745; coNP]].

For all k, L&lt;sub&gt;k&lt;/sub&gt; is contained in L&lt;sub&gt;k+1&lt;/sub&gt; and in [[#np|NP]].

Defined in [[zooref#sch83|[Sch83]]].

See also [[#hkp|H&lt;sub&gt;k&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;logcfl&quot; style=&quot;color:red&quot;&gt;LOGCFL&lt;/span&gt;: Logarithmically Reducible to CFL =====
The class of decision problems reducible in [[#l|L]] to the problem of deciding membership in a context-free language.

Equivalently, LOGCFL is the class of decision problems solvable by a uniform family of [[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] circuits, in which no AND gate has fan-in exceeding 2 (see e.g. [[zooref#joh90|[Joh90]]], p. 137).

LOGCFL is closed under complement [[zooref#bcd89|[BCD+89]]].

Contains [[#nl|NL]] [[zooref#sud78|[Sud78]]].

----
===== &lt;span id=&quot;logfew&quot; style=&quot;color:red&quot;&gt;LogFew&lt;/span&gt;: Logspace-Bounded [[#few|Few]] =====
The class of decision problems solvable by an [[#nl|NL]] machine such that
&lt;ol&gt;
&lt;li&gt;The number of accepting paths on input x is f(x), and&lt;/li&gt;
&lt;li&gt;The answer is 'yes' if and only if R(x,f(x))=1, where R is some predicate computable in [[#l|L]].&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bdh92|[BDH+92]]], where it was also shown that LogFew is contained in [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] for all k&gt;1.

----
===== &lt;span id=&quot;logfewnl&quot; style=&quot;color:red&quot;&gt;LogFewNL&lt;/span&gt;: Logspace-Bounded [[#fewp|FewP]] =====
Same as [[#fewp|FewP]] but for logspace-bounded (i.e. [[#nl|NL]]) machines.

Defined in [[zooref#bdh92|[BDH+92]]], where it was also shown that LogFewNL is contained in [[#modzkl|ModZ&lt;sub&gt;k&lt;/sub&gt;L]] for all k&gt;1.

----
===== &lt;span id=&quot;lognp&quot; style=&quot;color:red&quot;&gt;LOGNP&lt;/span&gt;: Logarithmically-Restricted [[#np|NP]] =====
The class of decision problems expressible in logical form as
&lt;ul&gt; The set of I for which there exists a subset S={s&lt;sub&gt;1&lt;/sub&gt;,...,s&lt;sub&gt;log n&lt;/sub&gt;} of {1,...,n} of size log n, such that for all x there exists y such that for all j, the predicate &amp;phi;(I,s&lt;sub&gt;j&lt;/sub&gt;,x,y,j) holds.  Here x and y are logarithmic-length strings, or equivalently polynomially bounded numbers, and &amp;phi; is computable in [[#p|P]]. &lt;/ul&gt;
LOGNP&lt;sub&gt;0&lt;/sub&gt; is the subclass in which &amp;phi; is a first-order predicate without quantifiers and x and y are bounded lists of indices of input bits.  LOGNP is also the closure of LOGNP&lt;sub&gt;0&lt;/sub&gt; under many-one reduction.

The motivation is that the analogue of LOGNP&lt;sub&gt;0&lt;/sub&gt; without the logarithmic bound on |S| is [[#soe|SO-E]], which by Fagin's theorem equals [[#np|NP]] [[zooref#fag74|[Fag74]]].

Defined in [[zooref#py96|[PY96]]], where it was also shown that the following problem is complete for LOGNP under many-one reductions:
&lt;ul&gt; &lt;i&gt;Vapnik-Chervonenkis (V-C) Dimension.&lt;/i&gt;  Given a family F of subsets of a set U, find a subset of S of U of maximum cardinality, such that every subset of S can be written as the intersection of S with some set in F. &lt;/ul&gt;
Contains [[#logsnp|LOGSNP]], and is contained in [[#betap|&amp;#946;P]] (indeed &amp;#946;&lt;sub&gt;2&lt;/sub&gt;P).

----

===== &lt;span id=&quot;logsnp&quot; style=&quot;color:red&quot;&gt;LOGSNP&lt;/span&gt;: Logarithmically-Restricted [[#snp|SNP]] =====
The class of decision problems expressible in logical form as
&lt;ul&gt; The set of I for which there exists a subset S={s&lt;sub&gt;1&lt;/sub&gt;,...,s&lt;sub&gt;log n&lt;/sub&gt;} of {1,...,n} of size log n, such that for all x there exists j such that the predicate &amp;phi;(I,s&lt;sub&gt;j&lt;/sub&gt;,x,j) holds.  Here x and y are logarithmic-length strings, or equivalently polynomially bounded numbers, and &amp;phi; is computable in [[#p|P]]. &lt;/ul&gt;
LOGSNP&lt;sub&gt;0&lt;/sub&gt; is the subclass in which &amp;phi; is a first-order predicate without quantifiers and x is a bounded lists of indices of input bits.  LOGSNP is also the closure of LOGSNP&lt;sub&gt;0&lt;/sub&gt; under many-one reduction.  See [[#lognp|LOGNP]] and [[#snp|SNP]] for the motivation.

Defined in [[zooref#py96|[PY96]]].

Contained in [[#lognp|LOGNP]], and therefore [[#qplin|QPLIN]].

If [[#p|P]] = LOGSNP, then for every constructible f(n) &amp;gt; n, [[#ntime|NTIME]](f(n)) is contained in [[#dtime|DTIME]](g(n)&lt;sup&gt;sqrt(g(n))&lt;/sup&gt;), where g(n) = O(f(n) logf(n)) [[zooref#fk97|[FK97]]].

----

===== &lt;span id=&quot;l/poly&quot; style=&quot;color:red&quot;&gt;L/poly&lt;/span&gt;: Nonuniform Logarithmic Space =====
Has the same relation to [[#l|L]] as [[#ppoly|P/poly]] does to [[#p|P]].

Equals [[#pbp|PBP]] [[zooref#cob66|[Cob66]]].

Contains [[#sl|SL]] [[zooref#akl79|[AKL+79]]].

----
===== &lt;span id=&quot;lwpp&quot; style=&quot;color:red&quot;&gt;LWPP&lt;/span&gt;: Length-Dependent Wide [[#pp|PP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the number of accepting computation paths exactly equals the number of rejecting paths.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the difference of these numbers equals a function f(|x|) computable in polynomial time (i.e. [[#fp|FP]]).  Here |x| is the length of the input x, and ``polynomial time'' means polynomial in |x|, the length of x, rather than the length of |x|.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ffk94|[FFK94]]], where it was also shown that LWPP is low for [[#pp|PP]] and [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]].  (I.e. adding LWPP as an oracle does not increase the power of these classes.)

Contained in [[#wpp|WPP]] and [[#awpp|AWPP]].

Contains [[#spp|SPP]].

Also, contains the graph isomorphism problem [[zooref#kst92|[KST92]]].

Contains a whole litter of problems for solvable black-box groups: group intersection, group factorization, coset intersection, and double-coset membership [[zooref#vin04|[Vin04]]]

----

===== &lt;span id=&quot;ma&quot; style=&quot;color:red&quot;&gt;MA&lt;/span&gt;: Merlin-Arthur =====
The class of decision problems solvable by a &lt;i&gt;Merlin-Arthur protocol&lt;/i&gt;, which goes as follows.  Merlin, who has unbounded computational resources, sends Arthur a polynomial-size purported proof that the answer to the problem is &quot;yes.&quot;  Arthur must verify the proof in [[#bpp|BPP]] (i.e. probabilistic polynomial-time), so that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a proof such that Arthur accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all proofs Arthur accepts with probability at most 1/3.&lt;/li&gt;
&lt;/ol&gt;
An alternative definition requires that if the answer is &quot;yes,&quot; then there exists a proof such that Arthur accepts with certainty.  However, the definitions with one-sided and two-sided error can be shown to be equivalent (exercise for the Zoo visitor).

Contains [[#np|NP]] and [[#existsbpp|&amp;#8707;BPP]], and is contained in [[#am|AM]] and in [[#qma|QMA]].

Also contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].

There exists an oracle relative to which [[#bqp|BQP]] is not in [[#ma|MA]] [[zooref#wat00|[Wat00]]].

Equals [[#np|NP]] under a derandomization assumption.

See also: [[#mae|MA&lt;sub&gt;E&lt;/sub&gt;]], [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]].

----
===== &lt;span id=&quot;maprime&quot; style=&quot;color:red&quot;&gt;MA'&lt;/span&gt;: Sparse [[#ma|MA]] =====
The subclass of [[#ma|MA]] such that for each input size n, there is a sparse set S&lt;sub&gt;n&lt;/sub&gt; that Merlin's proof string always belongs to (no matter what the input is).

Defined in [[zooref#kst93|[KST93]]], where it is also observed that if graph isomorphism is in [[#ppoly|P/poly]], then the complement of graph isomorphism is in MA'.

----
===== &lt;span id=&quot;mac0&quot; style=&quot;color:red&quot;&gt;MAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Majority of [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
Same as [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], except now we're allowed a single unbounded-fanin majority gate at the root.

Defined in [[zooref#jks02|[JKS02]]].

MAC&lt;sup&gt;0&lt;/sup&gt; is strictly contained in [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#abf94|[ABF+94]]].

----
===== &lt;span id=&quot;mae&quot; style=&quot;color:red&quot;&gt;MA&lt;sub&gt;E&lt;/sub&gt;&lt;/span&gt;: Exponential-Time [[#ma|MA]] With Linear Exponent =====
Same as [[#ma|MA]], except now Arthur is [[#e|E]] instead of polynomial-time.

If MA&lt;sub&gt;E&lt;/sub&gt; = [[#nee|NEE]] then [[#ma|MA]] = [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;maexp&quot; style=&quot;color:red&quot;&gt;MA&lt;sub&gt;EXP&lt;/sub&gt;&lt;/span&gt;: Exponential-Time [[#ma|MA]] =====
Same as [[#ma|MA]], except now Arthur is [[#exp|EXP]] instead of polynomial-time, and the message from Merlin can be exponentially long.

There is a problem in MA&lt;sub&gt;EXP&lt;/sub&gt; that does not have polynomial-size circuits [[zooref#bft98|[BFT98]]].  On the other hand, there is an oracle relative to which every problem in MA&lt;sub&gt;EXP&lt;/sub&gt; does have polynomial-size circuits.

[[zooref#mvw99|[MVW99]]] considered the best circuit lower bound obtainable for a problem in MA&lt;sub&gt;EXP&lt;/sub&gt;, using current techniques.  They found that this bound is &lt;i&gt;half-exponential&lt;/i&gt;: i.e. a function f such that f(f(n))=2&lt;sup&gt;n&lt;/sup&gt;.  Such functions exist, but are not expressible using standard asymptotic notation.

----
===== &lt;span id=&quot;mal&quot; style=&quot;color:red&quot;&gt;mAL&lt;/span&gt;: Monotone [[#al|AL]] =====
Defined in [[zooref#gs90|[GS90]]].  Equals [[#mp|mP]] by definition.

----
===== &lt;span id=&quot;maxnp&quot; style=&quot;color:red&quot;&gt;MaxNP&lt;/span&gt;: Maximization [[#np|NP]] =====
Has the same relation to [[#np|NP]] as [[#maxsnp|MaxSNP]] does to [[#snp|SNP]].

Contains [[#maxpb|MaxPB]].

The closure of MaxNP under [[#ptas|PTAS]] reduction is [[#apx|APX]] [[zooref#kms99|[KMS+99]]], [[zooref#ct94|[CT94]]].

----
===== &lt;span id=&quot;maxpb&quot; style=&quot;color:red&quot;&gt;MaxPB&lt;/span&gt;: [[#maxnp|MaxNP]] Polynomially Bounded =====
The subclass of [[#maxnp|MaxNP]] problems for which the cost function is guaranteed always to be bounded by a polynomial.

[[#minpb|MinPB]] can be defined similarly.

Defined in [[zooref#kt94|[KT94]]].

The closure of MaxPB under [[#ptas|PTAS]] reductions equals [[#npopb|NPOPB]] [[zooref#cks99|[CKS+99]]].

----
===== &lt;span id=&quot;maxsnp&quot; style=&quot;color:red&quot;&gt;MaxSNP&lt;/span&gt;: Maximization [[#snp|SNP]] =====
The class of optimization problems reducible by an &quot;L-reduction&quot; to a problem in [[#maxsnp0|MaxSNP&lt;sub&gt;0&lt;/sub&gt;]].  (&lt;i&gt;Note:&lt;/i&gt; 'L' stands for linear -- this is &lt;i&gt;not&lt;/i&gt; the same as an [[#l|L]] reduction!  For more details see [[zooref#py88|[PY88]]].)

Defined in [[zooref#py88|[PY88]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;Max3SAT is MaxSNP-complete.  (Max3SAT is the problem of finding an assignment that maximizes the number of satisfied clauses in a CNF formula with at most 3 literals per clause.)&lt;/li&gt;
&lt;li&gt;Any problem in MaxSNP can be approximated to within a fixed ratio.&lt;/li&gt;
&lt;/ul&gt;
The closure of MaxSNP under [[#ptas|PTAS]] reduction is [[#apx|APX]] [[zooref#kms99|[KMS+99]]], [[zooref#ct94|[CT94]]].

----
===== &lt;span id=&quot;maxsnp0&quot; style=&quot;color:red&quot;&gt;MaxSNP&lt;sub&gt;0&lt;/sub&gt;&lt;/span&gt;: Generating Class of MaxSNP =====
The class of function problems expressible as &quot;find a relation such that the set of k-tuples for which a given [[#snp|SNP]] predicate holds has maximum cardinality.&quot;

For example (see [[zooref#pap94|[Pap94]]]), the Max-Cut problem can be expressed as follows:
&lt;ul&gt; Given a graph G, find a subset S of vertices that maximizes the number of pairs (u,v) of vertices such that u is in S, and v is not in S, and G has an edge from u to v. &lt;/ul&gt;
Defined in [[zooref#py88|[PY88]]].

----
===== &lt;span id=&quot;mconl&quot; style=&quot;color:red&quot;&gt;mcoNL&lt;/span&gt;: Complement of [[#mnl|mNL]] =====
Defined in [[zooref#gs90|[GS90]]], where it was also shown that mcoNL does not equal [[#mnl|mNL]].

See also: [[#ml|mL]].

----
===== &lt;span id=&quot;minpb&quot; style=&quot;color:red&quot;&gt;MinPB&lt;/span&gt;: MinNP Polynomially Bounded =====
Same as [[#maxpb|MaxPB]] but for minimization instead of maximization problems.

----
===== &lt;span id=&quot;mip&quot; style=&quot;color:red&quot;&gt;MIP&lt;/span&gt;: Multi-Prover Interactive Proof =====
Same as [[#ip|IP]], except that now the verifier can exchange messages with many provers, not just one.  The provers cannot communicate with each other during the execution of the protocol, so the verifier can &quot;cross-check&quot; their assertions (as with suspects in separate interrogation rooms).

Defined in [[zooref#bgk88|[BGK+88]]].

Let MIP[k] be the class of decision problems for which a &quot;yes&quot; answer can be verified with k provers.  Then for all k&amp;gt;2, MIP[k] = MIP[2] = MIP [[zooref#bgk88|[BGK+88]]].

MIP equals [[#nexp|NEXP]] [[zooref#bfl91|[BFL91]]]; this is a famous non-relativizing result.

----

===== &lt;span id=&quot;mipstar21&quot; style=&quot;color:red&quot;&gt;MIP*[2,1]&lt;/span&gt;: 2-Prover, 1-Round [[#mip|MIP]] With Quantum Provers =====
Same as [[#mip|MIP]][2], except that now only one round is allowed, and the two provers can share arbitrarily many entangled qubits.  The verifier is classical, as are all messages between the provers and verifier.

Defined in [[zooref#cht04|[CHT+04]]], where evidence was given suggesting that MIP* does not &quot;obviously&quot; equal [[#nexp|NEXP]].  By contrast, MIP[2,1], the corresponding class without entanglement, equals [[#nexp|NEXP]].

Indeed, the relationship between MIP* and [[#mip|MIP]] = [[#nexp|NEXP]] is completely unknown -- either could contain the other, or they could be incomparable.

It is also unknown whether increasing the number of provers or rounds changes MIP*[2,1].

Contains [[#xormipstar21|XOR-MIP*[2,1]]].

----
===== &lt;span id=&quot;mipexp&quot; style=&quot;color:red&quot;&gt;MIP&lt;sub&gt;EXP&lt;/sub&gt;&lt;/span&gt;: Exponential-Time Multi-Prover Interactive Proof =====
The exponential-time analogue of [[#mip|MIP]].

In the unrelativized world, equals [[#neexp|NEEXP]].

There exists an oracle relative to which MIP&lt;sub&gt;EXP&lt;/sub&gt; equals the intersection of [[#ppoly|P/poly]], [[#pnp|P&lt;sup&gt;NP&lt;/sup&gt;]], and [[#parityp|&amp;#8853;P]] [[zooref#bft98|[BFT98]]].

----
===== &lt;span id=&quot;mkp&quot; style=&quot;color:red&quot;&gt;(M&lt;sub&gt;k&lt;/sub&gt;)P&lt;/span&gt;: Acceptance Mechanism by Monoid M&lt;sub&gt;k&lt;/sub&gt; =====
A &lt;i&gt;monoid&lt;/i&gt; is a set with an associative operation and an identity element (so it's like a group, except that it need not have inverses).

Then (M&lt;sub&gt;k&lt;/sub&gt;)P is the class of decision problems solvable by an [[#np|NP]] machine with the following acceptance mechanism.  The i&lt;sup&gt;th&lt;/sup&gt; computation path (under some lexicographic ordering) outputs an element m&lt;sub&gt;i&lt;/sub&gt; of M&lt;sub&gt;k&lt;/sub&gt;.  Then the machine accepts if and only if m&lt;sub&gt;1&lt;/sub&gt;m&lt;sub&gt;2&lt;/sub&gt;...m&lt;sub&gt;s&lt;/sub&gt; is the identity (where s is the number of paths).

Defined by Hertrampf [[zooref#her97|[Her97]]], who also showed the following (in the special case M is a group):
&lt;ul&gt;
&lt;li&gt;If G is any nonsolvable group (for example S&lt;sub&gt;5&lt;/sub&gt;, the symmetric group on 5 elements), then (G)P = [[#pspace|PSPACE]].&lt;/li&gt;
&lt;li&gt;(Z&lt;sub&gt;k&lt;/sub&gt;)P = [[#comodkp|coMod&lt;sub&gt;k&lt;/sub&gt;P]], where Z&lt;sub&gt;k&lt;/sub&gt; is the cyclic group on k elements.&lt;/li&gt;
&lt;li&gt;If |G|=k, then (G)P contains [[#comodkp|coMod&lt;sub&gt;k&lt;/sub&gt;P]].&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;ml&quot; style=&quot;color:red&quot;&gt;mL&lt;/span&gt;: Monotone [[#l|L]] =====
The class of decision problems solvable by a family of monotone log-width polynomial-size leveled circuits.  (A &lt;i&gt;leveled&lt;/i&gt; circuit is one where gates on each level can depend only on the level immediately below it.)

Defined in [[zooref#gs90|[GS90]]], who raise as an open problem to define a uniform version of mL.

Strictly contains [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#gs91|[GS91]]].

Contained in (nonuniform versions of) [[#mnl|mNL]] and [[#mconl|mcoNL]].

----
===== &lt;span id=&quot;mmsnp&quot; style=&quot;color:red&quot;&gt;MMSNP&lt;/span&gt;: Monadic Monotone [[#snp|SNP]] =====
Defined in [[zooref#fv93|[FV93]]] as a subclass of [[#snp|SNP]], where the second order existentially quantified variables are sets (monadic) and any relations in the first-order part occur negated (monotone).  Further, no inequalities can occur in the first-order part.

MMSNP seems to obey dichotomy, by excluding Ladner languages.  This is still open but widely believed.  Dropping any of the restrictions monotone/monadic/without inequalities          allows Ladner languages unless P = NP, since any problem in NP is polynomial time equivalent to a problem in each of these broader classes.  MMSNP therefore seems to be a maximal fragment of NP where Ladner languages are excluded.

Every constraint satisfaction problem is expressible in MMSNP, and there is a polynomial time Turing reduction from every MMSNP query to finitely many constraint satisfaction problems.  MMSNP therefore seems to capture the class of constraint satisfaction problems.
----

===== &lt;span id=&quot;mnc1&quot; style=&quot;color:red&quot;&gt;mNC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Monotone [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] =====
The class of decision problems solvable by a family of monotone [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] circuits (i.e. AND and OR gates only).

A uniformity condition could also be imposed.

Defined in [[zooref#gs90|[GS90]]].

Strictly contained in [[#mnl|mNL]] [[zooref#kw88|[KW88]]], and indeed in [[#ml|mL]] [[zooref#gs91|[GS91]]].

Strictly contains [[#mtc0|mTC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#yao89|[Yao89]]].

----
===== &lt;span id=&quot;mnl&quot; style=&quot;color:red&quot;&gt;mNL&lt;/span&gt;: Monotone [[#nl|NL]] =====
See [[#mp|mP]] for the definition of a monotone nondeterministic Turing machine, due to [[zooref#gs90|[GS90]]].

mNL is the class of decision problems solvable by a monotone nondeterministic log-space Turing machine.

mNL does not equal [[#mconl|mcoNL]] [[zooref#gs90|[GS90]]], in contrast to the case for [[#nl|NL]] and [[#conl|coNL]].

Also, mNL strictly contains [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#kw88|[KW88]]].

See also: [[#ml|mL]].

----
===== &lt;span id=&quot;mnp&quot; style=&quot;color:red&quot;&gt;mNP&lt;/span&gt;: Monotone [[#np|NP]] =====
The class of decision problems for which a 'yes' answer can be verified in [[#mp|mP]] (that is, monotone polynomial-time).  The monotonicity requirement applies only to the input bits, not to the bits that are guessed nondeterministically. So, in the corresponding circuit, one can have NOT gates so long as they depend only on the nondeterministic guess bits.

Defined in [[zooref#gs90|[GS90]]], where it was also shown that mNP is 'trivial': that is, it contains exactly the monotone problems in [[#np|NP]].

Strictly contains [[#mp|mP]] [[zooref#raz85|[Raz85]]].

----
===== &lt;span id=&quot;modkl&quot; style=&quot;color:red&quot;&gt;Mod&lt;sub&gt;k&lt;/sub&gt;L&lt;/span&gt;: Mod-k [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] does to [[#p|P]].

For any prime k, Mod&lt;sub&gt;k&lt;/sub&gt;L contains [[#sl|SL]] [[zooref#kw93|[KW93]]].

For any prime k, Mod&lt;sub&gt;k&lt;/sub&gt;L&lt;sup&gt;ModkL&lt;/sup&gt; = Mod&lt;sub&gt;k&lt;/sub&gt;L [[zooref#hrv00|[HRV00]]].

For any k&gt;1, contains [[#logfew|LogFew]] [[zooref#bdh92|[BDH+92]]].

----
===== &lt;span id=&quot;modkp&quot; style=&quot;color:red&quot;&gt;Mod&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Mod-k Polynomial-Time =====
For any k&amp;gt;1: The class of decision problems solvable by an [[#np|NP]] machine such that the number of accepting paths is divisible by k, if and only if the answer is &quot;no.&quot;

Mod&lt;sub&gt;2&lt;/sub&gt;P is more commonly known as [[#parityp|&amp;#8853;P]] &quot;parity-P.&quot;

For every k, Mod&lt;sub&gt;k&lt;/sub&gt;P contains graph isomorphism [[zooref#ak02|[AK02]]].

Defined in [[zooref#ch89|[CH89]]], [[zooref#her90|[Her90]]].

[[zooref#her90|[Her90]]] and [[zooref#bg92|[BG92]]] showed that Mod&lt;sub&gt;k&lt;/sub&gt;P is the set of unions of languages in Mod&lt;sub&gt;p&lt;/sub&gt;P for each prime p that divides k.  In particular, if p is prime, then Mod&lt;sub&gt;p&lt;/sub&gt;P = Mod&lt;sub&gt;p^m&lt;/sub&gt;P for all positive integers m.  A further fact is that Mod&lt;sub&gt;p&lt;/sub&gt;P is closed under union, intersection, and complement for p prime.

On the other hand, if k is not a prime power, then there exists an oracle relative to which Mod&lt;sub&gt;k&lt;/sub&gt;P is not closed under intersection or complement [[zooref#bbr94|[BBR94]]].

For prime p, there exists an oracle relative to which Mod&lt;sub&gt;p&lt;/sub&gt;P does not contain [[#eqp|EQP]] [[zooref#gv02|[GV02]]].

----

===== &lt;span id=&quot;modp&quot; style=&quot;color:red&quot;&gt;ModP&lt;/span&gt;: [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] With Arbitrary k =====
The class of decision problems solvable by a [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] machine where k can vary depending on the input.  The only requirement is that 0&lt;sup&gt;k&lt;/sup&gt; be computable in polynomial time.

Defined in [[zooref#kt96|[KT96]]], where it was also shown that ModP is contained in [[#ampmp|AmpMP]].

----
===== &lt;span id=&quot;modzkl&quot; style=&quot;color:red&quot;&gt;ModZ&lt;sub&gt;k&lt;/sub&gt;L&lt;/span&gt;: Restricted [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] =====
The class of decision problems solvable by a nondeterministic logspace Turing machine, such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the number of accepting paths is not congruent to 0 mod k.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then there are no accepting paths.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bdh92|[BDH+92]]], where it was also shown that ModZ&lt;sub&gt;k&lt;/sub&gt;L contains [[#logfewnl|LogFewNL]] for all k&gt;1.

Contained in [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] and in [[#nl|NL]].

----
===== &lt;span id=&quot;mp&quot; style=&quot;color:red&quot;&gt;mP&lt;/span&gt;: Monotone [[#p|P]] =====
The definition of this class, due to [[zooref#gs90|[GS90]]], is not obvious.  First, a &lt;i&gt;monotone nondeterministic Turing machine&lt;/i&gt; is one such that, whenever it can make a transition with a 0 on its input tape, it can also make that same transition with a 1 on its input tape. (This restriction does not apply to the work tape.)  A &lt;i&gt;monotone alternating Turing machine&lt;/i&gt; is subject to the restriction that it can only reference an input bit x by, &quot;there exists a z at most x,&quot; or &quot;for all z at least x.&quot;

Then applying the result of [[zooref#cks81|[CKS81]]] that [[#p|P]] = [[#al|AL]], mP is defined to be [[#mal|mAL]]: the class of decision problems solvable by a monotone alternating log-space Turing machine.

Actually there's a caveat: A monotone Turing machine or circuit can first negate the &lt;i&gt;entire&lt;/i&gt; input, then perform a monotone computation.  That way it becomes meaningful to talk about whether a monotone complexity class is closed under complement.

Strictly contained in [[#mnp|mNP]] [[zooref#raz85|[Raz85]]].

Deciding whether a bipartite graph has a perfect matching, despite being both a monotone problem and in [[#p|P]], requires monotone circuits of superpolynomial size [[zooref#raz85b|[Raz85b]]].  Letting MONO be the class of monotone problems, it follows that mP is strictly contained in MONO &amp;#8745; [[#p|P]].

See also: [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]], [[#ml|mL]], [[#mnl|mNL]], [[#mconl|mcoNL]].

----
===== &lt;span id=&quot;mp2&quot; style=&quot;color:red&quot;&gt;MP&lt;/span&gt;: Middle-Bit [[#p|P]] =====
The class of decision problems such that for some [[#sharpp|#P]] function f, the answer on input x is 'yes' if and only if the middle bit of f(x) is 1.

Defined in [[zooref#gkr95|[GKR+95]]].

Contains [[#ampmp|AmpMP]] and [[#ph|PH]].

MP with [[#modp|ModP]] oracle equals MP with [[#sharpp|#P]] oracle [[zooref#kt96|[KT96]]].

----
===== &lt;span id=&quot;mpc&quot; style=&quot;color:red&quot;&gt;MPC&lt;/span&gt;: Monotone Planar Circuits =====
The class of decision problems solvable by a family of &lt;i&gt;monotone stratified planar circuits&lt;/i&gt; (a uniformity condition may also be imposed).

Such a circuit can contain only AND and OR gates of bounded fanin.  It must be embeddable in the plane with no wires crossing.  Furthermore, the input bits can only be accessed at the bottom level, where they are listed in order (x&lt;sub&gt;1&lt;/sub&gt;,...,x&lt;sub&gt;n&lt;/sub&gt;).

Defined in [[zooref#dc89|[DC89]]].

[[zooref#blm99|[BLM+99]]] showed that we can assume without loss of generality that the circuit has width n and depth n&lt;sup&gt;3&lt;/sup&gt;.

----
===== &lt;span id=&quot;mppoly&quot; style=&quot;color:red&quot;&gt;mP/poly&lt;/span&gt;: Monotone [[#ppoly|P/poly]] =====
The class of decision problems solvable by a nonuniform family of polynomial-size Boolean circuits with only AND and OR gates, no NOT gates.  (Or rather, following the definitions of [[zooref#gs90|[GS90]]], the entire input can be negated as long as there are no other negations.)

More straightforward to define than [[#mp|mP]].

----
===== &lt;span id=&quot;mtc0&quot; style=&quot;color:red&quot;&gt;mTC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Monotone [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of decision problems solvable by a family of monotone [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] circuits (i.e. constant-depth, polynomial-size, AND, OR, and threshold gates, but no NOT gates).

A uniformity condition could also be imposed.

Defined in [[zooref#gs90|[GS90]]].

Strictly contained in [[#mnc1|mNC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#yao89|[Yao89]]].

----
===== &lt;span id=&quot;nauxpdap&quot; style=&quot;color:red&quot;&gt;NAuxPDA&lt;sup&gt;p&lt;/sup&gt;&lt;/span&gt;: Nondeterministic Auxiliary Pushdown Automata =====
The class of problems solvable by nondeterministic logarithmic-space and polynomial-time Turing machines with auxiliary pushdown.

Equals [[#logcfl|LOGCFL]] [[zooref#sud78|[Sud78]]].

----
===== &lt;span id=&quot;nc&quot; style=&quot;color:red&quot;&gt;NC&lt;/span&gt;: Nick's Class =====
(Named in honor of Nick Pippenger.)

NC&lt;sup&gt;i&lt;/sup&gt; is the class of decision problems solvable by a nonuniform family of Boolean circuits, with polynomial size, depth O(log&lt;sup&gt;i&lt;/sup&gt;(n)), and fan-in 2.

Then NC is the union of NC&lt;sup&gt;i&lt;/sup&gt; over all nonnegative i.

Also, NC equals the union of [[#ptwk|PT/WK]](log&lt;sup&gt;k&lt;/sup&gt;n, n&lt;sup&gt;k&lt;/sup&gt;)/poly over all constants k.

NC&lt;sup&gt;i&lt;/sup&gt; is contained in [[#ac|AC]]&lt;sup&gt;i&lt;/sup&gt;; thus, NC = [[#ac|AC]].

Contains [[#nl|NL]].

Generalizations include [[#rnc|RNC]] and [[#qnc|QNC]].

[[zooref#in96|[IN96]]] construct a candidate pseudorandom generator in NC based on the subset sum problem.

For a random oracle A, (NC&lt;sup&gt;i&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt; is strictly contained in (NC&lt;sup&gt;i+1&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt;, and uniform NC&lt;sup&gt;A&lt;/sup&gt; is strictly contained in P&lt;sup&gt;A&lt;/sup&gt;, with probability 1 [[zooref#mil92|[Mil92]]].

----
===== &lt;span id=&quot;nc0&quot; style=&quot;color:red&quot;&gt;NC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Level 0 of [[#nc|NC]] =====
By definition, a decision problem in NC&lt;sup&gt;0&lt;/sup&gt; can depend on only a constant number of bits of the input.  Thus, NC&lt;sup&gt;0&lt;/sup&gt; usually refers to &lt;i&gt;functions&lt;/i&gt; computable by constant-depth, bounded-fanin circuits.

There is a family of permutations computable by a uniform family of NC&lt;sup&gt;0&lt;/sup&gt; circuits that is [[#p|P]]-hard to invert [[zooref#has88|[Has88]]].

Recently [[zooref#aik04|[AIK04]]] solved a longstanding open problem by showing that there exist pseudorandom generators and one-way functions in NC&lt;sup&gt;0&lt;/sup&gt;, based on (for example) the hardness of factoring.  Specifically, in these generators every bit of the output depends on only 4 input bits.  Whether the dependence can be reduced to 3 bits under the same cryptographic assumptions is open, but [[zooref#aik04|[AIK04]]] have some partial results in this direction.  It is known that the dependence cannot be reduced to 2 bits.

----
===== &lt;span id=&quot;nc1&quot; style=&quot;color:red&quot;&gt;NC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Level 1 of [[#nc|NC]] =====
See [[#nc|NC]] for definition.

[[zooref#kv94|[KV94]]] give a family of functions that is computable in NC&lt;sup&gt;1&lt;/sup&gt;, but not efficiently learnable unless there exists an efficient algorithm for factoring Blum integers.

Was shown to equal 5-[[#kpbp|PBP]] [[zooref#bar89|[Bar89]]].  On the other hand, width 5 is necessary unless NC&lt;sup&gt;1&lt;/sup&gt; = [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#bt88|[BT88]]].

As an application of this result, NC&lt;sup&gt;1&lt;/sup&gt; can be simulated on a quantum computer with three qubits, one initialized to a pure state and the remaining two in the maximally mixed state [[zooref#asv00|[ASV00]]].  Surprisingly, [[zooref#amp02|[AMP02]]] showed that only a &lt;i&gt;single&lt;/i&gt; qubit is needed to simulate NC&lt;sup&gt;1&lt;/sup&gt; - i.e. that NC&lt;sup&gt;1&lt;/sup&gt; is contained in 2-[[#eqbp|EQBP]].  (Complex amplitudes are needed for this result.)

Is contained in [[#l|L]] [[zooref#bor77|[Bor77]]].

Contains [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]].

NC&lt;sup&gt;1&lt;/sup&gt; contains the integer division problem [[zooref#bch86|[BCH86]]], even if an [[#l|L]]-uniformity condition is imposed [[zooref#cdl01|[CDL01]]].

----
===== &lt;span id=&quot;nc2&quot; style=&quot;color:red&quot;&gt;NC&lt;sup&gt;2&lt;/sup&gt;&lt;/span&gt;: Level 2 of [[#nc|NC]] =====
See [[#nc|NC]] for definition.

Contains [[#nl|NL]].

----
===== &lt;span id=&quot;ne&quot; style=&quot;color:red&quot;&gt;NE&lt;/span&gt;: Nondeterministic [[#e|E]] =====
Nondeterministic exponential time with linear exponent (i.e. [[#ntime|NTIME]](2&lt;sup&gt;O(n)&lt;/sup&gt;)).

[[#p|P]]&lt;sup&gt;NE&lt;/sup&gt; = [[#np|NP]]&lt;sup&gt;NE&lt;/sup&gt; [[zooref#hem89|[Hem89]]].

Contained in [[#nexp|NEXP]].

----
===== &lt;span id=&quot;nearlyp&quot; style=&quot;color:red&quot;&gt;Nearly-[[#p|P]]&lt;/span&gt;: Languages Superpolynomially Close to P =====
The set of languages L such that for every k, there is a language L_k in P that differs from L on at most 2^n/n^k inputs of length n.  Discussed in [[zooref#ns05|[NS05]]] and implicitly defined in [[zooref#yam99|[Yam99]]].

----
===== &lt;span id=&quot;nepoly&quot; style=&quot;color:red&quot;&gt;NE/poly&lt;/span&gt;: Nonuniform [[#ne|NE]] =====
Contains [[#cone|coNE]], just as [[#nexppoly|NEXP/poly]] contains [[#conexp|coNEXP]].

----
===== &lt;span id=&quot;nee&quot; style=&quot;color:red&quot;&gt;NEE&lt;/span&gt;: Nondeterministic [[#ee|EE]] =====
Nondeterministic double-exponential time with linear exponent (i.e. [[#ntime|NTIME]](2&lt;sup&gt;2^O(n)&lt;/sup&gt;)).

If [[#mae|MA&lt;sub&gt;E&lt;/sub&gt;]] = NEE then [[#ma|MA]] = [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]] [[zooref#ikw01|[IKW01]]].

Contained in [[#neexp|NEEXP]].

----
===== &lt;span id=&quot;neee&quot; style=&quot;color:red&quot;&gt;NEEE&lt;/span&gt;: Nondeterministic [[#eee|EEE]] =====
Nondeterministic triple-exponential time with linear exponent.

----
===== &lt;span id=&quot;neexp&quot; style=&quot;color:red&quot;&gt;NEEXP&lt;/span&gt;: Nondeterministic [[#eexp|EEXP]] =====
Nondeterministic double-exponential time (i.e. [[#ntime|NTIME]](2&lt;sup&gt;2^p(n)&lt;/sup&gt;) for p a polynomial).

Equals [[#mipexp|MIP&lt;sub&gt;EXP&lt;/sub&gt;]] (unrelativized).

----

===== &lt;span id=&quot;nexp&quot; style=&quot;color:red&quot;&gt;NEXP&lt;/span&gt;: Nondeterministic [[#exp|EXP]] =====
Nondeterministic exponential time (i.e. [[#ntime|NTIME]](2&lt;sup&gt;p(n)&lt;/sup&gt;) for p a polynomial).

Equals [[#mip|MIP]] [[zooref#bfl91|[BFL91]]] (but not relative to all oracles).

NEXP is in [[#ppoly|P/poly]] if and only if NEXP = [[#ma|MA]] [[zooref#ikw01|[IKW01]]].

[[zooref#ki02|[KI02]]] show the following:
&lt;ul&gt;
&lt;li&gt;If [[#p|P]] = [[#rp|RP]], then NEXP is not computable by polynomial-size arithmetic circuits.&lt;/li&gt;
&lt;li&gt;If [[#p|P]] = [[#bpp|BPP]] and if checking whether a Boolean circuit computes a function that is close to a low-degree polynomial over a finite field is in [[#p|P]], then NEXP is not in [[#ppoly|P/poly]].&lt;/li&gt;
&lt;li&gt;If NEXP is in [[#ppoly|P/poly]], then matrix permanent is NEXP-complete.&lt;/li&gt;
&lt;/ul&gt;
Does not equal [[#np|NP]] [[zooref#sfm78|[SFM78]]].

Does not equal [[#exp|EXP]] if and only if there is a sparse set in [[#np|NP]] that is not in [[#p|P]].

There exists an oracle relative to which [[#exp|EXP]] = NEXP but still [[#p|P]] does not equal [[#np|NP]] [[zooref#dek76|[Dek76]]].

The theory of reals with addition (see [[#expspace|EXPSPACE]]) is hard for NEXP [[zooref#fr74|[FR74]]].

----

===== &lt;span id=&quot;nexppoly&quot; style=&quot;color:red&quot;&gt;NEXP/poly&lt;/span&gt;: Nonuniform [[#nexp|NEXP]] =====
Contains [[#conexp|coNEXP]] (folklore result reported in [[http://weblog.fortnow.com/|Fortnow's weblog]]).

----
===== &lt;span id=&quot;niqszk&quot; style=&quot;color:red&quot;&gt;NIQSZK&lt;/span&gt;: Non-Interactive [[#qszk|QSZK]] =====
Has the same relation to [[#qszk|QSZK]] as [[#niszk|NISZK]] does to [[#szk|SZK]].

Defined in [[zooref#kob02|[Kob02]]], where it was also shown that the following promise problem is complete for NIQSZK.  Given a quantum circuit, we are promised that the state it prepares (when run on the all-0 state, and tracing out non-output qubits) has trace distance either at most 1/3 or at least 2/3 from the maximally mixed state. The problem is to output &quot;no&quot; in the former case and &quot;yes&quot; in the latter.

NIQPZK can be defined similarly.

----
===== &lt;span id=&quot;niszk&quot; style=&quot;color:red&quot;&gt;NISZK&lt;/span&gt;: Non-Interactive [[#szk|SZK]] =====
Defined in [[zooref#ddp98|[DDP+98]]].

Contained in [[#szk|SZK]].

[[zooref#gsv99|[GSV99]]] showed the following:
&lt;ul&gt;
&lt;li&gt;If [[#szk|SZK]] does not equal [[#bpp|BPP]] then NISZK does not equal [[#bpp|BPP]].&lt;/li&gt;
&lt;li&gt;NISZK equals [[#szk|SZK]] if and only if NISZK is closed under complement.&lt;/li&gt;
&lt;li&gt;NISZK has natural complete promise problems:&lt;/li&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;i&gt;Statistical Distance from Uniform (SDU)&lt;/i&gt;: Given a circuit, consider the distribution over outputs when the circuit is given a uniformly random n-bit string.  We're promised that the trace distance between this distribution and the uniform distribution is either at most 1/3 or at least 2/3.  The problem is to output &quot;yes&quot; in the former case and &quot;no&quot; in the latter.&lt;/li&gt;
    &lt;li&gt;&lt;i&gt;Entropy Approximation (EA)&lt;/i&gt;: Now we're promised that the entropy of the circuit's output distribution is either at least k+1 or at most k-1.  The problem is to output &quot;yes&quot; in the former case and &quot;no&quot; in the latter.&lt;/li&gt;
  &lt;/ul&gt;
&lt;/ul&gt;
NIPZK can be defined similarly.

----
===== &lt;span id=&quot;niszkh&quot; style=&quot;color:red&quot;&gt;NISZK&lt;sub&gt;h&lt;/sub&gt;&lt;/span&gt;: [[#niszk|NISZK]] With Limited Help =====
The non-interactive analogue of [[#szkh|SZK&lt;sub&gt;h&lt;/sub&gt;]].

Defined in [[zooref#bg03|[BG03]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;NISZK&lt;sub&gt;h&lt;/sub&gt; contains [[#niszk|NISZK]] and is contained in [[#szk|SZK]].&lt;/li&gt;
&lt;li&gt;Graph Isomorphism is in NISZK&lt;sub&gt;h&lt;/sub&gt;.&lt;/li&gt;
&lt;li&gt;The following problem is complete for NISZK&lt;sub&gt;h&lt;/sub&gt;: Given two functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to {0,1}&lt;sup&gt;n&lt;/sup&gt; (specified by circuits), decide whether their ranges are almost equal or almost disjoint, given that one of these is the case.&lt;/li&gt;
&lt;/ul&gt;
The quantum lower bound for the set comparison problem in [[zooref#aar02|[Aar02]]] implies an oracle relative to which NISZK&lt;sub&gt;h&lt;/sub&gt; is not in [[#bqp|BQP]].

----
===== &lt;span id=&quot;nl&quot; style=&quot;color:red&quot;&gt;NL&lt;/span&gt;: Nondeterministic Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#np|NP]] does to [[#p|P]].

In a breakthrough result, was shown to equal [[#conl|coNL]] [[zooref#imm88|[Imm88]]] [[zooref#sze87|[Sze87]]].  (Though contrast to [[#mnl|mNL]].)

Is contained in [[#logcfl|LOGCFL]] [[zooref#sud78|[Sud78]]], as well as [[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]].

Is contained in [[#ulpoly|UL/poly]] [[zooref#ra00|[RA00]]].

Deciding whether a bipartite graph has a perfect matching is hard for NL [[zooref#kuw86|[KUW86]]].

----
===== &lt;span id=&quot;nlpoly&quot; style=&quot;color:red&quot;&gt;NL/poly&lt;/span&gt;: Nonuniform [[#nl|NL]] =====
Has the same relation to [[#nl|NL]] as [[#ppoly|P/poly]] does to [[#p|P]].

Is contained in [[#paritylpoly|&amp;#8853;L/poly]] [[zooref#gw96|[GW96]]], as well as [[#sac1|SAC&lt;sup&gt;1&lt;/sup&gt;]].

Equals [[#ulpoly|UL/poly]] [[zooref#ra00|[RA00]]].

----
===== &lt;span id=&quot;nlog&quot; style=&quot;color:red&quot;&gt;NLOG&lt;/span&gt;: [[#nl|NL]] With Nondeterministic Oracle Tape =====
Same as [[#nl|NL]] -- but if there's an oracle, then NLOG can make queries nondeterministically on a polynomial-size, one-way oracle tape.  ([[#nl|NL]], by contrast, can use nondeterministic transitions only on the worktape; oracle queries have to be deterministic.)

See [[zooref#ll76|[LL76]]] or [[zooref#hck88|[HCK+88]]] for more information.

Although NLOG is contained in [[#p|P]], there exists an oracle relative to which that is not the case.  This illustrates that care is needed when defining oracle access mechanisms.

----
===== &lt;span id=&quot;nlin&quot; style=&quot;color:red&quot;&gt;NLIN&lt;/span&gt;: Nondeterministic [[#lin|LIN]] =====
Has the same relation to [[#lin|LIN]] as [[#np|NP]] does to [[#p|P]].

----
===== &lt;span id=&quot;none&quot; style=&quot;color:red&quot;&gt;NONE&lt;/span&gt;: The Empty Class =====
The class that does not contain any languages.  (It might not surprise you that I put this one in at the suggestion of a mathematician...)

Is the opposite of [[#all|ALL]], but does not equal the complement [[#all|coALL]] = [[#all|ALL]].

Is closed under polynomial-time Turing reductions :-).

Equals [[#sparse|SPARSE]] &amp;#8745; [[#cosparse|coSPARSE]] and [[#tally|TALLY]] &amp;#8745; [[#tally|coTALLY]].

----

===== &lt;span id=&quot;np&quot; style=&quot;color:red&quot;&gt;NP&lt;/span&gt;: Nondeterministic Polynomial-Time =====
The class of dashed hopes and idle dreams.

More formally: an &quot;NP machine&quot; is a nondeterministic polynomial-time Turing machine.

Then NP is the class of decision problems solvable by an NP machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; at least one computation path accepts.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
Equivalently, NP is the class of decision problems such that, if the answer is &quot;yes,&quot; then there is a proof of this fact, of length polynomial in the size of the input, that can be verified in [[#p|P]] (i.e. by a deterministic polynomial-time algorithm).  On the other hand, if the answer is &quot;no,&quot; then the algorithm must declare invalid any purported proof that the answer is &quot;yes.&quot;

For example, the SAT problem is to decide whether a given Boolean formula has any satisfying truth assignments.  SAT is in NP, since a &quot;yes&quot; answer can be proved by just exhibiting a satisfying assignment.

A decision problem is NP-complete if (1) it is in NP, and (2) any problem in NP can be reduced to it (under some notion of reduction).  The class of NP-complete problems is sometimes called [[#npc|NPC]].

That NP-complete problems exist is immediate from the definition.  The seminal result of Cook [[zooref#coo71|[Coo71]]], Karp [[zooref#kar72|[Kar72]]], and Levin [[zooref#lev73|[Lev73]]] is that many &lt;i&gt;natural&lt;/i&gt; problems (that have nothing to do with Turing machines) are NP-complete.

The first such problem to be shown NP-complete was SAT [[zooref#coo71|[Coo71]]].  Other classic NP-complete problems include:
&lt;ul&gt;
&lt;li&gt;'''3-Colorability''': Given a graph, can each vertex be colored red, green, or blue so that no two neighboring vertices have the same color?&lt;/li&gt;
&lt;li&gt;'''Hamiltonian Cycle''': Given a graph, is there a cycle that visits each vertex exactly once?&lt;/li&gt;
&lt;li&gt;'''Traveling Salesperson''': Given a set of n cities, and the distance
between each pair of cities, is there a route that visits each city exactly
once before returning to the starting city, and has length at most T?&lt;/li&gt;
&lt;li&gt;'''Maximum Clique''': Given a graph, are there k vertices all of which are neighbors of each other?&lt;/li&gt;
&lt;li&gt;'''Subset Sum''': Given a collection of integers, is there a subset of the integers that sums to exactly x?&lt;/li&gt;
&lt;/ul&gt;
For many, many more NP-complete problems, see [[zooref#gj79|[GJ79]]].

NP contains [[#p|P]].  I've discovered a marvelous proof that NP and [[#p|P]] are unequal, but this web page is too small to contain it.  Too bad, since otherwise I'd be eligible for $1,000,000 [[zooref#cmi00|[CMI00]]].

There exists an oracle relative to which [[#p|P]] and NP are unequal [[zooref#bgs75|[BGS75]]].  Indeed, [[#p|P]] and NP are unequal relative to a random oracle with probability 1 [[zooref#bg81|[BG81]]] (see [[zooref#afm01|[AFM01]]] for a novel take on this result).  Though random oracle results are not always indicative about the unrelativized case [[zooref#ccg94|[CCG+94]]].

There even exists an oracle relative to which the [[#p|P]] versus NP problem is outside the usual axioms of set theory [[zooref#hh76|[HH76]]].

If we restrict to &lt;i&gt;monotone&lt;/i&gt; classes, [[#mp|mP]] is strictly contained in [[#mnp|mNP]] [[zooref#raz85|[Raz85]]].

Perhaps the most important insight anyone has had into [[#p|P]] versus NP is to be found in [[zooref#rr97|[RR97]]].  There the authors show that no 'natural proof' can separate [[#p|P]] from NP (or more precisely, place NP outside of [[#ppoly|P/poly]]), unless secure pseudorandom generators do not exist.  A proof is 'natural' if it satisfies two conditions called &lt;i&gt;constructivity&lt;/i&gt; and &lt;i&gt;largeness&lt;/i&gt;; essentially all lower bound techniques known to date satisfy these conditions.  To obtain unnatural proof techniques, some people suspect we need to relate [[#p|P]] versus NP to heavy-duty 'traditional' mathematics, for instance algebraic geometry.  See [[zooref#ms02|[MS02]]] (and the survey article [[zooref#reg02|[Reg02]]]) for a development of this point of view.

For more on [[#p|P]] versus NP (circa 1992) see [[zooref#sip92|[Sip92]]].  For an opinion poll, see [[zooref#gas02|[Gas02]]].

If [[#p|P]] equals NP, then NP equals its complement [[#conp|coNP]].  Whether NP equals [[#conp|coNP]] is also open.  NP and [[#conp|coNP]] can be extended to the polynomial hierarchy [[#ph|PH]].

The set of decision problems in NP, but not in [[#p|P]] or [[#npc|NPC]], is sometimes called [[#npi|NPI]].  If [[#p|P]] does not equal NP then [[#npi|NPI]] is nonempty [[zooref#lad75|[Lad75]]].

Probabilistic generalizations of NP include [[#ma|MA]] and [[#am|AM]].  If NP is in [[#coam|coAM]] (or [[#bpp|BPP]]) then [[#ph|PH]] collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bhz87|[BHZ87]]].

[[#ph|PH]] also collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] if NP is in [[#ppoly|P/poly]] [[zooref#kl82|[KL82]]].

There exist oracles relative to which NP is not in [[#bqp|BQP]] [[zooref#bbb97|[BBB+97]]].

An alternate characterization is NP = [[#pcp|PCP]](log n, O(1)) [[zooref#alm98|[ALM+98]]].

Also, [[zooref#fag74|[Fag74]]] gave a logical characterization of NP, which leads to the subclass [[#snp|SNP]].

----
===== &lt;span id=&quot;npc&quot; style=&quot;color:red&quot;&gt;NPC&lt;/span&gt;: [[#np|NP]]-Complete =====
The class of decision problems such that (1) they're in [[#np|NP]] and (2) every problem in [[#np|NP]] is reducible to them (under some notion of reduction).  In other words, the hardest problems in [[#np|NP]].

Two notions of reduction from problem A to problem B are usually considered:
&lt;ol&gt;
&lt;li&gt;&lt;i&gt;Karp&lt;/i&gt; or &lt;i&gt;many-one&lt;/i&gt; reductions.  Here a polynomial-time algorithm is given as input an instance of problem A, and must produce as output an instance of problem B.&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Turing&lt;/i&gt; reductions, in this context also called &lt;i&gt;Cook&lt;/i&gt; reductions.  Here the algorithm for problem B can make arbitrarily many calls to an oracle for problem A.&lt;/li&gt;
&lt;/ol&gt;
Some examples of NP-complete problems are discussed under the entry for [[#np|NP]].

The classic reference on NPC is [[zooref#gj79|[GJ79]]].

Unless [[#p|P]] = [[#np|NP]], NPC does not contain any sparse problems: that is, problems such that the number of 'yes' instances of size n is upper-bounded by a polynomial in n [[zooref#mah82|[Mah82]]].

A famous conjecture [[zooref#bh77|[BH77]]] asserts that all NP-complete problems are polynomial-time isomorphic -- i.e. between any two problems, there is a one-to-one and onto Karp reduction. If that's true, the NP-complete problems could be interpreted as mere &quot;relabelings&quot; of one another.

NP-complete problems are &lt;i&gt;p-superterse&lt;/i&gt; unless [[#p|P]] = [[#np|NP]] [[zooref#bks95|[BKS95]]].  This means that, given k Boolean formulas F&lt;sub&gt;1&lt;/sub&gt;,...,F&lt;sub&gt;k&lt;/sub&gt;, if you can rule out even &lt;i&gt;one&lt;/i&gt; of the 2&lt;sup&gt;k&lt;/sup&gt; possibilities in polynomial time (e.g., &quot;if F&lt;sub&gt;1&lt;/sub&gt;,...,F&lt;sub&gt;k-1&lt;/sub&gt; are all unsatisfiable then F&lt;sub&gt;k&lt;/sub&gt; is satisfiable&quot;), then [[#p|P]] = [[#np|NP]].

----
===== &lt;span id=&quot;npc2&quot; style=&quot;color:red&quot;&gt;NP&lt;sub&gt;C&lt;/sub&gt;&lt;/span&gt;: [[#np|NP]] Over The Complex Numbers =====
An analog of [[#np|NP]] for Turing machines over a complex number field.

Defined in [[zooref#bcs97|[BCS+97]]].

It is unknown whether [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] = NP&lt;sub&gt;C&lt;/sub&gt;, nor are implications known among this question, [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] versus [[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]], and [[#p|P]] versus [[#np|NP]].

However, [[zooref#ckk95|[CKK+95]]] show that if [[#ppoly|P/poly]] does not equal [[#nppoly|NP/poly]] then [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] does not equal NP&lt;sub&gt;C&lt;/sub&gt;.

[[zooref#bcs97|[BCS+97]]] show the following striking result.  For a positive integer n, let t(n) denote the minimum number of additions, subtractions, and multiplications needed to construct n, starting from 1.  If for every sequence {n&lt;sub&gt;k&lt;/sub&gt;} of positive integers, t(n&lt;sub&gt;k&lt;/sub&gt; k!) grows faster than polylogarithmically in k, then [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] does not equal NP&lt;sub&gt;C&lt;/sub&gt;.

See also [[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;npcc&quot; style=&quot;color:red&quot;&gt;NP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#np|NP]] =====
The analogue of [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] for nondeterministic communication complexity.  Both communication bits and nondeterministic guess bits count toward the complexity.

Does not equal [[#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] or [[#conpcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]] because of the EQUALITY problem.  Also, does not contain [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] because of that problem.

Defined in [[zooref#bfs86|[BFS86]]].

Contained in [[#phcc|PH&lt;sup&gt;cc&lt;/sup&gt;]].

----
===== &lt;span id=&quot;npi&quot; style=&quot;color:red&quot;&gt;NPI&lt;/span&gt;: [[#np|NP]]-Intermediate =====
Sometimes used to denote the set of decision problems in [[#np|NP]] that are neither NP-complete (that is, in [[#npc|NPC]]) nor in [[#p|P]].

Is thought to contain (for example) decision versions of factoring and graph isomorphism.

Is nonempty if [[#p|P]] does not equal [[#np|NP]] [[zooref#lad75|[Lad75]]].  Indeed, under this assumption, it contains an infinite number of distinct polynomial-time equivalence classes.

----

===== &lt;span id=&quot;npiconp&quot; style=&quot;color:red&quot;&gt;NP &amp;#8745; coNP&lt;/span&gt; =====
The class of problems in both [[#np|NP]] and [[#conp|coNP]].

Contains factoring [[zooref#pra75|[Pra75]]].

Contains graph isomorphism under the assumption that some language in [[#ne|NE]] &amp;#8745; [[#cone|coNE]] requires nondeterministic circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt; ([[zooref#mv99|[MV99]]], improving [[zooref#km99|[KM99]]]).  (A nondeterministic circuit C has two inputs, x and y, and accepts on x if there exists a y such that C(x,y)=1.)

Is not believed to contain complete problems.

----
===== &lt;span id=&quot;npiconppoly&quot; style=&quot;color:red&quot;&gt;(NP &amp;#8745; coNP)/poly&lt;/span&gt;: Nonuniform [[#npiconp|NP &amp;#8745; coNP]] =====
Together with [[#nppoly|NP/poly &amp;#8745; coNP/poly]], has the same relation to [[#npiconp|NP &amp;#8745; coNP]] as [[#ppoly|P/poly]] has to [[#p|P]].  A language in (NP &amp;#8745; coNP)/poly is defined by a single language in [[#npiconp|NP &amp;#8745; coNP]] which is then modified by advice.  A language in [[#nppoly|NP/poly &amp;#8745; coNP/poly]] comes from two possibly different languages in [[#np|NP]] and [[#conp|coNP]] which become the same with good advice.

There is an oracle relative to which [[#nppoly|NP/poly &amp;#8745; coNP/poly]], indeed NP/1 &amp;#8745; coNP/1, is not contained in (NP &amp;#8745; coNP)/poly [[zooref#ffk93|[FFK+93]]].  Recently they improved this to NP/1 &amp;#8745; coNP [[zooref#ff..|[FF..]]].

If [[#np|NP]] is contained in (NP &amp;#8745; coNP)/poly, then [[#ph|PH]] collapses to [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]]&lt;sup&gt;[[#npiconp|NP &amp;#8745; coNP]]&lt;/sup&gt; [[zooref#cch01|[CCH+01]]].

----

===== &lt;span id=&quot;nplog&quot; style=&quot;color:red&quot;&gt;NP/log&lt;/span&gt;: [[#np|NP]] With Logarithmic Advice =====
Same as [[#nppoly|NP/poly]], except that now the advice string is logarithmic-size.

----
===== &lt;span id=&quot;npmv&quot; style=&quot;color:red&quot;&gt;NPMV&lt;/span&gt;: [[#np|NP]] Multiple Value =====
The class of all (possibly partial, possibly multivalued) functions computed by an [[#np|NP]] machine as follows: ignore the rejecting paths, and consider any output of an accepting path to be &quot;one of the outputs.&quot;

Contains [[#npsv|NPSV]] and [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]].

Defined in [[zooref#bls84|[BLS84]]].

Contrast with [[#fnp|FNP]].

----
===== &lt;span id=&quot;npmvsel&quot; style=&quot;color:red&quot;&gt;NPMV-sel&lt;/span&gt;: [[#npmv|NPMV]] Selective =====
Has the same relation to [[#npmv|NPMV]] as [[#psel|P-Sel]] does to [[#p|P]].

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;npmvt&quot; style=&quot;color:red&quot;&gt;NPMV&lt;sub&gt;t&lt;/sub&gt;&lt;/span&gt;: [[#npmv|NPMV]] Total =====
The class of all (possibly multivalued) [[#npmv|NPMV]] functions that are total (that is, defined for every input).

----
===== &lt;span id=&quot;npmvtsel&quot; style=&quot;color:red&quot;&gt;NPMV&lt;sub&gt;t&lt;/sub&gt;-sel&lt;/span&gt;: [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]] Selective =====
Has the same relation to [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]] as [[#psel|P-Sel]] does to [[#p|P]].

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;npo&quot; style=&quot;color:red&quot;&gt;NPO&lt;/span&gt;: [[#np|NP]] Optimization =====
The class of function problems of the form, &quot;Find any n-bit string x that maximizes a cost function C(x), where C is computable in [[#fp|FP]] (i.e. polynomial-time).&quot;

Defined in [[zooref#acg99|[ACG+99]]].

Contains [[#apx|APX]] and [[#npopb|NPOPB]].

----
===== &lt;span id=&quot;npopb&quot; style=&quot;color:red&quot;&gt;NPOPB&lt;/span&gt;: [[#npo|NPO]] Polynomially Bounded =====
The subclass of [[#npo|NPO]] problems for which the cost function is guaranteed always to be bounded by a polynomial in n (the input size).

See [[zooref#acg99|[ACG+99]]].

NPOPB equals the closure of [[#maxpb|MaxPB]] under [[#ptas|PTAS]] reductions [[zooref#cks99|[CKS+99]]].

----
===== &lt;span id=&quot;nppoly&quot; style=&quot;color:red&quot;&gt;NP/poly&lt;/span&gt;: Nonuniform [[#np|NP]] =====
Has the same relation to [[#np|NP]] as [[#ppoly|P/poly]] does to [[#p|P]].

Contains [[#am|AM]].  On the other hand, if NP/poly contains [[#conp|coNP]] then [[#ph|PH]] collapses to the third level.

NP/poly-natural proofs cannot show that circuit families are outside [[#ppoly|P/poly]], under a pseudorandomness assumption [[zooref#rud97|[Rud97]]].

----
===== &lt;span id=&quot;nppsamp&quot; style=&quot;color:red&quot;&gt;(NP,P-samplable)&lt;/span&gt;: Average [[#np|NP]] With Samplable Distributions =====
See [[#avgp|AvgP]] for basic notions of average-case complexity.

(NP,P-samplable) is the same as [[#distnp|DistNP]], except that the distribution &amp;#956; only needs to be &lt;i&gt;samplable&lt;/i&gt; in polynomial time.  &amp;#956;'s cumulative density function does not need to be computable in polynomial time.

Any problem complete for [[#distnp|DistNP]] is also complete for (NP,P-samplable) [[zooref#il90|[IL90]]].

----
===== &lt;span id=&quot;npr&quot; style=&quot;color:red&quot;&gt;NP&lt;sub&gt;R&lt;/sub&gt;&lt;/span&gt;: [[#np|NP]] Over The Reals =====
An analog of [[#np|NP]] for Turing machines over a real number field.

Defined in [[zooref#bcs97|[BCS+97]]].

It is unknown whether [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] = NP&lt;sub&gt;R&lt;/sub&gt;, nor are implications known among this question, [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] versus [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], and [[#p|P]] versus [[#np|NP]].

Also, in contrast to the case of [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], it is an open problem to show that [[#ppoly|P/poly]] distinct from [[#nppoly|NP/poly]] implies [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] distinct from NP&lt;sub&gt;R&lt;/sub&gt;.  The difference is that in the real case, a comparison (or greater-than) operator is available, and it is not known how much power this yields in comparison to the complex case.

See also [[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;npspace&quot; style=&quot;color:red&quot;&gt;NPSPACE&lt;/span&gt;: Nondeterministic [[#pspace|PSPACE]] =====
Equals [[#pspace|PSPACE]] [[zooref#sav70|[Sav70]]].

On the other hand, this result does not relativize if we allow strings of unbounded length to be written to the oracle tape.  In particular, there exists an oracle relative to which NPSPACE is not contained in [[#exp|EXP]] [[zooref#gtw91|[GTW+91]]].

----
===== &lt;span id=&quot;npsv&quot; style=&quot;color:red&quot;&gt;NPSV&lt;/span&gt;: [[#np|NP]] Single Value =====
The class of [[#npmv|NPMV]] functions that are single-valued (i.e., such that every accepting path outputs the same value).

Defined in [[zooref#bls84|[BLS84]]].

Contains [[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]].

[[#p|P]] = [[#np|NP]] if and only if [[#fp|FP]] = NPSV.

----
===== &lt;span id=&quot;npsvsel&quot; style=&quot;color:red&quot;&gt;NPSV-sel&lt;/span&gt;: [[#npsv|NPSV]] Selective =====
Has the same relation to href=&quot;#npsv&quot;&gt;NPSV as [[#psel|P-Sel]] does to [[#p|P]].

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;npsvt&quot; style=&quot;color:red&quot;&gt;NPSV&lt;sub&gt;t&lt;/sub&gt;&lt;/span&gt;: [[#npsv|NPSV]] Total =====
The class of all [[#npsv|NPSV]] functions that are total (that is, defined on every input).

Contained in [[#npmvt|NPMV&lt;sub&gt;t&lt;/sub&gt;]].

----
===== &lt;span id=&quot;npsvtsel&quot; style=&quot;color:red&quot;&gt;NPSV&lt;sub&gt;t&lt;/sub&gt;-sel&lt;/span&gt;: [[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]] Selective =====
Has the same relation to [[#npsvt|NPSV&lt;sub&gt;t&lt;/sub&gt;]] as [[#psel|P-Sel]] does to [[#p|P]].

Also known as NP-sel.

Defined in [[zooref#hhn95|[HHN+95]]].

----
===== &lt;span id=&quot;nqp&quot; style=&quot;color:red&quot;&gt;NQP&lt;/span&gt;: Nondeterministic Quantum Polynomial-Time =====
The class of decision problems solvable by a QTM in polynomial time such that a particular '|Accept&amp;gt;' state has nonzero amplitude at the end of the computation, if and only if the answer is 'yes.'  Since it has an exact amplitude condition, NQP has the same technical caveats as [[#eqp|EQP]].  Or it would, except that it turns out to equal [[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]] [[zooref#fgh98|[FGH+98]]].

Defined in [[zooref#adh97|[ADH97]]].

Contrast with [[#qma|QMA]].

----

===== &lt;span id=&quot;nspace&quot; style=&quot;color:red&quot;&gt;NSPACE(f(n))&lt;/span&gt;: Nondeterministic f(n)-Space =====
Same as [[#npspace|NPSPACE]], but with f(n)-space (for some constructible function f) rather than polynomial-space machines.

Contained in [[#dspace|DSPACE]](f(n)&lt;sup&gt;2&lt;/sup&gt;) [[zooref#sav70|[Sav70]]], and indeed [[#revspace|RevSPACE]](f(n)&lt;sup&gt;2&lt;/sup&gt;) [[zooref#cp95|[CP95]]].

NSPACE(n&lt;sup&gt;k&lt;/sup&gt;) is strictly contained in NSPACE(n&lt;sup&gt;k+&amp;#949;&lt;/sup&gt;) for &amp;#949;&amp;gt;0 [[zooref#iba72|[Iba72]]] (actually the hierarchy theorem is stronger than this, but pretty technical to state).

----
===== &lt;span id=&quot;nt&quot; style=&quot;color:red&quot;&gt;NT&lt;/span&gt;: Near-Testable =====
The class of decision problems such that whether the answer on input x agrees with the answer on input x-1 (that is, the lexicographic predecessor of x) is solvable in polynomial time.  The Turing machine has to decide agreement or disagreement without access to the answer for x-1.

Is contained in [[#e|E]], [[#ntstar|NT*]], and [[#parityp|&amp;#8853;P]].  Defined in [[zooref#ghj91|[GHJ+91]]] to study [[#parityp|&amp;#8853;P]]-complete problems.  They show  that [[#p|P]], NT, [[#ntstar|NT*]], and [[#parityp|&amp;#8853;P]] are either all equal or strictly nested.  In particular, they differ with probability 1 relative to a random oracle.

----

===== &lt;span id=&quot;ntstar&quot; style=&quot;color:red&quot;&gt;NT*&lt;/span&gt;: Near-Testable With Forest Ordering =====
Defined like NT, but with a more general ordering on inputs.  A problem L is in NT* if, first, there is a partially defined predecessor function pred(x) in [[#fp|FP]] that organizes the space of inputs into a forest.  The size of the lineage of each x must also be bounded by 2&lt;sup&gt;poly(|x|)&lt;/sup&gt;.  Second, if L(x) is the Boolean answer to L on input x, then L(x)+L(pred(x)) is computable in polynomial time; or if pred(x) does not exist, L(x) is computable in polynomial time.

Defined in [[zooref#ghj91|[GHJ+91]]].

Contains [[#nt|NT]] and is contained in [[#parityp|&amp;#8853;P]].  The inclusions are either both strict or both equalities (whence [[#parityp|&amp;#8853;P]] = [[#p|P]] as well).

----

===== &lt;span id=&quot;ntime&quot; style=&quot;color:red&quot;&gt;NTIME(f(n))&lt;/span&gt;: Nondeterministic f(n)-Time =====
Same as [[#np|NP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

The Nondeterministic Time Hierarchy Theorem: If f and g are time-constructible and f(n+1)=o(g), then NTIME(f(n)) does not equal NTIME(g(n)) [[zooref#sfm78|[SFM78]]] (this is actually stronger than the hierarchy theorem for [[#dtime|DTIME]]).

NTIME(n) strictly contains [[#dtime|DTIME(n)]] [[zooref#pps83|[PPS+83]]] (this result does not work for arbitrary f(n)).

For any constructible superpolynomial f, NTIME(f(n)) with [[#np|NP]] oracle is not in [[#ppoly|P/poly]] [[zooref#kan82|[Kan82]]].

----
===== &lt;span id=&quot;ocq&quot; style=&quot;color:red&quot;&gt;OCQ&lt;/span&gt;: One Clean Qubit =====
The class of problems solvable by a [[#bqp|BQP]] machine in which a single qubit is initialized to the '0' state, and the remaining qubits are initialized to the maximally mixed state.  (This definition is not known to be robust, so one also needs to specify a gate set.)

We also need to stipulate that there are no &quot;strong measurements&quot; -- intermediate measurements on which later operations are conditioned -- since otherwise we can do all of [[#bqp|BQP]] by first initializing the computer to the all-0 state.  Parker and Plenio [[zooref#pp00|[PP00]]] failed to appreciate this point.

Defined by [[zooref#asv00|[ASV00]]] (though they didn't use the name OCQ), who also showed that if OCQ = [[#bqp|BQP]], something other than gate-by-gate simulation will be needed to show this.

----
===== &lt;span id=&quot;optp&quot; style=&quot;color:red&quot;&gt;OptP&lt;/span&gt;: Optimum Polynomial-Time =====
The class of functions computable by taking the maximum of the output values over all accepting paths of an [[#np|NP]] machine.

Defined in [[zooref#kre88|[Kre88]]].

Contrast with [[#fnp|FNP]].

----
===== &lt;span id=&quot;p&quot; style=&quot;color:red&quot;&gt;P&lt;/span&gt;: Polynomial-Time =====
The class that started it all.

The class of decision problems solvable in polynomial time by a Turing machine.  (See also [[#fp|FP]], for function problems.)

Defined in [[zooref#edm65|[Edm65]]], [[zooref#cob64|[Cob64]]], [[zooref#rab60|[Rab60]]], and other seminal early papers.

Contains some highly nontrivial problems, including linear programming [[zooref#kha79|[Kha79]]] and finding a maximum matching in a general graph [[zooref#edm65|[Edm65]]].

Contains the problem of testing whether an integer is prime [[zooref#aks02|[AKS02]]], an important result that improved on a proof requiring an assumption of the generalized Riemann hypothesis [[zooref#mil76|[Mil76]]].

A decision problem is P-complete if it is in P, and if every problem in P can be reduced to it in [[#l|L]] (logarithmic space).  The canonical P-complete problem is &lt;i&gt;circuit evaluation&lt;/i&gt;: given a Boolean circuit and an input, decide what the circuit outputs when given the input.

Important subclasses of P include [[#l|L]], [[#nl|NL]], [[#nc|NC]], and [[#sc|SC]].

P is contained in [[#np|NP]], but whether they're equal seemed to be an open problem when I last checked.

Efforts to generalize P resulted in [[#bpp|BPP]] and [[#bqp|BQP]].

The nonuniform version is [[#ppoly|P/poly]], the monotone version is [[#mp|mP]], and versions over the real and complex number fields are [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]] and [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] respectively.

----

===== &lt;span id=&quot;plog&quot; style=&quot;color:red&quot;&gt;P/log&lt;/span&gt;: [[#p|P]] With Logarithmic Advice =====
Same as [[#ppoly|P/poly]], except that the advice string for input size n can have length at most logarithmic in n, rather than polynomial.

Strictly contained in [[#iclogpoly|IC[log,poly]]].

If [[#np|NP]] is contained in P/log then [[#p|P]] = [[#np|NP]].

----
===== &lt;span id=&quot;ppoly&quot; style=&quot;color:red&quot;&gt;P/poly&lt;/span&gt;: Nonuniform Polynomial-Time =====
The class of decision problems solvable by a family of polynomial-size Boolean circuits.  The family can be &lt;i&gt;nonuniform&lt;/i&gt;; that is, there could be a completely different circuit for each input length.

Equivalently, P/poly is the class of decision problems solvable by a polynomial-time Turing machine that receives an 'advice string,' that depends only on the size n of the input, and that itself has size upper-bounded by a polynomial in n.

Contains [[#bpp|BPP]] by the progenitor of derandomization arguments [[zooref#adl78|[Adl78]]] [[zooref#kl82|[KL82]]].  By extension, BPP/poly, BPP/mpoly, and BPP/rpoly all equal P/poly. (By contrast, there is an oracle relative to which [[#bpplog|BPP/log]] does not equal [[#bppmlog|BPP/mlog]], while [[#bppmlog|BPP/mlog]] and [[#bpprlog|BPP/rlog]] are not equal relative to any oracle.)

[[zooref#kl82|[KL82]]] showed that, if P/poly contains [[#np|NP]], then [[#ph|PH]] collapses to the second level, [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].

They also showed:
&lt;ul&gt;
&lt;li&gt;If [[#pspace|PSPACE]] is in P/poly then [[#pspace|PSPACE]] equals [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].&lt;/li&gt;
&lt;li&gt;If [[#exp|EXP]] is in P/poly then [[#exp|EXP]] = [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].&lt;/li&gt;
&lt;/ul&gt;
It was later shown that, if [[#np|NP]] is contained in P/poly, then [[#ph|PH]] collapses to [[#zpp|ZPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#kw98|[KW98]]] and indeed [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#cai01|[Cai01]]]. This seems close to optimal, since there exists an oracle relative to which the collapse cannot be improved to [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#wil85|[Wil85]]].

If [[#np|NP]] is not contained in P/poly, then [[#p|P]] does not equal [[#np|NP]].  Much of the effort toward separating [[#p|P]] from [[#np|NP]] is based on this observation.  However, a 'natural proof' as defined by [[zooref#rr97|[RR97]]] cannot be used to show [[#np|NP]] is outside P/poly, if there is any pseudorandom generator in P/poly that has hardness 2&lt;sup&gt;&amp;#937;(n^&amp;#949;)&lt;/sup&gt; for some &amp;#949;&amp;gt;0.

If [[#np|NP]] is contained in P/poly, then [[#ma|MA]] = [[#am|AM]] [[zooref#aks95|[AKS+95]]]

The monotone version of P/poly is [[#mppoly|mP/poly]].

P/poly has measure 0 in [[#e|E]] with [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] oracle [[zooref#may94b|[May94b]]].

Strictly contains [[#iclogpoly|IC[log,poly]]] and [[#plog|P/log]].

----

===== &lt;span id=&quot;psharpp&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;#P&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With [[#sharpp|#P]] Oracle =====
I decided this class is so important that it deserves an entry of its own, apart from [[#sharpp|#P]].

Contains [[#ph|PH]] [[zooref#tod89|[Tod89]]], and is contained in [[#pspace|PSPACE]].

Equals [[#ppp2|P&lt;sup&gt;PP&lt;/sup&gt;]] (exercise for the visitor).

----
===== &lt;span id=&quot;psharpp1&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;#P[1]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Single Query To [[#sharpp|#P]] Oracle =====
Contains [[#ph|PH]] [[zooref#tod89|[Tod89]]].

----
===== &lt;span id=&quot;pac0&quot; style=&quot;color:red&quot;&gt;PAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Probabilistic [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The Political Action Committee for computational complexity research.

The class of problems for which there exists a [[#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] function f such that the answer is &quot;yes&quot; on input x if and only if f(x)&gt;0.

Equals [[#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] and [[#cequalsac0|C&lt;sub&gt;=&lt;/sub&gt;AC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;pbp&quot; style=&quot;color:red&quot;&gt;PBP&lt;/span&gt;: Polynomial-Size Branching Program =====
Same as [[#kpbp|k-PBP]] but with no width restriction.

Equals [[#l/poly|L/poly]] [[zooref#cob66|[Cob66]]].

Contains [[#pobdd|P-OBDD]], [[#bpdp|BP&lt;sub&gt;d&lt;/sub&gt;(P)]].

----

===== &lt;span id=&quot;kpbp&quot; style=&quot;color:red&quot;&gt;k-PBP&lt;/span&gt;: Polynomial-Size Width-k Branching Program =====
A &lt;i&gt;branching program&lt;/i&gt; is a directed acyclic graph with a designated start vertex.  Each (non-sink) vertex is labeled by the name of an input bit, and has two outgoing edges, one of which is followed if that input bit is 0, the other if the bit is 1.  A sink vertex can be either an 'accept' or a 'reject' vertex.

The &lt;i&gt;size&lt;/i&gt; of the branching program is the number of vertices.  The branching program has &lt;i&gt;width k&lt;/i&gt; if the vertices can be sorted into levels, each with at most k vertices, such that each edge goes from a level to the one immediately after it.

Then k-PBP is the class of decision problems solvable by a family of polynomial-size, width-k branching programs.  (A uniformity condition may also be imposed.)

k-PBP equals (nonuniform) [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] for constant k at least 5 [[zooref#bar89|[Bar89]]].  On the other hand, 4-PBP is in [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#bt88|[BT88]]].

Contained in k-[[#eqbp|EQBP]], as well as [[#pbp|PBP]].

See also [[#bpdp|BP&lt;sub&gt;d&lt;/sub&gt;(P)]].
----

===== &lt;span id=&quot;pc&quot; style=&quot;color:red&quot;&gt;P&lt;sub&gt;C&lt;/sub&gt;&lt;/span&gt;: Polynomial-Time Over The Complex Numbers =====
An analog of [[#p|P]] for Turing machines over a complex number field.

Defined in [[zooref#bcs97|[BCS+97]]].

See also [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]], [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], [[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]], [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;pcc&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#p|P]] =====
In a two-party communication complexity problem, Alice and Bob have n-bit strings x and y respectively, and they wish to evaluate some Boolean function f(x,y) using as few bits of communication as possible.  P&lt;sup&gt;cc&lt;/sup&gt; is the class of (infinite families of) f's, such that the amount of communication needed is only O(polylog(n)), even if Alice and Bob are restricted to a deterministic protocol.

Is strictly contained in [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] and in [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] because of the EQUALITY problem.

Equals [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] &amp;#8745; [[#npcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]].

Defined in [[zooref#bfs86|[BFS86]]].

----
===== &lt;span id=&quot;pcd&quot; style=&quot;color:red&quot;&gt;PCD(r(n),q(n))&lt;/span&gt;: Probabilistically Checkable Debate =====
The class of decision problems decidable by a &lt;i&gt;probabilistically checkable debate system&lt;/i&gt;, as follows.

Two debaters B and C alternate writing strings on a &quot;debate tape,&quot; with B arguing that the answer is &quot;yes&quot; and C arguing the answer is &quot;no.&quot;  Then a polynomial-time verifier flips O(r(n)) random coins and makes O(q(n)) &lt;i&gt;nonadaptive&lt;/i&gt; queries to the debate tape (meaning that they depend only on the input and the random coins, not the results of previous queries).  The verifier then outputs an answer, which should be correct with high probability.

Defined in [[zooref#cfl93|[CFL+93]]], who also showed that PCD(log n, 1) = [[#pspace|PSPACE]].  This result was used to show that certain problems are [[#pspace|PSPACE]]-hard even to approximate.

Contained in [[#gpcd|GPCD]](r(n),q(n)).

----
===== &lt;span id=&quot;pclose&quot; style=&quot;color:red&quot;&gt;P-Close&lt;/span&gt;: Problems Close to [[#p|P]] =====
The class of decision problems solvable by a polynomial-time algorithm that outputs the wrong answer on only a sparse (that is, polynomially-bounded) set of instances.

Defined in [[zooref#yes83|[Yes83]]].

Contains [[#almostp|Almost-P]] and is contained in [[#ppoly|P/poly]] [[zooref#sch86|[Sch86]]].

----

===== &lt;span id=&quot;pcp&quot; style=&quot;color:red&quot;&gt;PCP(r(n),q(n))&lt;/span&gt;: Probabilistically Checkable Proof =====
The class of decision problems such that a &quot;yes&quot; answer can be verified by a &lt;i&gt;probabilistically checkable proof&lt;/i&gt;, as follows.

The verifier is a polynomial-time Turing machine with access to O(r(n)) uniformly random bits.  It has random access to a &lt;i&gt;proof&lt;/i&gt; (which might be exponentially long), but can query only O(q(n)) bits of the proof.

Then we require the following:
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; there exists a proof such that the verifier accepts with certainty.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all proofs the verifier rejects with probability at least 1/2 (over the choice of the O(r(n)) random bits).&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#as98|[AS98]]].

By definition [[#np|NP]] = PCP(0,poly(n)).

[[#mip|MIP]] = PCP(poly(n),poly(n)).

PCP(r(n),q(n)) is contained in [[#ntime|NTIME]](2&lt;sup&gt;O(r(n))&lt;/sup&gt;q(n) + poly(n)).

[[#np|NP]] = PCP(log n, log n) [[zooref#as98|[AS98]]].

In fact, [[#np|NP]] = PCP(log n, 1) [[zooref#alm98|[ALM+98]]]!

On the other hand, if [[#np|NP]] is contained in PCP(o(log n), o(log n)), then [[#p|P]] = [[#np|NP]] [[zooref#fgl91|[FGL+91]]].

Also, even though there exists an oracle relative to which [[#np|NP]] = [[#exp|EXP]] [[zooref#hel84|[Hel84]]], if we could show there exists an oracle relative to which PCP(log n, 1) = [[#exp|EXP]], then we'd have proved [[#p|P]] not equal to [[#np|NP]] [[zooref#for94|[For94]]].

Another weird oracle fact: since [[#np|NP]] does not equal [[#nexp|NEXP]] [[zooref#sfm78|[SFM78]]], PCP(0,log n) does not equal PCP(0,poly(n)).  However, there exist oracles relative to which the latter inequality is false [[zooref#hcc92|[HCC+92]]].

----
===== &lt;span id=&quot;permup&quot; style=&quot;color:red&quot;&gt;PermUP&lt;/span&gt;: Self-Permuting [[#up|UP]] =====
The class of languages L in [[#up|UP]] such that the mapping from an input x to the unique witness for x is a permutation of L.

Contains [[#p|P]].

Defined in [[zooref#ht03|[HT03]]], where it was also shown that the closure of PermUP under polynomial-time one-to-one reductions is [[#up|UP]].

On the other hand, they show that if PermUP = [[#up|UP]] then [[#e|E]] = [[#ue|UE]].

See also: [[#selfnp|SelfNP]].

----
===== &lt;span id=&quot;pexp&quot; style=&quot;color:red&quot;&gt;PEXP&lt;/span&gt;: Probabilistic Exponential-Time =====
Has the same relation to [[#exp|EXP]] as [[#pp|PP]] does to [[#p|P]].

Is not contained in [[#ppoly|P/poly]] [[zooref#bft98|[BFT98]]].

----
===== &lt;span id=&quot;pf&quot; style=&quot;color:red&quot;&gt;PF&lt;/span&gt;: Alternate Name for [[#fp|FP]] =====

----
===== &lt;span id=&quot;pfchk&quot; style=&quot;color:red&quot;&gt;PFCHK(t(n))&lt;/span&gt;: Proof-Checker =====
The class of decision problems solvable in time O(t(n)) by a nondeterministic Turing machine, as follows.  The machine is given oracle access to a &lt;i&gt;proof string&lt;/i&gt; of unbounded length.
&lt;ul&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a value of the proof string such that all computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all values of the proof string, there exists a computation path that rejects.&lt;/li&gt;
&lt;/ul&gt;
Credited in [[zooref#for94|[For94]]] to S. Arora, R. Impagliazzo, and U. Vazirani.

An interesting question is whether [[#np|NP]] = PFCHK(log n) relative to all possible oracles.  Fortnow [[zooref#for94|[For94]]] observes that the answer depends on what oracle access mechanism is used.

----
===== &lt;span id=&quot;ph&quot; style=&quot;color:red&quot;&gt;PH&lt;/span&gt;: Polynomial-Time Hierarchy =====
Let &amp;#916;&lt;sub&gt;0&lt;/sub&gt;P = &amp;#931;&lt;sub&gt;0&lt;/sub&gt;P = &amp;#928;&lt;sub&gt;0&lt;/sub&gt;P = [[#p|P]].  Then for i&amp;gt;0, let
&lt;ul&gt;
&lt;li&gt;&amp;#916;&lt;sub&gt;i&lt;/sub&gt;P = [[#p|P]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt;P oracle.&lt;/li&gt;
&lt;li&gt;&amp;#931;&lt;sub&gt;i&lt;/sub&gt;P = [[#np|NP]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt;P oracle.&lt;/li&gt;
&lt;li&gt;&amp;#928;&lt;sub&gt;i&lt;/sub&gt;P = [[#conp|coNP]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt;P oracle.&lt;/li&gt;
&lt;/ul&gt;
Then PH is the union of these classes for all nonnegative constant i.

PH can also be defined using alternating quantifiers: it's the class of problems of the form, &quot;given an input x, does there exist a y such that for all z, there exists a w ... such that &amp;phi;(x,y,z,w,...),&quot; where y,z,w,... are polynomial-size strings and &amp;phi; is a polynomial-time computable predicate.  It's not totally obvious that this is equivalent to the first definition, since the first one involves adaptive [[#np|NP]] oracle queries and the second one doesn't, but it is.

Defined in [[zooref#sto76|[Sto76]]].

Contained in [[#p|P]] with a [[#pp|PP]] oracle [[zooref#tod89|[Tod89]]].

Contains [[#bpp|BPP]] [[zooref#lau83|[Lau83]]].

Relative to a random oracle, PH is strictly contained in [[#pspace|PSPACE]] with probability 1 [[zooref#cai86|[Cai86]]].

Furthermore, there exist oracles separating any &amp;#931;&lt;sub&gt;i&lt;/sub&gt;P from &amp;#931;&lt;sub&gt;i+1&lt;/sub&gt;P.  On the other hand, it is unknown whether &amp;#931;&lt;sub&gt;i&lt;/sub&gt;P is strictly contained in &amp;#931;&lt;sub&gt;i+1&lt;/sub&gt;P relative to a &lt;i&gt;random&lt;/i&gt; oracle with probability 1 (see [[zooref#has87|[Has87]]]).  Book [[zooref#boo94|[Boo94]]] shows that if PH collapses relative to a random oracle with probability 1, then it collapses unrelativized.

For a compendium of problems complete for different classes of the Polynomial Hierarchy see [[zooref#sch02a|[Sch02a]]] and [[zooref#sch02b|[Sch02b]]].

----

===== &lt;span id=&quot;phcc&quot; style=&quot;color:red&quot;&gt;PH&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#ph|PH]] =====
The obvious generalization of [[#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] and [[#conpcc|coNP&lt;sup&gt;cc&lt;/sup&gt;]] to a nondeterministic hierarchy.

It is unknown whether &amp;#931;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt; equals &amp;#928;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;.

Defined in [[zooref#bfs86|[BFS86]]], where it was also shown (among other things) that [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] is contained in &amp;#931;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt; &amp;#8745; &amp;#928;&lt;sub&gt;2&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;.

----
===== &lt;span id=&quot;phi2p&quot; style=&quot;color:red&quot;&gt;&amp;#934;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Second Level of the Symmetric Hierarchy, Alternative Definition =====
The class of problems for which there exists a polynomial-time predicate P(x,y,z) such that for all x, if the answer on input x is &quot;yes,&quot; then
&lt;ol&gt;
&lt;li&gt;For all y, there exists a z for which P(x,y,z).&lt;/li&gt;
&lt;li&gt;For all z, there exists a y for which P(x,y,z).&lt;/li&gt;
&lt;/ol&gt;
Contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] and [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].

Defined in [[zooref#can96|[Can96]]], where it was also observed that &amp;#934;&lt;sub&gt;2&lt;/sub&gt;P = [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;php&quot; style=&quot;color:red&quot;&gt;PhP&lt;/span&gt;: Physical Polynomial-Time =====
Defined by Valiant [[zooref#val03|[Val03]]] to be &quot;the class of physically constructible polynomial resource computers&quot; (characterizing what &quot;can be computed in the physical world in practice&quot;).  There he says that PhP contains [[#p|P]] and [[#bpp|BPP]], but that it is open whether PhP contains [[#bqp|BQP]], since no scalable quantum computing proposal has been demonstrated beyond reasonable doubt.

For what it's worth, the present zookeeper has more qualms about admitting [[#dtime|DTIME]](n&lt;sup&gt;1000&lt;/sup&gt;) into PhP than [[#bqtime|BQTIME]](n&lt;sup&gt;2&lt;/sup&gt;).  It is very possible that the total number of bits or bit tranisitions that can be witnessed by any one observer in the universe is finite.  (Recent observations of the cosmological constant combined with plausible fundamental physics yields a bound of 10&lt;sup&gt;k&lt;/sup&gt; with k in the low hundreds.)  In practice, less than 10&lt;sup&gt;50&lt;/sup&gt; bits and less than 10&lt;sup&gt;80&lt;/sup&gt; bit transitions are available for human use.  (This is combining the number of atoms in the Earth with the number of signals that they can exchange in a millenium.)

The present veterinarian concurs that PhP is an unhealthy animal, although it is valid to ask whether [[#bqp|BQP]] is a realistic class.

----

===== &lt;span id=&quot;pi2p&quot; style=&quot;color:red&quot;&gt;&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: [[#conp|coNP]] With [[#np|NP]] Oracle =====
Complement of [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].

Along with [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]], comprises the second level of [[#ph|PH]], the polynomial hierarchy. For any fixed k, there is a problem in &amp;#928;&lt;sub&gt;2&lt;/sub&gt;P &amp;#8745; [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] that cannot be solved by circuits of size n&lt;sup&gt;k&lt;/sup&gt; [[zooref#kan82|[Kan82]]].

----
===== &lt;span id=&quot;pinc&quot; style=&quot;color:red&quot;&gt;PINC&lt;/span&gt;: Polynomial Ignorance of Names of Classes =====
(Actually, I've since been informed that PINC means &quot;Incremental Polynomial-Time.&quot;)

The class of function problems, f:{0,1}&lt;sup&gt;n&lt;/sup&gt;-&amp;gt;{0,1}&lt;sup&gt;m&lt;/sup&gt;, such that the k&lt;sup&gt;th&lt;/sup&gt; output bit is computable in time polynomial in n and k.

Defined in [[zooref#jy88|[JY88]]].

Contained in [[#pio|PIO]].  This containment is strict, since if m=2&lt;sup&gt;n&lt;/sup&gt; (say), then computing the first bit of f(x) might be [[#exp|EXP]]-complete.

----
===== &lt;span id=&quot;pio&quot; style=&quot;color:red&quot;&gt;PIO&lt;/span&gt;: Polynomial Input Output =====
The class of function problems, f:{0,1}&lt;sup&gt;n&lt;/sup&gt;-&amp;gt;{0,1}&lt;sup&gt;m&lt;/sup&gt;, such that f(x) is computable in time polynomial in n and m.  Allows us to discuss whether a function is &quot;efficiently computable&quot; or not, even if the output is too long to write down in polynomial time.

Defined in [[zooref#yan81|[Yan81]]].

Strictly contains [[#pinc|PINC]].

----
===== &lt;span id=&quot;pk&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;K&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Kolmogorov-Complexity Oracle =====
[[#p|P]] equipped with an oracle that, given a string x, returns the length of the shortest program that outputs x.

A similar class was defined in [[zooref#abk02|[ABK+02]]], where it was also shown that P&lt;sup&gt;K&lt;/sup&gt; contains [[#pspace|PSPACE]].  It is not known whether P&lt;sup&gt;K&lt;/sup&gt; contains all of [[#r|R]], or even any recursive problem not in [[#pspace|PSPACE]].

See also: [[#bppkt|BPP&lt;sup&gt;KT&lt;/sup&gt;]].

----
===== &lt;span id=&quot;pkc&quot; style=&quot;color:red&quot;&gt;PKC&lt;/span&gt;: Perfect Knowledge Complexity =====
Has the same relation to [[#pzk|PZK]] as [[#skc|SKC]] does to [[#szk|SZK]].

Defined in [[zooref#gp91|[GP91]]].

----
===== &lt;span id=&quot;pl&quot; style=&quot;color:red&quot;&gt;PL&lt;/span&gt;: Probabilistic [[#l|L]] =====
Has the same relation to [[#l|L]] that [[#pp|PP]] has to [[#p|P]].

Contains [[#bpl|BPL]].

PL&lt;sup&gt;PL&lt;/sup&gt; = PL (see [[zooref#ho02|[HO02]]]).

----
===== &lt;span id=&quot;pl1&quot; style=&quot;color:red&quot;&gt;PL&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;: Polynomially-Bounded L&lt;sub&gt;1&lt;/sub&gt; Spectral Norm =====
The class of Boolean functions f:{-1,1}&lt;sup&gt;n&lt;/sup&gt;-&gt;{-1,1} such that the sum of absolute values of Fourier coefficients of f is bounded by a polynomial in n.

Defined in [[zooref#bs90|[BS90]]], where it was also shown that PL&lt;sub&gt;1&lt;/sub&gt; is contained in [[#pt1|PT&lt;sub&gt;1&lt;/sub&gt;]] (and this inclusion is strict).

----
===== &lt;span id=&quot;plinfinity&quot; style=&quot;color:red&quot;&gt;PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt;&lt;/span&gt;: Polynomially-Bounded L&lt;sub&gt;&amp;#8734;&lt;/sub&gt;&lt;sup&gt;-1&lt;/sup&gt; Spectral Norm =====
The class of Boolean functions f:{-1,1}&lt;sup&gt;n&lt;/sup&gt;-&gt;{-1,1} such that the maximum of |&amp;alpha;|&lt;sup&gt;-1&lt;/sup&gt;, over all Fourier coefficients &amp;alpha; of f, is upper-bounded by a polynomial in n.

Defined in [[zooref#bs90|[BS90]]], where it was also shown that PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt; contains [[#pt1|PT&lt;sub&gt;1&lt;/sub&gt;]] (and this inclusion is strict).

----

===== &lt;span id=&quot;plf&quot; style=&quot;color:red&quot;&gt;PLF&lt;/span&gt;: Polynomial Leaf =====
Defined in [[zooref#pap90|[Pap90]]].

I believe it's the same as [[#ppa|PPA]].

----
===== &lt;span id=&quot;pll&quot; style=&quot;color:red&quot;&gt;PLL&lt;/span&gt;: Polynomial Local Lemma =====
The class of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the Lov&amp;aacute;sz Local Lemma.  Defined in [[zooref#pap94b|[Pap94b]]].

----
===== &lt;span id=&quot;pls&quot; style=&quot;color:red&quot;&gt;PLS&lt;/span&gt;: Polynomial Local Search =====
The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the lemma that &quot;every finite directed acyclic graph has a sink.&quot;

More precisely, for each input, there's a finite set of &lt;i&gt;solutions&lt;/i&gt; (i.e. strings), and a polynomial-time algorithm that computes a &lt;i&gt;cost&lt;/i&gt; for each solution, and a &lt;i&gt;neighboring solution&lt;/i&gt; of lower cost provided that one exists.  Then the problem is to return any solution that has cost less than or equal to all of its neighbors.  (In other words, a local optimum.)

(&lt;i&gt;Note:&lt;/i&gt; In the Zookeeper's humble opinion, PLS &lt;i&gt;should&lt;/i&gt; have been defined as follows: there exist polynomial-time algorithms that compute the cost of a solution, and the set of &lt;i&gt;all&lt;/i&gt; neighbors of a given solution, not just a single solution of lower cost. Of course we'd require that every solution has only polynomially many neighbors.  The two definitions are not obviously equivalent, and it's conceivable that knowing all the neighbors would be helpful -- for example, in simulated annealing one sometimes makes uphill moves.)

Defined in [[zooref#jpy88|[JPY88]]], [[zooref#py88|[PY88]]].

There exists an oracle relative to which PLS is not contained in [[#fbqp|FBQP]] [[zooref#aar03|[Aar03]]].

Also, there exist oracles relative to which PLS is not contained in [[#ppa|PPA]] [[zooref#bm04|[BM04]]], and [[#ppa|PPA]] and [[#ppp|PPP]] are not contained in PLS [[zooref#mor01|[Mor01]]].

Whether PLS is not in [[#ppp|PPP]] relative to some oracle remains open.

----
===== &lt;span id=&quot;pnp&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Oracle Access To [[#np|NP]] =====
See [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;pparnp&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;||NP&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Parallel Queries To [[#np|NP]] =====
Equals [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] ([[zooref#bh91|[BH91]]] and [[zooref#hem89|[Hem89]]] independently).

----
===== &lt;span id=&quot;pnpk&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP[k]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With k [[#np|NP]] Queries(for constant k) =====
Equals [[#p|P]] with 2&lt;sup&gt;k&lt;/sup&gt;-1 parallel queries to [[#np|NP]] (i.e. queries that do not depend on the outcomes of previous queries) ([[zooref#bh91|[BH91]]] and [[zooref#hem89|[Hem89]]] independently).

If P&lt;sup&gt;NP[1]&lt;/sup&gt; = P&lt;sup&gt;NP[2]&lt;/sup&gt;, then P&lt;sup&gt;NP[1]&lt;/sup&gt; = [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] and indeed [[#ph|PH]] collapses to &amp;Delta;&lt;sub&gt;3&lt;/sub&gt;P (attributed in [[zooref#har87b|[Har87b]]] to J. Kadin).

----
===== &lt;span id=&quot;pnplog&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP[log]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Log [[#np|NP]] Queries =====
The class of decision problems solvable by a [[#p|P]] machine, that can make O(log n) queries to an [[#np|NP]] oracle (where n is the length of the input).

Equals [[#pparnp|P&lt;sup&gt;&amp;#124;&amp;#124;NP&lt;/sup&gt;]], the class of decision problems solvable by a [[#p|P]] machine that can make polynomially many &lt;i&gt;nonadaptive&lt;/i&gt; queries to an [[#np|NP]] oracle (i.e. queries that do not depend on the outcomes of previous queries) ([[zooref#bh91|[BH91]]] and [[zooref#hem89|[Hem89]]] independently).

P&lt;sup&gt;NP[log]&lt;/sup&gt; is contained in [[#pp|PP]] [[zooref#bhw89|[BHW89]]].

Determining the winner in an election system proposed in 1876 by Charles Dodgson (a.k.a. Lewis Carroll) has been shown to be complete for P&lt;sup&gt;NP[log]&lt;/sup&gt; [[zooref#hhr97|[HHR97]]].

Contains [[#pnpk|P&lt;sup&gt;NP[k]&lt;/sup&gt;]] for all constants k.

----
===== &lt;span id=&quot;pnplog2&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;NP[log^2]&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With Log&lt;sup&gt;2&lt;/sup&gt; [[#np|NP]] Queries =====
Same as [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]], except that now log&lt;sup&gt;2&lt;/sup&gt; queries can be made.

The model-checking problem for a certain temporal logic is P&lt;sup&gt;NP[log^2]&lt;/sup&gt;-complete [[zooref#sch03|[Sch03]]].

For all k, [[#p|P]] with log&lt;sup&gt;k&lt;/sup&gt; adaptive queries to [[#np|NP]] coincides with [[#p|P]] with log&lt;sup&gt;k+1&lt;/sup&gt; nonadaptive queries [[zooref#cs92|[CS92]]].

----
===== &lt;span id=&quot;pobdd&quot; style=&quot;color:red&quot;&gt;P-OBDD&lt;/span&gt;: Polynomial-Size Ordered Binary Decision Diagram =====
An &lt;i&gt;ordered binary decision diagram (OBDD)&lt;/i&gt; is a branching program (see [[#kpbp|k-PBP]]), with the additional constraint that if x&lt;sub&gt;i&lt;/sub&gt; is queried before x&lt;sub&gt;j&lt;/sub&gt; on any path, then i&amp;lt;j.

Then P-OBDD is the class of decision problems solvable by polynomial-size OBDD's.

Contained in [[#pbp|PBP]], as well as [[#bppobdd|BPP-OBDD]].

----
===== &lt;span id=&quot;podn&quot; style=&quot;color:red&quot;&gt;PODN&lt;/span&gt;: Polynomial Odd Degree Node =====
The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the lemma that &quot;every finite graph has an even number of odd-degree nodes.&quot;

Equals [[#ppa|PPA]] [[zooref#pap90|[Pap90]]].

----
===== &lt;span id=&quot;polyl&quot; style=&quot;color:red&quot;&gt;polyL&lt;/span&gt;: Polylogarithmic Space =====
Equals [[#dspace|DSPACE]]((log n)&lt;sup&gt;c&lt;/sup&gt;).

In contrast to [[#l|L]], which is contained in [[#p|P]], it is not known if polyL is contained in [[#p|P]] or vice versa.  On the other hand, we do know that polyL does not equal [[#p|P]], since (for example) polyL does not have complete problems under many-to-one logspace reductions.

----
===== &lt;span id=&quot;postbqp&quot; style=&quot;color:red&quot;&gt;PostBQP&lt;/span&gt;: [[#bqp|BQP]] With Postselection =====
A class inspired by the proverb, &quot;if at first you don't succeed, try, try again.&quot;

Formally, the class of decision problems solvable by a [[#bqp|BQP]] machine such that
&lt;ul&gt;
&lt;li&gt;If the answer is 'yes' then the second qubit has at least 2/3 probability of being measured 1, &lt;i&gt;conditioned&lt;/i&gt; on the first qubit having been measured 1.&lt;/li&gt;
&lt;li&gt;If the answer is 'no' then the second qubit has at most 1/3 probability of being measured 1, conditioned on the first qubit having been measured 1.&lt;/li&gt;
&lt;li&gt;On any input, the first qubit has a nonzero probability of being measured 1.&lt;/li&gt;
&lt;/ul&gt;
Defined in [[zooref#aar05b|[Aar05b]]], where it is also shown that PostBQP equals [[#pp|PP]].

[[zooref#aar05b|[Aar05b]]] also gives the following alternate characterizations of PostBQP (and therefore of [[#pp|PP]]):
&lt;ul&gt;
&lt;li&gt;The quantum analogue of [[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]].&lt;/li&gt;
&lt;li&gt;The class of problems solvable in quantum polynomial time if we allow arbitrary linear operations (not just unitary ones). Before measuring, we divide all amplitudes by a normalizing factor to make the probabilities sum to 1.&lt;/li&gt;
&lt;li&gt;The class of problems solvable in quantum polynomial time if we take the probability of measuring a basis state with amplitude &amp;alpha; to be not |&amp;alpha;|&lt;sup&gt;2&lt;/sup&gt; but |&amp;alpha;|&lt;sup&gt;p&lt;/sup&gt;, where p is an even integer greater than 2.  (Again we need to divide all amplitudes by a normalizing factor to make the probabilities sum to 1.)&lt;/li&gt;
&lt;/ul&gt;

----

===== &lt;span id=&quot;pp&quot; style=&quot;color:red&quot;&gt;PP&lt;/span&gt;: Probabilistic Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes' then at least 1/2 of computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no' then less than 1/2 of computation paths accept.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#gil77|[Gil77]]].

PP is closed under union and intersection [[zooref#brs91|[BRS91]]] (this was an open problem for 14 years).

Contains [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] [[zooref#bhw89|[BHW89]]].

Equals PP&lt;sup&gt;[[#bpp|BPP]]&lt;/sup&gt; [[zooref#kst89b|[KST+89b]]] as well as [[#postbqp|PostBQP]] [[zooref#aar05b|[Aar05b]]].

However, there exists an oracle relative to which PP does not contain [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bei94|[Bei94]]].

[[#ph|PH]] is in [[#ppp2|P&lt;sup&gt;PP&lt;/sup&gt;]] [[zooref#tod89|[Tod89]]].

[[#bqp|BQP]] is low for PP; i.e. PP&lt;sup&gt;BQP&lt;/sup&gt; = PP [[zooref#fr98|[FR98]]].

For a random oracle A, PP&lt;sup&gt;A&lt;/sup&gt; is strictly contained in [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; with probability 1 [[zooref#abf94|[ABF+94]]].

For any fixed k, there exists a language in PP that does not have circuits of size n&lt;sup&gt;k&lt;/sup&gt; [[zooref#vin04b|[Vin04b]]].  Indeed, there exists a language in PP that does not even have quantum circuits of size n&lt;sup&gt;k&lt;/sup&gt; with quantum advice [[zooref#aar06|[Aar06]]].

By contrast, there exists an oracle relative to which PP has linear-size circuits [[zooref#aar06|[Aar06]]].

PP can be generalized to the counting hierarchy [[#ch|CH]].

----

===== &lt;span id=&quot;pppoly&quot; style=&quot;color:red&quot;&gt;PP/poly&lt;/span&gt;: Nonuniform [[#pp|PP]] =====
Contains [[#bqpqpoly|BQP/qpoly]] [[zooref#aar04b|[Aar04b]]].

If PP/poly = [[#ppoly|P/poly]] then [[#pp|PP]] is contained in [[#ppoly|P/poly]].  Indeed this is true with any syntactically defined class in place of [[#pp|PP]].  An implication is that any unrelativized separation of [[#bqpqpoly|BQP/qpoly]] from [[#bqpmpoly|BQP/mpoly]] would imply that [[#pp|PP]] does not have polynomial-size circuits.

----
===== &lt;span id=&quot;ppa&quot; style=&quot;color:red&quot;&gt;PPA&lt;/span&gt;: Polynomial Parity Argument =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the lemma that &quot;all graphs of maximum degree 2
have an even number of leaves.&quot;

More precisely, there's a polynomial-time algorithm that, given any string, computes its 'neighbor' strings (of which there are at most two). Then given a leaf string (i.e. one with only one neighbor), the problem is to output another leaf string.

As an example, suppose you're given a cubic graph (one where every vertex has degree 3), and a Hamiltonian cycle H on that graph.  Then by making a sequence of modifications to H (albeit possibly exponentially many), it is always possible to find a second Hamilton cycle (see [[zooref#pap94|[Pap94]]]).  So this problem is in PPA.

Another problem in PPA is finding an Arrow-Debreu equilibrium, given the goods and utility functions of traders in a marketplace.

Contained in [[#tfnp|TFNP]].

Contains [[#ppad|PPAD]].

There exist oracles relative to which PPA does not contain [[#pls|PLS]] [[zooref#bm04|[BM04]]] and [[#ppp|PPP]] [[zooref#bce95|[BCE+95]]].  There also exists an oracle relative to which PPA is not contained in [[#ppp|PPP]] [[zooref#bce95|[BCE+95]]].

----
===== &lt;span id=&quot;ppad&quot; style=&quot;color:red&quot;&gt;PPAD&lt;/span&gt;: Polynomial Parity Argument (Directed) =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

Same as [[#ppa|PPA]], except now the graph is directed, and we're asked to find either a source or a sink.

Contained in [[#ppa|PPA]] and [[#ppads|PPADS]].

NASH, the problem of finding a Nash equilibrium in a normal form game of two or more players with specified utilities, is in PPAD [[zooref#pap94b|[Pap94b]]], and proved to be complete for PPAD with four players in [[zooref#dgp05|[DGP05]]], and shortly after extended to the case of three players [[zooref#dp05|[DP05]]] and independently [[zooref#cd05|[CD05]]].

There exists an oracle relative to which [[#ppp|PPP]] is not contained in PPAD [[zooref#bce95|[BCE+95]]].

----
===== &lt;span id=&quot;ppads&quot; style=&quot;color:red&quot;&gt;PPADS&lt;/span&gt;: Polynomial Parity Argument (Directed, Sink) =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

Same as [[#ppa|PPA]], except now the graph is directed, and we're asked to find a sink.

Contained in [[#ppp|PPP]].

Contains [[#ppad|PPAD]].

----
===== &lt;span id=&quot;ppp&quot; style=&quot;color:red&quot;&gt;PPP&lt;/span&gt;: Polynomial Pigeonhole Principle =====
Defined in [[zooref#pap94b|[Pap94b]]]; see also [[zooref#bce95|[BCE+95]]].

The subclass of [[#tfnp|TFNP]] function problems that are guaranteed to have a solution because of the Pigeonhole Principle.

More precisely, we're given a Boolean circuit, that maps n-bit strings to n-bit strings.  The problem is to return &lt;i&gt;either&lt;/i&gt; an input that maps to 0&lt;sup&gt;n&lt;/sup&gt;, &lt;i&gt;or&lt;/i&gt; two inputs that map to the same output.

Contained in [[#tfnp|TFNP]].

Contains [[#ppads|PPADS]].

[[zooref#bce95|[BCE+95]]] give oracles relative to which PPP is not contained in [[#ppa|PPA]] and [[#ppad|PPAD]], and [[#ppa|PPA]] is not contained in PPP.

[[zooref#mor01|[Mor01]]] gives an oracle relative to which PPP is not contained in [[#pls|PLS]].

Whether [[#pls|PLS]] is not contained in PPP relative to some oracle remains open.

----
===== &lt;span id=&quot;ppp2&quot; style=&quot;color:red&quot;&gt;P&lt;sup&gt;PP&lt;/sup&gt;&lt;/span&gt;: [[#p|P]] With [[#pp|PP]] Oracle =====
A level of the counting hierarchy [[#ch|CH]].

It is not known whether there exists an oracle relative to which P&lt;sup&gt;PP&lt;/sup&gt; does not equal [[#pspace|PSPACE]].

Contains [[#pp|PP]]&lt;sup&gt;[[#ph|PH]]&lt;/sup&gt; [[zooref#tod89|[Tod89]]].

Equals [[#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] (exercise for the visitor).

Since the permanent of a matrix is [[#sharpp|#P]]-complete [[zooref#val79|[Val79]]], Toda's theorem implies that any problem in the polynomial hierarchy can be solved by computing a sequence of permanents.

----

===== &lt;span id=&quot;pquery&quot; style=&quot;color:red&quot;&gt;PQUERY&lt;/span&gt;: PSPACE With Polynomial Queries =====
The class of decision problems solvable in polynomial space using at most a polynomial number of queries to the oracle.

Thus, PQUERY = [[#pspace|PSPACE]], but PQUERY&lt;sup&gt;A&lt;/sup&gt; does not equal [[#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; for some oracles A.

Defined in [[zooref#kur83|[Kur83]]], where it was actually put forward as a serious argument (!!) against believing relativization results.

----

===== &lt;span id=&quot;ppspace&quot; style=&quot;color:red&quot;&gt;PPSPACE&lt;/span&gt;: Probabilistic [[#pspace|PSPACE]] =====
Same as [[#ipp|IPP]], except that [[#ipp|IPP]] uses private coins while PPSPACE uses public coins.

Can also be defined as a probabilistic version of [[#pspace|PSPACE]].

Equals [[#pspace|PSPACE]].

Defined in [[zooref#pap83|[Pap83]]].

----
===== &lt;span id=&quot;pr&quot; style=&quot;color:red&quot;&gt;PR&lt;/span&gt;: Primitive Recursive Functions =====
Basically, the class of functions definable by recursively building up arithmetic functions: addition, multiplication, exponentiation, tetration, etc.  What's &lt;i&gt;not&lt;/i&gt; allowed is to &quot;diagonalize&quot; a whole series of such functions to produce an even faster-growing one.  Thus, the Ackermann function was proposed in 1928 as an example of a recursive function that's not primitive recursive, showing that PR is strictly contained in [[#r|R]].

An interesting difference is that PR functions can be explicitly enumerated, whereas functions in [[#r|R]] cannot be (since otherwise the halting problem would be decidable).  That is, PR is a &quot;syntactic&quot; class whereas [[#r|R]] is &quot;semantic.&quot;

On the other hand, we can &quot;enumerate&quot; any [[#re|RE]] set by a PR function in the following sense: given an input (M,k), where M is a Turing machine and k is an integer, if M halts within k steps then output M; otherwise output nothing.  Then the union of the outputs, over all possible inputs (M,k), is exactly the set of M that halt.

PR strictly contains [[#elementary|ELEMENTARY]].

----
===== &lt;span id=&quot;pr2&quot; style=&quot;color:red&quot;&gt;P&lt;sub&gt;R&lt;/sub&gt;&lt;/span&gt;: Polynomial-Time Over The Reals =====
An analog of [[#p|P]] for Turing machines over a real number field.

Defined in [[zooref#bcs97|[BCS+97]]].

See also [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]], [[#npc2|NP&lt;sub&gt;C&lt;/sub&gt;]], [[#npr|NP&lt;sub&gt;R&lt;/sub&gt;]], [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;prhspace&quot; style=&quot;color:red&quot;&gt;Pr&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))&lt;/span&gt;: Unbounded-Error Halting Probabilistic f(n)-Space =====
Has the same relation to [[#dspace|DSPACE]](f(n)) as [[#pp|PP]] does to [[#p|P]].  The Turing machine has to halt on every input &lt;i&gt;and&lt;/i&gt; every setting of the random tape.

Equals [[#prspace|PrSPACE]](f(n)) [[zooref#jun85|[Jun85]]].

----
===== &lt;span id=&quot;promisebpp&quot; style=&quot;color:red&quot;&gt;PromiseBPP&lt;/span&gt;: Promise-Problem [[#bpp|BPP]] =====
Same as [[#promiserp|PromiseRP]], but for [[#bpp|BPP]] instead of [[#rp|RP]].

Defined in [[zooref#bf99|[BF99]]].

----
===== &lt;span id=&quot;promisebqp&quot; style=&quot;color:red&quot;&gt;PromiseBQP&lt;/span&gt;: Promise-Problem [[#bqp|BQP]] =====
Same as [[#promisebqp|PromiseBQP]], but for [[#bqp|BQP]] instead of [[#bpp|BPP]].

If PromiseBQP = [[#promisep|PromiseP]] then [[#bqpmpoly|BQP/mpoly]] = [[#ppoly|P/poly]].

----
===== &lt;span id=&quot;promisep&quot; style=&quot;color:red&quot;&gt;PromiseP&lt;/span&gt;: Promise-Problem [[#p|P]] =====
The class of promise problems solvable by a [[#p|P]] machine.

----
===== &lt;span id=&quot;promiserp&quot; style=&quot;color:red&quot;&gt;PromiseRP&lt;/span&gt;: Promise-Problem [[#rp|RP]] =====
The class of promise problems solvable by an [[#rp|RP]] machine. I.e., the machine must accept with probability at least 1/2 for &quot;yes&quot; inputs, and with probability 0 for &quot;no&quot; inputs, but could have acceptance probability between 0 and 1/2 for inputs that do not satisfy the promise.

Defined in [[zooref#bf99|[BF99]]], where it was also shown that [[#bpp|BPP]] is in [[#rp|RP]]&lt;sup&gt;PromiseRP[1]&lt;/sup&gt; (i.e. with a single oracle query to PromiseRP).

Contained in [[#promisebpp|PromiseBPP]].

----
===== &lt;span id=&quot;prspace&quot; style=&quot;color:red&quot;&gt;PrSPACE(f(n))&lt;/span&gt;: Unbounded-Error Probabilistic f(n)-Space =====
Has the same relation to [[#dspace|DSPACE]](f(n)) as [[#pp|PP]] does to [[#p|P]].  The Turing machine has to halt with probability 1 on every input.

Contained in [[#dspace|DSPACE]](f(n)&lt;sup&gt;2&lt;/sup&gt;) [[zooref#bcp83|[BCP83]]].

Equals [[#prhspace|Pr&lt;sub&gt;H&lt;/sub&gt;SPACE]](f(n)) [[zooref#jun85|[Jun85]]].

----
===== &lt;span id=&quot;psel&quot; style=&quot;color:red&quot;&gt;P-Sel&lt;/span&gt;: P-Selective Sets =====
The class of decision problems for which there's a polynomial-time algorithm with the following property.  Whenever it's given two instances, a &quot;yes&quot; and a &quot;no&quot; instance, the algorithm can always decide which is the &quot;yes&quot; instance.

Defined in [[zooref#sel79|[Sel79]]], where it was also shown that if [[#np|NP]] is contained in P-Sel then [[#p|P]] = [[#np|NP]].

There exist P-selective sets that are not recursive (i.e. not in [[#r|R]]).

----
===== &lt;span id=&quot;psk&quot; style=&quot;color:red&quot;&gt;PSK&lt;/span&gt;: Polynomial Sink =====
Yeah, I'm told that's what the S and K stand for.  Go figure.

The class of total function problems definable as follows: given a directed graph of indegree and outdegree at most 1, and given a source, find a sink.

Defined in [[zooref#pap90|[Pap90]]].

Equals [[#ppads|PPADS]].

----
===== &lt;span id=&quot;pspace&quot; style=&quot;color:red&quot;&gt;PSPACE&lt;/span&gt;: Polynomial-Space =====
The class of decision problems solvable by a Turing machine in polynomial space.

Equals [[#npspace|NPSPACE]] [[zooref#sav70|[Sav70]]], [[#ap|AP]] [[zooref#cks81|[CKS81]]], [[#ip|IP]] [[zooref#sha90|[Sha90]]], and, assuming the existence of one-way functions, [[#czk|CZK]] [[zooref#bgg90|[BGG+90]]].

Contains [[#p|P]] with [[#sharpp|#P]] oracle.

A canonical PSPACE-complete problem is &lt;i&gt;Quantified Boolean Formula (QBF)&lt;/i&gt;: Given a Boolean formula with universal and existential quantifiers, decide whether it's true or false.

Relative to a random oracle, PSPACE strictly contains [[#ph|PH]] with probability 1 [[zooref#cai86|[Cai86]]].

PSPACE has a complete problem that is both downward self-reducible and random self-reducible [[zooref#tv02|[TV02]]].  It is the largest class with such a complete problem.

Contained in [[#exp|EXP]].  There exists an oracle relative to which this containment is proper [[zooref#dek76|[Dek76]]].

----

===== &lt;span id=&quot;pspacepoly&quot; style=&quot;color:red&quot;&gt;PSPACE/poly&lt;/span&gt;: [[#pspace|PSPACE]] With Polynomial-Size Advice =====
Contains [[#qmaqpoly|QMA/qpoly]] [[zooref#aar06b|[Aar06b]]].

----
===== &lt;span id=&quot;pt1&quot; style=&quot;color:red&quot;&gt;PT&lt;sub&gt;1&lt;/sub&gt;&lt;/span&gt;: Polynomial Threshold Functions =====
The class of Boolean functions f:{-1,1}&lt;sup&gt;n&lt;/sup&gt;-&gt;{-1,1} such that f(x)=sgn(p(x)), where p is a polynomial having a number of terms polynomial in n.

Defined in [[zooref#bs90|[BS90]]], where it was also shown that PT&lt;sub&gt;1&lt;/sub&gt; contains [[#pl1|PL&lt;sub&gt;1&lt;/sub&gt;]] (and this inclusion is strict), and that PT&lt;sub&gt;1&lt;/sub&gt; is contained in [[#plinfinity|PL&lt;sub&gt;&amp;#8734;&lt;/sub&gt;]] (and this inclusion is strict).

----

===== &lt;span id=&quot;ptape&quot; style=&quot;color:red&quot;&gt;PTAPE&lt;/span&gt;: Archaic for [[#pspace|PSPACE]] =====

----
===== &lt;span id=&quot;ptas&quot; style=&quot;color:red&quot;&gt;PTAS&lt;/span&gt;: Polynomial-Time Approximation Scheme =====
The subclass of [[#npo|NPO]] problems that admit an &lt;i&gt;approximation scheme&lt;/i&gt; in the following sense.  For any &amp;#949;&amp;gt;0, there is a polynomial-time algorithm that is guaranteed to find a solution whose cost is within a 1+&amp;#949; factor of the optimum cost.  (However, the exponent of the polynomial might depend strongly on &amp;#949;.)

Contains [[#fptas|FPTAS]], and is contained in [[#apx|APX]].

As an example, the Traveling Salesman Problem in the Euclidean plane is in PTAS [[zooref#aro96|[Aro96]]].

Defined in [[zooref#acg99|[ACG+99]]].

----
===== &lt;span id=&quot;ptwk&quot; style=&quot;color:red&quot;&gt;PT/WK(f(n),g(n))&lt;/span&gt;: Parallel Time f(n) / Work g(n) =====
The class of decision problems solvable by a uniform family of Boolean circuits with depth upper-bounded by f(n) and size (number of gates) upper-bounded by g(n).

The union of PT/WK(log&lt;sup&gt;k&lt;/sup&gt;n, n&lt;sup&gt;k&lt;/sup&gt;) over all constants k equals [[#nc|NC]].

----
===== &lt;span id=&quot;pzk&quot; style=&quot;color:red&quot;&gt;PZK&lt;/span&gt;: Perfect Zero Knowledge =====
Same as [[#szk|SZK]], but now the two distributions must be &lt;i&gt;identical&lt;/i&gt;, not merely statistically close.  (The &quot;two distributions&quot; are (1) the distribution over Arthur's view of his interaction with Merlin, conditioned on Arthur's random coins, and (2) the distribution over views that Arthur can &lt;i&gt;simulate&lt;/i&gt; without Merlin's help.)

Contained in [[#szk|SZK]].

See also: [[#czk|CZK]].

----
===== &lt;span id=&quot;q&quot; style=&quot;color:red&quot;&gt;Q&lt;/span&gt;: Quasi-Realtime Languages =====
The class of problems solvable by a nondeterministic multitape Turing machine in linear time. Defined in [[zooref#bg69|[BG69]]], where it was shown that Q equals the class of problems solvable by a nondeterministic multitape Turing machine in exactly n steps (as opposed to O(n) steps).

Contains [[#gcsl|GCSL]].

----
===== &lt;span id=&quot;qac0&quot; style=&quot;color:red&quot;&gt;QAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of decision problems solvable by a family of constant-depth, polynomial-size quantum circuits.  Here each layer of the circuit is a tensor product of one-qubit gates and Toffoli gates, or is a tensor product of controlled-NOT gates.

A uniformity condition may also be imposed.

Defined in [[zooref#moo99|[Moo99]]].

Contains [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#qacwf0|QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qac0m&quot; style=&quot;color:red&quot;&gt;QAC&lt;sup&gt;0&lt;/sup&gt;[m]&lt;/span&gt;: Quantum [[#ac0m|AC&lt;sup&gt;0&lt;/sup&gt;[m]]] =====
Same as [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]], except that now Mod-m gates are also allowed.  A Mod-m gate computes whether the sum of a given set of bits is congruent to 0 modulo m, and exclusive-OR's the answer into another bit.

Defined in [[zooref#moo99|[Moo99]]].

----
===== &lt;span id=&quot;qacc0&quot; style=&quot;color:red&quot;&gt;QACC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] =====
Same as [[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[m]]], except that Mod-m gates are allowed for any m.

Defined in [[zooref#moo99|[Moo99]]].

[[zooref#ghp00|[GHP00]]] showed that QACC&lt;sup&gt;0&lt;/sup&gt; equals [[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[p]]] for any prime p.

----
===== &lt;span id=&quot;qacwf0&quot; style=&quot;color:red&quot;&gt;QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]] With Fanout =====
Same as [[#qac0|QAC&lt;sup&gt;0&lt;/sup&gt;]], except that an additional &quot;quantum fanout&quot; gate is available, which CNOT's a qubit into arbitrarily many target qubits in a single step.

Defined in [[zooref#moo99|[Moo99]]], where it was also shown that QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt; =
[[#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;]][2] = [[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qam&quot; style=&quot;color:red&quot;&gt;QAM&lt;/span&gt;: Quantum [[#am|AM]] =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a public-coin quantum [[#am|AM]] protocol, as follows.  Arthur generates a uniformly random (classical) string and sends it to Merlin.  Merlin responds with a polynomial-size quantum certificate, on which Arthur can perform any [[#bqp|BQP]] operation.  The completeness and soundness requirements are the same as for [[#am|AM]].

Defined by Marriott and Watrous [[zooref#mw05|[MW05]]].

Contains [[#qma|QMA]] and is contained in [[#qip2|QIP[2]]] and BP&amp;#149;[[#pp|PP]] (and therefore [[#pspace|PSPACE]]).

----
===== &lt;span id=&quot;qcfl&quot; style=&quot;color:red&quot;&gt;QCFL&lt;/span&gt;: Quantum [[#cfl|CFL]] =====
The class of decision problems recognized by quantum context-free languages, which are defined in [[zooref#mc00|[MC00]]].  The authors also showed that QCFL does not equal [[#cfl|CFL]].

----
===== &lt;span id=&quot;qcma&quot; style=&quot;color:red&quot;&gt;QCMA&lt;/span&gt;: Quantum Classical [[#ma|MA]] =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a &lt;i&gt;quantum&lt;/i&gt; computer with access to a &lt;i&gt;classical&lt;/i&gt; proof.

Contains [[#ma|MA]], and is contained in [[#qma|QMA]].

Given a black-box group G and a subgroup H, the problem of testing non-membership in H has polynomial QCMA query complexity [[zooref#ak06|[AK06]]].

See [[zooref#ak06|[AK06]]] for a &quot;quantum oracle separation&quot; between QCMA and [[#qma|QMA]].  No classical oracle separation between QCMA and [[#qma|QMA]] is currently known.

----

===== &lt;span id=&quot;qh&quot; style=&quot;color:red&quot;&gt;QH&lt;/span&gt;: Query Hierarchy Over [[#np|NP]] =====
QH&lt;sub&gt;i&lt;/sub&gt; is defined to be P&lt;sup&gt;NP[k]&lt;/sup&gt;; that is, [[#p|P]] with k queries to an [[#np|NP]] oracle (where k is a constant).  Then QH is the union of QH&lt;sub&gt;i&lt;/sub&gt; over all nonnegative i.

QH = [[#bh|BH]] [[zooref#wag88|[Wag88]]]; thus, either both hierarchies are infinite or both collapse to some finite level.

----
===== &lt;span id=&quot;qip&quot; style=&quot;color:red&quot;&gt;QIP&lt;/span&gt;: Quantum [[#ip|IP]] =====
The class of decision problems such that a &quot;yes&quot; answer can be verified by a &lt;i&gt;quantum interactive proof&lt;/i&gt;.  Here the verifier is a [[#bqp|BQP]] (i.e. quantum polynomial-time) algorithm, while the prover has unbounded computational resources (though cannot violate the linearity of quantum mechanics). The prover and verifier exchange a polynomial number of messages, which can be quantum states.  Thus, the verifier's and prover's states may become entangled during the course of the protocol.  Given the verifier's algorithm, we require that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the prover can behave in such a way that the verifier accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then however the prover behaves, the verifier rejects with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
Let QIP[k] be QIP where the prover and verifier are restricted to exchanging k messages (with the prover going last).

Defined in [[zooref#wat99|[Wat99]]], where it was also shown that [[#pspace|PSPACE]] is in QIP[3].

Subsequently [[zooref#kw00|[KW00]]] showed that for all k&amp;gt;3, QIP[k] = QIP[3] = QIP.

QIP is contained in [[#exp|EXP]] [[zooref#kw00|[KW00]]].

QIP(1) is more commonly known as [[#qma|QMA]].

See also: [[#qip2|QIP[2]]], [[#qszk|QSZK]].

----

===== &lt;span id=&quot;qip2&quot; style=&quot;color:red&quot;&gt;QIP[2]&lt;/span&gt;: 2-Message Quantum [[#ip|IP]] =====
See [[#qip|QIP]] for definition.

Contains [[#qszk|QSZK]] [[zooref#wat02|[Wat02]]].

----
===== &lt;span id=&quot;qma&quot; style=&quot;color:red&quot;&gt;QMA&lt;/span&gt;: Quantum [[#ma|MA]] =====
The class of decision problems such that a &quot;yes&quot; answer can be verified by a 1-message quantum interactive proof.  That is, a [[#bqp|BQP]] (i.e. quantum polynomial-time) verifier is given a quantum state (the &quot;proof&quot;).  We require that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a state such that verifier accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then for all states the verifier rejects with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
QMA = [[#qip|QIP]](1).

Defined in [[zooref#wat00|[Wat00]]], where it is also shown that &lt;i&gt;group non-membership&lt;/i&gt; is in QMA.  That is: let G be a group, whose elements are represented by polynomial-size strings.  We're given a &quot;black box&quot; that correctly multiplies and inverts elements of G.  Then given elements g and h&lt;sub&gt;1&lt;/sub&gt;,...,h&lt;sub&gt;k&lt;/sub&gt;, we can verify in QMA that g is not in the subgroup generated by h&lt;sub&gt;1&lt;/sub&gt;,...,h&lt;sub&gt;k&lt;/sub&gt;.

Based on this, [[zooref#wat00|[Wat00]]] gives an oracle relative to which [[#ma|MA]] is strictly contained in QMA.

Kitaev and Watrous (unpublished) showed QMA is contained in [[#pp|PP]].  Combining that result with [[zooref#ver92|[Ver92]]], one can obtain an oracle relative to which [[#am|AM]] is not in QMA.

Kitaev ([[zooref#ksv02|[KSV02]]], see also [[zooref#an02|[AN02]]]) showed that the following problem is complete for QMA: &lt;ul&gt; '''5-Local Hamiltonians.'''  Given an n-qubit Hilbert space, as well as a collection H&lt;sub&gt;1&lt;/sub&gt;,...,H&lt;sub&gt;k&lt;/sub&gt; of Hamiltonians (i.e. Hermitian positive semidefinite matrices), each of which acts on at most 5 qubits of the space.  Also given reals a,b such that b-a = &amp;Theta;(1/poly(n)).  Decide whether the smallest eigenvalue of H=H&lt;sub&gt;1&lt;/sub&gt;+...+H&lt;sub&gt;k&lt;/sub&gt; is less than a or greater than b, promised that one of these is the case.

Subsequently Kempe and Regev [[zooref#kr03|[KR03]]] showed that even 3-Local Hamiltonians is QMA-complete.  A subsequent paper by Kempe, Kitaev, and Regev [[zooref#kkr04|[KKR04]]], has hit rock bottom (assuming [[#p|P]] does not equal QMA), by showing '''&lt;font color=&quot;red&quot;&gt;2&lt;/font&gt;'''-local Hamiltonians QMA-complete.
&lt;/ul&gt; Compare to [[#nqp|NQP]].

If QMA = [[#pp|PP]] then [[#pp|PP]] contains [[#ph|PH]] [[zooref#vya03|[Vya03]]].  This result uses the fact that QMA is contained in [[#a0pp|A&lt;sub&gt;0&lt;/sub&gt;PP]].

See also: [[#qcma|QCMA]], [[#qmaqpoly|QMA/qpoly]], [[#qszk|QSZK]], [[#qma2|QMA(2)]], [[#qma-plus|QMA-plus]].

----

===== &lt;span id=&quot;qma-plus&quot; style=&quot;color:red&quot;&gt;QMA-plus&lt;/span&gt;: [[#qma|QMA]] With Super-Verifier =====
Same as [[#qma|QMA]], except now the verifier can directly obtain the &lt;i&gt;probability&lt;/i&gt; that a given observable of the certificate state, if measured, would equal 1.  (In the usual model, by contrast, one can only sample an observable.)

Defined in [[zooref#ar03|[AR03]]], where it was also shown that QMA-plus = [[#qma|QMA]].

----
===== &lt;span id=&quot;qma2&quot; style=&quot;color:red&quot;&gt;QMA(2)&lt;/span&gt;: Quantum [[#ma|MA]] With Multiple Certificates =====
Same as [[#qma|QMA]], except that now the verifier is given &lt;i&gt;two&lt;/i&gt; polynomial-size quantum certificates, which are guaranteed to be unentangled.

Defined in [[zooref#kmy01|[KMY01]]].  It is unknown whether QMA(k) = QMA(2) for all k&gt;2, and also whether QMA(2) = [[#qma|QMA]].

----
===== &lt;span id=&quot;qmalog&quot; style=&quot;color:red&quot;&gt;QMA&lt;sub&gt;log&lt;/sub&gt;&lt;/span&gt;: [[#qma|QMA]] With Logarithmic-Size Proofs =====
Same as [[#qma|QMA]] except that the quantum proof has O(log n) qubits instead of a polynomial number.

Equals [[#bqp|BQP]] [[zooref#mw05|[MW05]]].

----
===== &lt;span id=&quot;qmam&quot; style=&quot;color:red&quot;&gt;QMAM&lt;/span&gt;: Quantum Merlin-Arthur-Merlin Public-Coin Interactive Proofs =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a public-coin quantum MAM protocol, as follows.  Merlin sends a polynomial-size quantum state to Arthur.  Arthur then flips some classical coins (in fact, he only has to flip &lt;i&gt;one&lt;/i&gt; without loss of generality) and sends the outcome to Merlin.  At this stage Arthur is not yet allowed to perform any quantum operations.  Merlin then sends Arthur another quantum state.  Finally, Arthur performs a [[#bqp|BQP]] operation on both of the states simultaneously, and either accepts or rejects.  The completeness and soundness requirements are the same as for [[#am|AM]].  Also, Merlin's messages might be entangled.

Defined by Marriott and Watrous [[zooref#mw05|[MW05]]], who also showed that QMAM = [[#qip|QIP]](3) = [[#qip|QIP]].

Hence QMAM contains [[#pspace|PSPACE]].

----
===== &lt;span id=&quot;qmaqpoly&quot; style=&quot;color:red&quot;&gt;QMA/qpoly&lt;/span&gt;: [[#qma|QMA]] With Polynomial-Size Quantum Advice =====
Is contained in [[#pspacepoly|PSPACE/poly]] [[zooref#aar06b|[Aar06b]]].

----
===== &lt;span id=&quot;qmip&quot; style=&quot;color:red&quot;&gt;QMIP&lt;/span&gt;: Quantum Multi-Prover Interactive Proofs =====
The quantum generalization of [[#mip|MIP]], and the multi-prover generalization of [[#qip|QIP]].

A quantum multi-prover interactive proof system is the same as a classical one, except that all messages and verifier computations are quantum.  As in [[#mip|MIP]], there is no communication among the provers; however, the provers share unlimited prior entanglement.  The number of provers and number of rounds can both be polynomial in n.

Defined in [[zooref#km02|[KM02]]].

Fascinatingly, no relationship between QMIP and [[#nexp|NEXP]] is known.  We don't know whether allowing the provers unlimited prior entanglement makes the class more powerful, less powerful, or both!

----
===== &lt;span id=&quot;qmiple&quot; style=&quot;color:red&quot;&gt;QMIP&lt;sub&gt;le&lt;/sub&gt;&lt;/span&gt;: Quantum Multi-Prover Interactive Proofs With Limited Prior Entanglement =====
Same as [[#qmip|QMIP]], except that now the provers share only a polynomial number of EPR pairs, instead of an unlimited number.

Defined in [[zooref#km02|[KM02]]], where it was also shown that QMIP&lt;sub&gt;le&lt;/sub&gt; is contained in [[#nexp|NEXP]] = [[#qmipne|QMIP&lt;sub&gt;ne&lt;/sub&gt;]].

----
===== &lt;span id=&quot;qmipne&quot; style=&quot;color:red&quot;&gt;QMIP&lt;sub&gt;ne&lt;/sub&gt;&lt;/span&gt;: Quantum Multi-Prover Interactive Proofs With No Prior Entanglement =====
Same as [[#qmip|QMIP]], except that now the provers have no prior entanglement.

Defined in [[zooref#km02|[KM02]]], where it was also shown that QMIP&lt;sub&gt;ne&lt;/sub&gt; = [[#nexp|NEXP]].  Thus, QMIP&lt;sub&gt;ne&lt;/sub&gt; contains [[#qmiple|QMIP&lt;sub&gt;le&lt;/sub&gt;]].

----
===== &lt;span id=&quot;qnc&quot; style=&quot;color:red&quot;&gt;QNC&lt;/span&gt;: Quantum [[#nc|NC]] =====
The class of decision problems solvable by polylogarithmic-depth quantum circuits with bounded probability of error.  (A uniformity condition may also be imposed.)

Has the same relation to [[#nc|NC]] as [[#bqp|BQP]] does to [[#p|P]].

[[zooref#cw00|[CW00]]] showed that factoring is in [[#zpp|ZPP]] with a QNC oracle.

Is incomparable with [[#bpp|BPP]] as far as anyone knows.

See also: [[#rnc|RNC]].

----
===== &lt;span id=&quot;qnc0&quot; style=&quot;color:red&quot;&gt;QNC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] =====
Constant-depth quantum circuits without fanout gates.

Defined in [[zooref#spa02|[Spa02]]].

Contained in [[#qncf0|QNC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qncf0&quot; style=&quot;color:red&quot;&gt;QNC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Quantum [[#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]] With Unbounded Fanout =====
Constant-depth quantum circuits with unbounded-fanout gates.

Defined in [[zooref#spa02|[Spa02]]].

Contains [[#qnc0|QNC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;qnc1&quot; style=&quot;color:red&quot;&gt;QNC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Quantum [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] =====
Same as [[#qnc|QNC]]&lt;sup&gt;1&lt;/sup&gt;, but for the exact rather than bounded-error case.

In contrast to [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]], it is not clear how to simulate QNC&lt;sup&gt;1&lt;/sup&gt; on a quantum computer in which one qubit is initialized to a pure state, and the remaining qubits are in the maximally mixed state [[zooref#asv00|[ASV00]]].

See also [[zooref#mn02|[MN02]]].

----
===== &lt;span id=&quot;qp&quot; style=&quot;color:red&quot;&gt;QP&lt;/span&gt;: Quasipolynomial-Time =====
Equals [[#dtime|DTIME]](2&lt;sup&gt;polylog(n)&lt;/sup&gt;).

----
===== &lt;span id=&quot;qplin&quot; style=&quot;color:red&quot;&gt;QPLIN&lt;/span&gt;: Linear Quasipolynomial-Time =====
Equals [[#dtime|DTIME]](n&lt;sup&gt;O(log n)&lt;/sup&gt;).

Has the same relationship to [[#qp|QP]] that [[#e|E]] does to [[#exp|EXP]].

----
===== &lt;span id=&quot;qpspace&quot; style=&quot;color:red&quot;&gt;QPSPACE&lt;/span&gt;: Quasipolynomial-Space =====
Equals [[#dspace|DSPACE]](2&lt;sup&gt;polylog(n)&lt;/sup&gt;).

According to [[zooref#bg94|[BG94]]], Beigel and Feigenbaum and (independently) Krawczyk showed that QPSPACE is not contained in [[#check|Check]].

----
===== &lt;span id=&quot;qrg&quot; style=&quot;color:red&quot;&gt;QRG&lt;/span&gt;: Quantum Refereed Games =====
Same as [[#rg|RG]], except that now the verifier is a [[#bqp|BQP]] machine, and can exchange polynomially many quantum messages with the competing provers.

The two provers are computationally unbounded, but must obey the laws of quantum mechanics.  Also, we can assume without loss of generality that the provers share no entanglement, because adversaries gain no advantage by sharing information.

Defined in [[zooref#gut05|[Gut05]]], where it was also shown that QRG is contained in [[#nexp|NEXP]] &amp;#8745; [[#conexp|coNEXP]].

QRG trivially contains [[#rg|RG]] (and hence [[#exp|EXP]]), as well as [[#sqg|SQG]].

----

===== &lt;span id=&quot;qs2p&quot; style=&quot;color:red&quot;&gt;QS&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Quantum [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] =====
The class of problems for which there exists a [[#bqp|BQP]] machine M such that:
&lt;ul&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then there exists a quantum state &amp;rho; such that for all quantum states &amp;sigma;, M(&amp;rho;,Ï) accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then there exists a &amp;sigma; such that for all &amp;rho;, M(&amp;rho;,&amp;sigma;) rejects with probability at least 2/3.&lt;/li&gt;
&lt;/ul&gt;
In other words, it's the same as [[#sqg|SQG]], but without communication from the verifier back to the provers.

Contains [[#qma|QMA]] (and indeed [[#p|P]]&lt;sup&gt;[[#qma|QMA]]&lt;/sup&gt;), and is contained in [[#sqg|SQG]] and hence [[#exp|EXP]].

----
===== &lt;span id=&quot;qszk&quot; style=&quot;color:red&quot;&gt;QSZK&lt;/span&gt;: Quantum Statistical Zero-Knowledge =====
A quantum analog of [[#szk|SZK]] (or more precisely [[#hvszk|HVSZK]]).

Arthur is a [[#bqp|BQP]] (i.e. quantum) verifier who can exchange quantum messages with Merlin.  So Arthur and Merlin's states may become entangled during the course of the protocol.

Arthur's &quot;view&quot; of his interaction with Merlin is taken to be the sequence of mixed states he has, over all steps of the protocol.  The zero-knowledge requirement is that each of these states must have trace distance at most (say) 1/10 from a state that Arthur could prepare himself (in [[#bqp|BQP]]), without help from Merlin.  Arthur is assumed to be an honest verifier.

Defined in [[zooref#wat02|[Wat02]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;QSZK is contained in [[#pspace|PSPACE]].&lt;/li&gt;
&lt;li&gt;QSZK is closed under complement.&lt;/li&gt;
&lt;li&gt;Any protocol can be parallelized to consist of two messages, so that QSZK is in [[#qip2|QIP[2]]].&lt;/li&gt;
&lt;li&gt;One can assume without loss of generality that protocols are public-coin, as for [[#szk|SZK]].&lt;/li&gt;
&lt;li&gt;QSZK has a natural complete promise problem, called &lt;i&gt;Quantum State Distinguishability&lt;/i&gt; (QSD).  We are given quantum circuits Q&lt;sub&gt;0&lt;/sub&gt; and Q&lt;sub&gt;1&lt;/sub&gt;.  Let &amp;#961;&lt;sub&gt;0&lt;/sub&gt; and &amp;#961;&lt;sub&gt;1&lt;/sub&gt; be the mixed states they produce respectively, when run on the all-0 state (and when non-output qubits are traced out).  We are promised that the trace distance between &amp;#961;&lt;sub&gt;0&lt;/sub&gt; and &amp;#961;&lt;sub&gt;1&lt;/sub&gt; is either at most &amp;#945; or at least &amp;#946;, where &amp;#945; and &amp;#946; are constants in [0,1] satisfying &amp;#945; &amp;lt; &amp;#946;&lt;sup&gt;2&lt;/sup&gt;.  The problem is to decide which of these is the case.&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;r&quot; style=&quot;color:red&quot;&gt;R&lt;/span&gt;: Recursive Languages =====
The class of decision problems solvable by a Turing machine.  Often identified with the class of 'effectively computable' functions (the &lt;i&gt;Church-Turing thesis&lt;/i&gt;).

Defined in [[zooref#tur36|[Tur36]]], [[zooref#chu41|[Chu41]]], and other seminal early papers.

Equals [[#re|RE]] &amp;#8745; [[#core|coRE]].

Strictly contains [[#pr|PR]], the primitive recursive functions (see [[zooref#kle71|[Kle71]]]).

----
===== &lt;span id=&quot;rbqp&quot; style=&quot;color:red&quot;&gt;RBQP&lt;/span&gt;: Strict Quantum [[#rp|RP]] =====
The class of problems in [[#np|NP]] whose witnesses are in [[#fbqp|FBQP]].  For example, the set of square-free numbers is in coRBQP using only the fact that factoring is in [[#fbqp|FBQP]].  (Even without a proof that the factors are prime, the factorization proves that there is a square divisor.)

Contains [[#rp|RP]] and [[#zbqp|ZBQP]], and is contained in [[#bqp|BQP]] and [[#rqp|RQP]].  Defined here to clarify [[#eqp|EQP]]; see also [[#zbqp|ZBQP]].

----
===== &lt;span id=&quot;re&quot; style=&quot;color:red&quot;&gt;RE&lt;/span&gt;: Recursively Enumerable Languages =====
The class of decision problems for which a 'yes' answer can be verified by a Turing machine in a finite amount of time.  (If the answer is 'no,' on the other hand, the machine might never halt.)

Equivalently, the class of decision problems for which a Turing machine can list all the 'yes' instances, one by one (this is what 'enumerable' means).

A problem C is complete for RE if (1) C is in RE and (2) any problem in RE can be reduced to C by a Turing machine.

Actually there are two types of reduction: M-reductions (for &lt;i&gt;many-one&lt;/i&gt;), in which a single instance of the original problem is mapped to an instance of C, and T-reductions (for &lt;i&gt;Turing&lt;/i&gt;), in which an algorithm for the original problem can make arbitrarily many calls to an oracle for C.

RE-complete sets are also called &lt;i&gt;creative&lt;/i&gt; sets for some reason.

The canonical RE-complete problem is the &lt;i&gt;halting problem&lt;/i&gt;: i.e., given a Turing machine, does it halt when started on a blank tape?

The famous unsolvability of the halting problem [[zooref#tur36|[Tur36]]] implies that [[#r|R]] does not equal RE.

Also, RE does not equal [[#core|coRE]].

RE and [[#core|coRE]] can be generalized to the &lt;i&gt;arithmetic hierarchy&lt;/i&gt; [[#ah|AH]].

There are problems in RE that are neither RE-complete under T-reductions, nor in [[#r|R]] [[zooref#fri57|[Fri57]]] [[zooref#muc56|[Muc56]]].  This is the resolution of &lt;i&gt;Post's problem&lt;/i&gt; [[zooref#pos44|[Pos44]]].

Indeed, RE contains infinitely many nonequivalent 'T-degrees.'  (A T-degree is a class of problems, all of which can be T-reduced to one another.)  The structure of the T-degrees has been studied in more detail than you can possibly imagine [[zooref#sho99|[Sho99]]].

----
===== &lt;span id=&quot;reg&quot; style=&quot;color:red&quot;&gt;REG&lt;/span&gt;: Regular Languages =====
The class of decision problems solvable by deterministic finite automata (DFA's).

Equals the class solvable by nondeterministic finite automata (NDFA's).

Equals [[#dspace|DSPACE]](O(1)) [[zooref#she59|[She59]]], which equals [[#dspace|DSPACE]](o(log log n)) [[zooref#hls65|[HLS65]]].

Includes, i.e., &quot;Is the parity of the input odd?,&quot; but not &quot;Are the majority of bits in the input 1's?&quot;  This is sometimes expressed as &quot;finite automata can't count.&quot;

Contained in [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

See e.g. [[zooref#koz97|[Koz97]]], [[zooref#gur89|[Gur89]]] for basic results on regular languages.

----
===== &lt;span id=&quot;revspace&quot; style=&quot;color:red&quot;&gt;RevSPACE(f(n))&lt;/span&gt;: Reversible f(n)-Space =====
The class of decision problems solvable in space O(f(n)) by a reversible Turing machine (a deterministic Turing machine for which every configuration has at most one immediate predecessor).

Was shown to equal [[#dspace|DSPACE]](f(n)) [[zooref#lmt97|[LMT97]]].

----
===== &lt;span id=&quot;rg&quot; style=&quot;color:red&quot;&gt;RG&lt;/span&gt;: Refereed Games =====
The class of problems solvable by a probabilistic polynomial-time verifier who can exchange a polynomial number of messages with two competing, computationally-unbounded provers -- one trying to convince the verifier that the answer is &quot;yes,&quot; the other that the answer is &quot;no.&quot;  Note that the verifier can hide information from the provers.  Public-coin RG amounts to [[#saptime|SAPTIME]], which equals [[#pspace|PSPACE]] [[zooref#pap83|[Pap83]]].

RG is in [[#exp|EXP]] relative to any oracle [[zooref#km92|[KM92]]]; they are equal, unrelativized [[zooref#fk97b|[FK97b]]].

Contains [[#rg1|RG[1]]], and is contained in [[#qrg|QRG]].

See also [[#pcd|PCD]], [[#gpcd|GPCD]].

----

===== &lt;span id=&quot;rg1&quot; style=&quot;color:red&quot;&gt;RG[1]&lt;/span&gt;: One-Round Refereed Games =====
Same as [[#rg|RG]], except that now the verifier can exchange only a single round of messages with the two provers.  A &lt;i&gt;round&lt;/i&gt; consists of private messages from the verifier to the provers, followed by private responses from the provers to the verifier.  Since the queries are private, they may as well be parallel; likewise the responses.  This makes RG[1] a symmetric class, indeed a randomized analogue of [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]].

RG[1] is contained in [[#pspace|PSPACE]], and they are equal, unrelativized [[zooref#fk97b|[FK97b]]].

Contains [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] and is contained in [[#sqg|SQG]].

----

===== &lt;span id=&quot;rhl&quot; style=&quot;color:red&quot;&gt;R&lt;sub&gt;H&lt;/sub&gt;L&lt;/span&gt;: Randomized Halting Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#rp|RP]] does to [[#p|P]].  The randomized machine must halt for every input &lt;i&gt;and&lt;/i&gt; every setting of the random tape.

Contains undirected reachability (is there a path from vertex u to vertex v in an undirected graph?) [[zooref#akl79|[AKL+79]]].

Contained in [[#rl|RL]].

----
===== &lt;span id=&quot;rhspace&quot; style=&quot;color:red&quot;&gt;R&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))&lt;/span&gt;: One-Sided Error Halting Probabilistic f(n)-Space =====
Has the same relation to [[#bphspace|BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]] as [[#rp|RP]] does to [[#bpp|BPP]].

----
===== &lt;span id=&quot;rl&quot; style=&quot;color:red&quot;&gt;RL&lt;/span&gt;: Randomized Logarithmic-Space =====
Has the same relation to [[#l|L]] as [[#rp|RP]] does to [[#p|P]].  The randomized machine must halt with probability 1 on any input.  It must also run in polynomial time (since otherwise we would just get
[[#nl|NL]]).

Contains [[#rhl|R&lt;sub&gt;H&lt;/sub&gt;L]].

Contained in [[#sc|SC]] [[zooref#nis92|[Nis92]]].

[[zooref#rtv05|[RTV05]]] give strong evidence that RL = [[#l|L]].

----
===== &lt;span id=&quot;rnc&quot; style=&quot;color:red&quot;&gt;RNC&lt;/span&gt;: Randomized [[#nc|NC]] =====
Has the same relation to [[#nc|NC]] as [[#rp|RP]] does to [[#p|P]].

Contains the maximum matching problem for bipartite graphs [[zooref#mvv87|[MVV87]]].

Contained in [[#qnc|QNC]].

See also: [[#cornc|coRNC]].

----
===== &lt;span id=&quot;rp&quot; style=&quot;color:red&quot;&gt;RP&lt;/span&gt;: Randomized Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' at least 1/2 of computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#gil77|[Gil77]]].

Contains the problem of testing whether an integer is prime [[zooref#ah87|[AH87]]].

For other problems in RP, see the standard text on randomized algorithms, [[zooref#mr95|[MR95]]].

See also: [[#corp|coRP]], [[#zpp|ZPP]], [[#bpp|BPP]].

----
===== &lt;span id=&quot;rpp&quot; style=&quot;color:red&quot;&gt;RPP&lt;/span&gt;: Restricted Pseudo Polynomial-Time =====
The class of decision problems (x,m) (where x is an input of length |x|=n and m is an integer parameter), that are solvable by a nondeterministic (i.e. [[#np|NP]]) machine in poly(n+m) time and O(m+log n) space simultaneously.

Defined in [[zooref#mon80|[Mon80]]].

See also [[#fpt|FPT]].

----
===== &lt;span id=&quot;rqp&quot; style=&quot;color:red&quot;&gt;RQP&lt;/span&gt;: One-sided Error Extension of [[#eqp|EQP]] =====

The class of questions that can be answered by a QTM that accepts with probability 0 when the true answer is no, and accepts with probability at least 1/2 when the true answer is yes.  Since one of the probabilities has to vanish, RQP has the same technical caveats as [[#eqp|EQP]].

Contains [[#zqp|ZQP]] and [[#rbqp|RBQP]], and is contained in [[#bqp|BQP]].

----

===== &lt;span id=&quot;rspace&quot; style=&quot;color:red&quot;&gt;RSPACE(f(n))&lt;/span&gt;: Randomized f(n)-Space =====
Same as [[#rl|RL]], but for O(f(n))-space instead of logarithmic-space.

Contained in [[#nspace|NSPACE(f(n))]] and [[#bpspace|BPSPACE(f(n))]].

----
===== &lt;span id=&quot;s2p&quot; style=&quot;color:red&quot;&gt;S&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Second Level of the Symmetric Hierarchy =====
The class of decision problems for which there is a polynomial-time predicate P such that, on input x,
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' then there exists a y such that for all z, P(x,y,z) is true.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' then there exists a z such that for all y, P(x,y,z) is false.&lt;/li&gt;
&lt;/ol&gt;
Note that this differs from [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] in that the quantifiers in the second condition are reversed.

Less formally, S&lt;sub&gt;2&lt;/sub&gt;P is the class of one-round games in which a prover and a disprover submit simultaneous moves to a deterministic, polynomial-time referee.  In [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]], the disprover moves first.

Defined in [[zooref#rs98|[RS98]]], where it was also shown that S&lt;sub&gt;2&lt;/sub&gt;P contains [[#ma|MA]] and [[#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]].  Defined independently in [[zooref#can96|[Can96]]].

Contained in [[#zpp|ZPP]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt; [[zooref#cai01|[Cai01]]].

----
&lt;table border=&quot;3&quot;&gt;&lt;tr&gt;&lt;td&gt;

===== &lt;span id=&quot;s2exppnp&quot; style=&quot;color:red&quot;&gt;S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;&lt;/span&gt;: Don't Ask =====
One of the caged classes of the Complexity Zoo.

Has been implicated in a collapse scandal involving [[#ampolylog|AM[polylog]]], [[#conp|coNP]], and [[#eh|EH]].
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

----
===== &lt;span id=&quot;sac&quot; style=&quot;color:red&quot;&gt;SAC&lt;/span&gt;: Semi-Unbounded-Fanin [[#ac|AC]] =====
SAC&lt;sup&gt;k&lt;/sup&gt; is the class of decision problems solvable by a family of depth-O(log&lt;sup&gt;k&lt;/sup&gt;n) circuits with unbounded-fanin OR &amp; bounded-fanin AND gates.  Negations are only allowed at the input level.

A uniformity condition may also be imposed.

Defined by [[zooref#bcd89|[BCD+89]]], who also showed that SAC&lt;sub&gt;k&lt;/sub&gt; is closed under complement for every k&amp;gt;0.

----

===== &lt;span id=&quot;sac0&quot; style=&quot;color:red&quot;&gt;SAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Semi-Unbounded-Fanin [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
See [[#sac|SAC]] for definition.

Not closed under complement [[zooref#bcd89|[BCD+89]]].

----
===== &lt;span id=&quot;sac1&quot; style=&quot;color:red&quot;&gt;SAC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Semi-Unbounded-Fanin [[#ac1|AC&lt;sup&gt;1&lt;/sup&gt;]] =====
See [[#sac|SAC]] for definition.

Equals [[#logcfl|LOGCFL]]/poly [[zooref#ven91|[Ven91]]].

Contained in [[#paritysac1|&amp;#8853;SAC&lt;sup&gt;1&lt;/sup&gt;]] [[zooref#gw96|[GW96]]].

----
===== &lt;span id=&quot;saptime&quot; style=&quot;color:red&quot;&gt;SAPTIME&lt;/span&gt;: Stochastic Alternating Polynomial-Time =====
The class of problems solvable by a polynomial-time Turing machine with three kinds of quantifiers: existential, universal, and randomized.

Defined in [[zooref#pap83|[Pap83]]], where it was also observed that SAPTIME = [[#pspace|PSPACE]].

----
===== &lt;span id=&quot;sbp&quot; style=&quot;color:red&quot;&gt;SBP&lt;/span&gt;: Small Bounded-Error Probability =====
The class of decision problems for which the following holds.  There exists a [[#sharpp|#P]] function f and an [[#fp|FP]] function g such that, for all inputs x,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then f(x) &amp;gt; g(x).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then f(x) &amp;lt; g(x)/2.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bgm02|[BGM02]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;SBP contains [[#ma|MA]], [[#wapp|WAPP]], and [[#existsbpp|&amp;#8707;BPP]].&lt;/li&gt;
&lt;li&gt;SBP is contained in [[#am|AM]] and [[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]].&lt;/li&gt;
&lt;li&gt;There exists an oracle relative to which SBP is not contained in [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].&lt;/li&gt;
&lt;li&gt;SBP is closed under union.&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;sc&quot; style=&quot;color:red&quot;&gt;SC&lt;/span&gt;: Steve's Class =====
(Named in honor of Stephen Cook.)

The class of decision problems solvable by a Turing machine that simultaneously uses polynomial time and polylogarithmic space.

Note that SC might be smaller than [[#p|P]] &amp;#8745; [[#polyL|polyL]], since for the latter, it suffices to have two separate algorithms: one polynomial-time and the other polylogarithmic-space.

Deterministic context-free languages (DCFL's) can be recognized in SC [[zooref#coo79|[Coo79]]].

SC contains [[#rl|RL]] and [[#bpl|BPL]] [[zooref#nis92|[Nis92]]].

SC equals [[#dtisp|DTISP]](poly,polylog) by definition.

----

===== &lt;span id=&quot;se&quot; style=&quot;color:red&quot;&gt;SE&lt;/span&gt;: Subexponentially-Solvable Search Problems =====
The class of [[#fnp|FNP]] search problems solvable in O(2&lt;sup&gt;&amp;epsilon;n&lt;/sup&gt;) time for every &amp;epsilon;&amp;gt;0.

Defined in [[zooref#ipz01|[IPZ01]]], who also gave reductions showing that if any of k-SAT, k-colorability, k-set cover, clique, or vertex cover is in SE, then all of them are.

----
===== &lt;span id=&quot;seh&quot; style=&quot;color:red&quot;&gt;SEH&lt;/span&gt;: Strong Exponential Hierarchy =====
The union of [[#ne|NE]], [[#np|NP]]&lt;sup&gt;[[#ne|NE]]&lt;/sup&gt;, [[#np|NP]]&lt;sup&gt;[[#np|NP]]^[[#ne|NE]]&lt;/sup&gt;, and so on.

Is called &quot;strong&quot; to contrast it with the ordinary Exponential Hierarchy [[#eh|EH]].

Note that we would get the same class if we replaced [[#ne|NE]] by [[#nexp|NEXP]].

SEH collapses to [[#p|P]]&lt;sup&gt;[[#ne|NE]]&lt;/sup&gt; [[zooref#hem89|[Hem89]]]

There exists an oracle relative to which SEH is not contained in [[#eh|EH]] [[zooref#hem89|[Hem89]]].
[[#eh|EH]] and SEH are incomparable for all anyone knows.

----
===== &lt;span id=&quot;selfnp&quot; style=&quot;color:red&quot;&gt;SelfNP&lt;/span&gt;: Self-Witnessing [[#np|NP]] =====
The class of languages L in [[#np|NP]] such that the union, over all x in L, of the set of valid witnesses for x equals L itself.

Defined in [[zooref#ht03|[HT03]]], where it was shown that the closure of SelfNP under polynomial-time many-one reductions is [[#np|NP]].

They also show that if SelfNP = [[#np|NP]], then [[#e|E]] = [[#ne|NE]]; and that SAT is contained in SelfNP.

See also: [[#permup|PermUP]].

----
===== &lt;span id=&quot;sfk&quot; style=&quot;color:red&quot;&gt;SF&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Width-k Bottleneck Turing Machines =====
The class of decision problems solvable by a k-bottleneck Turing machine. This is a machine that, after a polynomial amount of time, erases everything on the tape except for a single k-valued &quot;safe-storage&quot;.  There's also a counter recording the number of erasings, which is in effect a non-deterministic witness.  For example, SF&lt;sub&gt;2&lt;/sub&gt; contains both [[#parityp|&amp;#8853;P]] and [[#np|NP]] by using the counter as a witness.

Defined in [[zooref#cf91|[CF91]]], where it was also shown that SF&lt;sub&gt;5&lt;/sub&gt; = [[#pspace|PSPACE]].

The complexity of SF&lt;sub&gt;2&lt;/sub&gt;, SF&lt;sub&gt;3&lt;/sub&gt;, and SF&lt;sub&gt;4&lt;/sub&gt; was studied in [[zooref#ogi94|[Ogi94]]] and [[zooref#her97|[Her97]]].  The following result of those authors is among the caged beasts of the Complexity Zoo:
&lt;table border=&quot;3&quot;&gt;
&lt;tr&gt;&lt;td&gt;
SF&lt;sub&gt;4&lt;/sub&gt; is contained in BP [[#parityp|&amp;#8853;P]]&lt;sup&gt;[[#modkp|Mod_3P]] ^ [[#parityp|&amp;#8853;P]] ^ [[#modkp|Mod_3P]] ^ [[#parityp|&amp;#8853;P]]&lt;/sup&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
(Here the BP operator means that one makes the class into a bounded-error probabilistic class, the same way one makes [[#p|P]] into [[#bpp|BPP]] and [[#np|NP]] into [[#am|AM]].)

----

===== &lt;span id=&quot;sigma2p&quot; style=&quot;color:red&quot;&gt;&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: [[#np|NP]] With [[#np|NP]] Oracle =====
Complement of [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]].

Along with [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]], comprises the second level of [[#ph|PH]], the polynomial hierarchy.

[[zooref#uma98|[Uma98]]] has shown that the following problems are complete for &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P:
&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Minimum equivalent DNF.&lt;/i&gt;  Given a DNF formula F and integer k, is there a DNF formula equivalent to F with k or fewer occurences of literals?&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Shortest implicant.&lt;/i&gt;  Given a formula F and integer k, is there a conjunction of k or fewer literals that implies F?  (Note that this problem cannot be &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P-complete for &lt;i&gt;DNF&lt;/i&gt; formulas unless &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P equals [[#betap|&amp;beta;P]]&lt;sup&gt;[[#np|NP]]&lt;/sup&gt;.)&lt;/li&gt;
&lt;/ul&gt;
For any fixed k, there is a problem in &amp;#931;&lt;sub&gt;2&lt;/sub&gt;P &amp;#8745; [[#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] that cannot be solved by circuits of size n&lt;sup&gt;k&lt;/sup&gt; [[zooref#kan82|[Kan82]]].

----
===== &lt;span id=&quot;skc&quot; style=&quot;color:red&quot;&gt;SKC&lt;/span&gt;: Statistical Knowledge Complexity =====
A hierarchy of generalizations of [[#szk|SZK]], in which Arthur is allowed to gain &lt;i&gt;some&lt;/i&gt; information from his interaction with Merlin.

Defined in [[zooref#gp91|[GP91]]].

There are several variants (which we only describe roughly), including:
&lt;ul&gt;
&lt;li&gt;'''SKC&lt;sub&gt;hint&lt;/sub&gt;(k(n)): Hint sense.'''  The simulator can reproduce Arthur's view of the protocol if given a hint string of size k(n).&lt;/li&gt;
&lt;li&gt;'''SKC&lt;sub&gt;hint&lt;/sub&gt;(k(n)): Strict oracle sense.'''  The simulator can reproduce Arthur's view if allowed k(n) queries to an oracle O.&lt;/li&gt;
&lt;li&gt;'''SKC&lt;sub&gt;avg&lt;/sub&gt;(k(n)): Average oracle sense.'''  For each input, the &lt;i&gt;expected&lt;/i&gt; number of queries the simulator makes to oracle O is at most k(n).&lt;/li&gt;
&lt;li&gt;'''SKC&lt;sub&gt;ent&lt;/sub&gt;(k(n)): Entropy sense.'''  Defined in [[zooref#abv95|[ABV95]]]. For each input, the expectation (over Arthur's random coins) of -log(P) is at most k(n), where P is the probability that the view output by the simulator equals the view resulting from the actual protocol.&lt;/li&gt;
&lt;/ul&gt;
See also: [[#pkc|PKC]].

----
===== &lt;span id=&quot;sl&quot; style=&quot;color:red&quot;&gt;SL&lt;/span&gt;: Symmetric Logarithmic-Space =====
The class of problems solvable by a nondeterministic Turing machine in logarithmic space, such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' one or more computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all paths reject.&lt;/li&gt;
&lt;li&gt;If the machine can make a nondeterministic transition from configuration A to configuration B, then it can also transition from B to A.  (This is what 'symmetric' means.)&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#lp82|[LP82]]].

The reachability problem (is there a path from vertex s to vertex t?) for undirected graphs is complete for SL, under [[#l|L]]-reduction.

SL contains [[#l|L]], and is contained in [[#nl|NL]].

It follows from [[zooref#akl79|[AKL+79]]] that SL is contained in [[#l/poly|L/poly]].

[[zooref#kw93|[KW93]]] showed that SL is contained in [[#parityl|&amp;#8853;L]], as well as [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]] for every prime k.

SL is also contained in [[#dspace|DSPACE]](log&lt;sup&gt;3/2&lt;/sup&gt;n) [[zooref#nsw92|[NSW92]]], and indeed in [[#dspace|DSPACE]](log&lt;sup&gt;4/3&lt;/sup&gt;n) [[zooref#atw00|[ATW+00]]].

[[zooref#nt95|[NT95]]] showed that SL equals [[#cosl|coSL]], and furthermore that SL&lt;sup&gt;SL&lt;/sup&gt; = SL (that is, the symmetric logspace hierarchy collapses).

The story ends with the remarkable result that SL = [[#l|L]] (even relative to an oracle)
[[zooref#rei04|[Rei04]]].

----

===== &lt;span id=&quot;slicewisepspace&quot; style=&quot;color:red&quot;&gt;SLICEWISE PSPACE&lt;/span&gt;: Parametrized [[#pspace|PSPACE]] =====
The parameterized version of [[#pspace|PSPACE]].

Same as [[#fpt|FPT]], except that now on input (x,k) (k a parameter), the &lt;i&gt;space&lt;/i&gt; used must be f(k)p(|x|), where p is a polynomial.

If [[#p|P]] = [[#pspace|PSPACE]], then [[#fpt|FPT]] = SLICEWISE PSPACE.

Defined in [[zooref#df99|[DF99]]].

----
===== &lt;span id=&quot;snp&quot; style=&quot;color:red&quot;&gt;SNP&lt;/span&gt;: Strict [[#np|NP]] =====
[[zooref#fag74|[Fag74]]] showed that [[#np|NP]] is precisely the class of decision problems reducible to a graph-theoretic property expressible in second-order existential logic.  For example (see [[zooref#pap94|[Pap94]]]), the property &quot;graph G has a Hamiltonian path&quot; is expressible as &lt;ul&gt; There exists a relation P(u,v) on vertices of G, such that P(u,u) is false, and for all distinct u,v either P(u,v) or P(v,u), and P(u,v) and P(v,w) implies P(u,w), and if P(u,w) and there does not exist a v for which P(u,v) and P(v,w), then there is an edge from u to w. &lt;/ul&gt; (Here the relation P(u,v) defines a &lt;i&gt;total order&lt;/i&gt; on vertices, such that any two consecutive vertices must be adjacent.)

Then SNP is the class of decision problems reducible to a graph-theoretic predicate with &lt;i&gt;only&lt;/i&gt; universal quantifiers over vertices, no existential quantifiers.  As an example, k-SAT (CNF satisfiability with at most k literals per clause, for k a constant) is in SNP.  But general SAT is not in SNP, basically because we're not allowed to say, &quot;There exists a literal in this clause that satisfies the clause.&quot;

Contains [[#mmsnp|MMSNP]].

See also: [[#maxsnp|MaxSNP]].

----

===== &lt;span id=&quot;soe&quot; style=&quot;color:red&quot;&gt;SO-E&lt;/span&gt;: Second Order Existential =====
The class of decision problems for which a &quot;yes&quot; answer is expressible by a proposition with second-order existential quantifiers followed by a first-order formula.  See [[zooref#imm98|[Imm98]]] for a full definition.

SO-E = [[#np|NP]] [[zooref#fag74|[Fag74]]].

Contains [[#fo|FO]](poly(n)).

----
===== &lt;span id=&quot;sp&quot; style=&quot;color:red&quot;&gt;SP&lt;/span&gt;: Semi-Efficient Parallel =====
The class of problems in [[#p|P]] for which the best parallel algorithm (using a polynomial number of processors) is faster than the best serial algorithm by a factor of &amp;Omega;(n&lt;sup&gt;&amp;epsilon;&lt;/sup&gt;) for some &amp;epsilon;&amp;gt;0.

Defined in [[zooref#krs90|[KRS90]]].

SP is also an alternate name for [[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]]

----

===== &lt;span id=&quot;spanp&quot; style=&quot;color:red&quot;&gt;span-P&lt;/span&gt;: Span Polynomial-Time =====
The class of functions computable as |S|, where S is the set of output values returned by the accepting paths of an [[#np|NP]] machine.

Defined in [[zooref#kst89|[KST+89]]], where it is also shown that span-P contains [[#sharpp|#P]] and [[#optp|OptP]]; and that span-P = [[#sharpp|#P]] if and only if [[#up|UP]] = [[#np|NP]].

----
===== &lt;span id=&quot;sparse&quot; style=&quot;color:red&quot;&gt;SPARSE&lt;/span&gt;: Sparse Languages =====
The class of decision problems for which the number of 'yes' instances of size n is upper-bounded by a polynomial in n.  If SPARSE intersects [[#npc|NPC]] then [[#p|P]] = [[#np|NP]] [[zooref#mah82|[Mah82]]].

Contains [[#tally|TALLY]].

----
===== &lt;span id=&quot;spl&quot; style=&quot;color:red&quot;&gt;SPL&lt;/span&gt;: Stoic [[#pl|PL]] =====
Has the same relation to [[#pl|PL]] as [[#spp|SPP]] does to [[#pp|PP]].

Contains the maximum matching and perfect matching problems under a pseudorandom assumption [[zooref#arz99|[ARZ99]]].

Contains [[#ul|UL]].

Contained in [[#cequalsl|C&lt;sub&gt;=&lt;/sub&gt;L]] and [[#modkl|Mod&lt;sub&gt;k&lt;/sub&gt;L]].

Equals the set of problems low for [[#gapl|GapL]].

----
===== &lt;span id=&quot;spp&quot; style=&quot;color:red&quot;&gt;SPP&lt;/span&gt;: Stoic [[#pp|PP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the number of accepting computation paths exactly equals the number of rejecting paths.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then these numbers differ by 2.&lt;/li&gt;
&lt;/ol&gt;
(A technicality: If the total number of paths is even then the numbers can't differ by 1.)

Defined in [[zooref#ffk94|[FFK94]]], where it was also shown that SPP is low for [[#pp|PP]], [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]], [[#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]], and SPP itself.  (I.e. adding SPP as an oracle does not increase the power of these classes.)

Independently defined in [[zooref#oh93|[OH93]]], who called the class XP.

Contained in [[#lwpp|LWPP]], [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]], and [[#wpp|WPP]] among other classes.

Contains [[#fewp|FewP]]; indeed, [[#fewp|FewP]] is low for SPP, so that SPP&lt;sup&gt;[[#fewp|FewP]]&lt;/sup&gt; = SPP [[zooref#ffk94|[FFK94]]].

Contains the problem of deciding whether a graph has any nontrivial automorphisms [[zooref#kst92|[KST92]]].

Indeed, contains graph isomorphism [[zooref#ak02|[AK02]]].

Contains a whole gaggle of problems for solvable black-box groups: solvability testing, membership testing, subgroup testing, normality testing, order verification, nilpotetence testing, group isomorphism, and group intersection [[zooref#vin04|[Vin04]]]

[[zooref#ak02|[AK02]]] also showed that the Hidden Subgroup Problem for permutation groups, of interest in quantum computing, is in [[#fp|FP]]&lt;sup&gt;SPP&lt;/sup&gt;.

----
===== &lt;span id=&quot;sqg&quot; style=&quot;color:red&quot;&gt;SQG&lt;/span&gt;: Short Quantum Games =====
Same as [[#qrg|QRG]], except that now the verifier can exchange only a single round of quantum messages with the two provers.  The verifier may process the yes-prover's response before sending a message to the no-prover (compare with [[#rg1|RG[1]]], wherein the verifier's messages must be sent to the provers in parallel).

Defined in [[zooref#gw05|[GW05]]], where it was also shown that SQG contains [[#qip|QIP]].

SQG is contained in [[#exp|EXP]] [[zooref#gut05|[Gut05]]], as well as in [[#qrg|QRG]].

SQG trivially contains [[#qs2p|QS&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;subexp&quot; style=&quot;color:red&quot;&gt;SUBEXP&lt;/span&gt;: Deterministic Subexponential-Time =====
The intersection of [[#dtime|DTIME]](2&lt;sup&gt;n^&amp;epsilon;&lt;/sup&gt;) over all &amp;epsilon;&gt;0.  (Note that the algorithm used may vary with &amp;epsilon;.)

----
===== &lt;span id=&quot;symp&quot; style=&quot;color:red&quot;&gt;symP&lt;/span&gt;: Alternate Name for [[#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]] =====

----
===== &lt;span id=&quot;szk&quot; style=&quot;color:red&quot;&gt;SZK&lt;/span&gt;: Statistical Zero Knowledge =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a &lt;i&gt;statistical zero-knowledge proof protocol&lt;/i&gt;.  In such a protocol, we have a [[#bpp|BPP]] (i.e. probabilistic polynomial-time) verifier, Arthur, and a prover, Merlin, who has unbounded computational resources.  By sending messages back and forth with Merlin, Arthur must become convinced (with high probability) that the answer is &quot;yes,&quot; &lt;i&gt;without learning anything else about the problem&lt;/i&gt; (statistically).

What does that mean?  For each choice of random coins, Arthur has a &quot;view&quot; of his entire interaction with Merlin, consisting of his random coins as well as all messages sent back and forth.  Then the distribution over views resulting from interaction with Merlin has to be statistically close to a distribution that Arthur could generate himself (in polynomial-time), without interacting with Merlin.  (Here &quot;statistically close&quot; means that, say, the trace distance is at most 1/10.)

The most famous example of such a protocol is for &lt;i&gt;graph nonisomorphism&lt;/i&gt;. Given two graphs G and H, Arthur can pick one of the graphs (each with probability 1/2), permute its vertices randomly, send the resulting graph to Merlin, and ask, &quot;Which graph did I start with, G or H?&quot;  If G and H are non-isomorphic, Merlin can always answer correctly (since he can use exponential time), but if they're isomorphic, he can answer correctly with probability at most 1/2. Thus, if Merlin always gives the correct answer, Arthur becomes convinced the graphs are not isomorphic.  On the other hand, Arthur already &lt;i&gt;knew&lt;/i&gt; which graph (G or H) he started with, so he could simulate his entire view of the interaction himself, without Merlin's help.

If that sounds like a complicated definition, well, it is.  But it turns out that SZK has extremely nice properties. [[zooref#oka96|[Oka96]]] showed that:
&lt;ul&gt;
&lt;li&gt;SZK is closed under complement.  I.e. Arthur can verify in zero-knowledge that two graphs &lt;i&gt;are&lt;/i&gt; isomorphic, not only that they aren't.&lt;/li&gt; &lt;li&gt;We can assume without loss of generality that the whole interaction consists of a constant number of messages.&lt;/li&gt;
&lt;li&gt;Amazingly, we can also assume without loss of generality that the protocol is &lt;i&gt;public-coin&lt;/i&gt;. I.e. Arthur doesn't need to hide any of his random bits, as he did in the graph nonisomorphism protocol above, but can just send them all to Merlin!&lt;/li&gt;
&lt;li&gt;Finally, we can assume without loss of generality that the verifier (Arthur) is &lt;i&gt;honest&lt;/i&gt;. A dishonest verifier would be one that tries to learn something about the problem (violating the zero-knowledge requirement) by deviating from the protocol.&lt;/li&gt;
&lt;/ul&gt;
Subsequently, [[zooref#sv97|[SV97]]] showed that SZK has a natural complete promise problem, called &lt;i&gt;Statistical Difference (SD)&lt;/i&gt;.  Given two polynomial-size circuits, C&lt;sub&gt;0&lt;/sub&gt; and C&lt;sub&gt;1&lt;/sub&gt;, let D&lt;sub&gt;0&lt;/sub&gt; and D&lt;sub&gt;1&lt;/sub&gt; be the distributions over their respective outputs when they're given as input a uniformly random n-bit string.  We're promised that D&lt;sub&gt;0&lt;/sub&gt; and D&lt;sub&gt;1&lt;/sub&gt; have trace distance either at most 1/3 or at least 2/3; the problem is to decide which is the case.

&lt;i&gt;Note:&lt;/i&gt; The constants 1/3 and 2/3 can be amplified to 2&lt;sup&gt;-poly(n)&lt;/sup&gt; and 1-2&lt;sup&gt;-poly(n)&lt;/sup&gt; respectively.  But it is crucial that (2/3)&lt;sup&gt;2&lt;/sup&gt; &amp;gt; 1/3.

Another complete promise problem for SZK is &lt;i&gt;Entropy Difference (ED)&lt;/i&gt; [[zooref#gv99|[GV99]]].  Here we're promised that either H(D&lt;sub&gt;0&lt;/sub&gt;)&amp;gt;H(D&lt;sub&gt;1&lt;/sub&gt;)+1 or H(D&lt;sub&gt;1&lt;/sub&gt;)&amp;gt;H(D&lt;sub&gt;0&lt;/sub&gt;)+1, where the distributions D&lt;sub&gt;0&lt;/sub&gt; and D&lt;sub&gt;1&lt;/sub&gt; are as above, and H denotes Shannon entropy.  The problem is to determine which is the case.

If any hard-on-average language is in SZK, then one-way functions exist [[zooref#ost91|[Ost91]]].

Zero-knowledge proofs were first studied in [[zooref#gmw91|[GMW91]]], [[zooref#gmr89|[GMR89]]].

Contains [[#pzk|PZK]] and [[#niszk|NISZK]], and is contained in [[#am|AM]] &amp;#8745; [[#coam|coAM]], as well as [[#czk|CZK]] and [[#qszk|QSZK]].

There exists an oracle relative to which SZK is not in [[#bqp|BQP]] [[zooref#aar02|[Aar02]]].

Contained in [[#dqp|DQP]] [[zooref#aar02b|[Aar02b]]].

----
===== &lt;span id=&quot;szkh&quot; style=&quot;color:red&quot;&gt;SZK&lt;sub&gt;h&lt;/sub&gt;&lt;/span&gt;: [[#szk|SZK]] With Limited Help =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by a statistical zero-knowledge proof protocol, and the prover and verifier both have access to a string computed by a trusted probabilistic polynomial-time third party with access to the input.

Defined in [[zooref#bg03|[BG03]]], where it was also shown that SZK&lt;sub&gt;h&lt;/sub&gt; = [[#szk|SZK]].

Contains [[#niszkh|NISZK&lt;sub&gt;h&lt;/sub&gt;]].

----
===== &lt;span id=&quot;tally&quot; style=&quot;color:red&quot;&gt;TALLY&lt;/span&gt;: Tally Languages =====
The class of decision problems for which every 'yes' instance has the form 0&lt;sup&gt;n&lt;/sup&gt; (i.e. inputs are encoded in unary).  If TALLY intersects [[#npc|NPC]] then [[#p|P]] = [[#np|NP]] [[zooref#mah82|[Mah82]]].

Contained in [[#sparse|SPARSE]].

----
===== &lt;span id=&quot;tc0&quot; style=&quot;color:red&quot;&gt;TC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Constant-Depth Threshold Circuits =====
The class of decision problems solvable by polynomial-size, constant-depth circuits with unbounded fanin, which can use AND, OR, and NOT gates (as in [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]]) as well as &lt;i&gt;threshold&lt;/i&gt; gates.  A threshold gate returns 1 if at least half of its inputs are 1, and 0 otherwise.

A uniformity requirement is sometimes also placed.

TC&lt;sup&gt;0&lt;/sup&gt; contains [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

TC&lt;sup&gt;0&lt;/sup&gt; circuits of depth 3 are strictly more powerful than TC&lt;sup&gt;0&lt;/sup&gt; circuits of depth 2 [[zooref#hmp93|[HMP+93]]].

TC&lt;sup&gt;0&lt;/sup&gt; circuits of depth 3 and quasipolynomial size can simulate all of [[#acc0|ACC&lt;sup&gt;0&lt;/sup&gt;]] [[zooref#yao90|[Yao90]]].

[[zooref#nr97|[NR97]]] give a candidate pseudorandom function family computable in TC&lt;sup&gt;0&lt;/sup&gt;, that is secure assuming a subexponential lower bound on the hardness of factoring.  (See also [[zooref#nrr01|[NRR01]]] for an improvement of this construction, as well as [[zooref#kha93|[Kha93]]].)

One implication is that, assuming such a bound, there is no &lt;i&gt;natural proof&lt;/i&gt; in the sense of [[zooref#rr97|[RR97]]] separating TC&lt;sup&gt;0&lt;/sup&gt; from [[#ppoly|P/poly]].  (It is important for this that a &lt;i&gt;function family&lt;/i&gt;, and not just a candidate pseudorandom &lt;i&gt;generator&lt;/i&gt;, is computable in TC&lt;sup&gt;0&lt;/sup&gt;.)  Another implication is that functions in TC&lt;sup&gt;0&lt;/sup&gt; are likely to be difficult to learn.

The permanent of a 0-1 matrix cannot be computed in &lt;i&gt;uniform&lt;/i&gt; TC&lt;sup&gt;0&lt;/sup&gt; [[zooref#all99|[All99]]].

In a breakthrough result [[zooref#hes01|[Hes01]]] (building on [[zooref#bch86|[BCH86]]] and [[zooref#cdl01|[CDL01]]]), integer division was shown to be in [[#l|L]]-uniform TC&lt;sup&gt;0&lt;/sup&gt;.  Indeed division is &lt;i&gt;complete&lt;/i&gt; for this class under [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] reductions.

----
===== &lt;span id=&quot;tfnp&quot; style=&quot;color:red&quot;&gt;TFNP&lt;/span&gt;: Total Function [[#np|NP]] =====
The class of function problems of the following form:
&lt;ul&gt;
Given an input x and a polynomial-time predicate F(x,y), output any y satisfying F(x,y).  (Such a y is promised to exist.)
&lt;/ul&gt;
Can be considered as the functional analogue of NP &amp;#8745; coNP. Defined in [[zooref#mp91|[MP91]]].

Contained in [[#fnp|FNP]].

Subclasses include [[#ppa|PPA]], [[#ppp|PPP]], and [[#pls|PLS]].

----
===== &lt;span id=&quot;theta2p&quot; style=&quot;color:red&quot;&gt;&amp;#920;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: Alternate name for [[#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;treebqp&quot; style=&quot;color:red&quot;&gt;TreeBQP&lt;/span&gt;: [[#bqp|BQP]] Restricted To Tree States =====
The class of languages accepted by a [[#bqp|BQP]] machine subject to the constraint that at every time step t, the machine's state is exponentially close to a &lt;i&gt;tree state&lt;/i&gt; -- that is, a state expressible by a polynomial-size tree of additions and tensor products (together with complex constants and |0&amp;gt; and |1&amp;gt; leaf nodes).

More formally, a uniform classical polynomial-time algorithm generates a sequence of gates g&lt;sup&gt;(1)&lt;/sup&gt;, ... ,g&lt;sup&gt;(p(n))&lt;/sup&gt;.  Each g&lt;sup&gt;(t)&lt;/sup&gt; can be either be selected from some finite universal basis of unitary gates (the choice turns out not to matter), or can be a 1-qubit measurement.  When we perform a measurement, the state evolves to one of two possible pure states, with the usual probabilities, rather than to a mixed state.  We require that the final gate g&lt;sup&gt;(p(n))&lt;/sup&gt; is a measurement of the first qubit.  If at least one intermediate state was more than distance 2&lt;sup&gt;-&amp;Omega;(n)&lt;/sup&gt; away from the nearest state of tree size at most p(n), then the outcome of the final measurement is chosen adversarially; otherwise it is given by the usual Born probabilities.  The measurement must return 1 with probability at least 2/3 if the input is in the language, and with probability at most 1/3 otherwise.

Contains [[#bpp|BPP]], and is contained in [[#bqp|BQP]].

Defined in [[zooref#aar03b|[Aar03b]]], where it was also shown that TreeBQP is
contained in the third level of [[#ph|PH]], which might provide weak evidence that
TreeBQP does not equal [[#bqp|BQP]].

----
===== &lt;span id=&quot;treeregular&quot; style=&quot;color:red&quot;&gt;TREE-REGULAR&lt;/span&gt;: Regular Tree-Valued Languages =====
Same as [[#reg|REG]], except that now the inputs are &lt;i&gt;trees&lt;/i&gt; (say, binary trees) instead of strings.  Each vertex is labeled with a symbol from a fixed alphabet.  Evaluation begins at the leaves and proceeds to the root.  The state of the finite automaton at each vertex v is a function of (1) the states at v's children (if any), and (2) the symbol at v.  The tree is in the language if and only if the automaton is in an 'accept' state at the root.

See [[zooref#koz92|[Koz92]]] for example.

----
===== &lt;span id=&quot;uap&quot; style=&quot;color:red&quot;&gt;UAP&lt;/span&gt;: Unambiguous Alternating Polynomial-Time =====
Same as [[#ap|AP]], except we are promised that each existential quantifier has at most one 'yes' path, and each universal quantifier has at most one 'no' path.

Contains [[#up|UP]].

Defined in [[zooref#nr98|[NR98]]], where it was also shown that, even though [[#ap|AP]] = [[#pspace|PSPACE]], it is unlikely that the same is true for UAP, since UAP is contained in [[#spp|SPP]].

[[zooref#cgr04|[CGR+04]]] have also shown that UAP&lt;sup&gt;UAP&lt;/sup&gt; = UAP, and that UAP contains the Graph Isomorphism problem.

----
===== &lt;span id=&quot;ucc&quot; style=&quot;color:red&quot;&gt;UCC&lt;/span&gt;: Unique Connected Component =====
The class of problems reducible in [[#l|L]] to the problem of whether an undirected graph has a unique connected component.

See [[zooref#ag00|[AG00]]] for more information.

Contained in [[#sl|SL]].

See also [[#coucc|coUCC]].

----
===== &lt;span id=&quot;ul&quot; style=&quot;color:red&quot;&gt;UL&lt;/span&gt;: Unambiguous [[#l|L]] =====
Has the same relation to [[#l|L]] as [[#up|UP]] does to [[#p|P]].

If UL = [[#nl|NL]], then [[#fnl|FNL]] is contained in [[#sharpl|#L]] [[zooref#aj93|[AJ93]]].

----
===== &lt;span id=&quot;ulpoly&quot; style=&quot;color:red&quot;&gt;UL/poly&lt;/span&gt;: Nonuniform [[#ul|UL]] =====
Has the same relation to [[#ul|UL]] as [[#ppoly|P/poly]] does to [[#p|P]].

Equals [[#nlpoly|NL/poly]] [[zooref#ra00|[RA00]]]. (A corollary is that UL/poly is closed under complement).

Note that in UL/poly, the witness must be unique even for bad advice. UL/mpoly (as in [[#bqpmpoly|BQP/mpoly]]) is a more natural definition, but this is a moot distinction here because [[zooref#ra00|[RA00]]] show that they both equal [[#nlpoly|NL/poly]].

----
===== &lt;span id=&quot;ue&quot; style=&quot;color:red&quot;&gt;UE&lt;/span&gt;: Unambiguous Exponential-Time With Linear Exponent =====
Has the same relation to [[#e|E]] as [[#up|UP]] does to [[#p|P]].

----
===== &lt;span id=&quot;up&quot; style=&quot;color:red&quot;&gt;UP&lt;/span&gt;: Unambiguous Polynomial-Time =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes,' exactly one computation path accepts.&lt;/li&gt;
&lt;li&gt;If the answer is 'no,' all computation paths reject.&lt;/li&gt;
&lt;/ol&gt;
&quot;Worst-case&quot; one-way functions exist if and only if [[#p|P]] does not equal UP ([[zooref#gs88|[GS88]]] and independently [[zooref#ko85|[Ko85]]]).  &quot;Worst-case&quot; one-way permutations exist if and only if [[#p|P]] does not equal UP &amp;#8745; [[#coup|coUP]] [[zooref#ht03|[HT03]]].  Note that these are weaker than the one-way functions and permutations that are needed for cryptographic applications.

There exists an oracle relative to which [[#p|P]] is strictly contained in UP is strictly contained in [[#np|NP]] [[zooref#rac82|[Rac82]]]; indeed, these classes are distinct with probability 1 relative to a random oracle [[zooref#bei89|[Bei89]]].

[[#np|NP]] is contained in [[#rp|RP]]&lt;sup&gt;Promise-UP&lt;/sup&gt; [[zooref#vv86|[VV86]]].  On the other hand, [[zooref#bbf98|[BBF98]]] give an oracle relative to which [[#p|P]] = UP but still [[#p|P]] does not equal [[#np|NP]].

UP is not known or believed to contain complete problems.  [[zooref#sip82|[Sip82]]], [[zooref#hh86|[HH86]]] give oracles relative to which UP has no complete problems.

----
===== &lt;span id=&quot;us&quot; style=&quot;color:red&quot;&gt;US&lt;/span&gt;: Unique Polynomial-Time =====
The all-American counting class.

The class of decision problems solvable by an [[#np|NP]] machine such that the answer is 'yes' if and only if exactly one computation path accepts.

In contrast to [[#up|UP]], a machine can legally have more than one accepting path - that just means that the corresponding input is not in the language.

Defined in [[zooref#bg82|[BG82]]].

Contains [[#conp|coNP]].

----
===== &lt;span id=&quot;vnc&quot; style=&quot;color:red&quot;&gt;VNC&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#nc|NC]] Over Field k =====
Has the same relation to [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] as [[#nc|NC]] does to [[#p|P]].

More formally, the class of [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] problems computable by a straight-line program of depth polylogarithmic in n.

Surprisingly, VNC&lt;sub&gt;k&lt;/sub&gt; = [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] for any k [[zooref#vsb83|[VSB+83]]].

----
===== &lt;span id=&quot;vnp&quot; style=&quot;color:red&quot;&gt;VNP&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#np|NP]] Over Field k =====
A superclass of [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] in Valiant's algebraic complexity theory, but not &lt;i&gt;quite&lt;/i&gt; the analogue of [[#np|NP]].

A problem is in VNP&lt;sub&gt;k&lt;/sub&gt; if there exists a polynomial p with the following properties:
&lt;ul&gt;
&lt;li&gt;p is computable in [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]]; that is, by a polynomial-size straight-line program.&lt;/li&gt;
&lt;li&gt;The inputs to p are constants c&lt;sub&gt;1&lt;/sub&gt;,...,c&lt;sub&gt;m&lt;/sub&gt;,e&lt;sub&gt;1&lt;/sub&gt;,...,e&lt;sub&gt;h&lt;/sub&gt; and indeterminates X&lt;sub&gt;1&lt;/sub&gt;,...,X&lt;sub&gt;n&lt;/sub&gt; over the base field k.&lt;/li&gt;
&lt;li&gt;When p is summed over all 2&lt;sup&gt;h&lt;/sup&gt; possible assignments of {0,1} to each of e&lt;sub&gt;1&lt;/sub&gt;,...,e&lt;sub&gt;h&lt;/sub&gt;, the result is some specified polynomial q.&lt;/li&gt;
&lt;/ul&gt;
Originated in [[zooref#val79b|[Val79b]]].

If the field k has characteristic greater than 2, then the permanent of an n-by-n matrix of indeterminates is VNP&lt;sub&gt;k&lt;/sub&gt;-complete under a type of reduction called p-projections ([[zooref#val79b|[Val79b]]]; see also [[zooref#bur00|[Bur00]]]).

A central conjecture is that for all k, [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] is not equal to VNP&lt;sub&gt;k&lt;/sub&gt;.  B&amp;uuml;rgisser [[zooref#bur00|[Bur00]]] shows that if this were false then:
&lt;ul&gt;
&lt;li&gt;If k is finite, [[#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]]/poly = [[#ppoly|P/poly]] = [[#nppoly|NP/poly]] = [[#ph|PH]]/poly.&lt;/li&gt;
&lt;li&gt;If k has characteristic 0, then assuming the Generalized Riemann Hypothesis (GRH), [[#nc|NC]]&lt;sup&gt;3&lt;/sup&gt;/poly = [[#ppoly|P/poly]] = [[#nppoly|NP/poly]] = [[#ph|PH]]/poly, and [[#sharpp|#P]]/poly = [[#fp|FP]]/poly.&lt;/li&gt;
&lt;/ul&gt;
In both cases, [[#ph|PH]] collapses to [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]].

----
===== &lt;span id=&quot;vp&quot; style=&quot;color:red&quot;&gt;VP&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#p|P]] Over Field k =====
The class of efficiently-solvable problems in Valiant's algebraic complexity theory.

More formally, the input consists of constants c&lt;sub&gt;1&lt;/sub&gt;,...,c&lt;sub&gt;m&lt;/sub&gt; and indeterminates X&lt;sup&gt;1&lt;/sup&gt;,...,X&lt;sub&gt;n&lt;/sub&gt; over a base field k (for instance, the complex numbers or Z&lt;sub&gt;2&lt;/sub&gt;).  The desired output is a collection of polynomials over the X&lt;sub&gt;i&lt;/sub&gt;'s.  The complexity is the minimum number of pairwise additions, subtractions, and multiplications needed by a straight-line program to produce these polynomials.  VP&lt;sub&gt;k&lt;/sub&gt; is the class of problems whose complexity is polynomial in n.  (Hence, VP&lt;sub&gt;k&lt;/sub&gt; is a nonuniform class, in contrast to [[#pc|P&lt;sub&gt;C&lt;/sub&gt;]] and [[#pr2|P&lt;sub&gt;R&lt;/sub&gt;]].)

Originated in [[zooref#val79b|[Val79b]]]; see [[zooref#bur00|[Bur00]]] for more information.

Contained in [[#vnp|VNP&lt;sub&gt;k&lt;/sub&gt;]] and [[#vqp|VQP&lt;sub&gt;k&lt;/sub&gt;]], and contains [[#vnc|VNC&lt;sub&gt;k&lt;/sub&gt;]].

----
===== &lt;span id=&quot;vqp&quot; style=&quot;color:red&quot;&gt;VQP&lt;sub&gt;k&lt;/sub&gt;&lt;/span&gt;: Valiant [[#qp|QP]] Over Field k =====
Has the same relation to [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]] as [[#qp|QP]] does to [[#p|P]].

Originated in [[zooref#val79b|[Val79b]]].

The determinant of an n-by-n matrix of indeterminates is VQP&lt;sub&gt;k&lt;/sub&gt;-complete under a type of reduction called qp-projections (see [[zooref#bur00|[Bur00]]] for example).  It is an open problem whether the determinant is [[#vp|VP&lt;sub&gt;k&lt;/sub&gt;]]-complete.

----
===== &lt;span id=&quot;w1&quot; style=&quot;color:red&quot;&gt;W[1]&lt;/span&gt;: Weighted Analog of [[#np|NP]] =====
The class of decision problems of the form (x,k) (k a parameter), that are &lt;i&gt;fixed-parameter reducible&lt;/i&gt; to the following:
&lt;ul&gt;
'''Weighted 3SAT:''' Given a 3SAT formula, does it have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
A fixed-parameter reduction is a Turing reduction that takes time at most f(k)p(|x|), where f is an arbitrary function and p is a polynomial.  Also, if the input is (x,k), then all Weighted 3SAT instances the algorithm queries about must have the form &lt;x',k'&gt; where k' is at most k.

Contains [[#fpt|FPT]].

Defined in [[zooref#df99|[DF99]]], where the following is also shown:
&lt;ul&gt;
&lt;li&gt;If [[#fpt|FPT]] = W[1] then [[#np|NP]] is contained in [[#dtime|DTIME]](2&lt;sup&gt;o(n)&lt;/sup&gt;).&lt;/li&gt;
&lt;/ul&gt;
W[1] can be generalized to [[#wt|W[t]]].

----
===== &lt;span id=&quot;wapp&quot; style=&quot;color:red&quot;&gt;WAPP&lt;/span&gt;: Weak Almost-Wide [[#pp|PP]] =====
The class of decision problems for which there exists a [[#sharpp|#P]] function f, a polynomial p, and an &amp;epsilon; &amp;gt; 0, such that for all inputs x,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then 2&lt;sup&gt;p(|x|)&lt;/sup&gt; &amp;ge; f(x) &amp;gt; (1+&amp;epsilon;) 2&lt;sup&gt;p(|x|)-1&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then 0 &amp;le; f(x) &amp;lt; (1-&amp;epsilon;) 2&lt;sup&gt;p(|x|)-1&lt;/sup&gt;.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#bgm02|[BGM02]]], where it is also shown that WAPP is contained in [[#awpp|AWPP]] and [[#sbp|SBP]].

----

===== &lt;span id=&quot;wp&quot; style=&quot;color:red&quot;&gt;W[P]&lt;/span&gt;: Weighted Circuit Satisfiability =====
The class of decision problems of the form (x,k) (k a parameter), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Weighted Circuit-SAT:''' Given a Boolean circuit C (with no restriction on depth), does C have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contains [[#wsat|W[SAT]]].

----
===== &lt;span id=&quot;wpp&quot; style=&quot;color:red&quot;&gt;WPP&lt;/span&gt;: Wide [[#pp|PP]] =====
The class of decision problems solvable by an [[#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the number of accepting computation paths exactly equals the number of rejecting paths.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then their difference exactly equals a function f(x) computable in polynomial time (i.e. [[#fp|FP]]).&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ffk94|[FFK94]]].

Contained in [[#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] &amp;#8745; [[#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]], as well as [[#awpp|AWPP]].

Contains [[#spp|SPP]] and [[#lwpp|LWPP]].

----

===== &lt;span id=&quot;wsat&quot; style=&quot;color:red&quot;&gt;W[SAT]&lt;/span&gt;: Weighted Satisfiability =====
The class of decision problems of the form (x,k) (k a parameter), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Weighted SAT:''' Given a Boolean formula F (with no restriction on depth), does F have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contains [[#wt|W[t]]] for every t, and is contained in [[#wp|W[P]]].

----
===== &lt;span id=&quot;wstar&quot; style=&quot;color:red&quot;&gt;W[*]&lt;/span&gt;: Union of W[t]'s =====
The union of [[#wt|W[t]]] over all t.

----
===== &lt;span id=&quot;wt&quot; style=&quot;color:red&quot;&gt;W[t]&lt;/span&gt;: Nondeterministic Fixed-Parameter Hierarchy =====
A generalization of [[#w1|W[1]]].

The class of decision problems of the form (x,k) (k a parameter), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Weighted Weft-t Depth-h Circuit-SAT:''' Given a Boolean circuit C, with a mixture of fanin-2 and unbounded-fanin gates.  The number unbounded-fanin gates along any path to the root is at most t, and the total depth (fanin-2 and unbounded-fanin) is at most h.  Does C have a satisfying assignment of Hamming weight k?
&lt;/ul&gt;
See [[#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contained in [[#wsat|W[SAT]]] and in [[#wstart|W&lt;sup&gt;*&lt;/sup&gt;[t]]].

----
===== &lt;span id=&quot;wstart&quot; style=&quot;color:red&quot;&gt;W&lt;sup&gt;*&lt;/sup&gt;[t]&lt;/span&gt;: [[#wt|W[t]]] With Parameter-Dependent Depth =====
Same as [[#wt|W[t]]], except that now the circuit depth can depend on the parameter k rather than being constant.  (The number of unbounded-fanin gates along any path to the root is still at most t.)

W&lt;sup&gt;*&lt;/sup&gt;[1] = [[#wt|W]][1] [[zooref#dft96|[DFT96]]], and W&lt;sup&gt;*&lt;/sup&gt;[2] = [[#wt|W]][2] [[zooref#df97|[DF97]]], but the problem is open for larger t.

----
===== &lt;span id=&quot;xormipstar21&quot; style=&quot;color:red&quot;&gt;XOR-MIP*[2,1]&lt;/span&gt;: [[#mipstar21|MIP*[2,1]]] With 1-Bit Proofs =====
Same as [[#mipstar21|MIP*[2,1]]], but with the further restriction that both provers send only a single bit to the verifier, and the verifier's output is a function of the exclusive-OR of those bits.  There should exist 0&amp;lt;a&amp;lt;b&amp;lt;1 such that if the answer is &quot;yes&quot;, then for some responses of the provers the verifier accepts with probability at least b, while if the answer is &quot;no&quot;, then for all responses of the provers the verifier accepts with probability at most a.

Defined by [[zooref#cht04|[CHT+04]]], whose motivation was a connection to the Bell and CHSH inequalities of quantum physics.

XOR-MIP*[2,1] is contained in [[#nexp|NEXP]] [[zooref#cht04|[CHT+04]]].

----
===== &lt;span id=&quot;xp&quot; style=&quot;color:red&quot;&gt;XP&lt;/span&gt;: Fixed-Parameter Tractable for Each Parameter =====
The class of decision problems of the form (x,k) (k a parameter) that are solvable in time O(|x|&lt;sup&gt;f(k)&lt;/sup&gt;) for some function f.  The algorithm used may depend on k.

Defined in [[zooref#df99|[DF99]]].

Contains [[#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]].

Strictly contains [[#fpt|FPT]] (by diagonalization).

----
===== &lt;span id=&quot;xpuniform&quot; style=&quot;color:red&quot;&gt;XP&lt;sub&gt;uniform&lt;/sub&gt;&lt;/span&gt;: Uniform [[#xp|XP]] =====
Same as [[#xp|XP]] except that the algorithm used must be the same for each k (though it can take k as input).

Defined in [[zooref#df99|[DF99]]].

----
===== &lt;span id=&quot;yacc&quot; style=&quot;color:red&quot;&gt;YACC&lt;/span&gt;: Yet Another Complexity Class =====
A term of derision, used against a complexity class.

----
===== &lt;span id=&quot;yp&quot; style=&quot;color:red&quot;&gt;YP&lt;/span&gt;: Your Polynomial-Time or Yaroslav-Percival =====
The class of decision problems for which there exists a polynomial-time machine M such that:
&lt;ul&gt;
&lt;li&gt;For all input sizes n, there exists a polynomial-size advice string s&lt;sub&gt;n&lt;/sub&gt; such that M(x,s&lt;sub&gt;n&lt;/sub&gt;) outputs the correct answer for all inputs x of size n.&lt;/li&gt;
&lt;li&gt;For all inputs x and advice strings s, M(x,s) outputs either the correct answer or &quot;I don't know.&quot;&lt;/li&gt;
&lt;/ul&gt;
Defined in a [http://www.blogger.com/comment.g?blogID=17392898&amp;postID=114560148725169634 recent post] of the blog [http://www.scottaaronson.com/blog/ Shtetl-Optimized].  See there for an explanation of the class's name.

Contains [[#zpp|ZPP]] by the same argument that places [[#bpp|BPP]] in [[#ppoly|P/poly]].

Also contains [[#p|P]] with [[#tally|TALLY]] &amp;#8745; [[#np|NP]] &amp;#8745; [[#conp|coNP]] oracle.

Is contained in [[#npiconp|NP &amp;#8745; coNP]] and [[#ypp|YPP]].

----

===== &lt;span id=&quot;ypp&quot; style=&quot;color:red&quot;&gt;YPP&lt;/span&gt;: Yaroslav [[#bpp|BPP]] =====
The probabilistic analogue of [[#yp|YP]]; it is to YP what [[#ma|MA]] is to [[#np|NP]].  Formally, the class of decision problems for which there exists a syntactic [[#bpp|BPP]] machine M such that:
&lt;ul&gt;
&lt;li&gt;For all input sizes n, there exists a polynomial-size advice string a&lt;sub&gt;n&lt;/sub&gt; such that for all inputs x of size n, M(x,a&lt;sub&gt;n&lt;/sub&gt;) outputs the correct answer with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;For all inputs x and advice strings a, the probability that M(x,a) outputs the incorrect answer is at most 1/3.  In other words, the sum of the probabilities of the correct answer and &quot;I don't know&quot; is at least 2/3.&lt;/li&gt;
&lt;/ul&gt;
To amplify a YPP machine, one can run it multiple times, then accept if a majority of runs accept, reject if a majority reject, and otherwise output &quot;I don't know.&quot;

Contains [[#bpp|BPP]] and [[#yp|YP]], and is contained in [[#ma|MA]] and [[#ppoly|P/poly]].

----
===== &lt;span id=&quot;yqp&quot; style=&quot;color:red&quot;&gt;YQP&lt;/span&gt;: Yaroslav [[#bqp|BQP]] =====
Is to [[#ypp|YPP]] as [[#bqp|BQP]] is to [[#bpp|BPP]], and [[#qma|QMA]] is to [[#ma|MA]].  The machine is now a quantum computer and the advice is a quantum state |&amp;psi;_n&amp;gt;.

Contains [[#bqp|BQP]] and [[#ypp|YPP]], and is contained in [[#qma|QMA]] and [[#bqpqpoly|BQP/qpoly]].

----
===== &lt;span id=&quot;zbqp&quot; style=&quot;color:red&quot;&gt;ZBQP&lt;/span&gt;: Strict Quantum [[#zpp|ZPP]] =====
Defined as [[#rbqp|RBQP &amp;#8745; coRBQP]].  Equivalently, the class of problems in [[#npiconp|NP &amp;#8745; coNP]] such that both positive and negative witnesses are in [[#fbqp|FBQP]].

For example, the language of square-free numbers is in ZBQP, because factoring is in [[#fbqp|FBQP]] and a factorization can be certified in [[#zpp|ZPP]] (indeed in [[#p|P]], by [[zooref#aks02|[AKS02]]]).

Unlike [[#eqp|EQP]] or [[#zqp|ZQP]], ZBQP would generalize [[#zpp|ZPP]] in practice if quantum computers existed, in the sense that it provides proven answers.

Contains [[#zpp|ZPP]] and is contained in [[#rqp|RBQP]] and [[#zqp|ZQP]].  Also, ZBQP&lt;sup&gt;ZBQP&lt;/sup&gt; = ZBQP.  Defined here to clarify [[#eqp|EQP]] and [[#zqp|ZQP]].

----

===== &lt;span id=&quot;zpe&quot; style=&quot;color:red&quot;&gt;ZPE&lt;/span&gt;: Zero-Error Probabilistic [[#e|E]] =====
Same as [[#zpp|ZPP]], but with 2&lt;sup&gt;O(n)&lt;/sup&gt;-time instead of polynomial-time.

ZPE = [[#ee|EE]] if and only if [[#zpp|ZPP]] = [[#exp|EXP]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;zpp&quot; style=&quot;color:red&quot;&gt;ZPP&lt;/span&gt;: Zero-Error Probabilistic Polynomial-Time =====
Defined as [[#rp|RP]] &amp;#8745; [[#corp|coRP]].

The class of problems solvable by randomized algorithms that &lt;i&gt;always&lt;/i&gt; return the correct answer, and whose &lt;i&gt;expected&lt;/i&gt; running time (on any input) is polynomial.

Defined in [[zooref#gil77|[Gil77]]].

Contains the problem of testing whether an integer is prime [[zooref#ss77|[SS77]]] [[zooref#ah87|[AH87]]].

In contrast to [[#bpp|BPP]] and [[#rp|RP]], it is not known whether showing ZPP = [[#p|P]] requires proving superpolynomial circuit lower bounds [[zooref#ki02|[KI02]]].

There exists an oracle relative to which ZPP = [[#exp|EXP]] [[zooref#hel84|[Hel84]]].

----
===== &lt;span id=&quot;zptime&quot; style=&quot;color:red&quot;&gt;ZPTIME(f(n))&lt;/span&gt;: Zero-Error Probabilistic f(n)-Time =====
Same as [[#zpp|ZPP]], but with O(f(n))-time instead of polynomial-time.

For any constructible superpolynomial f, ZPTIME(f(n)) with [[#np|NP]] oracle is not contained in [[#ppoly|P/poly]] [[zooref#kw98|[KW98]]].

----
===== &lt;span id=&quot;zqp&quot; style=&quot;color:red&quot;&gt;ZQP&lt;/span&gt;: Zero-Error Extension Of [[#eqp|EQP]] =====
The class of questions that can be answered by a QTM that answers yes, no, or &quot;maybe&quot;.  If the correct answer is yes, then P[no] = 0, and vice-versa; and the probability of maybe is at most 1/2.  Since some of the probabilities have to vanish, ZQP has the same technical caveats as [[#eqp|EQP]].

Defined independently in [[zooref#bw03|[BW03]]] and in [[zooref#nis02|[Nis02]]].

Contains [[#eqp|EQP]] and [[#zbqp|ZBQP]] and is contained in [[#bqp|BQP]].  Equals [[#rqp|RQP &amp;#8745; coRQP]].  There is an oracle such that ZQP&lt;sup&gt;ZQP&lt;/sup&gt; is larger than ZQP [[zooref#bw03|[BW03]]]; c.f. with [[#zbqp|ZBQP]].

----

[[Category:Computational Complexity]]
[[Category:Quantum Information]]</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo:A</title>
    <id>3555</id>
    <revision>
      <id>30842</id>
      <timestamp>2012-04-28T01:17:11Z</timestamp>
      <contributor>
        <username>Scott Aaronson</username>
        <id>102</id>
      </contributor>
      <comment>/* AC0: Unbounded Fanin Constant-Depth Circuits */</comment>
      <text xml:space="preserve">__NOTOC__
{{CZ-Letter-Menu|A}}


===== &lt;span id=&quot;a0pp&quot; style=&quot;color:red&quot;&gt;A&lt;sub&gt;0&lt;/sub&gt;PP&lt;/span&gt;: One-Sided Analog of [[#awpp|AWPP]] =====
Same as [[Complexity Zoo:S#sbp|SBP]], except that f is a nonnegative-valued [[Complexity Zoo:G#gapp|GapP]] function rather than a [[Complexity Zoo:Symbols#sharpp|#P]] function.

Defined in [[zooref#vya03|[Vya03]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;A&lt;sub&gt;0&lt;/sub&gt;PP contains [[Complexity Zoo:Q#qma|QMA]], [[#awpp|AWPP]], and [[Complexity Zoo:C#cocequalsp|coC&lt;sub&gt;=&lt;/sub&gt;P]].&lt;/li&gt;
&lt;li&gt;A&lt;sub&gt;0&lt;/sub&gt;PP is contained in [[Complexity Zoo:P#pp|PP]].&lt;/li&gt;
&lt;li&gt;If A&lt;sub&gt;0&lt;/sub&gt;PP = [[Complexity Zoo:P#pp|PP]] then [[Complexity Zoo:P#ph|PH]] is contained in [[Complexity Zoo:P#pp|PP]].&lt;/li&gt;
&lt;/ul&gt;

Kuperberg ([[zooref#kup09|[Kup09]]]) showed that A&lt;sub&gt;0&lt;/sub&gt;PP = [[Complexity Zoo:S#sbqp|SBQP]].
----

===== &lt;span id=&quot;ac&quot; style=&quot;color:red&quot;&gt;AC&lt;/span&gt;: Unbounded Fanin Polylogarithmic-Depth Circuits =====
AC&lt;sup&gt;i&lt;/sup&gt; is the class of decision problems solvable by a nonuniform family of Boolean circuits, with polynomial size, depth O(log&lt;sup&gt;i&lt;/sup&gt;(n)), and unbounded fanin.  The gates allowed are AND, OR, and NOT.

Then AC is the union of AC&lt;sup&gt;i&lt;/sup&gt; over all nonnegative i.

AC&lt;sup&gt;i&lt;/sup&gt; is contained in [[Complexity Zoo:N#nc|NC]]&lt;sup&gt;i+1&lt;/sup&gt;; thus, AC = [[Complexity Zoo:N#nc|NC]].

Contains [[Complexity Zoo:N#nl|NL]].

For a random oracle A, (AC&lt;sup&gt;i&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt; is strictly contained in (AC&lt;sup&gt;i+1&lt;/sup&gt;)&lt;sup&gt;A&lt;/sup&gt;, and (uniform) AC&lt;sup&gt;A&lt;/sup&gt; is strictly contained in P&lt;sup&gt;A&lt;/sup&gt;, with probability 1 [[zooref#mil92|[Mil92]]].

fo-uniform AC with depth &lt;math&gt;t(n)&lt;/math&gt; is equal to [[#Complexity_Zoo:F#fot|FO[&lt;math&gt;t(n)&lt;/math&gt;]]]
----

===== &lt;span id=&quot;ac0&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Unbounded Fanin Constant-Depth Circuits =====
An especially important subclass of [[#ac|AC]], corresponding to constant-depth, unbounded-fanin, polynomial-size circuits with AND, OR, and NOT gates.

Computing the [[Complexity_Garden#parity|Parity]] or [[Complexity_Garden#majority|Majority]] of n bits is not in AC&lt;sup&gt;0&lt;/sup&gt; [[zooref#fss84|[FSS84]]].

There are functions in AC&lt;sup&gt;0&lt;/sup&gt; that are pseudorandom for all statistical tests in AC&lt;sup&gt;0&lt;/sup&gt; [[zooref#nw94|[NW94]]].  But there are no functions in AC&lt;sup&gt;0&lt;/sup&gt; that are pseudorandom for all statistical tests in [[Complexity Zoo:Q#qp|QP]] (quasipolynomial time) [[zooref#lmn93|[LMN93]]].

[[zooref#lmn93|[LMN93]]] showed furthermore that functions with AC&lt;sup&gt;0&lt;/sup&gt; circuits of depth d are learnable in [[#qp|QP]], given their outputs on O(2&lt;sup&gt;log(n)^O(d)&lt;/sup&gt;) randomly chosen inputs.  On the other hand, this learning algorithm is essentially optimal, unless there is a 2&lt;sup&gt;n^o(1)&lt;/sup&gt; algorithm for [[Complexity_Garden#integer_factorization|factoring]] [[zooref#kha93|[Kha93]]].

Although there are no good pseudorandom &lt;i&gt;functions&lt;/i&gt; in AC&lt;sup&gt;0&lt;/sup&gt;, [[zooref#in96|[IN96]]] showed that there are pseudorandom &lt;i&gt;generators&lt;/i&gt; that stretch n bits to n+&amp;#920;(log n), assuming the hardness of a problem based on subset sum.

AC&lt;sup&gt;0&lt;/sup&gt; contains [[Complexity Zoo:N#nc0|NC&lt;sup&gt;0&lt;/sup&gt;]], and is contained in [[Complexity Zoo:Q#qacf0|QAC&lt;sub&gt;f&lt;/sub&gt;&lt;sup&gt;0&lt;/sup&gt;]] and [[Complexity Zoo:M#mac0|MAC&lt;sup&gt;0&lt;/sup&gt;]].

In descriptive complexity, uniform AC&lt;sup&gt;0&lt;/sup&gt; can be characterized as the class of problems expressible by first-order predicates with addition and multiplication operators - or indeed, with ordering and multiplication, or ordering and division (see [[zooref#lee02|[Lee02]]]). So it's equivalent to the class [[Complexity_Zoo:F#fo|FO]] and to [[#Complexity_Zoo:A#AL|AL]] the alternating logtime hierarchy.

[[zooref#blm98|[BLM+98]]] showed the following problem is complete for depth-k AC&lt;sup&gt;0&lt;/sup&gt; circuits (with a uniformity condition):
&lt;ul&gt; Given a grid graph of polynomial length and width k, decide whether there is a path between vertices s and t (which can be given as part of the input). &lt;/ul&gt;

----

===== &lt;span id=&quot;ac0m&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;0&lt;/sup&gt;[m]&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With MOD m Gates =====
Same as [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]], but now &quot;MOD m&quot; gates (for a specific m) are allowed in addition to AND, OR, and NOT gates.  (A MOD m gate outputs 0 if the sum of its inputs is congruent to 0 modulo m, and 1 otherwise.)

If m is a power of a prime p, then for any prime q not equal to p, deciding whether the sum of n bits is congruent to 0 modulo q is not in AC&lt;sup&gt;0&lt;/sup&gt;[m] [[zooref#raz87|[Raz87]]] [[zooref#smo87|[Smo87]]].  It follows that, for any such m, AC&lt;sup&gt;0&lt;/sup&gt;[m] is strictly contained in [[Complexity Zoo:N#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

However, if m is a product of distinct primes (e.g. 6), then it is not even known whether AC&lt;sup&gt;0&lt;/sup&gt;[m] = [[Complexity Zoo:N#np|NP]]!

See also: [[Complexity Zoo:Q#qac0m|QAC&lt;sup&gt;0&lt;/sup&gt;[m]]].

----

===== &lt;span id=&quot;ac1&quot; style=&quot;color:red&quot;&gt;AC&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;: Unbounded Fanin Log-Depth Circuits =====
See [[#ac|AC]].

----
===== &lt;span id=&quot;acc0&quot; style=&quot;color:red&quot;&gt;ACC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: [[#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] With Arbitrary MOD Gates =====
Same as [[#ac0m|AC&lt;sup&gt;0&lt;/sup&gt;[m]]], but now the constant-depth circuit can contain MOD m gates for &lt;i&gt;any&lt;/i&gt; m.

Contained in [[Complexity Zoo:T#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]].

Indeed, can be simulated by depth-3 threshold circuits of quasipolynomial size [[zooref#yao90|[Yao90]]].

According to [[zooref#all96|[All96]]], there is no good evidence for the existence of cryptographically secure functions in ACC&lt;sup&gt;0&lt;/sup&gt;.  

There is no non-uniform ACC&lt;sup&gt;0&lt;/sup&gt; circuits of polynomial size for [[Complexity Zoo:R#N:ntime|NTIMES[2&lt;sup&gt;n&lt;/sup&gt;]]] and no ACC&lt;sup&gt;0&lt;/sup&gt; circuit of size 2&lt;sup&gt;n&lt;sup&gt;O(1)&lt;/sup&gt;&lt;/sup&gt; for E&lt;sup&gt;NP&lt;/sup&gt; (The class [[Complexity Zoo:E#e|E]] with an [[Complexity Zoo:N#np|NP]] oracle). These are the only two known nontrivial lower bounds against ACC&lt;sup&gt;0&lt;/sup&gt; and were recently discovered by [[zooref#wil11|[Wil11]]].  

Contains 4-[[Complexity Zoo:P#kpbp|PBP]] [[zooref#bt88|[BT88]]].

See also: [[Complexity Zoo:Q#qacc0|QACC&lt;sup&gt;0&lt;/sup&gt;]].

----

===== &lt;span id=&quot;ah&quot; style=&quot;color:red&quot;&gt;AH&lt;/span&gt;: Arithmetic Hierarchy =====
The analog of [[Complexity Zoo:P#ph|PH]] in computability theory.

Let &amp;#916;&lt;sub&gt;0&lt;/sub&gt; = &amp;#931;&lt;sub&gt;0&lt;/sub&gt; = &amp;#928;&lt;sub&gt;0&lt;/sub&gt; = [[Complexity Zoo:R#r|R]].  Then for i&amp;gt;0, let
&lt;ul&gt;
&lt;li&gt;&amp;#916;&lt;sub&gt;i&lt;/sub&gt; = [[Complexity Zoo:R#r|R]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;li&gt;&amp;#931;&lt;sub&gt;i&lt;/sub&gt; = [[Complexity Zoo:R#re|RE]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;li&gt;&amp;#928;&lt;sub&gt;i&lt;/sub&gt; = [[Complexity Zoo:C#core|coRE]] with &amp;#931;&lt;sub&gt;i-1&lt;/sub&gt; oracle.&lt;/li&gt;
&lt;/ul&gt;
Then AH is the union of these classes for all nonnegative constant i.

Each level of AH strictly contains the levels below it.

An equivalent definition is: &lt;math&gt;\Sigma_0=\Delta_0=\Pi_0&lt;/math&gt; is the set of numbers decided by formula with one free variable and bounded quantifier, where the primitives are + and &lt;math&gt;\times&lt;/math&gt;. A bounded quantifier is of the form &lt;math&gt; \phi=\forall i&lt;j \psi &lt;/math&gt; or &lt;math&gt;\phi=\exists i&lt;j  \psi&lt;/math&gt; where  &lt;math&gt;j&lt;/math&gt; is considered to be free in &lt;math&gt;\phi&lt;/math&gt;. Then &lt;math&gt;\Sigma_{i+1}&lt;/math&gt; is the sets of number validating a formula of the form &lt;math&gt;\exists X_1\dots\exists X_n,\psi&lt;/math&gt; with &lt;math&gt;\psi\in\Delta_i&lt;/math&gt;. &lt;math&gt;\Delta_i&lt;/math&gt; is the set of formula who are negation of &lt;math&gt;\Sigma_i&lt;/math&gt; formula. &lt;math&gt;\Pi_i=\Sigma_i\cap\Delta_i&lt;/math&gt; 
----

===== &lt;span id=&quot;al&quot; style=&quot;color:red&quot;&gt;AL&lt;/span&gt;: Alternating [[Complexity_Zoo:L#l|L]] =====
Same as [[#ap|AP]], but for logarithmic-space instead of polynomial-time.

AL = [[Complexity Zoo:P#p|P]] [[zooref#cks81|[CKS81]]].

----

===== &lt;span id=&quot;all&quot; style=&quot;color:red&quot;&gt;ALL&lt;/span&gt;: The Class of All Languages =====
Literally, the class of ALL languages.

ALL is a gargantuan beast that's been wreaking havoc in the Zoo of late.

First [[zooref#aar04b|[Aar04b]]] observed that [[Complexity Zoo:P#pp|PP]]/rpoly ([[Complexity Zoo:P#pp|PP]] with polynomial-size randomized advice) equals ALL, as does [[Complexity Zoo:P#postbqp|PostBQP]]/qpoly ([[Complexity Zoo:P#postbqp|PostBQP]] with polynomial-size quantum advice).

Then [[zooref#raz05|[Raz05]]] showed that [[Complexity Zoo:Q#qip|QIP]]/qpoly, and even [[Complexity Zoo:I#ip|IP]](2)/rpoly, equal ALL.

Nor is it hard to show that [[Complexity Zoo:M#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/rpoly = ALL.

On the other hand, even though [[Complexity Zoo:P#pspace|PSPACE]] contains [[Complexity Zoo:P#pp|PP]], and [[Complexity Zoo:E#expspace|EXPSPACE]] contains [[#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]], it's easy to see that [[Complexity Zoo:P#pspace|PSPACE]]/rpoly = [[Complexity Zoo:P#pspace|PSPACE]]/poly and [[Complexity Zoo:E#expspace|EXPSPACE]]/rpoly = [[Complexity Zoo:E#expspace|EXPSPACE]]/poly are not ALL.

So does ALL have no respect for complexity class inclusions at ALL?  (Sorry.)

It is not as contradictory as it first seems.  The deterministic base class in all of these examples is modified by computational non-determinism ''after'' it is modified by advice.  For example, [[Complexity Zoo:M#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/rpoly means M(A&lt;sub&gt;EXP&lt;/sub&gt;/rpoly), while ([[Complexity Zoo:M#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]])/rpoly equals [[Complexity Zoo:M#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]]/poly by a standard argument.  In other words, it's only the verifier, not the prover or post-selector, who receives the randomized or quantum advice. The prover knows a description of the advice state, but not its measured values.  Modification by /rpoly does preserve class inclusions when it is applied after other changes.

----

===== &lt;span id=&quot;alogtime&quot; style=&quot;color:red&quot;&gt;ALOGTIME&lt;/span&gt;: Logarithmic time alternating RAM =====

ALOGTIME is the class of languages decidable in logarithmic time by a random access alternating Turing machine.

Known to be equal to U&lt;sub&gt;E&lt;sup&gt;*&lt;/sup&gt;&lt;/sub&gt;-uniform [[Complexity Zoo:N#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]].

----

===== &lt;span id=&quot;algppoly&quot; style=&quot;color:red&quot;&gt;AlgP/poly&lt;/span&gt;: Polynomial-Size Algebraic Circuits =====
The class of multivariate polynomials over the integers that can be evaluated using a polynomial (in the input size n) number of additions, subtractions, and multiplications, together with the constants -1 and 1.  The class is nonuniform, in the sense that the polynomial for each input size n can be completely different.

Named in [[zooref#imp02|[Imp02]]], though it has been considered since the 1970's.

If [[Complexity Zoo:P#p|P]] = [[Complexity Zoo:B#bpp|BPP]] (or even [[Complexity Zoo:B#bpp|BPP]] is contained in [[Complexity Zoo:N#ne|NE]]), then either [[Complexity Zoo:N#nexp|NEXP]] is not in [[Complexity Zoo:P#ppoly|P/poly]], or else the permanent polynomial of a matrix is not in AlgP/poly [[zooref#ki02|[KI02]]].

----
===== &lt;span id=&quot;almostnp&quot; style=&quot;color:red&quot;&gt;Almost-[[Complexity Zoo:N#np|NP]]&lt;/span&gt;: Languages Almost Surely in [[Complexity Zoo:N#np|NP]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[Complexity Zoo:N#np|NP]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Equals [[#am|AM]] [[zooref#nw94|[NW94]]].

----
===== &lt;span id=&quot;almostp&quot; style=&quot;color:red&quot;&gt;Almost-[[Complexity Zoo:P#p|P]]&lt;/span&gt;: Languages Almost Surely in [[Complexity Zoo:P#p|P]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[Complexity Zoo:P#p|P]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Equals [[Complexity Zoo:B#bpp|BPP]] [[zooref#bg81|[BG81]]].

----
===== &lt;span id=&quot;almostpspace&quot; style=&quot;color:red&quot;&gt;Almost-[[Complexity Zoo:P#pspace|PSPACE]]&lt;/span&gt;: Languages Almost Surely in [[Complexity Zoo:P#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; =====
The class of problems that are in [[Complexity Zoo:P#pspace|PSPACE]]&lt;sup&gt;A&lt;/sup&gt; with probability 1, where A is an oracle chosen uniformly at random.

Almost-PSPACE is not known to equal [[Complexity Zoo:P#pspace|PSPACE]] -- rather surprisingly, given the fact that [[Complexity Zoo:P#pspace|PSPACE]] equals BPPSPACE and even [[Complexity Zoo:P#ppspace|PPSPACE]].

What's known is that Almost-PSPACE = BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149;[[Complexity Zoo:P#pspace|PSPACE]], where [[Zoo Operators#bpexp|BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149;]] is like the [[Zoo Operators#bp|BP&amp;#149;]] operator but with exponentially-long strings [[zooref#bvw98|[BVW98]]].  It follows that Almost-PSPACE is contained in [[Complexity Zoo:N#nexp|NEXP]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]&lt;/sup&gt; &amp;#8745; [[Complexity Zoo:A#conexp|coNEXP]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]&lt;/sup&gt;.

Whereas both BP&lt;sup&gt;exp&lt;/sup&gt;&amp;#149;[[Complexity Zoo:P#pspace|PSPACE]] and BPPSPACE machines are allowed exponentially many random bits, the former has a reusable record of all of these bits on a witness tape, while the latter can only preserve a fraction of them on the work tape.

----

===== &lt;span id=&quot;am&quot; style=&quot;color:red&quot;&gt;AM&lt;/span&gt;: Arthur-Merlin =====
The class of decision problems for which a &quot;yes&quot; answer can be verified by an &lt;i&gt;Arthur-Merlin protocol&lt;/i&gt;, as follows.

Arthur, a [[Complexity Zoo:B#bpp|BPP]] (i.e. probabilistic polynomial-time) verifier, generates a &quot;challenge&quot; based on the input, and sends it together with his random coins to Merlin.  Merlin sends back a response, and then Arthur decides whether to accept.  Given an algorithm for Arthur, we require that
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then Merlin can act in such a way that Arthur accepts with probability at least 2/3 (over the choice of Arthur's random bits).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then however Merlin acts, Arthur will reject with probability at least 2/3.&lt;/li&gt;
&lt;/ol&gt;
Surprisingly, it turns out that such a system is just as powerful as a &lt;i&gt;private-coin&lt;/i&gt; one, in which Arthur does not need to send his random coins to Merlin [[zooref#gs86|[GS86]]].  So, Arthur never needs to hide information from Merlin.

Furthermore, define AM[k] similarly to AM, except that Arthur and Merlin have k rounds of interaction.  Then for all constant k&amp;gt;2, AM[k] = AM[2] = AM [[zooref#bm88|[BM88]]].  Also, the result of [[zooref#gs86|[GS86]]] can then be stated as follows: [[Complexity Zoo:I#ip|IP]][k] is contained in AM[k+2] for every k (constant or non-constant).

AM contains [[Complexity_Garden#graph_isomorphism|graph nonisomorphism]].

Contains [[Complexity Zoo:N#np|NP]], [[Complexity Zoo:B#bpp|BPP]], and [[Complexity Zoo:S#szk|SZK]], and is contained in [[Complexity Zoo:P#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] and [[Complexity Zoo:N#nppoly|NP/poly]].

If AM contains [[Complexity Zoo:C#conp|coNP]] then [[Complexity Zoo:P#ph|PH]] collapses to [[Complexity Zoo:S#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[Complexity Zoo:P#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bhz87|[BHZ87]]].

There exists an oracle relative to which AM is not contained in [[Complexity Zoo:P#pp|PP]] [[zooref#ver92|[Ver92]]].

AM = [[Complexity Zoo:N#np|NP]] under a strong derandomization assumption: namely that some language in [[Complexity Zoo:N#ne|NE]] &amp;#8745; [[Complexity Zoo:C#cone|coNE]] requires nondeterministic circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt; ([[zooref#mv99|[MV99]]], improving [[zooref#km99|[KM99]]]).  (A nondeterministic circuit C has two inputs, x and y, and accepts on x if there exists a y such that C(x,y)=1.)

----

===== &lt;span id=&quot;amexp&quot; style=&quot;color:red&quot;&gt;AM&lt;sub&gt;EXP&lt;/sub&gt;&lt;/span&gt;: Exponential-Time [[#am|AM]] =====
Same as [[#am|AM]], except that Arthur is exponential-time and can exchange exponentially long messages with Merlin.

Contains [[Complexity Zoo:M#maexp|MA&lt;sub&gt;EXP&lt;/sub&gt;]], and is contained in [[Complexity Zoo:E#eh|EH]] and indeed [[Complexity Zoo:S#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]].

If [[Complexity Zoo:C#conp|coNP]] is contained in [[#ampolylog|AM[polylog]]] then [[Complexity Zoo:E#eh|EH]] collapses to AM&lt;sub&gt;EXP&lt;/sub&gt; [[zooref#pv04|[PV04]]].

----
===== &lt;span id=&quot;amicoam&quot; style=&quot;color:red&quot;&gt;AM &amp;#8745; coAM&lt;/span&gt; =====
The class of decision problems for which both &quot;yes&quot; and &quot;no&quot; answers can be verified by an [[#am|AM]] protocol.

If [[Complexity Zoo:E#exp|EXP]] requires exponential time even for [[#am|AM]] protocols, then AM &amp;#8745; coAM = [[Complexity Zoo:N#npiconp|NP &amp;#8745; coNP]] [[zooref#gst03|[GST03]]].

There exists an oracle relative to which AM &amp;#8745; coAM is not contained in [[Complexity Zoo:P#pp|PP]] [[zooref#ver95|[Ver95]]].

----
===== &lt;span id=&quot;ampolylog&quot; style=&quot;color:red&quot;&gt;AM[polylog]&lt;/span&gt;: [[#am|AM]] With Polylog Rounds =====
Same as [[#am|AM]], except that we allow polylog(n) rounds of interaction between Arthur and Merlin instead of a constant number.

Not much is known about AM[polylog] -- for example, whether it sits in [[Complexity Zoo:P#ph|PH]].  However, [[zooref#ss04|[SS04]]] show that if AM[polylog] contains [[Complexity Zoo:C#conp|coNP]], then [[Complexity Zoo:E#eh|EH]] collapses to [[Complexity Zoo:S#s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;]].  ([[zooref#pv04|[PV04]]] improved the collapse to [[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]].)

----
===== &lt;span id=&quot;ampmp&quot; style=&quot;color:red&quot;&gt;AmpMP&lt;/span&gt;: Amplifiable [[Complexity Zoo:M#mp2|MP]] =====
The class of decision problems such that for some [[Complexity Zoo:Symbols#sharpp|#P]] function f(x,0&lt;sup&gt;m&lt;/sup&gt;),
&lt;ol&gt;
&lt;li&gt;The answer on input x is 'yes' if and only if the middle bit of f(x) is 1.&lt;/li&gt;
&lt;li&gt;The m bits of f(x) to the left and right of the middle bit are all 0.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#gkr95|[GKR+95]]].

Contains [[Complexity Zoo:P#ph|PH]] and Contained in [[Complexity Zoo:M#mp2|MP]].

----
===== &lt;span id=&quot;amppbqp&quot; style=&quot;color:red&quot;&gt;AmpP-BQP&lt;/span&gt;: [[Complexity Zoo:B#bqp|BQP]] Restricted To [[Zoo_Exhibit#ampp|AmpP]] States =====
Similar to [[Complexity Zoo:T#treebqp|TreeBQP]] except that the quantum computer's state at each time step is restricted to being exponentially close to a state in [[Zoo_Exhibit#ampp|AmpP]] (that is, a state for which the amplitudes are computable by a classical polynomial-size circuit).

Defined in [[zooref#aar03b|[Aar03b]]], where it was also observed that AmpP-BQP is contained in the third level of [[Complexity Zoo:P#ph|PH]], just as [[Complexity Zoo:T#treebqp|TreeBQP]] is.

----
===== &lt;span id=&quot;ap&quot; style=&quot;color:red&quot;&gt;AP&lt;/span&gt;: Alternating [[Complexity Zoo:P#p|P]] =====
An &lt;i&gt;alternating Turing machine&lt;/i&gt; is a nondeterministic machine with two kinds of states, AND states and OR states.  It accepts if and only if the tree of all computation paths, considered as an AND-OR tree, evaluates to 1.  (Here 'Accept' corresponds to 1 and 'Reject' to 0.)

Then AP is the class of decision problems solvable in polynomial time by an alternating Turing machine.

AP = [[Complexity Zoo:P#pspace|PSPACE]] [[zooref#cks81|[CKS81]]].

The abbreviation AP is also used for Approximable in Polynomial Time, see [[#axp|AxP]].

----
===== &lt;span id=&quot;app&quot; style=&quot;color:red&quot;&gt;APP&lt;/span&gt;: Amplified [[Complexity Zoo:P#pp|PP]] =====
Roughly, the class of decision problems for which the following holds.  For all polynomials p(n), there exist [[Complexity Zoo:G#gapp|GapP]] functions f and g such that for all inputs x with n=|x|,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then 1 &amp;gt; f(x)/g(1&lt;sup&gt;n&lt;/sup&gt;) &amp;gt; 1-2&lt;sup&gt;-p(n)&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then 0 &amp;lt; f(x)/g(1&lt;sup&gt;n&lt;/sup&gt;) &amp;lt; 2&lt;sup&gt;-p(n)&lt;/sup&gt;.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#li93|[Li93]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;APP is contained in [[Complexity Zoo:P#pp|PP]], and indeed is low for [[Complexity Zoo:P#pp|PP]].&lt;/li&gt;
&lt;li&gt;APP is closed under intersection, union, and complement.&lt;/li&gt;
&lt;/ul&gt;
APP contains [[#awpp|AWPP]] [[zooref#fen02|[Fen02]]].

The abbreviation APP is also used for Approximable in Probabilistic Polynomial Time, see [[#axpp|AxPP]].

----

===== &lt;span id=&quot;apx&quot; style=&quot;color:red&quot;&gt;APX&lt;/span&gt;: Approximable =====
The subclass of [[Complexity Zoo:N#npo|NPO]] problems that admit constant-factor approximation algorithms.  (I.e., there is a polynomial-time algorithm that is guaranteed to find a solution within a constant factor of the optimum cost.)

Contains [[Complexity Zoo:P#ptas|PTAS]].

Equals the closure of [[Complexity Zoo:M#maxsnp|MaxSNP]] and of [[Complexity Zoo:M#maxnp|MaxNP]] under [[Complexity Zoo:P#ptas|PTAS]] reduction [[zooref#kms99|[KMS+99]]], [[zooref#ct94|[CT94]]].

Defined in [[zooref#acg99|[ACG+99]]].

----
===== &lt;span id=&quot;atime&quot; style=&quot;color: red&quot;&gt;ATIME&lt;/span&gt;: Alternating [[Complexity Zoo:D#dtime|TIME]] =====
'''ATIME'''(f(n)) is the class of problems for which there are alternating Turing machines (see [[#ap|AP]]) which decide the problem in time bounded by f(n).

In particular, [[#ap|AP]] = ATIME(poly(n)).

----

===== &lt;span id=&quot;aucspace&quot; style=&quot;color:red&quot;&gt;AUC-SPACE(f(n))&lt;/span&gt;: Randomized Alternating f(n)-Space =====
The class of problems decidable by an O(f(n))-space Turing machine with three kinds of quantifiers: existential, universal, and randomized.

Contains [[Complexity Zoo:G#ganspace|GAN-SPACE(f(n))]].

AUC-SPACE(poly(n)) = [[Complexity Zoo:S#saptime|SAPTIME]] = [[Complexity Zoo:P#pspace|PSPACE]] [[zooref#pap83|[Pap83]]].

[[zooref#con92|[Con92]]] shows that AUC-SPACE(log n) has a natural complete problem, and is contained in [[Complexity Zoo:N#npiconp|NP &amp;#8745; coNP]].

----
===== &lt;span id=&quot;auxpda&quot; style=&quot;color:red&quot;&gt;AuxPDA&lt;/span&gt;: Auxiliary Pushdown Automata =====
Equivalent to [[Complexity Zoo:N#nauxpdap|NAuxPDA&lt;sup&gt;p&lt;/sup&gt;]] without the running-time restriction.

Equals [[Complexity Zoo:P#p|P]] [[zooref#coo71b|[Coo71b]]].

----
===== &lt;span id=&quot;avbpp&quot; style=&quot;color:red&quot;&gt;AVBPP&lt;/span&gt;: Average-Case [[Complexity Zoo:B#bpp|BPP]] =====
Defined in [[zooref#ow93|[OW93]]] to be the class of decision problems that have a good average-case [[Complexity Zoo:B#bpp|BPP]] algorithm, whenever the input is chosen from an efficiently samplable distribution.

Note that this is &lt;i&gt;not&lt;/i&gt; the same as the [[Complexity Zoo:B#bpp|BPP]] version of [[#avgp|AvgP]].

----
===== &lt;span id=&quot;avge&quot; style=&quot;color:red&quot;&gt;AvgE&lt;/span&gt;: Average Exponential-Time With Linear Exponent =====
Has the same relation to [[Complexity Zoo:E#e|E]] as [[#avgp|AvgP]] does to [[Complexity Zoo:P#p|P]].

----
===== &lt;span id=&quot;avgp&quot; style=&quot;color:red&quot;&gt;AvgP&lt;/span&gt;: Average Polynomial-Time =====
A &lt;i&gt;distributional problem&lt;/i&gt; consists of a decision problem A, and a probability distribution &amp;#956; over problem instances.

A function f, from strings to integers, is &lt;i&gt;polynomial on &amp;#956;-average&lt;/i&gt; if there exists a constant &amp;#949;&amp;gt;0 such that the expectation of f&lt;sup&gt;&amp;#949;&lt;/sup&gt;(x) is finite, when x is drawn from &amp;#956;.

Then (A,&amp;#956;) is in AvgP if there is an algorithm for A whose running time is polynomial on &amp;#956;-average.

This convoluted definition is due to Levin [[zooref#lev86|[Lev86]]], who realized that simpler definitions lead to classes that fail to satisfy basic closure properties.  Also see [[zooref#gol97|[Gol97]]] for more information.

If AvgP = [[Complexity Zoo:D#distnp|DistNP]] then [[Complexity Zoo:E#exp|EXP]] = [[Complexity Zoo:N#nexp|NEXP]] [[zooref#bcg92|[BCG+92]]].

Strictly contained in [[Complexity Zoo:H#heurp|HeurP]] [[zooref#ns05|[NS05]]].

See also: [[Complexity Zoo:N#nppsamp|(NP,P-samplable)]].

----

===== &lt;span id=&quot;awp&quot; style=&quot;color:red&quot;&gt;AW[P]&lt;/span&gt;: Alternating [[Complexity Zoo:W#wp|W[P]]] =====
Same as [[#awsat|AW[SAT]]] but with 'circuit' instead of 'formula.'

Has the same relation to [[#awsat|AW[SAT]]] as [[Complexity Zoo:W#wp|W[P]]] has to [[Complexity Zoo:W#wsat|W[SAT]]].

Defined in [[zooref#df99|[DF99]]].

----
===== &lt;span id=&quot;awpp&quot; style=&quot;color:red&quot;&gt;AWPP&lt;/span&gt;: Almost [[Complexity Zoo:W#wpp|WPP]] =====
The class of decision problems solvable by an [[Complexity Zoo:N#np|NP]] machine such that for some polynomial-time computable (i.e. [[Complexity Zoo:F#fp|FP]]) function f,
&lt;ol&gt;
&lt;li&gt;If the answer is &quot;no,&quot; then the difference between the number of accepting and rejecting paths is non-negative and at most 2&lt;sup&gt;-poly(n)&lt;/sup&gt;f(x).&lt;/li&gt;
&lt;li&gt;If the answer is &quot;yes,&quot; then the difference is between (1-2&lt;sup&gt;-poly(n)&lt;/sup&gt;)f(x) and f(x).&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ffk94|[FFK94]]].

Contains [[Complexity Zoo:B#bqp|BQP]] [[zooref#fr98|[FR98]]], [[Complexity Zoo:W#wapp|WAPP]] [[zooref#bgm02|[BGM02]]], [[Complexity Zoo:L#lwpp|LWPP]], and [[Complexity Zoo:W#wpp|WPP]].

Contained in [[#app|APP]] [[zooref#fen02|[Fen02]]].

----

===== &lt;span id=&quot;awsat&quot; style=&quot;color:red&quot;&gt;AW[SAT]&lt;/span&gt;: Alternating [[Complexity Zoo:W#wsat|W[SAT]]] =====
Basically has the same relation to [[Complexity Zoo:W#wsat|W[SAT]]] as [[Complexity Zoo:P#pspace|PSPACE]] does to [[Complexity Zoo:N#np|NP]].

The class of decision problems of the form (x,r,k&lt;sub&gt;1&lt;/sub&gt;,...,k&lt;sub&gt;r&lt;/sub&gt;) (r,k&lt;sub&gt;1&lt;/sub&gt;,...,k&lt;sub&gt;r&lt;/sub&gt; parameters), that are fixed-parameter reducible to the following problem, for some constant h:
&lt;ul&gt;
'''Parameterized QBFSAT:''' Given a Boolean formula F (with no restriction on depth), over disjoint variable sets S&lt;sub&gt;1&lt;/sub&gt;,...,S&lt;sub&gt;r&lt;/sub&gt;.  Does there exist an assignment to S&lt;sub&gt;1&lt;/sub&gt; of Hamming weight k&lt;sub&gt;1&lt;/sub&gt;, such that for all assignments to S&lt;sub&gt;2&lt;/sub&gt; of Hamming weight k&lt;sub&gt;2&lt;/sub&gt;, etc. (alternating 'there exists' and 'for all'), F is satisfied?
&lt;/ul&gt;
See [[Complexity Zoo:W#w1|W[1]]] for the definition of fixed-parameter reducibility.

Defined in [[zooref#df99|[DF99]]].

Contains [[#awstar|AW[*]]], and is contained in [[#awp|AW[P]]].

----
===== &lt;span id=&quot;awstar&quot; style=&quot;color:red&quot;&gt;AW[*]&lt;/span&gt;: Alternating [[Complexity Zoo:W#wstar|W[*]]] =====
The union of [[#awt|AW[t]]] over all t.

----
===== &lt;span id=&quot;awt&quot; style=&quot;color:red&quot;&gt;AW[t]&lt;/span&gt;: Alternating [[Complexity Zoo:W#wt|W[t]]] =====
Has the same relation to [[Complexity Zoo:W#wt|W[t]]] as [[Complexity Zoo:P#pspace|PSPACE]] does to [[Complexity Zoo:N#np|NP]].

Same as [[#awsat|AW[SAT]]], except that the formula F can have depth at most t.

Defined in [[zooref#df99|[DF99]]].

Contained in [[#awstar|AW[*]]].

----
===== &lt;span id=&quot;axp&quot; style=&quot;color:red&quot;&gt;AxP&lt;/span&gt;: Approximable in Polynomial Time =====
Usually called AP in the literature.  I've renamed it AxP to distinguish it from the &quot;other&quot; [[#ap|AP]].

The class of real-valued functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to [0,1] that can be approximated within any &amp;epsilon;&gt;0 by a deterministic Turing machine in time polynomial in n and 1/&amp;epsilon;.

Defined by [[zooref#krc00|[KRC00]]], who also showed that the set of AxP machines is in [[Complexity Zoo:R#re|RE]].

----
===== &lt;span id=&quot;axpp&quot; style=&quot;color:red&quot;&gt;AxPP&lt;/span&gt;: Approximable in Probabilistic Polynomial Time =====
Usually called APP.  I've renamed it AxPP to distinguish it from the &quot;other&quot; [[#app|APP]].

The class of real-valued functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to [0,1] that can be approximated within any &amp;epsilon;&gt;0 by a probabilistic Turing machine in time polynomial in n and 1/&amp;epsilon;.

Defined by [[zooref#krc00|[KRC00]]], who also show the following:
&lt;ul&gt;
&lt;li&gt;Approximating the acceptance probability of a Boolean circuit is AxPP-complete.  The authors argue that this makes AxPP a more natural class than [[Complexity Zoo:B#bpp|BPP]], since the latter is not believed to have complete problems.&lt;/li&gt;
&lt;li&gt;If AxPP = [[#axp|AxP]], then [[Complexity Zoo:B#bpp|BPP]] = [[Complexity Zoo:P#p|P]].&lt;/li&gt;
&lt;li&gt;On the other hand, there exists an oracle relative to which [[Complexity Zoo:B#bpp|BPP]] = [[Complexity Zoo:P#p|P]] but AxPP does not equal [[#axp|AxP]].&lt;/li&gt;
&lt;/ul&gt;
AxPP is recursively enumerable [[zooref#jer07|[Jeř07]]].</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo:B</title>
    <id>3556</id>
    <revision>
      <id>26636</id>
      <timestamp>2012-03-16T04:26:16Z</timestamp>
      <contributor>
        <username>Pcghostlmin</username>
        <id>7264</id>
      </contributor>
      <minor/>
      <comment>/* BQP: Bounded-Error Quantum Polynomial-Time */</comment>
      <text xml:space="preserve">__NOTOC__
{{CZ-Letter-Menu|B}}


===== &lt;span id=&quot;betap&quot; style=&quot;color:red&quot;&gt;&amp;#946;P&lt;/span&gt;: Limited-Nondeterminism [[Complexity Zoo:N#np|NP]] =====
&amp;#946;&lt;sub&gt;k&lt;/sub&gt;P is the class of decision problems solvable by a polynomial-time Turing machine that makes O(log&lt;sup&gt;k&lt;/sup&gt;n) nondeterministic transitions, with the same acceptance mechanism as [[Complexity Zoo:N#np|NP]].  Equivalently, the machine receives a purported proof of size O(log&lt;sup&gt;k&lt;/sup&gt;n) that the answer is 'yes.'

Then &amp;#946;P is the union of &amp;#946;&lt;sub&gt;k&lt;/sub&gt;P over all constant k.

Defined in [[zooref#kf84|[KF84]]].  See also the survey [[zooref#glm96|[GLM96]]].

There exist oracles relative to which basically any consistent inclusion structure among the &amp;#946;&lt;sub&gt;k&lt;/sub&gt;P's can be realized [[zooref#bg98|[BG98]]].

&amp;#946;&lt;sub&gt;2&lt;/sub&gt;P contains [[Complexity Zoo:L#lognp|LOGNP]] and [[Complexity Zoo:L#logsnp|LOGSNP]].

----
===== &lt;span id=&quot;bh&quot; style=&quot;color:red&quot;&gt;BH&lt;/span&gt;: Boolean Hierarchy Over [[Complexity Zoo:N#np|NP]] =====
The smallest class that contains [[Complexity Zoo:N#np|NP]] and is closed under union, intersection, and complement.

The levels are defined as follows:
&lt;ul&gt;
&lt;li&gt;BH&lt;sub&gt;1&lt;/sub&gt; = [[Complexity Zoo:N#np|NP]].&lt;/li&gt;
&lt;li&gt;BH&lt;sub&gt;2i&lt;/sub&gt; is the class of languages that are the intersection of a BH&lt;sub&gt;2i-1&lt;/sub&gt; language with a [[Complexity Zoo:C#conp|coNP]] language.&lt;/li&gt;
&lt;li&gt;BH&lt;sub&gt;2i+1&lt;/sub&gt; is the class of languages that are the union of a BH&lt;sub&gt;2i&lt;/sub&gt; language with an [[Complexity Zoo:N#np|NP]] language.&lt;/li&gt;
&lt;/ul&gt;
Then BH is the union over all i of BH&lt;sub&gt;i&lt;/sub&gt;.

Defined in [[zooref#ww85|[WW85]]].

For more detail see [[zooref#cgh88|[CGH+88]]].

Contained in [[Complexity Zoo:D#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] and indeed in [[Complexity Zoo:P#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]].

If BH collapses at any level, then [[Complexity Zoo:P#ph|PH]] collapses to &amp;#931;&lt;sub&gt;3&lt;/sub&gt;P [[zooref#kad88|[Kad88]]].

''See also'': {{zcls|d|dp}}, [[Complexity Zoo:Q#qh|QH]].

----

===== &lt;span id=&quot;bpdp&quot; style=&quot;color:red&quot;&gt;BP&lt;sub&gt;d&lt;/sub&gt;(P)&lt;/span&gt;: Polynomial Size d-Times-Only Branching Program =====
Defined in [[zooref#weg88|[Weg88]]].

The class of decision problems solvable by a family of polynomial size branching programs, with the additional condition that each bit of the input is tested at most d times.

BP&lt;sub&gt;d&lt;/sub&gt;(P) strictly contains BP&lt;sub&gt;d-1&lt;/sub&gt;(P), for every d &amp;gt; 1 [[zooref#tha98|[Tha98]]].

Contained in [[Complexity Zoo:P#pbp|PBP]].

See also: [[Complexity Zoo:P#pobdd|P-OBDD]], [[Complexity Zoo:P#kpbp|k-PBP]].
----

===== &lt;span id=&quot;bpe&quot; style=&quot;color:red&quot;&gt;BPE&lt;/span&gt;: Bounded-Error Probabilistic [[Complexity Zoo:E#e|E]] =====
Has the same relation to [[Complexity Zoo:E#e|E]] as [[#bpp|BPP]] does to [[Complexity Zoo:P#p|P]].

[[Complexity Zoo:E#ee|EE]] = BPE if and only if [[Complexity Zoo:E#exp|EXP]] = [[#bpp|BPP]] [[zooref#ikw01|[IKW01]]].

----
===== &lt;span id=&quot;bpee&quot; style=&quot;color:red&quot;&gt;BPEE&lt;/span&gt;: Bounded-Error Probabilistic [[Complexity Zoo:E#ee|EE]] =====
Has the same relation to [[Complexity Zoo:E#ee|EE]] as [[#bpp|BPP]] does to [[Complexity Zoo:P#p|P]].

----
===== &lt;span id=&quot;bphspace&quot; style=&quot;color:red&quot;&gt;BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))&lt;/span&gt;: Bounded-Error Halting Probabilistic f(n)-Space =====
The class of decision problems solvable in O(f(n))-space with error probability at most 1/3, by a Turing machine that halts on every input &lt;i&gt;and&lt;/i&gt; every random tape setting.

Contains [[Complexity Zoo:R#rhspace|R&lt;sub&gt;H&lt;/sub&gt;SPACE]](f(n)).

Is contained in [[Complexity Zoo:D#dspace|DSPACE]](f(n)&lt;sup&gt;3/2&lt;/sup&gt;) [[zooref#sz95|[SZ95]]].

----
===== &lt;span id=&quot;bpl&quot; style=&quot;color:red&quot;&gt;BPL&lt;/span&gt;: Bounded-Error Probabilistic [[Complexity Zoo:L#l|L]] =====
Has the same relation to [[Complexity Zoo:L#l|L]] as [[#bpp|BPP]] does to [[Complexity Zoo:P#p|P]].  The Turing machine has to halt with probability 1 on every input.

Contained in [[Complexity Zoo:S#sc|SC]] [[zooref#nis92|[Nis92]]] and in [[Complexity Zoo:P#pl|PL]].

----
===== &lt;span id=&quot;bpnp&quot; style=&quot;color:red&quot;&gt;BP&amp;#149;NP&lt;/span&gt;: Probabilistic [[Complexity Zoo:N#np|NP]] =====
Equals [[Complexity Zoo:A#am|AM]].

----
===== &lt;span id=&quot;bpp&quot; style=&quot;color:red&quot;&gt;BPP&lt;/span&gt;: Bounded-Error Probabilistic Polynomial-Time =====
The class of decision problems solvable by an [[Complexity Zoo:N#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'yes' then at least 2/3 of the computation paths accept.&lt;/li&gt;
&lt;li&gt;If the answer is 'no' then at most 1/3 of the computation paths accept.&lt;/li&gt;
&lt;/ol&gt;
(Here all computation paths have the same length.)

Often identified as the class of feasible problems for a computer with access to a genuine random-number source.

Defined in [[zooref#gil77|[Gil77]]].

Contained in [[Complexity Zoo:S#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] &amp;#8745; [[Complexity Zoo:P#pi2p|&amp;#928;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#lau83|[Lau83]]], and indeed in [[Complexity Zoo:Z#zpp|ZPP]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]&lt;/sup&gt; [[zooref#gz97|[GZ97]]].

If BPP contains [[Complexity Zoo:N#np|NP]], then [[Complexity Zoo:R#rp|RP]] = [[Complexity Zoo:N#np|NP]] [[zooref#ko82|[Ko82,]][[zooref#gil77|Gil77]]] and [[Complexity Zoo:P#ph|PH]] is contained in BPP [[zooref#zac88|[Zac88]]].

If any problem in [[Complexity Zoo:E#e|E]] requires circuits of size 2&lt;sup&gt;&amp;#937;(n)&lt;/sup&gt;, then BPP = [[Complexity Zoo:P#p|P]] [[zooref#iw97|[IW97]]] (in other words, BPP can be derandomized).

Indeed, &lt;i&gt;any&lt;/i&gt; proof that BPP = [[Complexity Zoo:P#p|P]] requires showing either that [[Complexity Zoo:N#nexp|NEXP]] is not in [[Complexity Zoo:P#ppoly|P/poly]], or else that [[Complexity Zoo:Symbols#sharpp|#P]] requires superpolynomial-size arithmetic circuits [[zooref#ki02|[KI02]]].

BPP is not known to contain complete problems.  [[zooref#sip82|[Sip82]]], [[zooref#hh86|[HH86]]] give oracles relative to which BPP has no complete problems.

There exist oracles relative to which [[Complexity Zoo:P#p|P]] = [[Complexity Zoo:R#rp|RP]] but still [[Complexity Zoo:P#p|P]] is not equal to BPP [[zooref#bf99|[BF99]]].

In contrast to the case of [[Complexity Zoo:P#p|P]], it is unknown whether BPP collapses to [[#bptime|BPTIME]](n&lt;sup&gt;c&lt;/sup&gt;) for some fixed constant c.  However, [[zooref#bar02|[Bar02]]] and [[zooref#fs04|[FS04]]] have shown hierarchy theorems for BPP with a small amount of advice.

A [[Zoo Glossary#zeroone-law|zero-one law]] exists stating that BPP has [[Zoo Glossary#p-measure|p-measure]] zero unless BPP = {{zcls|e|exp}} {{zcite|Mel00}}.

Equals [[Complexity Zoo:A#almostp|Almost-P]].

See also: [[#bpppath|BPP&lt;sub&gt;path&lt;/sub&gt;]].

----

===== &lt;span id=&quot;bppcc&quot; style=&quot;color:red&quot;&gt;BPP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Communication Complexity [[#bpp|BPP]] =====
The analogue of [[Complexity Zoo:P#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]] for bounded-error probabilistic communication complexity.

Does not equal [[Complexity Zoo:P#pcc|P&lt;sup&gt;cc&lt;/sup&gt;]], and is not contained in [[Complexity Zoo:N#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]], because of the EQUALITY problem.

Defined in [[zooref#bfs86|[BFS86]]].

----

===== &lt;span id=&quot;bppkcc&quot; style=&quot;color:red&quot;&gt;BPP&lt;sub&gt;&lt;math&gt;k&lt;/math&gt;&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] in NOF model, &lt;math&gt;k&lt;/math&gt; players =====

Has the same relation to [[#bppcc|BPP&lt;sup&gt;cc&lt;/sup&gt;]] and [[#bpp|BPP]] as {{zcls|p|pkcc|P&lt;sub&gt;&lt;math&gt;k&lt;/math&gt;&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;}} does to {{zcls|p|pcc|P&lt;sup&gt;cc&lt;/sup&gt;}} and {{zcls|p|p}}.

{{zcls|n|npkcc|NP&lt;sub&gt;&lt;math&gt;k&lt;/math&gt;&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;}} is not contained in {{zcls|b|bppkcc|BPP&lt;sub&gt;&lt;math&gt;k&lt;/math&gt;&lt;/sub&gt;&lt;sup&gt;cc&lt;/sup&gt;}} for &lt;math&gt;k\le(1-\delta)\cdot\log n&lt;/math&gt; players, for any constant &lt;math&gt;\delta&gt;0&lt;/math&gt; {{zcite|DP08}}.
----

===== &lt;span id=&quot;bppkt&quot; style=&quot;color:red&quot;&gt;BPP&lt;sup&gt;KT&lt;/sup&gt;&lt;/span&gt;: [[#bpp|BPP]] With Time-Bounded Kolmogorov Complexity Oracle =====
[[#bpp|BPP]] with an oracle that, given a string x, returns the minimum over all programs P that output x&lt;sub&gt;i&lt;/sub&gt; on input i, of the length of P plus the maximum time taken by P on any input.

A similar class was defined in [[zooref#abk02|[ABK+02]]], where it was also shown that in BPP&lt;sup&gt;KT&lt;/sup&gt; one can [[Complexity_Garden#integer_factorization|factor]], compute [[Complexity_Garden#discrete_logarithm|discrete logarithms]], and more generally invert any one-way function on a non-negligible fraction of inputs.

See also: [[Complexity Zoo:P#pk|P&lt;sup&gt;K&lt;/sup&gt;]].

----

===== &lt;span id=&quot;bpplog&quot; style=&quot;color:red&quot;&gt;BPP/log&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Karp-Lipton Advice =====
The class of problems solvable by a semantic [[#bpp|BPP]] machine with O(log n) advice bits that depend only on the input length n.  If the advice is good, the output must be correct with probability at least 2/3.  If it is bad, the machine must provide some answer with probability at least 2/3.  See the discussion for [[#bqppoly|BQP/poly]].

Contained in [[#bppmlog|BPP/mlog]].

----
===== &lt;span id=&quot;bppmlog&quot; style=&quot;color:red&quot;&gt;BPP/mlog&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Deterministic Merlin-Like Advice =====
The class of problems solvable by a syntactic [[#bpp|BPP]] machine with O(log n) advice bits that depend only on the input length n.  If the advice is good, the output must be correct with probability at least 2/3.  If it is bad, it need not be.

Contained in [[#bpprlog|BPP/rlog]].

----
===== &lt;span id=&quot;bppsslog&quot; style=&quot;color:red&quot;&gt;BPP//log&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Randomness-Dependent Advice =====
The class of problems solvable by a [[#bpp|BPP]] machine that is given O(log n) advice bits, which can depend on both the machine's random coin flips and the input length n, but not on the input itself.

Defined in [[zooref#tv02|[TV02]]], where it was also shown that if [[Complexity Zoo:E#exp|EXP]] is in BPP//log then
[[Complexity Zoo:E#exp|EXP]] = [[#bpp|BPP]], and if [[Complexity Zoo:P#pspace|PSPACE]] is in BPP//log then [[Complexity Zoo:P#pspace|PSPACE]] = [[#bpp|BPP]].

----
===== &lt;span id=&quot;bpprlog&quot; style=&quot;color:red&quot;&gt;BPP/rlog&lt;/span&gt;: [[#bpp|BPP]] With Logarithmic Deterministic Merlin-Like Advice =====
The class of problems solvable by a syntactic [[#bpp|BPP]] machine with O(log n) random advice bits whose probability distribution depends only on the input length n.  For each n, there exists good advice such that the output is correct with probability at least 2/3.

Contains [[#bppmlog|BPP/mlog]].  The inclusion is strict, because BPP/rlog contains any finitely sparse language by fingerprinting; see the discussion for [[Complexity Zoo:A#all|ALL]].

Contained in [[#bppsslog|BPP//log]].

----
===== &lt;span id=&quot;bppobdd&quot; style=&quot;color:red&quot;&gt;BPP-OBDD&lt;/span&gt;: Polynomial-Size Bounded-Error Ordered Binary Decision Diagram =====
Same as [[Complexity Zoo:P#pobdd|P-OBDD]], except that probabilistic transitions are allowed and the OBDD need only accept with probability at least 2/3.

Does not contain the integer multiplication problem [[zooref#ak96|[AK96]]].

Strictly contained in [[#bqpobdd|BQP-OBDD]] [[zooref#nhk00|[NHK00]]].

----
===== &lt;span id=&quot;bpppath&quot; style=&quot;color:red&quot;&gt;BPP&lt;sub&gt;path&lt;/sub&gt;&lt;/span&gt;: Threshold [[#bpp|BPP]] =====
Same as [[#bpp|BPP]], except that now the computation paths need not all have the same length.

Defined in [[zooref#hht97|[HHT97]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;BPP&lt;sub&gt;path&lt;/sub&gt; contains [[Complexity Zoo:M#ma|MA]] and [[Complexity Zoo:P#pnplog|P&lt;sup&gt;NP[log]&lt;/sup&gt;]], and is contained in [[Complexity Zoo:P#pp|PP]] and [[#bpp|BPP]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;BPP&lt;sub&gt;path&lt;/sub&gt; is closed under complementation, intersection, and union.&lt;/li&gt;
&lt;li&gt;If BPP&lt;sub&gt;path&lt;/sub&gt; = BPP&lt;sub&gt;path&lt;/sub&gt;&lt;sup&gt;BPP&lt;sub&gt;path&lt;/sub&gt;&lt;/sup&gt;, then [[Complexity Zoo:P#ph|PH]] collapses to BPP&lt;sub&gt;path&lt;/sub&gt;.&lt;/li&gt;
&lt;li&gt;If BPP&lt;sub&gt;path&lt;/sub&gt; contains [[Complexity Zoo:S#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]], then [[Complexity Zoo:P#ph|PH]] collapses to [[#bpp|BPP]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]&lt;/sup&gt;.&lt;/li&gt;
&lt;/ul&gt;
There exists an oracle relative to which BPP&lt;sub&gt;path&lt;/sub&gt; is not contained in [[Complexity Zoo:S#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#bgm02|[BGM02]]].

An alternate characterization of BPP&lt;sub&gt;path&lt;/sub&gt; uses the idea of post-selection. That is, BPP&lt;sub&gt;path&lt;/sub&gt; is the class of languages &lt;math&gt;L&lt;/math&gt; for which there exists a pair of polynomial-time Turing machines &lt;math&gt;A&lt;/math&gt; and &lt;math&gt;B&lt;/math&gt; such that the following conditions hold for all &lt;math&gt;x&lt;/math&gt;:
* If &lt;math&gt;x\in L&lt;/math&gt;, &lt;math&gt;\Pr_{r\in\{0,1\}^{\mathrm{poly}(\left\vert x\right\vert)}}\left[A(x,r)\mid B(x,r)\right]\ge \frac23&lt;/math&gt;.
* If &lt;math&gt;x\notin L&lt;/math&gt;, &lt;math&gt;\Pr_{r\in\{0,1\}^{\mathrm{poly}(\left\vert x\right\vert)}}\left[A(x,r)\mid B(x,r)\right]&lt; \frac13&lt;/math&gt;.
* &lt;math&gt;\Pr_{r\in\{0,1\}^{\mathrm{poly}(n)}}\left[B(x,r)\right]&gt;0&lt;/math&gt;.
We say that &lt;math&gt;B&lt;/math&gt; is the post-selector. Intuitively, this characterization allows a BPP machine to require that its random bits have some special but easily verifiable property. This characterization makes the inclusion NP &amp;sube; BPP&lt;sub&gt;path&lt;/sub&gt; nearly trivial.

''See Also'': {{zcls|p|postbqp|PostBQP}} (quantum analogue).

----

===== &lt;span id=&quot;bpqp&quot; style=&quot;color:red&quot;&gt;BPQP&lt;/span&gt;: Bounded-Error Probabilistic [[Complexity Zoo:Q#qp|QP]] =====
Equals [[#bptime|BPTIME]](2&lt;sup&gt;O((log n)^k)&lt;/sup&gt;); that is, the class of problems solvable in quasipolynomial-time on a bounded-error machine.

Defined in [[zooref#cns99|[CNS99]]], where the following was also shown:
&lt;ul&gt;
If either (1) [[Complexity Zoo:Symbols#sharpp|#P]] does not have a subexponential-time bounded-error algorithm, or (2) [[Complexity Zoo:E#exp|EXP]] does not have subexponential-size circuits, then the BPQP hierarchy is strict -- that is, for all a &amp;lt; b at least 1, [[#bptime|BPTIME]](2&lt;sup&gt;(log n)^a&lt;/sup&gt;) is strictly contained in [[#bptime|BPTIME]](2&lt;sup&gt;(log n)^b&lt;/sup&gt;).
&lt;/ul&gt;

----
===== &lt;span id=&quot;bpspace&quot; style=&quot;color:red&quot;&gt;BPSPACE(f(n))&lt;/span&gt;: Bounded-Error Probabilistic f(n)-Space =====
The class of decision problems solvable in O(f(n))-space with error probability at most 1/3, by a Turing machine that halts with probability 1 on every input.

Contains [[Complexity Zoo:R#rspace|RSPACE(f(n))]] and [[#bphspace|BP&lt;sub&gt;H&lt;/sub&gt;SPACE(f(n))]].

----
===== &lt;span id=&quot;bptime&quot; style=&quot;color:red&quot;&gt;BPTIME(f(n))&lt;/span&gt;: Bounded-Error Probabilistic f(n)-Time =====
Same as [[#bpp|BPP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#gil77|[Gil77]]].

BPTIME(n&lt;sup&gt;log n&lt;/sup&gt;) does not equal BPTIME(2&lt;sup&gt;n^&amp;epsilon;&lt;/sup&gt;) for any &amp;epsilon;&gt;0 [[zooref#kv88|[KV88]]].  Proving a stronger time hierarchy theorem for BPTIME is a longstanding open problem; see [[zooref#bh97|[BH97]]] for details.

[[zooref#bar02|[Bar02]]] has shown the following:
&lt;ul&gt;
&lt;li&gt;If we allow a small number of advice bits (say log n), then there is a strict hierarchy: for every d at least 1, BPTIME(n&lt;sup&gt;d&lt;/sup&gt;)/(log n) does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;)/(log n).&lt;/li&gt;
&lt;li&gt;In the uniform setting, if [[#bpp|BPP]] has complete problems then BPTIME(n&lt;sup&gt;d&lt;/sup&gt;) does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;).&lt;/li&gt;
&lt;li&gt;BPTIME(n) does not equal [[Complexity Zoo:N#np|NP]].&lt;/li&gt;
&lt;/ul&gt;
Subsequently, [[zooref#fs04|[FS04]]] managed to reduce the number of advice bits to only 1: BPTIME(n&lt;sup&gt;d&lt;/sup&gt;)/1 does not equal BPTIME(n&lt;sup&gt;d+1&lt;/sup&gt;)/1.  They also proved a hierarchy theorem for [[#heurbptime|HeurBPTIME]].

For another bounded-error hierarchy result, see [[#bpqp|BPQP]].

----
===== &lt;span id=&quot;bqnc&quot; style=&quot;color:red&quot;&gt;BQNC&lt;/span&gt;: Alternate Name for [[Complexity Zoo:Q#qnc|QNC]] =====

----
===== &lt;span id=&quot;bqnp&quot; style=&quot;color:red&quot;&gt;BQNP&lt;/span&gt;: Alternate Name for [[Complexity Zoo:Q#qma|QMA]] =====

----
===== &lt;span id=&quot;bqp&quot; style=&quot;color:red&quot;&gt;BQP&lt;/span&gt;: Bounded-Error Quantum Polynomial-Time =====
The class of decision problems solvable in polynomial time by a quantum Turing machine, with at most 1/3 probability of error.

One can equivalently define BQP as the class of decision problems solvable by a uniform family of polynomial-size quantum circuits, with at most 1/3 probability of error [[zooref#yao93|[Yao93]]].  Any universal gate set can be used as a basis; however, a technicality is that the transition amplitudes must be efficiently computable, since otherwise one could use them to encode the solutions to hard problems (see [[zooref#adh97|[ADH97]]]).

BQP is often identified as the class of feasible problems for quantum computers.

Contains the [[Complexity_Garden#integer_factorization|factoring]] and [[Complexity_Garden#discrete_logarithm|discrete logarithm]] problems [[zooref#sho97|[Sho97]]], the hidden Legendre symbol problem [[zooref#dhi02|[DHI02]]], the Pell's equation and principal ideal problems [[zooref#hal02|[Hal02]]], and some other problems not thought to be in [[#bpp|BPP]].

Defined in [[zooref#bv97|[BV97]]], where it is also shown that BQP contains [[#bpp|BPP]] and is contained in [[Complexity Zoo:P#p|P]] with a [[Complexity Zoo:Symbols#sharpp|#P]] oracle.

BQP&lt;sup&gt;BQP&lt;/sup&gt; = BQP [[zooref#bv97|[BV97]]].

[[zooref#adh97|[ADH97]]] showed that BQP is contained in [[Complexity Zoo:P#pp|PP]], and [[zooref#fr98|[FR98]]] showed that BQP is contained in [[Complexity Zoo:A#awpp|AWPP]].

There exist oracles relative to which:
&lt;ul&gt;
&lt;li&gt;BQP does not equal to [[#bpp|BPP]] [[zooref#bv97|[BV97]]] (and by similar arguments, is not in [[Complexity Zoo:P#ppoly|P/poly]]).&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[Complexity Zoo:M#ma|MA]] [[zooref#wat00|[Wat00]]].&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[Complexity Zoo:M#modkp|Mod&lt;sub&gt;p&lt;/sub&gt;P]] for prime p [[zooref#gv02|[GV02]]].&lt;/li&gt;
&lt;li&gt;[[Complexity Zoo:N#np|NP]], and indeed [[Complexity Zoo:N#npiconp|NP &amp;#8745; coNP]], are not contained in BQP (in fact, this holds with probability 1 relative to a random oracle and a random permutation oracle, respectively) [[zooref#bbb97|[BBB+97]]].&lt;/li&gt;
&lt;li&gt;[[Complexity Zoo:S#szk|SZK]] is not contained in BQP [[zooref#aar02|[Aar02]]].&lt;/li&gt;
&lt;li&gt;BQP is not contained in [[Complexity Zoo:S#szk|SZK]] (follows easily using the quantum walk problem in [[zooref#ccd03|[CCD+03]]]).&lt;/li&gt;
&lt;li&gt;[[Complexity Zoo:P#ppad|PPAD]] is not contained in BQP [[zooref#li11|[Li11]]].&lt;/li&gt;
&lt;/ul&gt;

----

===== &lt;span id=&quot;bqplog&quot; style=&quot;color:red&quot;&gt;BQP/log&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Karp-Lipton Advice =====
Same as [[#bqppoly|BQP/poly]] except that the advice is O(log n) bits instead of a polynomial number.

Contained in [[#bqpmlog|BQP/mlog]].

----
===== &lt;span id=&quot;bqppoly&quot; style=&quot;color:red&quot;&gt;BQP/poly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Karp-Lipton Advice =====
Is to [[#bqpmpoly|BQP/mpoly]] as [[#existsbpp|&amp;#8707;BPP]] is to [[Complexity Zoo:M#ma|MA]].  Namely, the [[#bqp|BQP]] machine is required to give some answer with probability at least 2/3 even if the advice is bad.  Even though [[#bqpmpoly|BQP/mpoly]] is a more natural class, BQP/poly follows the standard definition of advice as a class operator [[zooref#kl82|[KL82]]].

Contained in [[#bqpmpoly|BQP/mpoly]] and contains [[#bqplog|BQP/log]].

----
===== &lt;span id=&quot;bqpmlog&quot; style=&quot;color:red&quot;&gt;BQP/mlog&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Deterministic Merlin-Like Advice =====
Same as [[#bqpmpoly|BQP/mpoly]] except that the advice is O(log n) bits instead of a polynomial number.

Strictly contained in [[#bqpqlog|BQP/qlog]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;bqpmpoly&quot; style=&quot;color:red&quot;&gt;BQP/mpoly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Deterministic Merlin-Like Advice =====
The class of languages recognized by a syntactic BQP machine with deterministic polynomial advice that depends only on the input length, such that the output is correct with probability 2/3 when the advice is good.

Can also be defined as the class of problems solvable by a nonuniform family of polynomial-size quantum circuits, just as [[#ppoly|P/poly]] is the class solvable by a nonuniform family of polynomial-size classical circuits.

Referred to with a variety of other ad hoc names, including [[#bqppoly|BQP/poly]] on occassion.

Contains [[#bqpqlog|BQP/qlog]], and is contained in [[#bqpqpoly|BQP/qpoly]].

Does not contain [[Complexity Zoo:E#espace|ESPACE]] [[zooref#ny03|[NY03]]].

----
===== &lt;span id=&quot;bqpqlog&quot; style=&quot;color:red&quot;&gt;BQP/qlog&lt;/span&gt;: [[#bqp|BQP]] With Logarithmic-Size Quantum Advice =====
Same as [[#bqpmlog|BQP/mlog]] except that the advice is quantum instead of classical.

Strictly contains [[#bqpmlog|BQP/mlog]] [[zooref#ny03|[NY03]]].

Contained in [[#bqpmpoly|BQP/mpoly]].

----
===== &lt;span id=&quot;bqpqpoly&quot; style=&quot;color:red&quot;&gt;BQP/qpoly&lt;/span&gt;: [[#bqp|BQP]] With Polynomial-Size Quantum Advice =====
The class of problems solvable by a [[#bqp|BQP]] machine that receives a quantum state &amp;psi;&lt;sub&gt;n&lt;/sub&gt; as advice, which depends only on the input length n.

As with [[#bqpmpoly|BQP/mpoly]], the acceptance probability does not need to be bounded away from 1/2 if the machine is given bad advice. (Thus, we are discussing the class that [[zooref#ny03|[NY03]]] call BQP/*Qpoly.) Indeed, such a condition would make ''quantum'' advice unusable, by a continuity argument.

Does not contain [[Complexity Zoo:E#eespace|EESPACE]] [[zooref#ny03|[NY03]]].

[[zooref#aar04b|[Aar04b]]] shows the following:
&lt;ul&gt;
&lt;li&gt;There exists an oracle relative to which BQP/qpoly does not contain [[Complexity Zoo:N#np|NP]].&lt;/li&gt;
&lt;li&gt;BQP/qpoly is contained in [[Complexity Zoo:P#pppoly|PP/poly]].&lt;/li&gt;
&lt;/ul&gt;
A ''classical'' oracle separation between BQP/qpoly and [[#bqpmpoly|BQP/mpoly]] is presently unknown, but there is a ''quantum'' oracle separation [[zooref#ak06|[AK06]]].  An unrelativized separation is too much to hope for, since it would imply that [[Complexity Zoo:P#pp|PP]] is not contained in [[Complexity Zoo:P#ppoly|P/poly]].

Contains [[#bqpmpoly|BQP/mpoly]].

----

===== &lt;span id=&quot;bqpobdd&quot; style=&quot;color:red&quot;&gt;BQP-OBDD&lt;/span&gt;: Polynomial-Size Bounded-Error Quantum Ordered Binary Decision Diagram =====
Same as [[Complexity Zoo:P#pobdd|P-OBDD]], except that unitary (quantum) transitions are allowed and the OBDD need only accept with probability at least 2/3.

Strictly contains [[#bppobdd|BPP-OBDD]] [[zooref#nhk00|[NHK00]]].

----
===== &lt;span id=&quot;bqpspace&quot; style=&quot;color:red&quot;&gt;BQPSPACE&lt;/span&gt;: Bounded-Error Quantum [[Complexity Zoo:P#pspace|PSPACE]] =====
Equals [[Complexity Zoo:P#pspace|PSPACE]] and [[Complexity Zoo:P#ppspace|PPSPACE]].

----
===== &lt;span id=&quot;bqtime&quot; style=&quot;color:red&quot;&gt;BQTIME(f(n))&lt;/span&gt;: Bounded-Error Quantum f(n)-Time =====
Same as [[#bqp|BQP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#bv97|[BV97]]].

----
===== &lt;span id=&quot;bqpctc&quot; style=&quot;color: red&quot;&gt;BQP&lt;sub&gt;CTC&lt;/sub&gt;&lt;/span&gt;: [[#bqp|BQP]] With Closed Time Curves =====
Same as [[#bqp|BQP]] with access to two sets of qubits: causality-respecting qubits and CTC qubits.

Defined in [[zooref#aar05c|[Aar05c]]], where it was shown that [[Complexity Zoo:P#pspace|PSPACE]] is contained in BQP&lt;sub&gt;CTC&lt;/sub&gt;, which in turn is contained in [[Complexity Zoo:S#sqg|SQG]].

See also [[Complexity Zoo:P#pctc|P&lt;sub&gt;CTC&lt;/sub&gt;]].

----

===== &lt;span id=&quot;bqpttpoly&quot; style=&quot;color:red&quot;&gt;BQP&lt;sub&gt;tt&lt;/sub&gt;/poly&lt;/span&gt;: [[#bqpmpoly|BQP/mpoly]] With Truth-Table Queries =====
Same as [[#bqpmpoly|BQP/mpoly]], except that the machine only gets to make &lt;i&gt;nonadaptive&lt;/i&gt; queries to whatever oracle it might have.

Defined in [[zooref#ny03b|[NY03b]]], where it was also shown that [[Complexity Zoo:P#p|P]] is not contained in BQP&lt;sub&gt;tt&lt;/sub&gt;/poly relative to an oracle.

----
===== &lt;span id=&quot;bwbp&quot; style=&quot;color:red&quot;&gt;k-BWBP&lt;/span&gt;: Bounded-Width Branching Program =====
Alternate name for k-[[Complexity Zoo:P#kpbp|PBP]].</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo:C</title>
    <id>3557</id>
    <revision>
      <id>33165</id>
      <timestamp>2012-05-10T04:47:54Z</timestamp>
      <contributor>
        <username>Torzsmokus</username>
        <id>10285</id>
      </contributor>
      <minor/>
      <comment>Undo revision 22314 by [[Special:Contributions/HalVarian|HalVarian]] ([[User talk:HalVarian|Talk]])</comment>
      <text xml:space="preserve">__NOTOC__
{{CZ-Letter-Menu|C}}


===== &lt;span id=&quot;cequalsac0&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;AC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Exact-Counting [[Complexity Zoo:A#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of problems for which there exists a [[Complexity Zoo:D#diffac0|DiffAC&lt;sup&gt;0&lt;/sup&gt;]] function f such that the answer is &quot;yes&quot; on input x if and only if f(x)=0.

Equals [[Complexity Zoo:T#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] and [[Complexity Zoo:P#pac0|PAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;cequalsl&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;L&lt;/span&gt;: Exact-Counting [[Complexity Zoo:L#l|L]] =====
Has the same relation to [[Complexity Zoo:L#l|L]] as [[Complexity Zoo:C#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] does to [[Complexity Zoo:P#p|P]].

C&lt;sub&gt;=&lt;/sub&gt;L&lt;sup&gt;C=L&lt;/sup&gt; = L&lt;sup&gt;C=L&lt;/sup&gt; [[zooref#abo99|[ABO99]]].

----
===== &lt;span id=&quot;cequalsp&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;=&lt;/sub&gt;P&lt;/span&gt;: Exact-Counting Polynomial-Time =====
The class of decision problems solvable by an [[Complexity Zoo:N#np|NP]] machine such that the number of accepting paths exactly equals the number of rejecting paths, if and only if the answer is 'yes.'

Equals [[Complexity Zoo:C#conqp|coNQP]] [[zooref#fgh98|[FGH+98]]].

----

===== &lt;span id=&quot;cc&quot; style=&quot;color:red&quot;&gt;CC&lt;/span&gt;: Comparator Circuits =====
A &lt;i&gt;comparator&lt;/i&gt; gate consists of two inputs and outputs the minimum of its two inputs on its first output wire and outputs the maximum of its two inputs on its second output wire. One important restriction is that each output of a comparator gate has fanout at most one. The Comparator Circuit Value Problem (CCVP) is defined as following. Given a circuit composed of comparator gates, the inputs to the circuit, and one output of the circuit, calculate the value of this output.

CC is defined as the class of problems log-space many-one reducible to CCVP [[zooref#ms89|[MS89]]]. At present it is only known that [[Complexity Zoo:N#nl|NL]]&lt;math&gt;\subseteq&lt;/math&gt;CC&lt;math&gt;\subseteq&lt;/math&gt;[[Complexity Zoo:P#p|P]] [[zooref#ms89|[MS89]]]. CC is an example of a complexity class neither known to be in [[Complexity Zoo:N#nc|NC]] nor [[Complexity Zoo:P#p|P]]-complete.

Natural complete problems for the CC class include Stable Marriage Problem, Stable Roommate Problem, Lex-first Maximal Matching [[zooref#sub94|[Sub94]]].

----

===== &lt;span id=&quot;cc0&quot; style=&quot;color:red&quot;&gt;CC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Constant-Depth MOD&lt;sub&gt;''m''&lt;/sub&gt; Circuits =====
The set of problems solvable by by constant-depth circuits having only MOD&lt;sub&gt;''m''&lt;/sub&gt; gates for constant &lt;math&gt;m&lt;/math&gt;.

{{CZ-Class-Stub}}

----

===== &lt;span id=&quot;cfl&quot; style=&quot;color:red&quot;&gt;CFL&lt;/span&gt;: Context-Free Languages =====
Does not equal [[Complexity Zoo:Q#qcfl|QCFL]] [[zooref#mc00|[MC00]]].

Contained in [[Complexity Zoo:L#logcfl|LOGCFL]].

Strictly contains [[Complexity Zoo:D#dcfl|DCFL]] [[zooref#bra77|[Bra77]]] and indeed [[Complexity Zoo:U#ucfl|UCFL]].

----

===== &lt;span id=&quot;ch&quot; style=&quot;color:red&quot;&gt;CH&lt;/span&gt;: Counting Hierarchy =====
The union of the [[#ckp|C&lt;sub&gt;k&lt;/sub&gt;P]]'s over all constant k.

Contained in [[Complexity Zoo:P#pspace|PSPACE]]. 

Strictly contains DLOGTIME-uniform NC&lt;sup&gt;1&lt;/sup&gt; [[zooref#CMTV98|[CMTV98]]].

It is an open problem whether there exists an oracle relative to which CH is infinite, or even unequal to [[Complexity Zoo:P#pspace|PSPACE]].  This is closely related to the problem of whether [[Complexity Zoo:T#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] = {{zcls|n|nc1|NC&lt;sup&gt;1&lt;/sup&gt;}}, since a padding argument shows that [[Complexity Zoo:T#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] = {{zcls|n|nc1|NC&lt;sup&gt;1&lt;/sup&gt;}} implies CH = {{zcls|p|pspace}}.

----

===== &lt;span id=&quot;check&quot; style=&quot;color:red&quot;&gt;Check&lt;/span&gt;: Checkable Languages =====
The class of problems such that a polynomial-time program P that allegedly solves them can be &lt;i&gt;checked&lt;/i&gt; efficiently.  That is, f is in Check if there exists a [[Complexity Zoo:B#bpp|BPP]] algorithm C such that for all programs P and inputs x,
&lt;ol&gt;
&lt;li&gt;If P(y)=f(y) for all inputs y, then C&lt;sup&gt;P&lt;/sup&gt;(x) (C with oracle access to P) accepts with probability at least 2/3.&lt;/li&gt;
&lt;li&gt;If P(x) is not equal to f(x) then C&lt;sup&gt;P&lt;/sup&gt;(x) accepts with probability at most 1/3.&lt;/li&gt;
&lt;/ol&gt;

Introduced in [[zooref#bk89|[BK89]]], where it was also shown that Check equals [[Complexity Zoo:F#frip|frIP]] &amp;#8745; [[Complexity Zoo:C#cofrip|cofrIP]].

Check is contained in [[Complexity Zoo:N#nexp|NEXP]] &amp;#8745; [[Complexity Zoo:C#conexp|coNEXP]] [[zooref#frs88|[FRS88]]].

[[zooref#bg94|[BG94]]] show that if [[Complexity Zoo:N#nee|NEE]] is not contained in [[Complexity Zoo:B#bpee|BPEE]] then [[Complexity Zoo:N#np|NP]] is not contained in Check.

----
===== &lt;span id=&quot;clsharpp&quot; style=&quot;color:red&quot;&gt;CL#P&lt;/span&gt;: Cluster Sharp-P =====
The class of [[Complexity Zoo:Symbols#sharpp|#P]] function problems such that some underlying [[Complexity Zoo:N#np|NP]] machine &lt;math&gt;M&lt;/math&gt; witnessing membership in [[Complexity Zoo:Symbols#sharpp|#P]] has
&quot;clustered&quot; accepting paths. That is:
&lt;ul&gt;
&lt;li&gt;There exists a polynomial &lt;math&gt;p&lt;/math&gt; such that each computation path of &lt;math&gt;M&lt;/math&gt; on each input &lt;math&gt;x&lt;/math&gt; is exactly &lt;math&gt;p(|x|)&lt;/math&gt; bits long.&lt;/li&gt;
&lt;li&gt;There is a length-respecting total order &lt;math&gt;A&lt;/math&gt; having polynomial-time computable adjacency checks on the computation paths of &lt;math&gt;M&lt;/math&gt;.&lt;/li&gt;
&lt;li&gt;The accepting paths of &lt;math&gt;M&lt;/math&gt; on any input &lt;math&gt;x&lt;/math&gt; are contiguous with respect to &lt;math&gt;A&lt;/math&gt;.&lt;/li&gt;
&lt;/ul&gt;
Defined in [[zooref#hhk05|[HHK+05]]].

----

===== &lt;span id=&quot;ckp&quot; style=&quot;color:red&quot;&gt;C&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: k&lt;sup&gt;th&lt;/sup&gt; Level of [[Complexity Zoo:C#ch|CH]] =====
Defined as follows:
&lt;ul&gt;
&lt;li&gt;C&lt;sub&gt;0&lt;/sub&gt;P = [[Complexity Zoo:P#p|P]]&lt;/li&gt;
&lt;li&gt;C&lt;sub&gt;1&lt;/sub&gt;P = [[Complexity Zoo:P#pp|PP]]&lt;/li&gt;
&lt;li&gt;C&lt;sub&gt;2&lt;/sub&gt;P = [[Complexity Zoo:P#pp|PP]]&lt;sup&gt;[[Complexity Zoo:P#pp|PP]]&lt;/sup&gt;&lt;/li&gt;
&lt;li&gt;In general, C&lt;sub&gt;k+1&lt;/sub&gt;P is [[Complexity Zoo:P#pp|PP]] with C&lt;sub&gt;k&lt;/sub&gt;P oracle&lt;/li&gt;
&lt;/ul&gt;
The union of the C&lt;sub&gt;k&lt;/sub&gt;P's is called the counting hierarchy, [[Complexity Zoo:C#ch|CH]].

Defined in [[zooref#wag86|[Wag86]]].

See [[zooref#tor91|[Tor91]]] or [[zooref#aw90|[AW90]]] for more information.

----
===== &lt;span id=&quot;clog&quot; style=&quot;color:red&quot;&gt;CLOG&lt;/span&gt;: Continuous Logarithmic-Time =====
Roughly, the class of continuous problems solvable by an ordinary differential equation (ODE) with convergence time logarithmic in the size of the input.  The vector field of the ODE is specified by an [[Complexity Zoo:N#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] formula, with n parameters that represent the input.  The point to which the ODE converges (assuming it does) is the output.

Defined in [[zooref#bsf02|[BSF02]]], which should be consulted for more details.

[[zooref#bsf02|[BSF02]]] show that finding the maximum of n integers is in CLOG.  Thus, CLOG is best thought of as the continuous-time analog of [[Complexity Zoo:N#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]], not of [[Complexity Zoo:D#dtime|DTIME]](log n).

Contained in [[#cp|CP]].

----

===== &lt;span id=&quot;cnp&quot; style=&quot;color:red&quot;&gt;CNP&lt;/span&gt;: Continuous [[Complexity Zoo:N#np|NP]] =====
A nondeterministic analog of [[Complexity Zoo:C#cp|CP]].  Defined in [[zooref#sf98|[SF98]]], which should be consulted for the definition (it has something to do with strange attractors, I think).

The authors raise the question of whether [[Complexity Zoo:C#cp|CP]] equals CNP.

----

===== &lt;span id=&quot;coam&quot; style=&quot;color:red&quot;&gt;coAM&lt;/span&gt;: Complement of [[Complexity Zoo:A#am|AM]] =====

----
===== &lt;span id=&quot;cocequalsp&quot; style=&quot;color:red&quot;&gt;coC&lt;sub&gt;=&lt;/sub&gt;P&lt;/span&gt;: Complement of [[Complexity Zoo:C#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] =====
Equals [[Complexity Zoo:N#nqp|NQP]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;cofrip&quot; style=&quot;color:red&quot;&gt;cofrIP&lt;/span&gt;: Complement of [[Complexity Zoo:F#frip|frIP]] =====

----
===== &lt;span id=&quot;coh&quot; style=&quot;color:red&quot;&gt;Coh&lt;/span&gt;: Coherent Languages =====
The class of problems L that are &lt;i&gt;efficiently autoreducible&lt;/i&gt;, in the sense that given an input x and access to an oracle for L, a [[Complexity Zoo:B#bpp|BPP]] machine can compute L(x) by querying L only on points that differ from x.

Defined in [[zooref#yao90b|[Yao90b]]].

[[zooref#bg94|[BG94]]] show that, assuming [[Complexity Zoo:N#nee|NEE]] is not contained in [[Complexity Zoo:B#bpee|BPEE]], Coh &amp;#8745; [[Complexity Zoo:N#np|NP]] is not contained in any of [[#compnp|compNP]], [[#check|Check]], or [[Complexity Zoo:F#frip|frIP]].

----
===== &lt;span id=&quot;coma&quot; style=&quot;color:red&quot;&gt;coMA&lt;/span&gt;: Complement of [[Complexity Zoo:M#ma|MA]] =====

----
===== &lt;span id=&quot;comodkp&quot; style=&quot;color:red&quot;&gt;coMod&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Complement of [[Complexity Zoo:M#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] =====

----
===== &lt;span id=&quot;compip&quot; style=&quot;color:red&quot;&gt;compIP&lt;/span&gt;: Competitive [[Complexity Zoo:I#ip|IP]] Proof System =====
Same as [[#compnp|compNP]] but for interactive ([[Complexity Zoo:I#ip|IP]]) proofs instead of [[Complexity Zoo:N#np|NP]] proofs.

More formally, compIP is the class of decision problems L in [[Complexity Zoo:I#ip|IP]] = [[Complexity Zoo:P#pspace|PSPACE]] such that, if the answer is &quot;yes,&quot; then that can be proven by an interactive protocol between a [[Complexity Zoo:B#bpp|BPP]] verifier and a prover, a [[Complexity Zoo:B#bpp|BPP]] machine with access only to an oracle for L.

Assuming [[Complexity Zoo:N#nee|NEE]] is not contained in [[Complexity Zoo:B#bpee|BPEE]], [[Complexity Zoo:N#np|NP]] (and indeed [[Complexity Zoo:N#np|NP]] &amp;#8745; [[Complexity Zoo:C#coh|Coh]]) is not contained in [[Complexity Zoo:C#compip|compIP]] [[zooref#bg94|[BG94]]].

----

===== &lt;span id=&quot;compnp&quot; style=&quot;color:red&quot;&gt;compNP&lt;/span&gt;: Competitive [[Complexity Zoo:N#np|NP]] Proof System =====
The class of decision problems L in [[Complexity Zoo:N#np|NP]] such that, if the answer is &quot;yes,&quot; then a proof can be constructed in polynomial time given access only to an oracle for L.

Contains [[Complexity Zoo:N#npc|NPC]].

[[zooref#bg94|[BG94]]] show that compNP is contained in [[Complexity Zoo:F#frip|frIP]], and that assuming [[Complexity Zoo:N#nee|NEE]] is not contained in [[Complexity Zoo:B#bpee|BPEE]], compNP does not equal [[Complexity Zoo:N#np|NP]].

----
===== &lt;span id=&quot;cone&quot; style=&quot;color:red&quot;&gt;coNE&lt;/span&gt;: Complement of [[Complexity Zoo:N#ne|NE]] =====

----
===== &lt;span id=&quot;conexp&quot; style=&quot;color:red&quot;&gt;coNEXP&lt;/span&gt;: Complement of [[Complexity Zoo:N#nexp|NEXP]] =====
Contained in [[Complexity_Zoo:N#nexppoly|NEXP/poly]] (folklore result reported in [[http://weblog.fortnow.com/ Fortnow's weblog]]).

----

===== &lt;span id=&quot;conl&quot; style=&quot;color:red&quot;&gt;coNL&lt;/span&gt;: Complement of [[Complexity Zoo:N#nl|NL]] =====
Equals [[Complexity Zoo:N#nl|NL]] [[zooref#imm88|[Imm88]]] [[zooref#sze87|[Sze87]]].

----
===== &lt;span id=&quot;conp&quot; style=&quot;color:red&quot;&gt;coNP&lt;/span&gt;: Complement of [[Complexity Zoo:N#np|NP]] =====
If [[Complexity Zoo:N#np|NP]] = coNP, then any inconsistent Boolean formula of size n has a proof of inconsistency of size polynomial in n.

If [[Complexity Zoo:N#np|NP]] does not equal coNP, then [[Complexity Zoo:P#p|P]] does not equal [[Complexity Zoo:N#np|NP]].  But the other direction is not known.

See also: [[Complexity Zoo:N#npiconp|NP &amp;#8745; coNP]].

Every problem in coNP has an [[Complexity Zoo:I#ip|IP]] (interactive proof) system, where moreover the prover can be restricted to [[Complexity Zoo:B#bpp|BPP]]&lt;sup&gt;[[Complexity Zoo:Symbols#sharpp|#P]]&lt;/sup&gt;. If every problem in coNP has an interactive protocol whose rounds are bounded by a polylogarithmic function, then {{zcls|e|eh}} collapses to the third level {{zcite|SS04}}.

Co-NP is equal to [[#Complexity_Zoo:S#so|SO-A]], the second-order queries where the second-order quantifiers are only universals.
----

===== &lt;span id=&quot;conpcc&quot; style=&quot;color:red&quot;&gt;coNP&lt;sup&gt;cc&lt;/sup&gt;&lt;/span&gt;: Complement of [[Complexity Zoo:N#npcc|NP&lt;sup&gt;cc&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;conppoly&quot; style=&quot;color:red&quot;&gt;coNP/poly&lt;/span&gt;: Complement of [[Complexity Zoo:N#nppoly|NP/poly]] =====
If [[Complexity Zoo:N#np|NP]] is contained in coNP/poly then [[Complexity Zoo:P#ph|PH]] collapses to [[Complexity Zoo:S#s2p|S&lt;sub&gt;2&lt;/sub&gt;P]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]&lt;/sup&gt; [[zooref#cch01|[CCH+01]]].

&lt;table border=&quot;2&quot;&gt;&lt;tr&gt;&lt;td&gt;[[Complexity Zoo:N#np|NP]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]^[[Complexity Zoo:N#np|NP]]^([[#conppoly|coNP/poly]] &amp;#8745; [[Complexity Zoo:N#np|NP]])&lt;/sup&gt; = [[Complexity Zoo:N#np|NP]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]^[[Complexity Zoo:N#np|NP]]&lt;/sup&gt; [[zooref#hno96|[HNO+96]]]&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;i&gt;Note:&lt;/i&gt; At the suggestion of Luis Antu&amp;ntilde;es, the above specimen of the Complexity Zoo has been locked in a cage.

----
===== &lt;span id=&quot;conqp&quot; style=&quot;color:red&quot;&gt;coNQP&lt;/span&gt;: Complement of [[Complexity Zoo:N#nqp|NQP]] =====
Equals [[Complexity Zoo:C#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]] [[zooref#fgh98|[FGH+98]]].

----
===== &lt;span id=&quot;core&quot; style=&quot;color:red&quot;&gt;coRE&lt;/span&gt;: Complement of [[Complexity Zoo:R#re|RE]] =====
Does not equal [[Complexity Zoo:R#re|RE]].

The problem &quot;given a computable predicate P, is P true of all positive integers?&quot; is coRE-complete.

----
===== &lt;span id=&quot;cornc&quot; style=&quot;color:red&quot;&gt;coRNC&lt;/span&gt;: Complement of [[Complexity Zoo:R#rnc|RNC]] =====
Contains the problem of whether a bipartite graph has a perfect matching [[zooref#kar86|[Kar86]]].

----
===== &lt;span id=&quot;corp&quot; style=&quot;color:red&quot;&gt;coRP&lt;/span&gt;: Complement of [[Complexity Zoo:R#rp|RP]] =====
Defined in [[zooref#gil77|[Gil77]]].  (This paper does not actually discuss coRP, other than implicitly mentioning that ZPP = RP ∩ co-RP.  Is there a better reference?)

Contains the problem of testing whether an integer is prime [[zooref#ss77|[SS77]]].

----

===== &lt;span id=&quot;cosl&quot; style=&quot;color:red&quot;&gt;coSL&lt;/span&gt;: Complement of [[Complexity Zoo:S#sl|SL]] =====

----
===== &lt;span id=&quot;cosparse&quot; style=&quot;color:red&quot;&gt;coSPARSE&lt;/span&gt;: Complement of [[Complexity Zoo:S#sparse|SPARSE]] =====

----
===== &lt;span id=&quot;coucc&quot; style=&quot;color:red&quot;&gt;coUCC&lt;/span&gt;: Complement of [[Complexity Zoo:U#ucc|UCC]] =====
[[zooref#tor00|[Tor00]]] showed the following problem complete for coUCC under [[Complexity Zoo:L#l|L]] reductions:
&lt;ul&gt;
Given a colored graph G with at most two vertices having any given color, does G have any nontrivial automorphisms?
&lt;/ul&gt;

----
===== &lt;span id=&quot;coup&quot; style=&quot;color:red&quot;&gt;coUP&lt;/span&gt;: Complement of [[Complexity Zoo:U#up|UP]] =====

----
===== &lt;span id=&quot;cp&quot; style=&quot;color:red&quot;&gt;CP&lt;/span&gt;: Continuous [[Complexity Zoo:P#p|P]] =====
Same as [[#clog|CLOG]], except that the convergence time can be polynomial rather than logarithmic in the input size.

Defined in [[zooref#bsf02|[BSF02]]] and [[zooref#sf98|[SF98]]].

Finding a maximum flow, which is [[Complexity Zoo:P#p|P]]-complete, can be done in CP [[zooref#bsf02|[BSF02]]].  Based on this the authors argue that &quot;[[Complexity Zoo:P#p|P]] is contained in CP,&quot; but this seems hard to formalize, since CP is not a complexity class in the usual sense.  They also conjecture that &quot;CP is contained in [[Complexity Zoo:P#p|P]]&quot; (i.e. the class of ODE's they consider can be integrated efficiently on a standard Turing machine), but this is open.

Contained in [[Complexity Zoo:C#cnp|CNP]].

----
===== &lt;span id=&quot;csize&quot; style=&quot;color:red&quot;&gt;CSIZE(f(n))&lt;/span&gt;: Circuit Size f(n) =====
The class of decision problems solvable by a (nonuniform) family of Boolean circuits of size O(f(n)).

So for example, CSIZE(poly(n)) (the union of CSIZE(n&lt;sup&gt;k&lt;/sup&gt;) over all k) equals [[Complexity Zoo:P#ppoly|P/poly]].

Defined in [[zooref#sm02|[SM02]]] among other places.

----
===== &lt;span id=&quot;csl&quot; style=&quot;color:red&quot;&gt;CSL&lt;/span&gt;: Context Sensitive Languages =====
The class of languages generated by context-sensitive grammars.

Equals [[Complexity Zoo:N#nspace|NSPACE]](n) [[zooref#kur64|[Kur64]]].

----

===== &lt;span id=&quot;csp&quot; style=&quot;color:red&quot;&gt;CSP&lt;/span&gt;: Constraint Satisfaction Problems =====
Defined in [[zooref#fv93|[FV93]]] as the class of languages corresponding to fixed templates (where a template is a set of allowed constraints on values and variables) in the general [[Complexity Garden#constraint-sat|Constraint Satisfaction Problem]]. Under this construction, 3SAT may be expressed as the fixed template (over the alphabet &lt;math&gt;\{0,1\}&lt;/math&gt;) containing &lt;math&gt;C_0, C_1, C_2, C_3&lt;/math&gt;:

&lt;math&gt;\begin{matrix}
    C_0 &amp; = &amp; \{0,1\}^3 \backslash (0,0,0) \\
    C_1 &amp; = &amp; \{0,1\}^3 \backslash (1,0,0) \\
    C_2 &amp; = &amp; \{0,1\}^3 \backslash (1,1,0) \\
    C_3 &amp; = &amp; \{0,1\}^3 \backslash (1,1,1)
\end{matrix}&lt;/math&gt;

For example, a 3SAT clause &lt;math&gt;(x \vee y \vee \neg z)&lt;/math&gt; is represented in the CSP construction as &lt;math&gt;C_1(z, x, y) \in I&lt;/math&gt;. By similar constructions, any k-SAT problem can be seen to be in CSP. The class also includes Graph k-Coloring (for &lt;math&gt;k\in\mathbb{N}&lt;/math&gt;), Graph H-Coloring (for some graph &lt;math&gt;H&lt;/math&gt;) and Linear Programming mod &lt;math&gt;q&lt;/math&gt;.

In [[zooref#fv93|[FV93]]], where the class is defined, the authors show that every problem in [[Complexity Zoo:M#mmsnp|MMSNP]] is reducible under randomized polynomial-time reductions to a problem in CSP.

----

===== &lt;span id=&quot;czk&quot; style=&quot;color:red&quot;&gt;CZK&lt;/span&gt;: Computational Zero-Knowledge =====
Same as [[Complexity Zoo:S#szk|SZK]], except that now the two distributions are merely required to be &lt;i&gt;computationally indistinguishable&lt;/i&gt; by any [[Complexity Zoo:B#bpp|BPP]] algorithm; they don't have to be statistically close.  (The &quot;two distributions&quot; are (1) the distribution over the verifier's view of their interaction with the prover, conditioned on the verifier's random coins, and (2) the distribution over views that the verifier can &lt;i&gt;simulate&lt;/i&gt; without the prover's help.)

Unlike [[Complexity Zoo:S#szk|SZK]], it is not known if CZK is closed under complement.  CZK is now known to share other properties with [[Complexity Zoo:S#szk|SZK]]: the verifier may as well be honest and may as well show their coins, and CZK is closed under unions [[zooref#vad06|[Vad06]]].  (Previously, these properties were only established in the presence of one-way functions [[zooref#gmw91|[GMW91]]].)

Assuming the existence of one-way functions, CZK contains [[Complexity Zoo:N#np|NP]] [[zooref#gmw91|[GMW91]]], and actually equals [[Complexity Zoo:I#ip|IP]]=[[Complexity Zoo:P#pspace|PSPACE]] [[zooref#bgg90|[BGG+90]]].  However, none of these implications of one-way functions relativize (Impagliazzo, unpublished).

On the other hand, if one-way functions do not exist then CZK = [[Complexity Zoo:A#avbpp|AVBPP]] [[zooref#ow93|[OW93]]].

Contains [[Complexity Zoo:P#pzk|PZK]] and [[Complexity Zoo:S#szk|SZK]].</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo:D</title>
    <id>3558</id>
    <revision>
      <id>18128</id>
      <timestamp>2011-11-17T03:10:40Z</timestamp>
      <contributor>
        <username>Cosenal</username>
        <id>1840</id>
      </contributor>
      <comment>added reference to the oracle separation between delta2p and BPP</comment>
      <text xml:space="preserve">__NOTOC__
{{CZ-Letter-Menu|D}}


===== &lt;span id=&quot;dsharpp&quot; style=&quot;color:red&quot;&gt;D#P&lt;/span&gt;: Alternate Name for [[Complexity Zoo:P#psharpp|P&lt;sup&gt;#P&lt;/sup&gt;]] =====

----
===== &lt;span id=&quot;dcfl&quot; style=&quot;color:red&quot;&gt;DCFL&lt;/span&gt;: Deterministic [[Complexity Zoo:C#cfl|CFL]] =====
The class of languages accepted by deterministic pushdown automata.

Defined in [[zooref#gg66|[GG66]]], where it was also shown that DCFL is strictly contained in [[Complexity Zoo:C#cfl|CFL]], contained in [[Complexity Zoo:U#ucfl|UCFL]], and strictly contains [[Complexity Zoo:R#reg|REG]].  The inclusion in UCFL is also strict.

----

===== &lt;span id=&quot;delta2p&quot; style=&quot;color:red&quot;&gt;&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P&lt;/span&gt;: [[Complexity Zoo:P#p|P]] With [[Complexity Zoo:N#np|NP]] Oracle =====
A level of [[Complexity Zoo:P#ph|PH]], the polynomial hierarchy.

Contains [[Complexity Zoo:B#bh|BH]].

There exists an oracle relative to which &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P is not contained in [[Complexity Zoo:P#pp|PP]] [[zooref#bei94|[Bei94]]].

There exists another oracle relative to which &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P is contained in [[Complexity Zoo:P#ppoly|P/poly]] [[zooref#bgs75|[BGS75]]], and indeed has linear-size circuits [[zooref#wil85|[Wil85]]].

There exists an oracle B for which [[Complexity Zoo:B#bpp|BPP]]&lt;sup&gt;B&lt;/sup&gt; is exponentially more powerful than &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P&lt;sup&gt;B&lt;/sup&gt; [[zooref#kv96|[KV96]]].

If [[Complexity Zoo:P#p|P]] = [[Complexity Zoo:N#np|NP]], then any polynomial-size circuit C can be learned in &amp;#916;&lt;sub&gt;2&lt;/sub&gt;P with C oracle [[zooref#aar06|[Aar06]]].

----

===== &lt;span id=&quot;deltabpp&quot; style=&quot;color:red&quot;&gt;&amp;#948;-BPP&lt;/span&gt;: &amp;#948;-Semi-Random [[Complexity Zoo:B#bpp|BPP]] =====
Same as [[Complexity Zoo:B#bpp|BPP]], except that the random bit source is biased as follows.  Each bit could depend on all the previous bits in arbitrarily complicated ways; the only promise is that the bit is 1 with probability in the range [&amp;#948;,1-&amp;#948;], conditioned on all previous bits.

So clearly 0-BPP = [[Complexity Zoo:P#p|P]] and 1/2-BPP = [[Complexity Zoo:B#bpp|BPP]].

It turns out that, for any &amp;#948;&amp;gt;0, &amp;#948;-BPP = [[Complexity Zoo:B#bpp|BPP]] [[zooref#vv85|[VV85]]], [[zooref#zuc91|[Zuc91]]].

----
===== &lt;span id=&quot;deltarp&quot; style=&quot;color:red&quot;&gt;&amp;#948;-RP&lt;/span&gt;: &amp;#948;-Semi-Random [[Complexity Zoo:R#rp|RP]] =====
Same as [[#deltabpp|&amp;#948;-BPP]], but for [[Complexity Zoo:R#rp|RP]] instead of [[Complexity Zoo:B#bpp|BPP]].

For any &amp;#948;&amp;gt;0, &amp;#948;-RP = [[Complexity Zoo:R#rp|RP]] [[zooref#vv85|[VV85]]].

----
===== &lt;span id=&quot;det&quot; style=&quot;color:red&quot;&gt;DET&lt;/span&gt;: Determinant =====
The class of decision problems reducible in [[Complexity Zoo:L#l|L]] to the problem of computing the determinant of an n-by-n matrix of n-bit integers.

Defined in [[zooref#coo85|[Coo85]]].

Contained in [[Complexity Zoo:N#nc2|NC&lt;sup&gt;2&lt;/sup&gt;]], and contains [[Complexity Zoo:N#nl|NL]] and [[Complexity Zoo:P#pl|PL]] [[zooref#bcp83|[BCP83]]].

[[Complexity_Garden#graph_isomorphism|Graph isomorphism]] is hard for DET under [[Complexity Zoo:L#l|L]]-reductions [[zooref#tor00|[Tor00]]].

----

===== &lt;span id=&quot;diffac0&quot; style=&quot;color:red&quot;&gt;DiffAC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Difference [[Complexity Zoo:Symbols#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] =====
The class of functions from {0,1}&lt;sup&gt;n&lt;/sup&gt; to integers expressible as the difference of two [[Complexity Zoo:Symbols#sharpac0|#AC&lt;sup&gt;0&lt;/sup&gt;]] functions.

Equals [[Complexity Zoo:G#gapac0|GapAC&lt;sup&gt;0&lt;/sup&gt;]] under logspace uniformity [[zooref#abl98|[ABL98]]].

----
===== &lt;span id=&quot;disnp&quot; style=&quot;color:red&quot;&gt;DisNP&lt;/span&gt;: Disjoint [[Complexity Zoo:N#np|NP]] Pairs =====
The class of pairs (A,B), where A and B are [[Complexity Zoo:N#np|NP]] problems whose sets of &quot;yes&quot; instances are nonempty and disjoint.

If there exists an optimal propositional proof system, then DisNP has a complete pair [[zooref#raz94|[Raz94]]].  On the other hand, there exists an oracle relative to which DisNP does not have a complete pair [[zooref#gss03|[GSS+03]]].

If [[Complexity Zoo:P#p|P]] does not equal [[Complexity Zoo:U#up|UP]], then DisNP contains pairs not separated by any set in [[Complexity Zoo:P#p|P]] [[zooref#gs88|[GS88]]].  On the other hand, there exists an oracle relative to which [[Complexity Zoo:P#p|P]] does not equal [[Complexity Zoo:N#np|NP]] but still DisNP does not contain any [[Complexity Zoo:P#p|P]]-inseparable pairs [[zooref#hs92|[HS92]]].

----
===== &lt;span id=&quot;distnp&quot; style=&quot;color:red&quot;&gt;DistNP&lt;/span&gt;: Distributional [[Complexity Zoo:N#np|NP]] =====
(also called (NP,P-computable) or RNP)

A &lt;i&gt;distributional problem&lt;/i&gt; consists of a decision problem A, and a probability distribution &amp;#956; over problem instances.

(A,&amp;#956;) is in DistNP if A is in [[Complexity Zoo:N#np|NP]], and &amp;#956; is [[Complexity Zoo:P#p|P]]-computable (meaning that its cumulative density function can be evaluated in polynomial time).

DistNP has complete problems [[zooref#lev86|[Lev86]]] (see also [[zooref#gur87|[Gur87]]]), although unlike for [[Complexity Zoo:N#np|NP]] this is not immediate.

Any DistNP-complete problem is also complete for [[Complexity Zoo:N#nppsamp|(NP,P-samplable)]] [[zooref#il90|[IL90]]].

----

===== &lt;span id=&quot;dp&quot; style=&quot;color:red&quot;&gt;DP&lt;/span&gt;: Difference Polynomial-Time =====
DP = [[Complexity Zoo:B#bh|BH]]&lt;sub&gt;2&lt;/sub&gt;, the second level of the Boolean hierarchy.

Defined in [[zooref#py84|[PY84]]].

----
===== &lt;span id=&quot;dqp&quot; style=&quot;color:red&quot;&gt;DQP&lt;/span&gt;: Dynamical Quantum Polynomial-Time =====
The class of decision problems solvable by a [[Complexity Zoo:B#bqp|BQP]] machine with oracle access to a &lt;i&gt;dynamical simulator&lt;/i&gt;. When given a polynomial-size quantum circuit, the simulator returns a sample from the distribution over &quot;classical histories&quot; induced by the circuit. The simulator can adversarially choose any history distribution that satisfies the axioms of &quot;symmetry&quot; and &quot;locality&quot; -- so that the DQP algorithm has to work for any distribution satisfying these axioms.

See [[zooref#aar05|[Aar05]]] for a full definition.

There it is also shown that [[Complexity Zoo:S#szk|SZK]] is contained in DQP.

Contains [[Complexity Zoo:B#bqp|BQP]], and is contained in [[Complexity Zoo:E#exp|EXP]] [[zooref#aar05|[Aar05]]].

There exists an oracle relative to which DQP does not contain [[Complexity Zoo:N#np|NP]] [[zooref#aar05|[Aar05]]].

----

===== &lt;span id=&quot;dspace&quot; style=&quot;color:red&quot;&gt;DSPACE(f(n))&lt;/span&gt;: Deterministic f(n)-Space =====
The class of decision problems solvable by a Turing machine in space O(f(n)).

The Space Hierarchy Theorem: For constructible f(n) greater than log
n, DSPACE(f(n)) is strictly contained in DSPACE(f(n) log(f(n))) [[zooref#hls65|[HLS65]]].

For space constructible f(n), strictly contains [[#dtime|DTIME]](f(n)) [[zooref#hpv77|[HPV77]]].

DSPACE(n) does not equal [[Complexity Zoo:N#np|NP]] (though we have no idea if one contains the other)!

See also: [[Complexity Zoo:N#nspace|NSPACE]](f(n)).

----

===== &lt;span id=&quot;dtime&quot; style=&quot;color:red&quot;&gt;DTIME(f(n))&lt;/span&gt;: Deterministic f(n)-Time =====
The class of decision problems solvable by a Turing machine in time &lt;math&gt;O(f(n))&lt;/math&gt;. Note that some authors choose to call this class TIME.

Of great relevance to DTIME is the Time Hierarchy Theorem: For any constructible function &lt;math&gt;f(n)&lt;/math&gt; greater than &lt;math&gt;n&lt;/math&gt;, DTIME(&lt;math&gt;f(n)&lt;/math&gt;) is strictly contained in DTIME(&lt;math&gt;f(n) \log(f(n)) \log\log(f(n))&lt;/math&gt;) [[zooref#hs65|[HS65]]]. As a corollary, {{zcls|p|p}} &amp;sub; {{zcls|e|exp}}.

For any space constructible &lt;math&gt;f(n)&lt;/math&gt;, DTIME(&lt;math&gt;f(n)&lt;/math&gt;) is strictly contained in DSPACE(&lt;math&gt;f(n)&lt;/math&gt;) [[zooref#hpv77|[HPV77]]].

Also, DTIME(&lt;math&gt;n&lt;/math&gt;) is strictly contained in [[Complexity Zoo:N#ntime|NTIME(&lt;math&gt;n&lt;/math&gt;)]] [[zooref#pps83|[PPS+83]]] (this result does not work for arbitrary &lt;math&gt;f(n)&lt;/math&gt;).

For any constructible superpolynomial &lt;math&gt;f(n)&lt;/math&gt;, DTIME(&lt;math&gt;f(n)&lt;/math&gt;) with [[Complexity Zoo:P#pp|PP]] oracle is not in [[Complexity Zoo:P#ppoly|P/poly]] (see [[zooref#all96|[All96]]]).

----

===== &lt;span id=&quot;dtisp&quot; style=&quot;color:red&quot;&gt;DTISP(t(n),s(n))&lt;/span&gt;: Simultaneous t(n)-Time and s(n)-Space =====
The class of decision problems solvable by a Turing machine that uses time O(t(n)) and space O(s(n)) simultaneously.

Thus [[Complexity Zoo:S#sc|SC]] = DTISP(poly,polylog) for example.

Defined in [[zooref#nis92|[Nis92]]], where it was also shown that for all space-constructible s(n)=&amp;Omega;(log n), [[Complexity Zoo:B#bpspace|BPSPACE(s(n))]] is contained in DTISP(2&lt;sup&gt;O(s(n))&lt;/sup&gt;,s&lt;sup&gt;2&lt;/sup&gt;(n)).

----

===== &lt;span id=&quot;dynfo&quot; style=&quot;color:red&quot;&gt;Dyn-FO&lt;/span&gt;: Dynamic [[Complexity Zoo:F#fo|FO]] =====
The class of &lt;i&gt;dynamic&lt;/i&gt; problems solvable using first-order predicates.

Basically what this means is that an algorithm maintains some polynomial-size data structure (say a graph), and receives a sequence of updates (add this edge, delete that one, etc.).  For each update, it computes a new value for the data structure in [[Complexity Zoo:F#fo|FO]] -- that is, for each bit of the data structure, there is an [[Complexity Zoo:F#fo|FO]] function representing the new value of that bit, which takes as input both the update and the previous value of the data structure.  At the end the algorithm needs to answer some question (i.e. is the graph connected?).

See [[zooref#hi02|[HI02]]] for more information, and a complete problem for Dyn-FO.

See also [[#dynthc0|Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;]].

----
===== &lt;span id=&quot;dynthc0&quot; style=&quot;color:red&quot;&gt;Dyn-ThC&lt;sup&gt;0&lt;/sup&gt;&lt;/span&gt;: Dynamic Threshold Circuits =====
Same as [[#dynfo|Dyn-FO]], except that now updates are computed via constant-depth predicates that have &quot;COUNT&quot; available, in addition to AND, OR, and NOT -- so it's a uniform version of [[Complexity Zoo:T#tc0|TC&lt;sup&gt;0&lt;/sup&gt;]] rather than of [[Complexity Zoo:A#ac0|AC&lt;sup&gt;0&lt;/sup&gt;]].

See [[zooref#hi02|[HI02]]] for more information.</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo:E</title>
    <id>3559</id>
    <revision>
      <id>15274</id>
      <timestamp>2011-08-23T15:36:32Z</timestamp>
      <contributor>
        <username>Cosenal</username>
        <id>1840</id>
      </contributor>
      <comment>/* k-EQBP: Width-k Polynomial-Time Exact Quantum Branching Programs */</comment>
      <text xml:space="preserve">__NOTOC__
{{CZ-Letter-Menu|E}}


===== &lt;span id=&quot;e&quot; style=&quot;color:red&quot;&gt;E&lt;/span&gt;: Exponential Time With Linear Exponent =====
Equals [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;O(n)&lt;/sup&gt;).

Does not equal [[Complexity Zoo:N#np|NP]] [[zooref#boo72|[Boo72]]] or [[Complexity Zoo:P#pspace|PSPACE]] [[zooref#boo74|[Boo74]]] relative to any oracle.  However, there is an oracle relative to which E is contained in [[Complexity Zoo:N#np|NP]] (see [[Complexity Zoo:Z#zpp|ZPP]]), and an oracle relative to [[Complexity Zoo:P#pspace|PSPACE]] is contained in E (by equating the former with [[Complexity Zoo:P#p|P]]).

There exists a problem that is complete for E under polynomial-time Turing reductions but not polynomial-time truth-table reductions [[zooref#wat87|[Wat87]]].

Problems hard for [[Complexity Zoo:B#bpp|BPP]] under Turing reductions have measure 1 in E [[zooref#as94|[AS94]]].

It follows that, if the problems complete for E under Turing reductions do not have measure 1 in E, then [[Complexity Zoo:B#bpp|BPP]] does not equal [[#exp|EXP]].

[[zooref#it89|[IT89]]] gave an oracle relative to which E = [[Complexity Zoo:N#ne|NE]] but still there is an exponential-time binary predicate whose corresponding &lt;i&gt;search&lt;/i&gt; problem is not in E.

{{zcite|BF03}} gave a proof that if E = {{zcls|n|ne}}, then no sparse set is ''collapsing'', where they defined a set &lt;math&gt;A&lt;/math&gt; to be collapsing if &lt;math&gt;A\notin\mathsf{P}&lt;/math&gt; and if for all &lt;math&gt;B&lt;/math&gt; such that &lt;math&gt;A&lt;/math&gt; and &lt;math&gt;B&lt;/math&gt; are Turing reducible to each other, &lt;math&gt;A&lt;/math&gt; and &lt;math&gt;B&lt;/math&gt; are many-to-one reducible to each other.

Contrast with [[#exp|EXP]].

----

===== &lt;span id=&quot;ee&quot; style=&quot;color:red&quot;&gt;EE&lt;/span&gt;: Double-Exponential Time With Linear Exponent =====
Equals [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;2&lt;sup&gt;O(n)&lt;/sup&gt;&lt;/sup&gt;) (though some authors alternatively define it as being equal to [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;O(2&lt;sup&gt;n&lt;/sup&gt;)&lt;/sup&gt;)).

EE = [[Complexity Zoo:B#bpe|BPE]] if and only if [[#exp|EXP]] = [[Complexity Zoo:B#bpp|BPP]] [[zooref#ikw01|[IKW01]]].

Contained in [[#eexp|EEXP]] and [[Complexity Zoo:N#nee|NEE]].

----

===== &lt;span id=&quot;eee&quot; style=&quot;color:red&quot;&gt;EEE&lt;/span&gt;: Triple-Exponential Time With Linear Exponent =====
Equals [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;2&lt;sup&gt;2&lt;sup&gt;O(n)&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;).

In contrast to the case of [[#ee|EE]], it is not known whether EEE = [[Complexity Zoo:B#bpee|BPEE]] implies [[#ee|EE]] = [[Complexity Zoo:B#bpe|BPE]] [[zooref#ikw01|[IKW01]]].

----

===== &lt;span id=&quot;eespace&quot; style=&quot;color:red&quot;&gt;EESPACE&lt;/span&gt;: Double-Exponential Space With Linear Exponent =====
Equals [[Complexity Zoo:D#dspace|DSPACE]](2&lt;sup&gt;2&lt;sup&gt;O(n)&lt;/sup&gt;&lt;/sup&gt;).

Is not contained in [[Complexity Zoo:B#bqpqpoly|BQP/qpoly]] [[zooref#ny03|[NY03]]].

----

===== &lt;span id=&quot;eexp&quot; style=&quot;color:red&quot;&gt;EEXP&lt;/span&gt;: Double-Exponential Time =====
Equals [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;2&lt;sup&gt;p(n)&lt;/sup&gt;&lt;/sup&gt;) for p a polynomial.

Also known as [[Complexity Zoo:Symbols#2exp|2-EXP]].

Contains [[#ee|EE]], and is contained in [[Complexity Zoo:N#neexp|NEEXP]].

----

===== &lt;span id=&quot;eh&quot; style=&quot;color:red&quot;&gt;EH&lt;/span&gt;: Exponential-Time Hierarchy With Linear Exponent =====
Has roughly the same relationship to [[#e|E]] as [[Complexity Zoo:P#ph|PH]] does to [[Complexity Zoo:P#p|P]].

More formally, EH is defined as the union of [[#e|E]], [[Complexity Zoo:N#ne|NE]], [[Complexity Zoo:N#ne|NE]]&lt;sup&gt;[[Complexity Zoo:N#np|NP]]&lt;/sup&gt;, [[Complexity Zoo:N#ne|NE]] with [[#sigma2p|&amp;#931;&lt;sub&gt;2&lt;/sub&gt;P]] oracle, and so on.

See [[zooref#har87|[Har87]]] for more information.

If [[Complexity Zoo:C#conp|coNP]] is contained in [[Complexity Zoo:A#ampolylog|AM[polylog]]], then EH collapses to {{zcls|s|s2exppnp|S&lt;sub&gt;2&lt;/sub&gt;-EXP&amp;#149;P&lt;sup&gt;NP&lt;/sup&gt;}} [[zooref#ss04|[SS04]]] and indeed [[#amexp|AM&lt;sub&gt;EXP&lt;/sub&gt;]] [[zooref#pv04|[PV04]]].

On the other hand, [[Complexity Zoo:C#cone|coNE]] is contained in [[Complexity Zoo:N#nepoly|NE/poly]], so perhaps it wouldn't be so surprising if NE collapses.

There exists an oracle relative to which EH does not contain [[Complexity Zoo:S#seh|SEH]] [[zooref#hem89|[Hem89]]]. EH and [[Complexity Zoo:S#seh|SEH]] are incomparable for all anyone knows.

----

===== &lt;span id=&quot;elementary&quot; style=&quot;color:red&quot;&gt;ELEMENTARY&lt;/span&gt;: Iterated Exponential Time =====
Equals the union of [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;n&lt;/sup&gt;), [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;2&lt;sup&gt;n&lt;/sup&gt;&lt;/sup&gt;), [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;2&lt;sup&gt;2&lt;sup&gt;n&lt;/sup&gt;&lt;/sup&gt;&lt;/sup&gt;), and so on.

Contained in [[Complexity Zoo:P#pr|PR]].

----

===== &lt;span id=&quot;elkp&quot; style=&quot;color:red&quot;&gt;EL&lt;sub&gt;k&lt;/sub&gt;P&lt;/span&gt;: Extended Low Hierarchy =====
An extension of [[Complexity Zoo:L#lkp|L&lt;sub&gt;k&lt;/sub&gt;P]].

The class of problems A such that [[Complexity Zoo:P#ph|&amp;#931;&lt;sub&gt;k&lt;/sub&gt;P]]&lt;sup&gt;A&lt;/sup&gt; is contained in [[Complexity Zoo:P#ph|&amp;#931;&lt;sub&gt;k-1&lt;/sub&gt;P]]&lt;sup&gt;A,[[Complexity Zoo:N#np|NP]]&lt;/sup&gt;.

Defined in [[zooref#bbs86|[BBS86]]].

----
===== &lt;span id=&quot;ep&quot; style=&quot;color:red&quot;&gt;EP&lt;/span&gt;: NP with 2&lt;sup&gt;k&lt;/sup&gt; Accepting Paths =====
The class of decision problems solvable by an [[Complexity Zoo:N#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'no,' then all computation paths reject.&lt;/li&gt;
&lt;li&gt;If the answer is 'yes,' then the number of accepting paths is a power of two.&lt;/li&gt;
&lt;/ol&gt;
Contained in [[Complexity Zoo:C#cequalsp|C&lt;sub&gt;=&lt;/sub&gt;P]], and in [[Complexity Zoo:M#modkp|Mod&lt;sub&gt;k&lt;/sub&gt;P]] for any odd k.  Contains [[Complexity Zoo:U#up|UP]].

Defined in [[zooref#bhr00|[BHR00]]].

----

===== &lt;span id=&quot;eptas&quot; style=&quot;color:red&quot;&gt;EPTAS&lt;/span&gt;: Efficient Polynomial-Time Approximation Scheme =====
The class of optimization problems such that, given an instance of length n, we can find a solution within a factor 1+&amp;epsilon; of the optimum in time f(&amp;epsilon;)p(n), where p is a polynomial and f is arbitrary.

Contains [[Complexity Zoo:F#fptas|FPTAS]] and is contained in [[Complexity Zoo:P#ptas|PTAS]].

Defined in [[zooref#ct97|[CT97]]], where the following was also shown:
&lt;ul&gt;
&lt;li&gt;If [[Complexity Zoo:F#fpt|FPT]] = [[Complexity Zoo:X#xpuniform|XP&lt;sub&gt;uniform&lt;/sub&gt;]] then EPTAS = [[Complexity Zoo:P#ptas|PTAS]].&lt;/li&gt;
&lt;li&gt;If EPTAS = [[Complexity Zoo:P#ptas|PTAS]] then [[Complexity Zoo:F#fpt|FPT]] = [[Complexity Zoo:W#wp|W[P]]].&lt;/li&gt;
&lt;li&gt;If [[Complexity Zoo:F#fpt|FPT]] is strictly contained in [[Complexity Zoo:W#w1|W[1]]], then there is a natural problem that is in [[Complexity Zoo:P#ptas|PTAS]] but not in EPTAS.  (See [[zooref#ct97|[CT97]]] for the statement of the problem, since it's not &lt;i&gt;that&lt;/i&gt; natural.)&lt;/li&gt;
&lt;/ul&gt;

----
===== &lt;span id=&quot;eqbp&quot; style=&quot;color:red&quot;&gt;k-EQBP&lt;/span&gt;: Width-k Polynomial-Time Exact Quantum Branching Programs =====
See k-[[Complexity Zoo:P#kpbp|PBP]] for the definition of a classical branching program.

A quantum branching program is the natural quantum generalization: we have a quantum state in a Hilbert space of dimension k.  Each step t consists of applying a unitary matrix U&lt;sup&gt;(t)&lt;/sup&gt;(x&lt;sub&gt;i&lt;/sub&gt;): that is, U&lt;sup&gt;(t)&lt;/sup&gt; depends on a single bit x&lt;sub&gt;i&lt;/sub&gt; of the input.  (So these are the quantum analogues of so-called &lt;i&gt;oblivious&lt;/i&gt; branching programs.)  In the end we measure to decide whether to accept; there must be zero probability of error.

Defined in [[zooref#amp02|[AMP02]]], where it was also shown that [[Complexity Zoo:N#nc1|NC&lt;sup&gt;1&lt;/sup&gt;]] is contained in 2-EQBP.

k-BQBP can be defined similarly.

----

===== &lt;span id=&quot;eqp&quot; style=&quot;color:red&quot;&gt;EQP&lt;/span&gt;: Exact Quantum Polynomial-Time =====
The same as [[Complexity Zoo:B#bqp|BQP]], except that the quantum algorithm must return the correct answer with probability 1, and run in polynomial time with probability 1.  Unlike bounded-error quantum computing, there is no theory of universal QTMs for exact quantum computing models.  In the original definition in [[zooref#bv97|[BV97]]], each language in EQP is computed by a single QTM, equivalently to a uniform family of quantum circuits with a finite gate set K whose amplitudes can be computed in polynomial time. See [[#eqpk|EQP&lt;sub&gt;K&lt;/sub&gt;]].  However, some results require an infinite gate set.  The official definition here is that the gate set should be finite.

Without loss of generality, the amplitudes in the gate set K are algebraic numbers [[zooref#adh97|[ADH97]]].

There is an oracle that separates EQP from [[Complexity Zoo:N#np|NP]] [[zooref#bv97|[BV97]]], indeed from [[Complexity Zoo:D#delta2p|&amp;#916;&lt;sub&gt;2&lt;/sub&gt;P]] [[zooref#gp01|[GP01]]].  There is also an oracle relative to which EQP is not in [[Complexity Zoo:M#modkp|Mod&lt;sub&gt;p&lt;/sub&gt;P]] where p is prime [[zooref#gv02|[GV02]]].  On the other hand, EQP is in [[Complexity Zoo:L#lwpp|LWPP]] [[zooref#fr98|[FR98]]].

[[Complexity Zoo:P#p|P]]&lt;sup&gt;||[[Complexity Zoo:N#np|NP]][2k]&lt;/sup&gt; is contained in EQP&lt;sup&gt;||[[Complexity Zoo:N#np|NP]][k]&lt;/sup&gt;, where &quot;||[[Complexity Zoo:N#np|NP]][k]&quot; denotes k nonadaptive oracle queries to [[Complexity Zoo:N#np|NP]] (queries that cannot depend on the results of previous queries) [[zooref#bd99|[BD99]]].

See also [[Complexity Zoo:Z#zbqp|ZBQP]].

----

===== &lt;span id=&quot;eqpk&quot; style=&quot;color:red&quot;&gt;EQP&lt;sub&gt;K&lt;/sub&gt;&lt;/span&gt;: Exact Quantum Polynomial-Time with Gate Set K =====
The set of problems that can be answered by a uniform family of polynomial-sized quantum circuits whose gates are drawn from a set K, and that return the correct answer with probability 1, and run in polynomial time with probability 1, and the allowed gates are drawn from a set K.  K may be either finite or countable and enumerated.  If S is a ring, the union of EQP&lt;sub&gt;K&lt;/sub&gt; over all finite gate sets K whose amplitudes are in the ring R can be written EQP&lt;sub&gt;S&lt;/sub&gt;.

Defined in [[zooref#adh97|[ADH97]]] in the special case of a finite set of 1-qubit gates controlled by a second qubit.  It was shown there that transcendental gates may be replaced by algebraic gates without decreasing the size of EQP&lt;sub&gt;K&lt;/sub&gt;.

[[zooref#fr98|[FR98]]] show that EQP&lt;sub&gt;Q&lt;/sub&gt; is in [[Complexity Zoo:L#lwpp|LWPP]].  The proof can be generalized to any finite, algebraic gate set K.

The hidden shift problem for a vector space over Z/2 is in EQP&lt;sub&gt;Q&lt;/sub&gt; by Simon's algorithm.  The [[Complexity_Garden#discrete_logarithm|discrete logarithm]] problem over Z/p is in EQP&lt;sub&gt;Q-bar&lt;/sub&gt; using infinitely many gates [[zooref#mz03|[MZ03]]].

----

===== &lt;span id=&quot;eqtime&quot; style=&quot;color:red&quot;&gt;EQTIME(f(n))&lt;/span&gt;: Exact Quantum f(n)-Time =====
Same as [[#eqp|EQP]], but with f(n)-time (for some constructible function f) rather than polynomial-time machines.

Defined in [[zooref#bv97|[BV97]]].

----
===== &lt;span id=&quot;espace&quot; style=&quot;color:red&quot;&gt;ESPACE&lt;/span&gt;: Exponential Space With Linear Exponent =====
Equals [[Complexity Zoo:D#dspace|DSPACE]](2&lt;sup&gt;O(n)&lt;/sup&gt;).

If [[#e|E]] = ESPACE then [[Complexity Zoo:P#p|P]] = [[Complexity Zoo:B#bpp|BPP]] [[zooref#hy84|[HY84]]].

Indeed if [[#e|E]] has nonzero measure in ESPACE then [[Complexity Zoo:P#p|P]] = [[Complexity Zoo:B#bpp|BPP]] [[zooref#lut91|[Lut91]]].

ESPACE is not contained in [[Complexity Zoo:P#ppoly|P/poly]] [[zooref#kan82|[Kan82]]].

Is not contained in [[#bqpmpoly|BQP/mpoly]] [[zooref#ny03|[NY03]]].

See also: [[#expspace|EXPSPACE]].

----
===== &lt;span id=&quot;existsbpp&quot; style=&quot;color:red&quot;&gt;&amp;#8707;BPP&lt;/span&gt;: [[Complexity Zoo:B#bpp|BPP]] With Existential Operator =====
The class of problems for which there exists a [[Complexity Zoo:B#bpp|BPP]] machine M such that, for all inputs x,
&lt;ul&gt;
&lt;li&gt;If the answer is &quot;yes&quot; then there exists a y such that M(x,y) accepts.&lt;/li&gt;
&lt;li&gt;If the answer is &quot;no&quot; then for all y, M(x,y) rejects.&lt;/li&gt;
&lt;/ul&gt;
Alternatively defined as NP&lt;sup&gt;BPP&lt;/sup&gt;.

Contains [[Complexity Zoo:N#np|NP]] and [[Complexity Zoo:B#bpp|BPP]], and is contained in [[Complexity Zoo:M#ma|MA]] and [[#sbp|SBP]].

&amp;#8707;BPP seems &lt;i&gt;obviously&lt;/i&gt; equal to [[Complexity Zoo:M#ma|MA]], yet [[zooref#ffk93|[FFK+93]]] constructed an oracle relative to which they're unequal!  Here is the difference: if the answer is &quot;yes,&quot; [[Complexity Zoo:M#ma|MA]] requires only that there exist a y such that for at least 2/3 of random strings r, M(x,y,r) accepts (where M is a [[Complexity Zoo:P#p|P]] predicate).  For all other y's, the proportion of r's such that M(x,y,r) accepts can be arbitrary (say, 1/2).  For &amp;#8707;BPP, by contrast, the probability that M(x,y) accepts must &lt;i&gt;always&lt;/i&gt; be either at most 1/3 or at least 2/3, for all y's.

----

===== &lt;span id=&quot;existsniszk&quot; style=&quot;color:red&quot;&gt;&amp;#8707;NISZK&lt;/span&gt;: [[Complexity Zoo:N#niszk|NISZK]] With Existential Operator =====
Contains [[Complexity Zoo:N#np|NP]] and [[Complexity Zoo:N#niszk|NISZK]], and is contained in the third level of [[Complexity Zoo:P#ph|PH]].

----
===== &lt;span id=&quot;exp&quot; style=&quot;color:red&quot;&gt;EXP&lt;/span&gt;: Exponential Time =====
Equals the union of [[Complexity Zoo:D#dtime|DTIME]](2&lt;sup&gt;p(n)&lt;/sup&gt;) over all polynomials p.

Also equals [[Complexity Zoo:P#p|P]] with [[#e|E]] oracle.

If [[Complexity Zoo:L#l|L]] = [[Complexity Zoo:P#p|P]] then [[Complexity Zoo:P#pspace|PSPACE]] = EXP.

If EXP is in [[Complexity Zoo:P#ppoly|P/poly]] then EXP = [[Complexity Zoo:M#ma|MA]] [[zooref#bfl91|[BFL91]]].

Problems complete for EXP under many-one reductions have measure 0 in EXP [[zooref#may94|[May94]]], [[zooref#jl95|[JL95]]].

There exist oracles relative to which
&lt;ul&gt;
&lt;li&gt;EXP = [[Complexity Zoo:N#np|NP]] = [[Complexity Zoo:Z#zpp|ZPP]] [[zooref#hel84|[Hel84a]]], [[zooref#hel84b|[Hel84b]]], [[zooref#kur85|[Kur85]]], [[zooref#hel86|[Hel86]]],&lt;/li&gt;
&lt;li&gt;EXP = [[Complexity Zoo:N#nexp|NEXP]] but still [[Complexity Zoo:P#p|P]] does not equal [[Complexity Zoo:N#np|NP]] [[zooref#dek76|[Dek76]]],&lt;/li&gt;
&lt;li&gt;EXP does not equal [[Complexity Zoo:P#pspace|PSPACE]] [[zooref#dek76|[Dek76]]].&lt;/li&gt;
&lt;/ul&gt;
[[zooref#bt04|[BT04]]] show the following rather striking result: let A be many-one complete for EXP, and let S be any set in [[Complexity Zoo:P#p|P]] of subexponential density.  Then A-S is Turing-complete for EXP.

{{zcite|SM03}} show that if EXP has circuits of polynomial size, then {{zcls|p|p}} can be simulated in {{zcls|m|mapolylog|MA&lt;sub&gt;POLYLOG&lt;/sub&gt;}} such that no deterministic polynomial-time adversary can generate a list of inputs for a P problem that includes one which fails to be simulated. As a result, EXP &amp;sube; {{zcls|m|ma}} if EXP has circuits of polynomial size.

[[zooref#su05|[SU05]]] show that EXP &lt;math&gt;\not\subseteq&lt;/math&gt; [[Complexity Zoo:N#nppoly|NP/poly]] implies EXP &lt;math&gt;\not\subseteq&lt;/math&gt; [[Complexity Zoo:P#pparnp|P&lt;sup&gt;||NP&lt;/sup&gt;]]/poly.

In descriptive complexity EXPTIME can be defined as [[#Complexity_Zoo:S#sot|SO(&lt;math&gt;2^{n^{O(1)}}&lt;/math&gt;)]] which is also [[#Complexity_Zoo:F#solfp|SO(LFP)]]
----

===== &lt;span id=&quot;exppoly&quot; style=&quot;color:red&quot;&gt;EXP/poly&lt;/span&gt;: Exponential Time With Polynomial-Size Advice =====
The class of decision problems solvable in [[#exp|EXP]] with the help of a polynomial-length advice string that depends only on the input length.

Contains [[Complexity Zoo:B#bqpqpoly|BQP/qpoly]] [[zooref#aar04b|[Aar04b]]].

----
===== &lt;span id=&quot;expspace&quot; style=&quot;color:red&quot;&gt;EXPSPACE&lt;/span&gt;: Exponential Space =====
Equals the union of [[Complexity Zoo:D#dspace|DSPACE]](2&lt;sup&gt;p(n)&lt;/sup&gt;) over all polynomials p.

See also: [[#espace|ESPACE]].

Given a first-order statement about real numbers, involving only addition and comparison (no multiplication), we can decide in EXPSPACE whether it's true or not [[zooref#ber80|[Ber80]]].</text>
    </revision>
  </page>
  <page>
    <title>Complexity Zoo:F</title>
    <id>3560</id>
    <revision>
      <id>14000</id>
      <timestamp>2011-07-13T05:06:06Z</timestamp>
      <contributor>
        <username>T. Brendan Leahy</username>
        <id>2692</id>
      </contributor>
      <comment>/* FO[t(n)]: Iterated First-Order logic */</comment>
      <text xml:space="preserve">__NOTOC__
{{CZ-Letter-Menu|F}}


===== &lt;span id=&quot;fbqp&quot; style=&quot;color:red&quot;&gt;FBQP&lt;/span&gt;: Function [[Complexity Zoo:B#bqp|BQP]] =====
Has the same relation to [[Complexity Zoo:B#bqp|BQP]] as [[#fnp|FNP]] does to [[Complexity Zoo:N#np|NP]].

There exists an oracle relative to which [[Complexity Zoo:P#pls|PLS]] is not contained in [[#fbqp|FBQP]] [[zooref#aar03|[Aar03]]].

----
===== &lt;span id=&quot;few&quot; style=&quot;color:red&quot;&gt;Few&lt;/span&gt;: [[#fewp|FewP]] With Flexible Acceptance Mechanism =====
The class of decision problems solvable by an [[Complexity Zoo:N#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;The number of accepting paths a is bounded by a polynomial in the size of the input x.&lt;/li&gt;
&lt;li&gt;For some polynomial-time predicate Q, Q(x,a) is true if and only if the answer is 'yes.'&lt;/li&gt;
&lt;/ol&gt;
Also called FewPaths.

Defined in [[zooref#ch89|[CH89]]].

Contains [[#fewp|FewP]], and is contained in [[Complexity Zoo:P#p|P]]&lt;sup&gt;[[#fewp|FewP]]&lt;/sup&gt; [[zooref#kob89|[Kob89]]] and in [[Complexity Zoo:S#spp|SPP]] [[zooref#ffk94|[FFK94]]].

See also the survey [[zooref#tor90|[Tor90]]].

----
===== &lt;span id=&quot;fewexp&quot; style=&quot;color:red&quot;&gt;FewEXP&lt;/span&gt;: {{zcls|n|nexp}} With Few Witnesses =====
The class of decision problems solvable by an {{zcls|n|nexp}} machine such that, given a &quot;yes&quot; instance, no more than an exponential number of computation paths accept.

Contained in {{zcls|m|mip}}&lt;nowiki&gt;[&lt;/nowiki&gt;{{zcls|n|np}}&lt;sup&gt;FewEXP&lt;/sup&gt;&lt;nowiki&gt;]&lt;/nowiki&gt; (MIP where provers are not unbounded in computational power, but are limited to NP&lt;sup&gt;FewEXP&lt;/sup&gt;) {{zcite|AKS+94}}.

Alternatively, FewEXP can refer to the sparsity of accepting paths in a given instance. In {{zcite|AKR+03}}, the authors show that the conjectures &quot;FewEXP search instances are {{zcls|e|exp}}-solvable&quot; and &quot;FewEXP decision instances are EXP/poly-solvable&quot; are equivalent. That is, for all NEXP machines &lt;math&gt;N&lt;/math&gt;, the following conditions are equivalent:
# There exists an EXP machine &lt;math&gt;M&lt;/math&gt; such that if given a string &lt;math&gt;x&lt;/math&gt;, &lt;math&gt;N(x)&lt;/math&gt; accepts and has exponentially bounded accepting paths, then &lt;math&gt;M(x)&lt;/math&gt; produces one such path.
# There exists an EXP/poly machine &lt;math&gt;M&lt;/math&gt; which accepts a string &lt;math&gt;x&lt;/math&gt; if and only &lt;math&gt;N(x)&lt;/math&gt; accepts.

----

===== &lt;span id=&quot;fewp&quot; style=&quot;color:red&quot;&gt;FewP&lt;/span&gt;: [[Complexity Zoo:N#np|NP]] With Few Witnesses =====
The class of decision problems solvable by an [[Complexity Zoo:N#np|NP]] machine such that
&lt;ol&gt;
&lt;li&gt;If the answer is 'no,' then all computation paths reject.&lt;/li&gt;
&lt;li&gt;If the answer is 'yes,' then at least one path accepts; furthermore, the number of accepting paths is upper-bounded by a polynomial in n, the size of the input.&lt;/li&gt;
&lt;/ol&gt;
Defined in [[zooref#ar88|[AR88]]].

Is contained in [[Complexity Zoo:Symbols#parityp|&amp;#8853;P]] [[zooref#ch89|[CH89]]].

There exists an oracle relative to which [[Complexity Zoo:P#p|P]], [[Complexity Zoo:U#up|UP]], FewP, and [[Complexity Zoo:N#np|NP]] are all distinct [[zooref#rub88|[Rub88]]].

Also, there exists an oracle relative to which FewP does not have a Turing-complete set [[zooref#hjv93|[HJV93]]].

Contained in [[#few|Few]].

See also the survey [[zooref#tor90|[Tor90]]].

----

===== &lt;span id=&quot;fh&quot; style=&quot;color:red&quot;&gt;FH&lt;/span&gt;: Fourier Hierarchy =====
FH&lt;sub&gt;k&lt;/sub&gt; is the class of problems solvable by a uniform family of polynomial-size quantum circuits, with k levels of Hadamard gates and all other gates preserving the computational basis.  (Conditional phase flip gates are fine, for example.)  Thus
&lt;ul&gt;
&lt;li&gt;FH&lt;sub&gt;0&lt;/sub&gt; = [[Complexity Zoo:P#p|P]]&lt;/li&gt;
&lt;li&gt;FH&lt;sub&gt;1&lt;/sub&gt; = [[Complexity Zoo:B#bpp|BPP]]&lt;/li&gt;
&lt;li&gt;FH&lt;sub&gt;2&lt;/sub&gt; contains [[Complexity_Garden#integer_factorization|factoring]] because of Kitaev's phase estimation algorithm&lt;/li&gt;
&lt;/ul&gt;
It is an open problem to show that the Fourier hierarchy is infinite relative to an oracle (that is, FH&lt;sub&gt;k&lt;/sub&gt; is strictly contained in FH&lt;sub&gt;k+1&lt;/sub&gt;).

Defined in [[zooref#shi03|[Shi03]]].

----

===== &lt;span id=&quot;fixp&quot; style=&quot;color:red&quot;&gt;FIXP&lt;/span&gt;: Fixed Point =====
The class of fixed point problems. In the framework of fixed point problems, an instance I is associated with a (continuous) function F&lt;sub&gt;I&lt;/sub&gt;, and a solution of I is a fixed point of F&lt;sub&gt;I&lt;/sub&gt;. 

Properties of FIXP problems:
&lt;ol&gt;
&lt;li&gt; the function F&lt;sub&gt;I&lt;/sub&gt; is represented by an algebraic circuit over {+, -, *, /, max, min} with rational constants
&lt;li&gt; there is a polynomial time algorithm that computes the circuit from I.
&lt;/ol&gt;

Every FIXP problem has Partial Computation, Decision, (Strong) Approximation, and Existence counterparts; these can all be solved in PSPACE.

The Nash equilibrium problem for 3 or more players is FIXP-complete.

Linear-FIXP = PPAD.

Defined in [[zooref#ey07|[EY07]]].
----

===== &lt;span id=&quot;fnl&quot; style=&quot;color:red&quot;&gt;FNL&lt;/span&gt;: Function [[Complexity Zoo:N#nl|NL]] =====
Has the same relation to [[Complexity Zoo:N#nl|NL]] as [[#fnp|FNP]] does to [[Complexity Zoo:N#np|NP]].

Defined by [[zooref#aj93|[AJ93]]], who also showed that if [[Complexity Zoo:N#nl|NL]] = [[Complexity Zoo:U#ul|UL]], then FNL is contained in [[Complexity Zoo:Symbols#sharpl|#L]].

----

===== &lt;span id=&quot;fnlpoly&quot; style=&quot;color:red&quot;&gt;FNL/poly&lt;/span&gt;: Nonuniform [[#fnl|FNL]] =====
Has the same relation to [[#fnl|FNL]] as [[Complexity Zoo:P#ppoly|P/poly]] does to [[Complexity Zoo:P#p|P]].

Contained in [[Complexity Zoo:Symbols#sharplpoly|#L/poly]] [[zooref#ra00|[RA00]]].

----
===== &lt;span id=&quot;fnp&quot; style=&quot;color:red&quot;&gt;FNP&lt;/span&gt;: Function [[Complexity Zoo:N#np|NP]] =====
The class of function problems of the following form:
&lt;ul&gt; Given an input x and a polynomial-time predicate F(x,y), if there exists a y satisfying F(x,y) then output any such y, otherwise output 'no.' &lt;/ul&gt;
FNP generalizes [[Complexity Zoo:N#np|NP]], which is defined in terms of decision problems only.

Actually the word &quot;function&quot; is misleading, since there could be many valid outputs y.  That's unavoidable, since given a predicate F there's no &quot;syntactic&quot; criterion ensuring that y is unique.

[[#fp|FP]] = FNP if and only if [[Complexity Zoo:P#p|P]] = [[Complexity Zoo:N#np|NP]].

Contains [[Complexity Zoo:T#tfnp|TFNP]].

A basic question about FNP problems is whether they're &lt;i&gt;self-reducible&lt;/i&gt;; that is, whether they reduce to the corresponding [[Complexity Zoo:N#np|NP]] decision problems.  Although this is true for all [[Complexity Zoo:N#npc|NPC]] problems, [[zooref#bg94|[BG94]]] shows that if [[Complexity Zoo:E#ee|EE]] does not equal [[Complexity Zoo:N#nee|NEE]], then there is a problem in [[Complexity Zoo:N#np|NP]] such that &lt;i&gt;no&lt;/i&gt; corresponding FNP problem can be reduced to it.  [[zooref#bg94|[BG94]]] cites Impagliazzo and Sudan as giving the same conclusion under the assumption that [[Complexity Zoo:N#ne|NE]] does not equal [[Complexity Zoo:C#cone|coNE]].

----
===== &lt;span id=&quot;fo&quot; style=&quot;color:red&quot;&gt;FO&lt;/span&gt;: First-Order logic =====
First order logic is the smallest logical class of logic language. It is the base of [[zooref#imm98|Descriptive complexity]] and equal to the class [[Complexity_Zoo:A#AC|AC&lt;sup&gt;0&lt;/sup&gt;]] and to [[Complexity_Zoo:A#AH|AH]], the alternating logtime hierarchy.

When we use logic formalism, the input is a structure, usually it is either strings (of bits or over an alphabet) whose elements are position of the strings, or graphs whose elements are vertices. The mesure of the input will there be the size of the structure.
Whatever the structure is, we can suppose that there are relation that you can test, by example &lt;math&gt;E(x,y)&lt;/math&gt; is true iff there is an edge from &lt;math&gt;x&lt;/math&gt; to &lt;math&gt;y&lt;/math&gt; if the structure is a graph, and &lt;math&gt;P(n)&lt;/math&gt; is true iff the nth letter of the string is 1. We also have constant, who are special elements of the structure, by example if we want to check reachability in a graph, we will have to choose two constant s and t.

In descriptive complexity we almost always suppose that there is a total order over the elements and that we can check equality between elements. This let us consider elements as number, &lt;math&gt;x&lt;/math&gt; is the number &lt;math&gt;n&lt;/math&gt; iff there is &lt;math&gt;(n-1)&lt;/math&gt; elements &lt;math&gt;y&lt;/math&gt; such that &lt;math&gt;y&lt;x&lt;/math&gt;. Thanks to this we also want the primitive &quot;bit&quot;, where &lt;math&gt;bit(x,y)&lt;/math&gt; is true if only the &lt;math&gt;y&lt;/math&gt;th bith of &lt;math&gt;x&lt;/math&gt; is 1. (We can replace &lt;math&gt;bit&lt;/math&gt; by plus and time, ternary relation such that &lt;math&gt;plus(x,y,z)&lt;/math&gt; is true iff &lt;math&gt;x+y=z&lt;/math&gt; and &lt;math&gt;times(x,y,z)&lt;/math&gt; is true iff &lt;math&gt;x*y=z&lt;/math&gt;).

Since in a computer elements are only pointers or string of bit, thoses assumptions make sens, and those primitive function can be calculated in most of the small complexity classes. We can also imagine FO without those primitives, which gives us smaller complexity classes.

The language FO is then defined as the closure by conjunction ( &lt;math&gt;\wedge&lt;/math&gt;), negation (&lt;math&gt;\neg&lt;/math&gt;) and universal quantification (&lt;math&gt;\forall&lt;/math&gt;) over element of the structures. We also often use existantial quantification (&lt;math&gt;\exists&lt;/math&gt;) and disjunction (&lt;math&gt;\vee&lt;/math&gt;) but those can be defined thanks to the 3 first symbols. 

The semantics of the formulae in FO is straightforward, &lt;math&gt;\neg A&lt;/math&gt; is true iff &lt;math&gt;A&lt;/math&gt; is false, &lt;math&gt;A\wedge B&lt;/math&gt; is true iff &lt;math&gt;A&lt;/math&gt; is true and &lt;math&gt;B&lt;/math&gt; is true, and (&lt;math&gt;\forall x P&lt;/math&gt;) is true iff whatever element we decide that &lt;math&gt;x&lt;/math&gt; is we can choose, &lt;math&gt;P&lt;/math&gt; is true.


A querie in FO will then be to check if a FO formulae is true over a given structure, this structure is the input of the problem. One should not confuse this kind of problem with checking if a quantified boolean formula is true, which is the definition of QBF, which is [[Complexity_Zoo:P#PSPACE|Pspace]]-complete. The difference between those two problem is that in QBF the size of the problem is the size of the formula and elements are just boolean value, whereas in FO the size of the problem is the size of the structure and the formula is fixed.

Every formulae is equivalent to a formulae in prenexe normal form where we put recursively every quantifier and then a quantifier-free formulae. 
----

===== &lt;span id=&quot;fodtc&quot; style=&quot;color:red&quot;&gt;FO(DTC)&lt;/span&gt;: First-order with deterministic transitive closure =====
FO(DTC) is defined as [[#Complexity_Zoo:F#fotc|FO(tc)]] where the transitive closure operator is deterministic, which means that when we apply DTC(&lt;math&gt;\phi_{u,v}&lt;/math&gt;), we know that for all &lt;math&gt;u&lt;/math&gt;, there exist at most one &lt;math&gt;v&lt;/math&gt; such that phi(u,v).

We can suppose that DTC(&lt;math&gt;\phi_{u,v}&lt;/math&gt;) is syntactic sugar for TC(&lt;math&gt;\psi_{u,v}&lt;/math&gt;) where &lt;math&gt;\psi(u,v)=\phi(u,v)\wedge \forall x, (x=v \vee \neg \psi(u,x))&lt;/math&gt;.

It was shown in [[zooref#imm99|[Imm99]]] page 144 that this class is equal to [[#Complexity_Zoo:L#L|L]]. 
----

===== &lt;span id=&quot;folfp&quot; style=&quot;color:red&quot;&gt;FO(LFP)&lt;/span&gt;: First-order with least fixed point =====
FO(LFP) is the set of boolean queries definable with [[#Complexity_Zoo:S#fopfp|first-order fixed-point]] formulae where the partial fixed point is limited to be monotone, which means that if the second order variable is &lt;math&gt;P&lt;/math&gt;, then &lt;math&gt;P_i(x)&lt;/math&gt; always implies &lt;math&gt;P_{i+1}(x)&lt;/math&gt;.

We can obtain the monotony by restricting the formula &lt;math&gt;\phi&lt;/math&gt; to have only positive occurrences of &lt;math&gt;P&lt;/math&gt; (i.e. there is an even number of negations before every occurrence of &lt;math&gt;P&lt;/math&gt;). We can also describe LFP(&lt;math&gt;\phi_{P,x}&lt;/math&gt;) as syntactic sugar of PFP(&lt;math&gt;\psi_{P,x}&lt;/math&gt;) where &lt;math&gt;\psi(P,x)=\phi(P,x)\vee P(x)&lt;/math&gt;.

Thanks to monotonicity we only add and never remove vectors to the truth table of &lt;math&gt;P&lt;/math&gt;, and since there is only &lt;math&gt;n^k&lt;/math&gt; possible vectors we always find a fixed point before &lt;math&gt;n^k&lt;/math&gt; iterations. Hence it was shown in [[zooref#imm82|[Imm82]]] that FO(LFP)=P. This definition is equivalent to [[Complexity_Zoo:F#fot|FO(&lt;math&gt;n^{O(1)}&lt;/math&gt;)]].
----

===== &lt;span id=&quot;fopfp&quot; style=&quot;color:red&quot;&gt;FO(PFP)&lt;/span&gt;: First-order with partial fixed point =====
FO(pfp) is the set of boolean queries definable with [[#Complexity_Zoo:S#FO|first-order]] formulae with a partial fixed point operator.

Let &lt;math&gt;k&lt;/math&gt; be an integer, &lt;math&gt;x, y&lt;/math&gt;  vectors of &lt;math&gt;k&lt;/math&gt; variables, &lt;math&gt;P&lt;/math&gt; a second-order variable of arity &lt;math&gt;k&lt;/math&gt;, and &lt;math&gt;\phi&lt;/math&gt; a FO(PFP) function using &lt;math&gt;x&lt;/math&gt; and &lt;math&gt;P&lt;/math&gt; as variables, then we can define iteratively &lt;math&gt;(P_i)_{i\in N}&lt;/math&gt; such that &lt;math&gt;P_0(x)=false&lt;/math&gt; and &lt;math&gt;P_i(x)=\phi(P_{i-1},x)&lt;/mat