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.
Duplicating constraints does not change UNSAT
Statement refuted
Duplicating every constraint of a CSP instance the same number of times strictly increases its unsatisfaction fraction (Repeating constraints amplifies the gap).
Facts & Assumptions
Given: the alphabet and the constraint graph on the single variable whose two edges are loops, the first carrying the relation and the second the empty relation .
A loop is a constraint on a repeated variable, it is satisfied by a labeling exactly when , and the value of a system is the fraction of listed constraints that are satisfied, duplicated constraints counting with multiplicity (Constraint graph and labeling value).
The unsatisfaction fraction of a system is the minimum over labelings of the fraction of the listed constraints that the labeling violates; a system all of whose constraints are unsatisfiable by every labeling has , and a system all of whose constraints are universally satisfied has (Repeating constraints amplifies the gap, Constraint graph and labeling value).
Counterexample
The first loop carries , and , so every labeling of satisfies it; the second loop carries , so no labeling satisfies it. Hence the two-constraint list has for every labeling , and therefore .
For let list each of the two loops times. Every labeling satisfies exactly the copies of the first loop and violates exactly the copies of the second, so for every , and the list has constraints.
Thus for every : the repetition changes neither the value nor the unsatisfaction fraction, and in particular it never strictly increases it, so the statement refuted above fails at this witness.
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
- Irit Dinur, The PCP theorem by gap amplification, §1.5 and Definition 1.1, printed pp. 3-4. (standard reference, not scraped)
- Arora and Barak, Computational Complexity: A Modern Approach, §18.5, printed p. 371. (standard reference, not scraped)