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.
Quantifier reuse keeps the reachability formulas polynomial in size
Statement
Fix the configuration length and assume that the one-step predicate from The quantified formula expressing reachability between two configurations has size . Then there is a constant such that the formula has size at most for every . In particular, if itself is polynomial in the input length and , then has polynomial size.
Facts & Assumptions
Given: the recursive formulas for a fixed bit-length , with of size .
By definition, , where both summands have size , while for adds one midpoint block, one selector bit, two comparison blocks, and a single recursive copy of (The quantified formula expressing reachability between two configurations).
Proof
By [L1], the base formula has size .
For , [L1] shows that contains exactly one copy of plus only new symbols coming from the variables , the two equality tests, and the Boolean guards for and . So if denotes the size of , then for some constant .
Starting from the base bound in step 1.1 and iterating the recurrence from step 1.2 gives for a suitable constant . If is polynomial in the input length and , this bound is polynomial.
Depends on
Used by
- TQBF is PSPACE-complete Theorem
Dependency tree · two levels
2 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
- Sanjeev Arora and Boaz Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)