Let $C \subset \mathbb{N} \times \mathbb{N} $ be the set of all (turing-)computable functions.
Then:
$$\exists f \in \mathbb{N}^\mathbb{N}: C \subset o(f)$$
I am looking for a proof and the name of a potential statement implying this statement. Personally, I feel this is very counter-intuitive...
This statement must be true. If you say that a problem $X \in P$, you usually say that $$ \exists M \in \mathcal P. \forall x \in X: \text{M accepts x with step counting function f} \in \mathcal{O(px^n)}$$
Now you can proof that such a problem is decidable by defining a Turing machines which halts after it has done at max $f(n)$ steps.
You can now show that this holds true for any function with a computable step counting function.(the complexity class might change, of course)
This is however does not hold true for an uncomputable step counting function $g$. You could try to contradict, saying that for g there is a bigger $f$, which is computable, such that $g \in \mathcal{O(f(n))}$. But this is known to be false.
@JasonDeVito Yes.
– TVSuchty Aug 27 '21 at 22:41