Using the fact that $e^x - 1 < \frac{2x}{2 - x}$ for $0 < x < 2$, prove that $e < \big (\frac{2n + 1}{2n - 1} \big)^n$, for $n \in \mathbb{Z}^{+}$
My line of thought went like this:
Putting $x = 1$ in the intitial statement we have $e < 3$. I calculated a few values of $\big(\frac{2n + 1}{2n - 1} \big)^n$ and it seems to be a decreasing function. Additionally $\lim_{n \rightarrow \infty} \big(\frac{2n + 1}{2n - 1} \big)^n = e $. If it is true that the function is decreasing, then that means that for $n \in [1, \infty)$, the function lies between $3$ and $e$, which implies that it is greater than $e$.
The thing is, I don't have an easy way to prove that the function is decreasing. Its derivative is very messy. Is there an easy way to do this, or a better way to solve the problem?