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.
Cloud plurality rounding
Statement
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 .
Facts & Assumptions
Given: the objects and hypotheses in the statement above.
Use the degree- graphs of the stated convention, whose unnormalized edge expansion is at least when . For a constraint graph as in the stated convention with , remove isolated vertices and replace each vertex of degree by a cloud of its incidence ports. Put inside that cloud, with equality on every edge. Keep one external edge for every original edge, joining its two designated ports and carrying its original relation. A loop's two ports are distinct. Call the resulting graph . On the ports, add a copy of with tautological relations, and at each port add ordinary tautological loops, i.e. loop slots. Call this . Its degree is ; has degree . The alphabet is unchanged. For an edgeless input, output the empty graph with value one; positive-degree and nonempty-size claims about are restricted to . Fix an alphabet ordering for plurality tie breaking and for decoding removed isolated vertices. (Constraint graph regularization).
Proof
In a cloud, every label class other than the chosen largest class has size at most half the cloud: a class larger than half would be the unique largest. Its outgoing boundary therefore has at least times its size in edges. Each such edge violates equality, and summing over these classes counts any edge at most twice. Sum also over clouds to obtain . Empty classes contribute nothing; a singleton cloud has no disagreeing port.
Compare the labeling with the labeling constant at its decoded label on each cloud. Every originally violated constraint whose external copy was satisfied must have a changed port at one endpoint. Each changed port is incident to exactly one external edge, so at most external constraints can newly fail. The constant labeling's external violations equal , including original loops whose two incidence ports now carry the same label. This proves , also when .
Depends on
Used by
Dependency tree · two levels
3 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 proof of Lemma4.1, PDF pages13–14. (standard reference, not scraped)