btw, if we could solve the halting problem, most of mathematics would become trivial. For example:
Answering the halting problem on that program answers the Riemann hypothesis.
Code:
String p = ""; while(p is not a valid proof of the Riemann hypothesis) p = next(p); // next(p) generates the next string after p, e.g. ""-> "a", "a"->"b", etc.
Comment