If I prove a Proposition which I assume holds for all $n \in N $ and I show the statement is true for n=0 and then I want to show it for it n+1. Can I also use that the statement is true for n-1? Or do I have to add n=1 to the base case and then say that the statements hold for two consecutive numbers?
2026-04-07 06:09:45.1775542185
General Question about Induction
40 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It sounds like you want to use $\varphi(n-1)\land\varphi(n)\to\varphi(n+1)$ as your inductive step, in which case yes, you need the first two values for $n$ in your base step. But depending on what you're trying to prove, you might find strong induction helps too.