So I have to prove:
For each natural number greater than or equal to 3, $$(1+\frac1n)^n<n$$
My work: Basis step: $n=3$ $$\left(1+\frac13\right)^3<3$$ $$\left(\frac43\right)^3<3$$ $$\left(\frac{64}{27}\right)<3$$ which is true.
Now the inductive step, assume $P(k)=\left(1+\frac1k\right)^k<k$ to be true and prove $P(k+1)=\left(1+\frac1{k+1}\right)^{k+1}<k+1$.
This is where I am stuck because usually you add or multiply by $k+1$ or some similar term.