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 forward-only mapping that is not a correct many-one reduction
Statement refuted
A gadget reduction is correct as soon as every yes-instance maps to a yes-instance.
Facts & Assumptions
Given: The constant map sending every -CNF formula to the CLIQUE instance .
The graph has one vertex, so is a yes-instance of CLIQUE, by Clique, independent set, and vertex cover decision problems.
A polynomial-time many-one reduction requires an iff between source and target membership, by Polynomial-time many-one reductions.
The false slogan being refuted is recorded in A gadget reduction is correct as soon as every yes-instance maps to a yes-instance.
Counterexample
The constant map in the given data is total and polynomial-time, and every satisfiable -CNF formula is sent to the yes-instance . So it preserves yes-instances in exactly the way promised by [L2].
Consider the unsatisfiable formula . It is still mapped to , which is a yes-instance by [F1]. Thus the reverse implication in [L1] fails, so the map is not a correct many-one reduction.
This explicit map therefore refutes the slogan [L2].
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
8 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)