Proving $f(n)=\left(1+\frac{1}{n}\right)^{n+\frac{1}{2}}$ is a decreasing function, within the interval $(1,\infty)$.
Typically I would take the derivative of $f(n)$ and set it to 0 and find the critical points. Then I would construct a number, choose random numbers between each interval and I would be able to tell if it is increasing or decreasing within an interval. But $f(n)$ doesn't have a critical point.
How would I do this?