Show that if $f(2n) \le Cf(n)$ for large enough $n$, where $f:N \to N$. Then $f(n)$ is asymtotically bounded by a polynomial?

36 Views Asked by At

Show that if $f(2n) \le Cf(n)$ for large enough $n$, where $f:N \to N$. Then $f(n)$ is bounded by a polynomial?

Some suggestions? I tried using the Master theorem but I didn't get some convincent.

1

There are 1 best solutions below

0
On

Try $$ f(n) = \cases{n! & if $n$ is odd\cr 1 & if $n$ is even} $$