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.
Degree reduction by expander incidence clouds
Definition
Fix the alphabet of Constraint graph and labeling value, a total ordering of used for plurality tie breaking, and the reverse-paired degree- expander family with unnormalized edge expansion at least for that is used in Constraint graph regularization.
Let be a binary constraint graph over in the published convention. The degree-reduction map is the following deterministic construction, which is the published cloud-and-overlay preprocessing read as a map on explicit encodings.
- If , output the empty graph over , which has value one.
- Otherwise delete isolated vertices, and replace every vertex of degree by a cloud of its incidence ports, so that each original edge contributes its two distinct ports, a loop contributing two distinct ports at its vertex. Put a copy of inside the cloud, with equality relations on all its edges, and keep one external edge for each original edge, joining its two designated ports and carrying the same relation in the same endpoint order. The result is the cloud graph of Constraint expander overlay; it has degree and vertices.
- On the ports add a copy of with tautological relations and ordinary tautological loops at every port, i.e. loop slots, to obtain the registered graph . By the published count, is -regular with vertices and ordinary edges, its normalized adjacency satisfies , and its alphabet is still .
The decoding map sends a labeling of (equivalently of , on which it depends only through the ports) to the labeling of that assigns to each original vertex the most frequent label among the ports of its cloud, breaking ties by the fixed ordering; deleted isolated vertices receive the first symbol of . This is the plurality decoding of Constraint graph regularization.
Every step is a fixed function of the explicit input encoding: listing the adjacency lists, copying relation tables and adding tautological slots takes time and output length polynomial in the input encoding length, and the output parameters , , , depend only on the fixed family and on . The map is the first of the two transformations composed in A complete uniform graph gap-amplification step; its quantitative unsatisfiability guarantee is stated and proved there, not here.
Depends on
Used by
Dependency tree · two levels
6 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, §4 Definitions 4.1-4.2 and Corollary 4.3, pp. 13-15. (standard reference, not scraped)
- Arora and Barak, Computational Complexity: A Modern Approach, §18.5.1 the 'nice' instances and the preprocessing of Lemma 18.29. (standard reference, not scraped)