Exercise. Show, without using derivatives, that $\min\{ \frac {\left( 1+\frac 1 n\right)^{n^2}}{2^n} |n\in \Bbb N\} = 1$.
Attempt. I found that when $n=1$, we have the expression equal to $1$. So I decided to show that the expression is an increasing sequence so that it cannot be less than $1$. I tried to use induction, but it has always ended without success. Then, I asked myself when is the expression greater than or equal to $1$, besides $n=1$:
$$\frac {\left( 1+\frac 1 n\right)^{n^2}}{2^n}\geq 1; \iff \left( 1+\frac 1 n\right)^{n^2}\geq2^n; \iff n\ln{\left(1+\frac1n\right)}\geq\ln2; \iff n\ln(n+1)-n\ln n\geq \ln2.$$
Unfortunately, it did not help.
Any opinions shall be appreciated.