The document discusses the Post Correspondence Problem (PCP) and shows that it is undecidable. It defines PCP as determining if there is a sequence of string pairs from two lists A and B that match up. It then defines the Modified PCP (MPCP) which requires the first pair to match. It shows how to reduce the Universal Language Problem to MPCP by mapping a Turing Machine and input to lists A and B, and then how to reduce MPCP to PCP. Finally, it discusses Rice's Theorem and how properties of recursively enumerable languages are undecidable.