Prove $2 < (1 + \frac{1}{n})^n$ for all $n \ge 2$. I believe this will come out by induction. It looks so much like induction, but I can't seem to find enough algebra to solve it. The base case: for $n=2$, we get $(1 + \frac{1}{2})^2 = 2 + \frac{1}{4} > 2$. Suppose now there is a $k \ge 2$ such that $(1 + \frac{1}{k})^k > 2$. I must show $(1 + \frac{1}{k+1})^{k+1} > 2$. From this, I tried to undo the exponent as in
\begin{align*} \left(1 + \frac{1}{k+1}\right)^{k+1} &= \left(1 + \frac{1}{k+1}\right)^k \left(1 + \frac{1}{k+1}\right) \end{align*}
Now I'm looking for a way to use $(1 + \frac{1}{k})^k > 2$, which is true by hypothesis. But it doesn't seem obvious how to turn a fraction $\frac{1}{k+1}$ into $\frac{1}{k}$.
By the way, I know $(1 + \frac{1}{n})^n$ approaches $e$ as $n$ approaches infinity, but I'm trying not to use any related identities to solve this problem. Can we do it by induction? What is the algebra that I'm missing there? Any hints? Thank you!
Thanks. Lots of good answers down there. I selected what seemed to be the most straightforward one. Though it looked to me like induction, it seems easier to apply the binomial theorem as @jjagmath kindly pointed out.
Solution. Considering just the first two terms of the binomial theorem expansion, we get
\begin{align*} (1 + 1/n)^n &= 1 + n (1/n) + ... + C(n,n) 1/n^n\\ &= 2 + ... + C(n,n) 1/n^n\\ &> 2. \end{align*}
We must restrict $n \ge 2$ because $n=1$ fails with $3/2 > 2$.