How can I prove that $$ \lim_{n \to \infty}\frac{n^k}{c^n}=0\ ? $$ I know it is true by intuition, but I do not know how to prove it. Here $c\gt1, k\ge1$.
BACKGROUND
I am learning time complexity theory and I couldn't find the proof of this in CLRS. It just shows that time complexity of $c^n$ is always greater than $n^k$. Therefore, I cannot understand the proof which uses derivatives like L'Hopital's rule.
Without loss of generality, let $k$ be an integer (or take $k$ to be floor[$k+1$]. Apply L'Hopital's rule $k$ times:
$\displaystyle \lim_{n \rightarrow \infty } \frac{n^k}{c^n} = \lim_{n\rightarrow \infty }\frac{k!}{(\ln c)^k c^n} = 0.$