I have read that the Post Correspondence Problem is undecidable. Let's say this is the problem of having a finite set of "dominoes" with a string in the top and another string on the bottom. The question is whether it is possible to lay the dominoes in a sequence, aligning the tops and bottoms of each, such that the resulting top string and bottom string are equal.
However, I wonder why the following isn't a decision procedure: Write down a random sequence of tiles and check if the strings match.
I'm sure I must be misunderstanding something, but it sure seems like this is a style of showing that something is NP, which I've seen applied to other problems.