1

The following seems true, but I was wondering what the proof is.

I know that there exists $N\in\mathbb{N}$ such that $n^k<2^n$ for $n\in\mathbb{N}, n\geq N$. Is it true that there exists $N'\in\mathbb{N}$ such that $c\cdot n^k<2^n$ for $n>N'$ for $c>0$.

1 Answers1

0

Your statement is correct:

It suffices to show this for natural numbers $k$ (since for a real number $r$ we have $n^{\lceil r\rceil}\geq n^r$.) Let $c$ be a fixed real number.

We have (by definition) \begin{equation} 2^n = \exp(n \cdot \ln 2) := \sum_{m=0}^\infty \frac{(n \ln 2)^m}{m!} > n^{k+1} \underbrace{\frac{(\ln 2)^{k+1}}{(k+1)!}}_{=:C>0} \end{equation} Thus $2^n > C\cdot n^{k+1} > c \cdot n^k$ for all $n > \dfrac c C$.