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.
Canonical local views preserve perfect satisfiability
Statement
Let be a -regular binary constraint graph over , let and let be its powered graph as in Constraint graph powering with local-view labels. If satisfies every edge of , then the canonical lift defined by is a labeling of that satisfies every slot of ; in particular whenever . The same holds with repeated vertices, hold steps and loops, and no hypothesis on beyond is used.
Facts & Assumptions
Given: a -regular binary constraint graph over , an integer , its powered graph with view alphabet , central window and slot relations as in the powering definition, and a labeling of that satisfies every edge.
A view is a function ; a directed incidence slot of is indexed by a length- pattern read from a vertex and a copy bit, visits , joins to , and its relation table is determined by the starting vertex and the pattern (with the base graph fixed), independently of the copy bit. That table accepts the pair of views exactly when for every whose step is a move along a slot , the pair lies in the relation of ; the two canonical patterns exist because their endpoints lie within radius of their view centres, and hold steps impose no condition (Constraint graph powering with local-view labels).
For an edge with endpoints in the specified order, a labeling satisfies exactly when ; loops are tested on the repeated label and a labeling satisfies when it satisfies every ordinary edge (Constraint graph and labeling value).
Proof
For each and each pattern the endpoint of read from is a well-defined vertex, so is a function , i.e. an element of ; hence is a labeling of .
Let a directed incidence slot of be given by a pattern from , a copy bit, and visited vertices , and let be such that is a move along a slot . The coordinate ends at and ends at by definition. Since the canonical lift labels every pattern by its endpoint, and ; the copy bit does not alter the relation or these coordinates.
Since satisfies every edge of , the pair lies in the relation of the slot in its orientation , whether or not is a loop; by step 2.1 the pair of views reads exactly this pair at position , so the slot of accepts . Position was an arbitrary member of the central window and the slot was arbitrary, so satisfies every slot of , and therefore when .
Remarks
- The lift is a function of the base labeling and the explicit pattern list; it makes no choice. Repeated occurrences of one vertex in a pattern all receive the same symbol of that vertex, which is why consistency across the central overlap is automatic here.
- The converse direction is not claimed: satisfying labelings of need not be lifts. That gap is what the plurality decoding and collision analysis of the following items address.
Depends on
Used by
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, §18.5.1 Lemma 18.31 part 2 (canonical assignment satisfies the powered instance). (standard reference, not scraped)
- Irit Dinur, The PCP theorem by gap amplification, §1.2: UNSAT(G)=0 implies UNSAT(Gᵗ)=0, p. 5. (standard reference, not scraped)