I'm trying to prove $2^n = \omega (n^k)$ but the problem is that, I could not find any examples of proving little/ small omega, and what makes it confusing is that I could not even find a way to deal with $k$.
I tried this: $$2^n > c (n^k).$$
If I take the logarithm of both sides, I get $$n > c (\log(n))^k = n > ck\log(n),$$ but then I'm lost!
I could solve it if it were Big-$O$ but for both big-$\Omega$ and small-$\omega$ I feel as I know nothing about math :(
I do not expect the answer as much as I expect a hand to lead me at least understand what going when it comes to Omega.