I am practicing how to show true statements using induction. Since there are eventually different ways to show that a statement is true, I wanted to ask the following: When can you say that a true statement has been shown?
Example:
Prove that for any natural number n $\ge$ 2 we have $2^n > n+1$
Showing the base case is easy:
$$ 2^2 > 2+1 $$
But now we have the induction step and I wanted to ask whether it is okay to stop where I stopped.
$$ 2^{n+1} > (n+1)+1 $$ $$ 2^n * 2 > n+2 $$ $$ 2^n > \frac{n+2}{2}$$ $$ 2^n > \frac{n+2}{2}$$ $$ 2^n > \frac{n}{2} +1 $$
Can I know say that it is true because $n \in \mathbb{N}$ and $n \ge 2$? Or do I have to transform the equation in another way? I sometimes do not know when something has been shown and when the transformation is not enough to conclude that the statement is true.
Your proof is upside-down: you should start with something which is true and end up with what you want to prove
So instead say something like