How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Degree under Boolean elimination operators
Statement
Let , with , and eliminate variable . Write for . If for , with nonnegative upper bounds including zero polynomials, then has bound , while and have bound .
If is Boolean-valued on the Boolean cube, the latter two operators represent universal and existential quantification there, respectively. The sum operator adds the two field values; it is not a Boolean OR operator over arbitrary fields. Repeated product elimination can produce exponentially growing degrees.
Facts & Assumptions
Given: The objects and hypotheses in the statement above.
The Boolean AND and OR arithmetizations are uv and u+v-uv (Arithmetization of Boolean formulas).
Proof
Substituting or for does not increase any exponent in another variable. Addition preserves the maximum of the remaining bounds and multiplication adds them. Thus the sum has bound and both expressions containing a product have bound , including when a restriction vanishes or .
At any remaining Boolean assignment, put and ; by hypothesis . The AND and OR gate formulas give and as the universal and existential truth values. The sum instead gives when both inputs are one: in characteristic two this is zero, and in other characteristics it is not one. When , these are simply operations on two constants.
Actual exponential growth is possible: start with and eliminate other variables absent from using the product operator. Each elimination squares the current polynomial, leaving the formal polynomial . Hence degree growth is not merely a loose bound.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
3 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Arora and Barak, Computational Complexity, January 2007 web draft, §8.5.1 p.158 and §8.5.3 opening degree-growth paragraph p.160 (standard reference, not scraped)