Partition size

From Boolean Zoo
Revision as of 17:53, 2 March 2020 by Renan (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

Let [math]f: \{-1,1\}^n \to \{-1,1\}[/math] be a Boolean function. The partition size of [math]f[/math], often denoted [math]P(f)[/math], is the minimum size of a partition of the Boolean cube [math]\{-1,1\}^n[/math] into disjoint subcubes such that [math]f[/math] is constant on each subcube.


Properties

  • The partition size is (trivially) always smaller than the decision tree size, [math]P(f) \leq DT(f) [/math].
  • If [math]f[/math] is monotone, then [math]\mathrm{Inf}(f) \leq \sqrt{P(f)}[/math] [1].


References