I want to prove $ (\frac{n}{e})^n \leq n! \leq en ( \frac{n}{e})^n$ by induction. For this prove I want to use the inequality $(\frac{n+1}{n})^n < e <(\frac{n+1}{n})^{n+1}$.
for $n=1$ the inequality is obvious. I Assume it is true for a fixed $n\in \mathbb{N}$ and want to show that $ (\frac{n+1}{e})^{n+1} \leq (n+1)! \leq e(n+1) ( \frac{n+1}{e})^{n+1} $
However I have problems with using both the induction hypothesis and the inequalities $(\frac{n+1}{n})^n < e <(\frac{n+1}{n})^{n+1}$ to obtain my answer.

Using the mentioned inequality we have:
$$\left(\frac{n+1}{n}\right)^n < e \implies \frac{(n+1)^n}{e^{n+1}} < \frac{n^n}{e^n} \implies \left(\frac{n+1}{e}\right)^{n+1} < \left(\frac{n}{e}\right)^n(n+1) \le n!(n+1) = (n+1)!$$
This proves the left side of the inequality. Similarly:
$$e < \left(\frac{n+1}{n}\right)^{n+1} \implies n\left(\frac{n}{e}\right)^n < \left(\frac{n+1}{e}\right)^{n+1}$$
Using this and the induction hypothesis we have:
$$e(n+1)\left(\frac{n+1}{e}\right)^{n+1} > (n+1)en\left(\frac{n}{e}\right)^n \ge (n+1)n! = (n+1)!$$
Hence the inequality is proven