These are just the examples from my textbook, but I don't think it did not explain well.
One of the problem was to prove the inequality
$$n<2^n$$
for all integers $n$.
I understand we assume if $P(n)$ is true, $P(k+1)$ is true.
Thus $k+1< 2^{k+1}$
But in the text book, they added one more line that I don't understand:
$$k+1<2^k+1 \le 2^k+2^k=2\cdot2^k=2^{k+1}$$
I understand $$k+1<2^{k+1}$$
But how do I know $2^k+1$ is larger than $k+1$, and smaller than $2^{k+1}$?
I have one another example just in case,
proving $2^n<n!$ using induction.
$$2^{k+1}=2\cdot 2^k<2\cdot k!<(k+1)k!=(k+1)!$$
I understand we should start with $2^{k+1}<(k+1)!$, but
Where did $2\cdot k!$ come from? Textbook says it came from inductive hypothesis, but I still don't get it.
Please advise.