I have to prove the following
$$\left(\frac{k}{e} \right)^{k-1} \leq (k-1)!$$
without using $(1+\frac{1}{k})^k < e, \forall k \in \mathbb{N}$. I've tried using the following argument:
$$e^x = \sum_{n=0}^{\infty}\frac{x^n}{n!} , \forall x\in \mathbb{R}$$
therefore $$e^x > \frac{x^n}{n!}, \forall x > 0 \forall n \in \mathbb{N}$$
this also means $$e^{k-1} > \frac{(k-1)^{k-1}}{(k-1)!} $$
transposing the inequality gives us: $$ \left(\frac{(k-1)}{e} \right)^{k-1}< (k-1)!$$
thats almost, what i want to prove.. is there a way to use this trick and finish the prove correctly ?