Divisibility Induction

30 Views Asked by At

Hey guys had a induction problem for hw and was having trouble with it. I tried mods and a/b where a and b are integers but cant seem to prove the last step.

enter image description here

1

There are 1 best solutions below

3
On BEST ANSWER

Hint: $\;2^{n+1}+(-1)^n=2^{n+1}-(-1)^{n+1}\,$, then remember the identity $\,a^k-b^k=(a-b)(\cdots)\,$.


[ EDIT ] For an alternative proof by induction, note that:

$$2^{n+1}+(-1)^n= 2 \cdot \left(2^n \color{blue}{+ (-1)^{n-1}}\right) \color{blue}{- 2 \cdot (-1)^{n-1}} + (-1)^n = 2 \cdot \left(2^n + (-1)^{n-1}\right) + 3 \cdot (-1)^n$$