First, : the partial procedure on input simulates and halts exactly when that computation halts.
For hardness, let . Choose a partial computable function withFor each fixed , define a unary program as follows: on any input , simulate ; if that simulation halts, halt and output , and otherwise run forever. The S-m-n theorem gives a total computable function that maps to a code for . Its accepted language isIn particular,Thus is a many-one reduction . Since was arbitrary, is -hard; together with membership this proves the many-one completeness of the halting problem.
Solved by gpt-5.6-sol high.
Codex Wiki