This document discusses how to prove that a problem is not computable by showing that no algorithm exists that can solve the problem. It specifically discusses using a technique called reduction proofs, where showing that a solution to one problem could be used to solve a known non-computable problem like the Halting Problem proves that the first problem is also non-computable. As an example, it proves the Prints-Three Problem is non-computable by showing how a solution to it could determine if any program halts, solving the Halting Problem.