Show that $$n^{(l)}=n(n-1)\dots(n-l+1)\ge {n^l\over e}$$ where $2\le l \le \sqrt{n}$
Here is how far I've got with this:
$$n^{(l)}=\prod_{i=0}^{l-1}(n-i)=n^l\prod_{i=1}^{l-1}(1-{i\over n})\\ \ge n^l (1-{l-1\over n})^{l-1}\ge n^l (1-{l-1\over n})^{n} $$
Unfortunately this is not in the right form to apply a bound on the exponential function. Also I am worried that I haven't used the constraint on $l$ either.
Could anyone help me with this?