I was trying my hand at proof by induction and got this exercise from the first chapter of Wissam Raji's "An introduction in elementary number theory".
I have to prove by induction that $n< 3^n \forall n \in N$
The basis was trivial, but I don't know if the inductive step is complete. Here is my reasoning
$(n+1) < 3^{(n+1)} \Rightarrow n+1 < 3*3^n \Rightarrow n < 3 * 3^n + 1$
From here I deduce that
$3^n \le 3* 3^n - 1 \Rightarrow 3^n + 1 \le 3*3^n \forall n \in N$
$\Box$
Can this be considered finished? Am I even on the right track?