To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Boolean hierarchy

From Wikipedia, the free encyclopedia

The boolean hierarchy is the hierarchy of boolean combinations (intersection, union and complementation) of NP sets. Equivalently, the boolean hierarchy can be described as the class of boolean circuits over NP predicates. A collapse of the boolean hierarchy would imply a collapse of the polynomial hierarchy.[1]

Formal definition

BH is defined as follows:[2]

  • BH1 is NP.
  • BH2k is the class of languages which are the intersection of a language in BH2k-1 and a language in coNP.
  • BH2k+1 is the class of languages which are the union of a language in BH2k and a language in NP.
  • BH is the union of all the BHi classes.

Derived classes

  • DP (Difference Polynomial Time) is BH2.[3]

Equivalent definitions

Defining the conjunction and the disjunction of classes as follows allows for more compact definitions. The conjunction of two classes contains the languages that are the intersection of a language of the first class and a language of the second class. Disjunction is defined in a similar way with the union in place of the intersection.

  • C ∧ D = { A ∩ B | A ∈ C   B ∈ D }
  • C ∨ D = { A ∪ B | A ∈ C   B ∈ D }

According to this definition, DP = NP ∧ coNP. The other classes of the Boolean hierarchy can be defined as follows.

The following equalities can be used as alternative definitions of the classes of the Boolean hierarchy:[4]

Alternatively,[5] for every k ≥ 3:

Hardness

Hardness for classes of the Boolean hierarchy can be proved by showing a reduction from a number of instances of an arbitrary NP-complete problem A. In particular, given a sequence {x1, ... xm} of instances of A such that xi ∈ A implies xi-1 ∈ A, a reduction is required that produces an instance y such that y ∈ B if and only if the number of xi ∈ A is odd or even:[4]

  • BH2k-hardness is proved if and the number of xi ∈ A is odd
  • BH2k+1-hardness is proved if and the number of xi ∈ A is even

Such reductions work for every fixed k. If such reductions exist for arbitrary k, the problem is hard for PNP[O(log n)].

References

  1. ^ Chang, R.; Kadin, J. (1996). "The Boolean Hierarchy and the Polynomial Hierarchy: A Closer Connection". SIAM J. Comput. 25 (2): 340–354. CiteSeerX 10.1.1.77.4186. doi:10.1137/S0097539790178069.
  2. ^ Complexity Zoo: Class BH
  3. ^ Complexity Zoo: Class DP
  4. ^ a b Wagner, K. (1987). "More Complicated Questions About Maxima and Minima, and Some Closures of NP". Theoret. Comput. Sci. 51 (1–2): 53–80. doi:10.1016/0304-3975(87)90049-1.
  5. ^ Riege, T.; Rothe, J. (2006). "Completeness in the Boolean Hierarchy: Exact-Four-Colorability, Minimal Graph Uncolorability, and Exact Domatic Number Problems - a Survey". J. Univers. Comput. Sci. 12 (5): 551–578.


This page was last edited on 17 January 2024, at 04:13
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.