I have a problem that I have to solve using mathematical induction but I'm stuck from a part. The problem is:
Proof that $\large n<2^n$ is true for $\large n \in \mathbb{N}\ $
So, I did that steps:
1) $n = 1$, $\qquad$ $1<2^1$ $\rightarrow$ $1 < 2$ $\qquad$ THIS IS TRUE
2) $n = k$, $\qquad$ $k < 2^k$
3) $n = k+1$, $\qquad$ $k+1 < 2^{k+1}\ $
$\qquad$$\qquad$$\qquad$$\quad$ $k < 2^k$
$\qquad$$\qquad$$\qquad$$\quad$ $2 * k < 2^k * 2$ $\qquad$ I multiplied by $2^1$ in both sides to get
$\qquad$$\qquad$$\qquad$$\quad$ $2k < 2^{k+1}$
I'm stuck in this part, what should I do next?? Please be specific
When you have $k<2^k$
(2)then $k+\color{red}1<2^k+\color{red}1$. But $$\color{red}1< \color{green}{2^k},~~\forall k\in\mathbb N.$$ so you get $$k+\color{red}1<2^k+\color{red}1<2^k+\color{green}{2^k}.$$