Statement
Lemma
The Halting problem is undecidable.
Proof
Suppose we have an algorithm that solves the Halting problem on every input. Call this
Define the following programme
Harmful(J):
Input: Some problem J
Output: Null
1. If Terminator(J,J)
1.1. Then goto 1
1.2. else reutrn
What is
If
If
Therefore no such programme