Example question in a textbook that I don't understand.
Proof works for n = 1
Setting for k makes $k < 2^k $
Setting for k + 1 makes $k+1 < 2^{k+1} $.
Here, I would be stuck, the book takes the equation to:
$k+1<2^k +1\leq 2^k+2^k = 2 \cdot 2^k=2^{k+1}$.
NB: $<2^k +1$ is not a typo.
There doesn't seem to be a good explanation for this in the book (although it does mention adding 1to both sides of the equation), could I have some advice on how the method used works?