Boolean hierarchy

From Wikipedia, the free encyclopedia
(Redirected from DP (complexity))
Jump to navigation Jump to search

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

[edit | edit source]

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

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

Equivalent definitions

[edit | edit source]

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.

𝖡𝖧2k=𝖼𝗈𝖭𝖯𝖡𝖧2k1
𝖡𝖧2k+1=𝖭𝖯𝖡𝖧2k

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

𝖡𝖧2k=i=1k𝖣𝖯
𝖡𝖧2k+1=𝖭𝖯i=1k𝖣𝖯

Alternatively,[5] for every k ≥ 3:

𝖡𝖧k=𝖣𝖯𝖡𝖧k2

Hardness

[edit | edit source]

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 m=2k and the number of xi ∈ A is odd
  • BH2k+1-hardness is proved if m=2k+1 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

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Complexity Zoo: Class BH
  3. ^ Complexity Zoo: Class DP
  4. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).