I'm having issues trying to prove this.
The Big Oh definition is: f(n) = O(g(n)) if exists a real constant $c > 0$ and $n_0 \in \Bbb N $ in such a way that for all $n \ge n_0$ we have f(n) $\le$ c.g(n)
In our case, $n^k \le c . 2^n$
Could you please help me?
Thanks in advance. :)