- Circuits over sets of natural numbers
-
Circuits over natural numbers is a mathematical model used in studying computational complexity theory. It is a special case of 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.
As an algorithmic 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's conjecture.
Contents
Formal definition
An natural number circuit is a 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 −, where and the labels of the nodes of in-degree 2 are +, × and ∪, where , and ∪ and ∩ with the usual set meaning.
The subset of circuits which do not use all of the possible labels are also studied.
Algorithmic problems
One can ask:
- Is a given number n a member of the output node.
- Is the output node empty, does it contain a specific element, is it equal to ?
- Is one node is a subset of another.
For circuits which use all the labels, all these problems are equivalent. They are all equivalent if we can use any labels for the gates.
Proof
The first problem is reducible to the second one, by taking the intersection of the output gate and n. Indeed the new output get will be empty if and only if n was not an element of the former output gate.
The first problem is reducible to the third one, by asking if the node n is a subset of the output node.
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.
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 .
Restrictions
Let O be a subset of {∪,∩,−,+,×}, then we call MC(O) the problem of finding if a natural number is inside the output gate of a circuit the gates' labels of which are in O, and MF(O) the same problem with the added constraint that the circuit must be a tree.
Examples
- The set of numbers greater than n is . In particular ?
- The set of prime numbers with 0 and 1, PRIME' is the complement of the numbers who are multiple of 2 natural numbers greater than 2, so it is
- The set of prime numbers, PRIME is then PRIME', the elements of PRIME' greater than 2.
- The set of EVEN numbers is .
Goldbach'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 .
Quickly growing set
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 number. Let , then one can easily prove by induction on i that , indeed and by induction .
And even double exponential—sized sets: let , then , i.e. Si contains the firsts number. Once again this can be proved by induction on i, it is true for S0 by definition and let , dividing x by we see it can be written as where , and by induction, and r are in Si, so indeed .
Those examples explains why addition and multiplication are enough to create problem of high complexity.
Complexity results
Membership problem
The membership problem ask if, given an element n and a circuit, if n is in the output gate of the circuit.
When the class of authorized gate is restricted, the membership problem lay inside well known complexity classes.
Complexity O MC(O) MF(O) ∪,∩,−,+,× NEXPTIME-hard Decidable with an oracle for the halting problem
PSPACE-hard ∪,∩,+,× NEXPTIME-complete NP-complete ∪,+,× PSPACE-complete NP-complete ∩,+,× P-hard, in co-R LOGCFL +,× P-complete L-complete ∪,∩,−,+ PSPACE-complete PSPACE-complete ∪,∩,+ PSPACE-complete NP-complete ∪,+ NP-complete NP-complete ∩,+ L-complete + L-complete ∪,∩,−,× PSPACE-complete PSPACE-complete ∪,∩,× PSPACE-complete NP-complete ∪,× NP-complete NP-complete ∩,× P L-complete × NL-complete L-complete ∪,∩,− P-complete NC1-complete ∪,∩ P-complete L-complete ∪ NL-complete L-complete ∩ NL-complete L-complete Equivalence problem
The equivalence problem ask if, given two gates of a circuits, they evaluate to the same set.
When the class of authorized gate is restricted, the equivalence problem lay inside well known complexity classes[1]. We call EC(O) and EF(O) the problem of equivalence over circuits and formulae the gate of which are in O.
Complexity O EC(O) EF(O) ∪,∩,−,+,× NEXPTIME-hard Decidable with an oracle for the halting problem
PSPACE-hard Decidable with an oracle for the halting problem
∪,∩,+,× NEXPTIME-hard, in coNEXPNP ΠP2-complete ∪,+,× NEXPTIME-hard, in coNEXPNP ΠP2-complete ∩,+,× P-hard, in BPP L-hard, in LOGCFL +,× L-hard, in LOGCFL P-hard, in coRP ∪,∩,−,+ PSPACE-complete PSPACE-complete ∪,∩,+ PSPACE-complete ΠP2-complete ∪,+ ΠP2-complete ΠP2-complete ∩,+ coL-complete + L-complete ∪,∩,−,× PSPACE-complete PSPACE-complete ∪,∩,× PSPACE-complete ΠP2-complete ∪,× ΠP2-complete ΠP2-complete ∩,× coP L-complete × P L-complete ∪,∩,− P-complete L-complete ∪,∩ P-complete L-complete ∪ NL-complete L-complete ∩ NL-complete L-complete References
- ^ Christian Glaßer, Katrin Herr, Christian Reitwießner, Stephen Travers and Matthias Waldherr (2007), "Equivalence Problems for Circuits over Sets of Natural Numbers", Lecture Notes in Computer Science (Berlin / Heidelberg: Springer) Volume 4649/2007: 127–138, doi:10.1007/978-3-540-74510-5, ISBN 978-3-540-74509-9, http://www.springerlink.com/content/c007kk787054v746/
- Travers, Stephen (2006), The Complexity of Membership Problems for Circuits over Sets of Natural Numbers, 389, Theoretical Computer Science, pp. 211–229, ISSN 0304-3975, http://portal.acm.org/citation.cfm?id=1238761
- Pierre McKenzie and Klaus W. Wagner (2003), "The Complexity of Membership Problems for Circuits over Sets of Natural Numbers", Lecture Notes In Computer Science (Springer-Verlag) 2607: 571–582, ISBN 3-540-00623-0, http://portal.acm.org/citation.cfm?id=646517.696311
External links
- Pierre McKenzie, The complexity of circuit evaluation over the natural numbers
Categories:
Wikimedia Foundation. 2010.