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.
Modified PCP many-one reduces to PCP
Statement
There is a computable many-one reduction from modified PCP to ordinary PCP.
Facts & Assumptions
Given: A modified-PCP instance
A modified-PCP match is an index sequence beginning with the first domino, by The modified Post correspondence problem.
An ordinary PCP match is any nonempty domino sequence whose top and bottom concatenations are equal, by The Post correspondence problem.
Proof
Introduce fresh symbols * and !. For a word , write Construct a PCP instance consisting of one special start tile, one shifted tile for each original domino, and one end tile: The extra leading * appears only on the special start tile, and ! appears only on the end tile.
If is a modified-PCP match, choose the special start tile, then the ordinary shifted tiles for , and finally the end tile. The top concatenation is while the bottom concatenation is Because the original match satisfies , these two shifted strings agree symbol by symbol: the leading * on top supplies the one-symbol offset, every interior * matches the next boundary marker on the bottom, and the end tile matches the final extra *. Hence the transformed PCP instance has a match.
Conversely, let a PCP match be given for the transformed instance. The common concatenated word begins with *, and among the available top words only the special start tile begins with *, so the first chosen tile is the special start tile. Equality cannot be completed without an end tile. Consider the prefix ending at the first use of that tile. The fresh symbol ! occurs nowhere else, so its two first occurrences align and this prefix already has equal top and bottom concatenations. Delete the initial *, the terminal !, and all separator symbols * from this matched prefix. The remaining equality is Thus the recovered sequence begins with the original first domino and is a modified-PCP match. Later repetitions of the start or end tiles, if present in the original PCP match, are irrelevant because the first completed prefix has already supplied the required modified-PCP match.
Steps 2.1 and 2.2 prove the required equivalence, and the construction in step 1.1 is effective. Therefore modified PCP many-one reduces to PCP.
Depends on
Used by
Dependency tree · one level
2 results within one dependency step 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
- John Watrous, Introduction to the Theory of Computing (standard reference, not scraped)
- MIT OpenCourseWare, Lecture 10: Computation History Method (standard reference, not scraped)