I'm working on series and I'm always stuck at one point where I dont know how to prove that $$e^k > k$$
I'm trying to show by a comparaison test that
$$\sum_{n=1}^\infty \frac{n}{e^n}$$ converges, so I try to compare it to the geometric sum
$$\sum_{n=1}^\infty \frac{1}{e^{n/2}}$$ which converges because it is equivalent to $$\sum_{n=1}^\infty \left(\frac{1}{e^{1/2}}\right)^n= \frac{1}{e^{1/2}}\sum_{n=1}^\infty \left(\frac{1}{e^{1/2}}\right)^{n-1} $$
However I first need to prove that $$\frac{1}{e^{k/2}} \geq \frac{k}{e^k} $$
and I get stuck at $$e^{k/2} \geq k$$
However I know that both of the derivatives of the respectives functions on real numbers is positive and the growth rate of $e^k$ is greater than $k$ but I doubt that its convincing enough.
Thank you for your help!
Let prove by induction
BASE CASE
$k=1 \implies e>1$
INDUCTION STEP
Suppose $e^k>k$ we want to prove that $e^{k+1}>k+1$
$e^{k+1}=e\cdot e^k\stackrel{\text{inductive hypothesis}}>e\cdot k>2\cdot k=k+k>k+1\quad \square$