0

Prove that $n<2^n$ for every positive integer $n$.

$P(1): 1 < 2^1$

$n+1<2^n+1$ for induction hypothesis

$n+1<2^n+2^n$ I can't undertstand this passage (this is from my teacher's slide)

$n+1<(2)2^n$

$n+1<2^{n+1}$

  • By the way, I see that on your own questions, there are no accepted answers. If you see an answer that is best for you and it also works for you, consider going back to your old questions and click on the checkmark below the down arrow (downvote arrow) to accept that answer. Doing so you will get +2 reputation. You might also want to check this tour page and the Help Center for details. – user061703 May 18 '18 at 12:51

1 Answers1

0

Assume that $n<2^n$ is true.

We need to prove that $n+1<2^{n+1}$ is also true.

This is true because $n<2^n\Rightarrow n+1<2^n+1<2^n+2^n<2^n\times2=2^{n+1}$

($2^n>1$ for all $n\in\mathbb{Z^+}$)

user061703
  • 3,877