Majority

From Boolean Zoo
Revision as of 06:10, 30 September 2018 by Renan (talk | contribs) (Properties)
Jump to: navigation, search

Definition

A function f:\{-1,1\}^n \to \{-1,1\} is called a majority function if f(x) returns the most common bit in the input:

f(x) = \begin{cases} 1, & if ~ \sum_i x_i \geq 0 \\ -1 & otherwise \end{cases}

For even n, the above definition breaks ties in favor of 1, although any arbitrary rule may be used instead.

Properties

References

  1. Jump up Ryan O'Donnell, Analysis of Boolean functions, [1]
  2. Jump up A. Razborov, Lower bounds on the size of bounded-depth networks over a complete basis with logical addition (Russian), in Matematicheskie Zametki, Vol. 41, No 4, 1987, pages 598-607. English translation in Mathematical Notes of the Academy of Sci. of the USSR, 41(4):333-338, 1987.