Church-Turing Thesis :
There is no algorithm that, given a program of P and an input of that program, can determine whether or not the given program will eventually halt on the given input.
Halt(x,y) Predicate can be proven by Proof by Contradiction. x is an input and y is the program number. At the end we come the a contradiction as follows :
Halt(y,y) = ~Halt(y,y) Which is contradiction.
Recent Comments