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.
A small computation tableau compiled to Circuit Value
Example
On inputs promised to have length two, consider a fixed machine that reads the two bits and accepts exactly . A circuit for this computation uses , , and output . For , the values are .
Facts & Assumptions
Given: the fixed machine on two-bit inputs and input .
Every fixed polynomial-time machine has a polynomial-size logspace-uniform circuit family deciding its acceptance (Polynomial-time computations have logspace-uniform circuit families).
Circuit Value is P-complete under logspace many-one reductions (Circuit Value is P-complete).
Verification
On , and , agreeing with the machine's accepting final state.
For every two-bit input, exactly when and . Number the input nodes and the NOT and AND nodes , with predecessor lists and and output node . This fixed circuit can be emitted in constant work space; it is a direct circuit for the promised computation, illustrating the existence assertion in [L1].
The pair is therefore a yes-instance of Circuit Value, illustrating the acceptance-preserving reduction in [L2].
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
5 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, Theorem 6.7 and Theorem 6.27 (standard reference, not scraped)