I'm trying to prove that for $n \geq 2$
$\big{(}\frac{n-1}{n}\big{)}^{n-1} \geq \frac{1}{e}$
using induction.
Base case: $n = 2$ $\big{(}\frac{2-1}{2}\big{)}^{2-1} = \frac{1}{2} \geq \frac{1}{e}$
Inductive hypothesis: Assume the inequality holds for some $n = n_0 -1$, so we know
$\big{(}\frac{(n_0-1)-1}{n_0-1}\big{)}^{(n_0-1)-1} \geq \frac{1}{e}$.
We need to prove that
$\big{(}\frac{n_0-1}{n_0}\big{)}^{n_0-1} \geq \frac{1}{e}$.
By hunch is to prove that
$\big{(}\frac{n_0-1}{n_0}\big{)}^{n_0-1} \geq \big{(}\frac{(n_0-1)-1}{n_0-1}\big{)}^{(n_0-1)-1}$
in order to do so. However, I believe we would need to do a lemma to prove that inequality, which makes me think that this proof is getting overly complicated and that I am surely missing something.
Hint Show that $\big{(}\frac{n-1}{n}\big{)}^{n-1}$ is decreasing. What is its limit?