Is finding the equivalence of two functions undecidable?
Given an arbitrary function, f, we define a function f’ which returns 1 on input n if f halts on input n. Now, for some number x we define a function g which, on input n, returns 1 if n = x, and otherwise calls f'(n). If functional equivalence were decidable, then deciding whether g … Read more