We've learned that we can use induction to show that a statement holds for all natural numbers (or for all natural numbers above n). The steps are:
- prove that the statement holds for a base number b
- assuming that the statement holds for n, show that it holds for n+1.
This way we have proved that the statement holds for any integer $\ge b$
Can we take this a bit further to prove that the statement holds for ALL integer values? To my understanding, all we have to do is to try to prove:
$3$. assuming that the statement holds for n, show that it holds for n-1.
However I've never seen any articles on this, or any exercises being solved this way?
- Is this because my logic is not correct?
- Is this because "prove that this holds for all integers" can always be solved with a simpler way than using induction twice?