Daedalos Posted October 25, 2014 Posted October 25, 2014 (edited) Hello, I have to prove a case from a family of halting problems, where for given input x, the program will return False if program x halts on input 5^x and True otherwise. I know the general proof for halting problem, but in this case the dependant input makes it impossible to test halting program on itself. My attempt was to define a new function to eventually reach a contradiction: B is defined iff B is undefined. Unfortunately I got to different conclusion. Could you point me to the right direction, please? Thank you. Edited October 25, 2014 by Daedalos
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now