Switching lemma

In computational complexity theory, Håstad's switching lemma is a key tool for proving lower bounds on the size of constant-depth Boolean circuits.

It was first introduced by Johan Håstad to prove that AC0 Boolean circuits of depth k require size

[1] He was later awarded the Gödel Prize for this work in 1994.

The switching lemma describes the behavior of a depth-2 circuit under random restriction, i.e. when randomly fixing most of the coordinates to 0 or 1.

Specifically, from the lemma, it follows that a formula in conjunctive normal form (that is, an AND of ORs) becomes a formula in disjunctive normal form (an OR of ANDs) under random restriction, and vice versa.

formula in disjunctive normal form

denote the formula under a random restriction: each

is set independently to 0 or 1 with probability

Then, for a sufficiently large constant C, the switching lemma states that where

denotes decision tree complexity, the number of bits of

[2] Intuitively, the switching lemma holds because DNF formulas shrink significantly under random restriction: when a literal in a clause is set to 0, the whole AND clause evaluates to zero, and therefore can be discarded.

The original proof of the switching lemma (Håstad 1987) involves an argument with conditional probabilities.

Arguably simpler proofs have been subsequently given by Razborov (1993) and Beame (1994).

For an introduction, see Chapter 14 in Arora & Barak (2009).

The switching lemma is a key tool used for understanding the circuit complexity class AC0, which consists of constant-depth circuits consisting of AND, OR, and NOT.

Håstad's initial application of this lemma was to establish tight exponential lower bounds for such circuits computing PARITY, improving on the prior super-polynomial lower bounds of Merrick Furst, James Saxe and Michael Sipser[3] and independently Miklós Ajtai.

[4] This is done by applying the switching lemma

is the depth of the circuit: each application removes a layer of the circuit until one is left with a very simple circuit, whereas PARITY is still PARITY under random restriction, and so remains complex.

So, a circuit that computes PARITY must have high depth.

[5] The switching lemma is the basis for bounds on the Fourier spectrum of AC0 circuits[5] and algorithms for learning such circuits.