So in solving an exercise on mathematical induction i got stuck when trying to prove this.
$\forall n \in \mathbb{Z} $ with $ n \ge 0: $ $$\frac{3^{n+1}}{3^n + 1} \ge 1$$
The original problem is this:
$\forall n \in \mathbb{Z} $ with $ n \ge 0: $ $$ n < 3^n $$ I started solving by adding 1 on each side. $$ n + 1 < 3^n + 1 $$ multiply large side of inequality by something bigger than or equal to 1 $$ n + 1 < (3^{n}+1) \frac{3^{n+1}}{3^n +1}$$ $$ n + 1 < 3^{n+1}$$ Maybe my approach is wrong? Please help me out.
0) $3^n \gt n$ for $n=0,1$, ok.
Let $n \in \mathbb{Z^+},$ $ n \ge 1.$
1) Hypothesis $: 3^n \gt n $.
2) Step: $n+1;$
Multiply both sides by $3:$
$3^{n+1} \gt 3n = n +2n \gt n +1$ for $n\ge 1$.