← Student tools · Problem 51 · Lecture 7 · Round 1 (30 pts)

The Post Correspondence Problem (PCP) is undecidable

Match dominoes so top = bottom. Surprisingly equivalent to TM acceptance.

CLO-2R1·30 ptsL7
🔊 Listen

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?

Theorem · PCP is undecidable

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.

🔊 Listen
A small PCP instance · find the match Auto-plays
🔊 Listen
🔊 Listen
🔊 Listen

Sipser: §5.2, Theorem 5.15 (PCP undecidable). Lecture notes: Module 3 slide 4. Companion problems: P9 (computation histories), P10 (ELBA).