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 Tseitin conversion preserves satisfiability
Example
For , introduce , , and . The CNF is the conjunction of the following nine clauses: It preserves satisfiability while imposing constraints on the fresh variables.
Facts & Assumptions
Given: The displayed formula and nine clauses.
The gate clauses enforce each gate equation, and satisfying extensions restrict to satisfying original assignments (Tableau formulas have polynomial-size polynomial-time CNF encodings).
Verification
Set . Then . Its computed extension is . The nine clause values in order are . More generally, for any original assignment with , setting , , satisfies the gate clauses and final unit.
Conversely the first two clauses force . The next three force , and the following three force . The last clause forces , whence . For example has forced gate values , so the last clause fails and there is no satisfying extension.
The satisfying original assignment from step 1.1 with the inconsistent extension still makes true, since does not mention fresh variables, but makes both and the unit false. Thus the enlarged formula is not equivalent to on arbitrary assignments to all six variables. Its existential projection onto the original variables is exactly , by the two preceding arguments. No choice is required: the valid extension is computed uniquely.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
4 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: A Modern Approach, §2.3 (standard reference, not scraped)