I am referring to the program H which I formally specified in the link I posted. H is a specific program which tries to determine if another program will halt.
I then show how to create a counter example for H. And show that if H returns either true or false, it creates a contradiction. Therefore it can’t ever return true or false.
Therefore I’ve proved it will run forever. And this is just the standard proof of the halting problem. The weird part is that proving this also creates a contradiction.
I am referring to the program
H
which I formally specified in the link I posted. H is a specific program which tries to determine if another program will halt.I then show how to create a counter example for
H
. And show that ifH
returns eithertrue
orfalse
, it creates a contradiction. Therefore it can’t ever returntrue
orfalse
.Therefore I’ve proved it will run forever. And this is just the standard proof of the halting problem. The weird part is that proving this also creates a contradiction.