Consider the function problem find_solution(input) -> output, and the decision problem solution_exists(input) -> yes_or_no. Is there any problem that is computable in its decision problem form, but not computable in its function problem form?
In other words, is there exist problems that you can algorithmically determine whether a solution exists, but you can't algoritmically know what the solution is?
{0, 1}, regarding the input, and that affects every decision problem. So you are proposing that, for every decision problem, you can define some kind of "metadecision problem" that would always returnsyes. If that decision problem happens to be non-computable then it fits the conditions of my question. – ABu Apr 07 '20 at 17:54