Parity function
Function in Boolean algebra
In Boolean algebra, a parity function is a Boolean function whose value is one if and only if the input vector has an odd number of ones. The parity function of two inputs is also known as the XOR function.
The parity function is notable for its role in theoretical investigation of circuit complexity of Boolean functions.
The output of the parity function is the parity bit.
01Definition
The -variable parity function is the Boolean function
with the property that
if and only if the number of ones in the vector
is odd.
In other words,
is defined as follows:
where denotes exclusive or.
02Properties
Parity only depends on the number of ones and is therefore a symmetric Boolean function.
The n-variable parity function and its negation are the only Boolean functions for which all disjunctive normal forms have the maximal number of 2 n − 1 monomials of length n and all conjunctive normal forms have the maximal number of 2 n − 1 clauses of length n.
03Computational complexity
Some of the earliest work in computational complexity was 1961 bound of Bella Subbotovskaya showing the size of a Boolean formula computing parity must be at least . This work uses the method of random restrictions. This exponent of
has been increased through careful analysis to
by Paterson and Zwick (1993) and then to
by Håstad (1998).
In the early 1980s, Merrick Furst, James Saxe and Michael Sipser and independently Miklós Ajtai established super-polynomial lower bounds on the size of constant-depth Boolean circuits for the parity function, i.e., they showed that polynomial-size constant-depth circuits cannot compute the parity function. Similar results were also established for the majority, multiplication and transitive closure functions, by reduction from the parity function.
Håstad (1987) established tight exponential lower bounds on the size of constant-depth Boolean circuits for the parity function. Håstad's Switching Lemma is the key technical tool used for these lower bounds and Johan Håstad was awarded the Gödel Prize for this work in 1994.
The precise result is that depth-k circuits with AND, OR, and NOT gates require size to compute the parity function.
This is asymptotically almost optimal as there are depth-k circuits computing parity which have size
.
04Infinite version
An infinite parity function is a function mapping every infinite binary string to 0 or 1, having the following property: if
and
are infinite binary strings differing only on finitely many coordinates, then
if and only if
and
differ on an even number of coordinates.
Assuming axiom of choice it can be proved that parity functions exist and there are many of them; as many as the number of all functions from
to
. It is enough to take one representative per equivalence class of relation
defined as follows:
if
and
differ at finite number of coordinates. Having such representatives, we can map all of them to
; the rest of
values are deducted unambiguously.
Another construction of an infinite parity function can be done using a non-principal ultrafilter on
. The existence of non-principal ultrafilters on
follows from, and is strictly weaker than, the axiom of choice. For any
we consider the set
. The infinite parity function
is defined by mapping
to
if and only if
is an element of the ultrafilter.
It is necessary to assume at least some amount of choice to prove that infinite parity functions exist. If is an infinite parity function and we consider the inverse image
as a subset of the Cantor space
, then
is a non-measurable set and does not have the property of Baire. Without the axiom of choice, it is consistent (relative to ZF) that all subsets of the Cantor space are measurable and have the property of Baire and thus that no infinite parity function exists; this holds in the Solovay model, for instance.
Sources and credits
This article is adapted from the Wikipedia article “Parity function”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.