1) Suppose $f$ is an increasing function from $\mathbb N \to \mathbb N$ $(i.e., if x\ge y, then \space f(x) \ge f(y)).$ Is there necessarily a program which computes $f$?
2) Suppose $f$ is a decreasing function from $\mathbb N \to \mathbb N$ $(i.e., if x\ge y, then \space f(x) \le f(y)).$ Is there necessarily a program which compute $f$?
Can anyone help me out with this problem. I have no idea how to do this.