Parity versus finite AC0 formulas #
The theorem below is a division-free finite lower bound for every negation-normal unbounded AND/OR formula computing parity. It combines:
- exact semantics of iterated restrictions;
- the width switching lemma at every connective level;
- a union bound over all nodes in the finite formula tree;
- the exact first moment of variables surviving all stages; and
- the decision-tree depth lower bound for restricted parity.
No uniformity assumption occurs. The remaining family-level step is purely arithmetic: instantiate the parameters against a polynomial formula-size bound and a fixed depth.
theorem
Complexity.AC0Formula.parity_counting_obstruction
{N : ℕ}
(formula : AC0Formula N)
(computes : ∀ (input : BitString N), eval input formula = Schnorr.xorBool N input)
(stageCount queryCount q : ℕ)
(hdepth : formula.depth ≤ stageCount)
(hquery : 2 ≤ queryCount)
(hq : 0 < q)
:
Finite iterated-switching obstruction for an AC0 formula computing parity.
stageCount bounds connective depth, queryCount ≥ 2 is the target decision
tree depth, and a stage leaves each coordinate free with exact probability
1 / (2q + 1). The left side is the amplified first moment of surviving
variables; the two right-hand terms account for shallow good seeds and all
switching failures in the formula tree.