Match dominoes so top = bottom. Surprisingly equivalent to TM acceptance.
PCP: given a finite set of dominoes (top/bottom string pairs), is there a finite sequence (with repetition allowed) such that the concatenation of tops equals the concatenation of bottoms?
Reduce ATM to PCP using computation histories. Each domino encodes one step of the TM: top accumulates configuration Ci, bottom accumulates Ci+1. A match exists iff the TM has an accepting computation history.
Sipser: §5.2, Theorem 5.15 (PCP undecidable). Lecture notes: Module 3 slide 4. Companion problems: P9 (computation histories), P10 (ELBA).