I'm studying a combinatorics text (Cameron) in preparation for taking discrete math this upcoming semester. I've taken a fair amount of math in college, through Calculus II, but this is my first 500+ level math course.
Here is the problem that I'm stuck on. It appears after an introduction to Induction proofs.
Prove by Induction that:
$$n! > \left(\frac{n}{e}\right)^n$$
for $n>1$.
The book gives a hint: may use the fact that $\left(1 + \frac{1}{n}\right)^n < e$ for all n.
I have the base step:
$$P(1): 1! > \left(\frac{1}{e}\right)^1$$ $$1 > 0.37$$
For the inductive step, assume:
$$P(k): k! > \left(\frac{k}{e}\right)^k$$
and prove:
$$(k + 1)! > \left(\frac{k+1}{e}\right)^{k + 1}$$