4

Prove that $n<3^n$ where $n \in \mathbb N$,

when $ n=1 $, I have proved it's true.
And assumed when $n = p$ , $p<3^p$ is true.
Can any body help me in showing that it is true for $n =p+1$

3 Answers3

5

We have as our inductive hypothesis (IH) that $\,p \lt 3^p$.

So we need to show $$p+1 \lt 3^{p+1} = 3 \cdot 3^p.$$

Can you see that $$p + 1 \quad \overset{IH}{\lt}\quad 3^p + 1 \quad \lt \quad 3\cdot 3^p \;= \;3^{p+1}, \quad \forall p \in \mathbb N$$

amWhy
  • 209,954
2

If $n < 3^n$ then it follows that $$n+1 <3^n +1 < 3^n +(2\cdot 3^n)=3^{n+1}$$ here I used that $1<2\cdot 3^n$ for all $n\in \Bbb N$.

Slugger
  • 5,556
1

so we have proved that for $n=1$ ,$1<3$, what would be for $n+1$? we have $(n+1)<3^{n+1}$

which means that $(n+1)<3*3^n$ ,now clearly we have $3^p+1<3*3^p$, but also $3^p+1>p+1$ because we have used such thing that $p<3^p$, finally we conclude that $p+1<3*3^p$.