Content deleted Content added
m capitalization |
→History: minor rephrasing |
||
Line 23:
==History==
Circuit complexity goes back to [[Claude Shannon|Shannon]] (1949), who proved that
===Key results===
*The Boolean function [[parity function|PARITY]], which is 1 if and only if the sum of its input bits is odd,
* Consider the [[clique problem]] of determining whether a graph with ''n'' vertices has a clique of size ''k''. For any particular choice of ''n'' and ''k'' this can be encoded as a Boolean function on ''n''(''n''−1) inputs, one for each pair of vertices, specifying whether or not that edge is in the graph. This family of functions is monotone and can be computed by a family of circuits, but it has been shown that it cannot be computed by a polynomial-size family of monotone circuits (that is, circuits with AND and OR gates but no negation). This original result of [[Alexander Razborov|Razborov]] (1985) was later improved to an exponential-size lower bound by Alon and Boppana (1987). Raz and McKenzie later showed that the monotone NC hierarchy is infinite (1999).
*The Integer Division Problem lies in uniform [[TC0|TC<sup>0</sup>]] (Hesse 2001).
|