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.
Powering preserves perfect satisfiability
Statement
Let be a binary constraint graph over with whose underlying graph is -regular in the adjacency-slot convention, let , and let be its local-view powered graph (Constraint graph powering with local-view labels). If , then ; equivalently implies . This is perfect completeness; the quantitative lower bound for positive gaps is given, under its additional hypotheses, by Powering amplifies a small unsatisfaction gap. Perfect completeness does not assert .
Facts & Assumptions
Given: a -regular binary constraint graph over with at least one edge, an integer , its powered graph , and the assertion .
For a labeling of and , is the fraction of ordinary edges of satisfied by ; hence holds exactly when satisfies every edge of (Constraint graph and labeling value).
If satisfies every edge of , its canonical lift is a labeling of that satisfies every slot of ; consequently whenever (Canonical local views preserve perfect satisfiability).
where the maximum runs over all labelings of , and has at least one slot because has at least one slot (Constraint graph powering with local-view labels, Constraint graph and labeling value).
Proof
Since and is nonempty, there is a labeling of with , and by [F1] such a satisfies every edge of .
By [F2] applied to the labeling of step 1.1, the canonical lift satisfies every slot of , so and hence ; since is a maximum of fractions, and .
Remarks
- The gap need not be monotone under powering: take one vertex with one ordinary loop whose relation is empty, so and . At the walk length is three and . Any move tests the empty relation and fails, while the all-hold patterns pass vacuously. Each step holds with probability , so every powered labeling has value and .
- Nothing is assumed about beyond , and no hypothesis on the powered labeling is needed: the lift is built from with no choice, so the statement is itself choice-free.
- The edgeless case is deliberately excluded here and is instead governed by the convention that an edgeless graph has value one and unsatisfiability zero (Constraint graph and labeling value); the degree-reduction map of Degree reduction by expander incidence clouds sends edgeless inputs to edgeless outputs, for which the powered graph is again empty.
- The converse also holds for perfect satisfiability, even though a satisfying powered labeling need not be a canonical lift. If satisfies , put . For any oriented base edge , consider the length- pattern that holds times at , traverses , then holds times at . Its central position belongs to , and its test is exactly . Thus satisfies every base edge, including loops. The quantitative estimate Powering amplifies a small unsatisfaction gap concerns arbitrary, possibly imperfect powered labelings.
Depends on
Used by
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: A Modern Approach, §18.5.1 Lemma 18.31 part 2, printed p. 373. (standard reference, not scraped)
- Irit Dinur, The PCP theorem by gap amplification, §1.2 (UNSAT(G)=0 implies UNSAT(Gᵗ)=0), printed p. 5. (standard reference, not scraped)