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.
Regularization preserves value quantitatively
Statement
Let have ordinary edges, with the fixed nonempty alphabet and paired-loop convention. Its cloud graph is degree , has vertices and ordinary edges, and is constructible in polynomial time without changing the alphabet. Put and . Then For every labeling of , plurality decoding satisfies . For an edgeless input use the empty output convention and UNSAT zero.
Facts & Assumptions
Given: the objects and hypotheses in the statement above.
For any labeling of the cloud graph of a nonempty-edge constraint graph , decode each original vertex by its cloud's plurality label, using fixed tie breaking. Let count the ports disagreeing with that label, and let count violated internal equality and external edges. Then where is the decoded violation count in . (Cloud plurality rounding).
Proof
Each original edge has two ports even if it is a loop. Every port has internal slots and one external slot, so there are vertices and edges. Listing each all-size cloud expander and copying the original relation tables takes polynomial time in the explicit input size; the sum of polynomial cloud costs is polynomial since their total size is .
For an arbitrary output labeling, the rounding inequalities give . Divide by and use the output edge count to get the assignment-level inequality. Minimizing the output violation fraction then gives the lower bound with .
An optimal original labeling exists because the alphabet and vertex set are finite nonempty (the empty vertex set has its one labeling). Extend it constantly on each cloud. No equality edge fails and exactly the original bad external edges fail, giving the upper bound after division by . If , both UNSAT values are zero by the stipulated empty-output convention, without these divisions.
Depends on
Used by
Dependency tree · two levels
2 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 Lemma4.1, PDF pages13–14. (standard reference, not scraped)