im wondering if this variant of proof by induction is correct
the standard proof by induction states that if an equation/algorithm works for n and you can prove that it works for n+1 then you can assume it works for every integer bigger or equal to n.
Now, if you had 2 base case, (ex: 2 and 3) and you were to prove it works for n+2, can you say that it works for every integer bigger then 2 ?
because suppose you can prove that its correct for n+2,
2+2=4
3+2=5
4+2=6
etc, so you cover every integer bigger then 2
thanks for you help ^^
(also if the +2 version is correct that implies that if you have m consecutive base case and a proof that it works for n+m then it will work for every integer bigger then n)