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.
Formula degree and point-evaluation cost
Statement
Let be a formula with syntax nodes on variables, and let count the leaves labelled . Then has individual degree at most in and total degree at most . The bounds include the zero polynomial (which satisfies every nonnegative degree upper bound). At any supplied point, can be evaluated with field operations.
Facts & Assumptions
Given: The objects and hypotheses in the statement above.
The polynomial is represented by a formula tree with the specified arithmetic gates (Arithmetization of Boolean formulas).
Proof
For a constant leaf all degree bounds are zero; for a variable leaf the individual bound is one in that variable and zero otherwise, and the total bound is one. Each leaf needs no arithmetic operation.
Assume the bounds for the children. Subtracting a polynomial from does not raise any nonnegative degree bound. At a binary gate with child bounds (individual or total), the product has bound and the sum has bound . Thus AND and OR obey the sum of the child occurrence bounds, even if coefficients cancel or a child is zero.
Occurrence counts add over child trees, so the preceding leaf and parent argument proves all degree bounds by structural induction. A bottom-up evaluator visits each syntax node once and applies at most a fixed number of operations to its stored child values; the OR gate reuses those values. Hence its field-operation count is . This includes variable-free formulas and unused variables.
Depends on
Used by
- Verifying formula counts over a supplied field Proposition
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.