<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=136.152.142.157</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=136.152.142.157"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/136.152.142.157"/>
	<updated>2026-08-07T03:03:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Orlicz%E2%80%93Pettis_theorem&amp;diff=25725</id>
		<title>Orlicz–Pettis theorem</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Orlicz%E2%80%93Pettis_theorem&amp;diff=25725"/>
		<updated>2013-12-14T22:18:00Z</updated>

		<summary type="html">&lt;p&gt;136.152.142.157: /* Orlicz–Pettis theorem for normed spaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Circuit (computer theory)|Circuit]]s over [[natural number]]s&#039;&#039;&#039; is a mathematical model used in studying [[computational complexity theory]]. It is a special case of [[circuit (computer theory)|circuit]], the object is a labeled [[directed acyclic graph]] the nodes of which evaluate to sets of natural numbers, the leaves are finite sets, and the gates are set operations or arithmetic operations.&lt;br /&gt;
&lt;br /&gt;
As an [[algorithm]]ic problem, the possible question are to find if a given natural number is an element is in the output node or if two circuits compute the same set. The decidability is still an open question, but there are results on restriction of those circuits. Finding answers to some questions about this model could serve as a proof to many important mathematical conjectures, like [[Goldbach&#039;s conjecture]].&lt;br /&gt;
&lt;br /&gt;
== Formal definition ==&lt;br /&gt;
An natural number circuit is a [[circuit complexity|circuit]], i.e. a labelled [[directed acyclic graph]] of in-degree at most 2. The nodes of in-degree 0, the leaves, are finite sets of natural numbers, the labels of the nodes of in-degree 1 are&amp;amp;nbsp;&amp;amp;minus;, where &amp;lt;math&amp;gt;\overline{A}=\{x\in\mathbb{N}|x\not\in A\}&amp;lt;/math&amp;gt; and the labels of the nodes of in-degree 2 are +, ×, ∪ and ∩, where &amp;lt;math&amp;gt;A+B=\{a+b|a\in A, b\in B\}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;A\times B=\{a\times b|a\in A, b\in B\}&amp;lt;/math&amp;gt;  and ∪ and ∩ with the usual [[Set (mathematics)|set]] meaning.&lt;br /&gt;
&lt;br /&gt;
The subset of circuits which do not use all of the possible labels are also studied.&lt;br /&gt;
&lt;br /&gt;
=== Algorithmic problems ===&lt;br /&gt;
One can ask:&lt;br /&gt;
*Is a given number &#039;&#039;n&#039;&#039; a member of the output node.&lt;br /&gt;
*Is the output node empty, does it contain a specific element, is it equal to &amp;lt;math&amp;gt;\mathbb{N}&amp;lt;/math&amp;gt;?&lt;br /&gt;
*Is one node is a subset of another.&lt;br /&gt;
&lt;br /&gt;
For circuits which use all the labels, all these problems are equivalent.&lt;br /&gt;
&lt;br /&gt;
==== Proof ====&lt;br /&gt;
The first problem is reducible to the second one, by taking the intersection of the output gate and &#039;&#039;n&#039;&#039;. Indeed the new output get will be empty if and only if &#039;&#039;n&#039;&#039; was not an element of the former output gate.&lt;br /&gt;
&lt;br /&gt;
The first problem is reducible to the third one, by asking if the node &#039;&#039;n&#039;&#039; is a subset of the output node.&lt;br /&gt;
&lt;br /&gt;
The second problem is reducible to the first one, it suffices to multiply the output gate by 0, then 0 will be in the output gate if and only if the former output gate were not empty.&lt;br /&gt;
&lt;br /&gt;
The third problem is reducible to the second one, checking if A is a subset of B is equivalent to ask if there is an element in &amp;lt;math&amp;gt;A\cap\overline{B}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Restrictions ===&lt;br /&gt;
Let O be a subset of {∪,∩,&amp;amp;minus;,+,×}, then we call MC(O) the problem of finding if a natural number is inside the output gate of a circuit the gates&#039; labels of which are in O, and MF(O) the same problem with the added constraint that the circuit must be a [[Tree (graph theory)|tree]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* The set of numbers greater than &#039;&#039;n&#039;&#039; is &amp;lt;math&amp;gt;\overline{\{0,\dots,n\}}&amp;lt;/math&amp;gt;. In particular &amp;lt;math&amp;gt;\mathbb{N}=\overline{\{\}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* The set of prime numbers with 0 and 1, &#039;&#039;PRIME&#039; &#039;&#039; is the complement of the numbers who are multiple of 2 natural numbers greater than 2, so it is &amp;lt;math&amp;gt;\overline{\overline{\{0,1\}}\times \overline{\{0,1\}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* The set of prime numbers, &#039;&#039;PRIME&#039;&#039; is then PRIME&#039;&amp;lt;math&amp;gt;\cap \overline{\{0,1\}}&amp;lt;/math&amp;gt;, the elements of PRIME&#039; greater than 2.&lt;br /&gt;
* The set of &#039;&#039;EVEN&#039;&#039; numbers is &amp;lt;math&amp;gt;\mathbb{N}\times \{2\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Goldbach&#039;s conjecture]] asks if there is an even number greater than 2 which is not the sum of two prime numbers, it is natural to rephrase this question by asking if there is an element in &amp;lt;math&amp;gt;EVEN\cap \overline{\{2\}}\cap \overline{PRIMES+PRIMES}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Quickly growing set ===&lt;br /&gt;
One difficulty come from the fact that the complement of a finite set is infinite, and computer has got only a finite memory. But even without complementation, one can create [[Double exponential function|double exponential]] number. Let &amp;lt;math&amp;gt;E_0=\{2\}, E_{i+1}=E_i\times E_i&amp;lt;/math&amp;gt;, then one can easily prove by induction on &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; that &amp;lt;math&amp;gt;E_i=\{2^{2^i}\}&amp;lt;/math&amp;gt;, indeed &amp;lt;math&amp;gt;E_0=\{2\}=\{2^1\}=\{2^{2^0}\}&amp;lt;/math&amp;gt; and by induction &amp;lt;math&amp;gt;E_{i+1}=E_i\times E_i=\{2^{2^i}\}\times\{2^{2^i}\}=\{(2^{2^i})^2\}=\{2^{2^i\times2}\}=\{2^{2^{i+1}}\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
And even double exponential—sized sets: let &amp;lt;math&amp;gt;S_0=\{0,1,2\}, S_{i+1}=(S_i\times S_i)+S_i&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;\{x|0&amp;lt;x&amp;lt;2^{2^i}\}\subset S_i&amp;lt;/math&amp;gt;, i.e. &amp;lt;math&amp;gt;S_i&amp;lt;/math&amp;gt; contains the &amp;lt;math&amp;gt;2^{2^i}&amp;lt;/math&amp;gt; firsts number. Once again this can be proved by induction on &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;, it is true for &amp;lt;math&amp;gt;S_0&amp;lt;/math&amp;gt; by definition and let &amp;lt;math&amp;gt;x\in\{x|0&amp;lt;x&amp;lt;2^{2^{i+1}}\}&amp;lt;/math&amp;gt;, dividing &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; by &amp;lt;math&amp;gt;2^{2^i}&amp;lt;/math&amp;gt; we see it can be written as &amp;lt;math&amp;gt;x=2^{2^i}\times d+r&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;d,r&amp;lt; 2^{2^i}&amp;lt;/math&amp;gt;, and by induction, &amp;lt;math&amp;gt;2^{2^i}, d&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are in &amp;lt;math&amp;gt;S_i&amp;lt;/math&amp;gt;, so indeed &amp;lt;math&amp;gt;x\in (S_i \times S_i)+ S_i&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Those examples explains why addition and multiplication are enough to create problem of high complexity.&lt;br /&gt;
&lt;br /&gt;
== Complexity results ==&lt;br /&gt;
&lt;br /&gt;
=== Membership problem ===&lt;br /&gt;
The membership problem ask if, given an element &#039;&#039;n&#039;&#039; and a circuit, if &#039;&#039;n&#039;&#039; is in the output gate of the circuit.&lt;br /&gt;
&lt;br /&gt;
When the class of authorized gate is restricted, the membership problem lay inside well known complexity classes.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:80%;&amp;quot;&lt;br /&gt;
|+ Complexity&lt;br /&gt;
|-&lt;br /&gt;
! scope=col | O&lt;br /&gt;
! scope=col | MC(O) &lt;br /&gt;
! scope=col | MF(O)&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;,+,×&lt;br /&gt;
| [[NEXPTIME]]-hard&lt;br /&gt;
Decidable with an [[oracle machine|oracle]] for the [[halting problem]]&lt;br /&gt;
| [[PSPACE]]-hard&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,+,×&lt;br /&gt;
| [[NEXPTIME]]-complete&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,+,×&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩,+,×&lt;br /&gt;
| [[P (complexity)|P]]-hard, in co-R&lt;br /&gt;
| [[LOGCFL]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | +,×&lt;br /&gt;
| [[P (complexity)|P]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;,+&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,+&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,+&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩,+&lt;br /&gt;
| [[CL (complexity)|C&amp;lt;sub&amp;gt;=&amp;lt;/sub&amp;gt;L]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | +&lt;br /&gt;
| [[CL (complexity)|C&amp;lt;sub&amp;gt;=&amp;lt;/sub&amp;gt;L]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;,×&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,×&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,×&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
| [[NP-complete]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩,×&lt;br /&gt;
| [[CL (complexity)|C&amp;lt;sub&amp;gt;=&amp;lt;/sub&amp;gt;L]]-hard, in [[P (complexity)|P]]&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ×&lt;br /&gt;
| [[NL (complexity)|NL]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;&lt;br /&gt;
| [[P (complexity)|P]]-complete&lt;br /&gt;
| [[NC (complexity)|NC&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩&lt;br /&gt;
| [[P (complexity)|P]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪&lt;br /&gt;
| [[NL (complexity)|NL]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩&lt;br /&gt;
| [[NL (complexity)|NL]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Equivalence problem ===&lt;br /&gt;
The equivalence problem ask if, given two gates of a circuits, they evaluate to the same set.&lt;br /&gt;
&lt;br /&gt;
When the class of authorized gate is restricted, the equivalence problem lay inside well known complexity classes.&amp;lt;ref&amp;gt;&lt;br /&gt;
{{Citation&lt;br /&gt;
 | author = Christian Glaßer, Katrin Herr, Christian Reitwießner, Stephen Travers and Matthias Waldherr&lt;br /&gt;
 | title = Equivalence Problems for Circuits over Sets of Natural Numbers&lt;br /&gt;
 | journal = Lecture Notes in Computer Science&lt;br /&gt;
 | volume = Volume 4649/2007&lt;br /&gt;
 | edition= (what is called &amp;quot;number&amp;quot; in bibtex)&lt;br /&gt;
 | year = 2007&lt;br /&gt;
 | isbn = 978-3-540-74509-9&lt;br /&gt;
 | pages =127&amp;amp;ndash;138&lt;br /&gt;
 | doi =10.1007/978-3-540-74510-5&lt;br /&gt;
 | publisher = Springer &lt;br /&gt;
 | place = Berlin / Heidelberg&lt;br /&gt;
 | url = http://www.springerlink.com/content/c007kk787054v746/&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt; We call EC(O) and EF(O) the problem of equivalence over circuits and formulae the gate of which are in O.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:80%;&amp;quot;&lt;br /&gt;
|+ Complexity&lt;br /&gt;
|-&lt;br /&gt;
! scope=col | O&lt;br /&gt;
! scope=col | EC(O) &lt;br /&gt;
! scope=col | EF(O)&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;,+,×&lt;br /&gt;
| [[NEXPTIME]]-hard&lt;br /&gt;
Decidable with an [[oracle machine|oracle]] for the [[halting problem]]&lt;br /&gt;
| [[PSPACE]]-hard&lt;br /&gt;
Decidable with an [[oracle machine|oracle]] for the [[halting problem]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,+,×&lt;br /&gt;
| [[NEXPTIME]]-hard, in co[[NEXPTIME|NEXP]]&amp;lt;sup&amp;gt;[[NP (complexity)|NP]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,+,×&lt;br /&gt;
| [[NEXPTIME]]-hard, in co[[NEXPTIME|NEXP]]&amp;lt;sup&amp;gt;[[NP (complexity)|NP]]&amp;lt;/sup&amp;gt;&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩,+,×&lt;br /&gt;
| [[P (complexity)|P]]-hard, in [[Bounded-error probabilistic polynomial|BPP]]&lt;br /&gt;
| [[L (complexity)|L]]-hard, in [[LOGCFL]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | +,×&lt;br /&gt;
| [[L (complexity)|L]]-hard, in [[LOGCFL]]&lt;br /&gt;
| [[P (complexity)|P]]-hard, in co[[RP (complexity)|RP]]&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;,+&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,+&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,+&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩,+&lt;br /&gt;
| co[[CL (complexity)|C&amp;lt;sub&amp;gt;=&amp;lt;/sub&amp;gt;L]](2)-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | +&lt;br /&gt;
| [[CL (complexity)|C&amp;lt;sub&amp;gt;=&amp;lt;/sub&amp;gt;L]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;,×&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,×&lt;br /&gt;
| [[PSPACE]]-complete&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,×&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
| [[Polynomial hierarchy|Π&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩,×&lt;br /&gt;
| co[[CL (complexity)|C&amp;lt;sub&amp;gt;=&amp;lt;/sub&amp;gt;L]](2)-hard, in [[P (complexity)|P]]&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ×&lt;br /&gt;
| [[CL (complexity)|C&amp;lt;sub&amp;gt;=&amp;lt;/sub&amp;gt;L]]-hared, in  [[P (complexity)|P]]&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩,&amp;amp;minus;&lt;br /&gt;
| [[P (complexity)|P]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪,∩&lt;br /&gt;
| [[P (complexity)|P]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∪&lt;br /&gt;
| [[NL (complexity)|NL]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|-&lt;br /&gt;
! scope=row | ∩&lt;br /&gt;
| [[NL (complexity)|NL]]-complete&lt;br /&gt;
| [[L (complexity)|L]]-complete&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
*{{Citation&lt;br /&gt;
 | last = Travers&lt;br /&gt;
 | first =Stephen&lt;br /&gt;
 | year =2006&lt;br /&gt;
 | title =The Complexity of Membership Problems for  Circuits over Sets of Natural Numbers&lt;br /&gt;
 | publisher=Theoretical Computer Science&lt;br /&gt;
 | volume =389&lt;br /&gt;
 | issue =1&lt;br /&gt;
 | pages =211&amp;amp;ndash;229&lt;br /&gt;
 | url =http://portal.acm.org/citation.cfm?id=1238761&lt;br /&gt;
 | issn =0304-3975 &lt;br /&gt;
 | ref=travers&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
*{{Citation&lt;br /&gt;
 | author = Pierre McKenzie and Klaus W. Wagner&lt;br /&gt;
 | title = The Complexity of Membership Problems for Circuits over Sets of Natural Numbers&lt;br /&gt;
 | journal =   	 Lecture Notes In Computer Science &lt;br /&gt;
 | volume = 2607&lt;br /&gt;
 | year = 2003&lt;br /&gt;
 | isbn =3-540-00623-0  &lt;br /&gt;
 | pages =571&amp;amp;ndash;582&lt;br /&gt;
 | publisher = Springer-Verlag&lt;br /&gt;
 | url = http://portal.acm.org/citation.cfm?id=646517.696311&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* Pierre McKenzie, [http://www.iro.umontreal.ca/~mckenzie/Dagstuhl02.pdf The complexity of circuit evaluation over the natural numbers]&lt;br /&gt;
&lt;br /&gt;
[[Category:Computational complexity theory]]&lt;br /&gt;
[[Category:Arithmetic]]&lt;/div&gt;</summary>
		<author><name>136.152.142.157</name></author>
	</entry>
</feed>