Prove that for all n∈Z, a2n−b2n is divisible by a+b using induction.
I know that if a is divisible by b, then a=kb, where k∈Z. Here we have that a2n−b2n=(a+b)k, with k∈Z.
For the base case I set n=1, so a2−b2=(a+b)(a−b)=(a+b)k, where k=a−b∈Z.
Now the inductive step (where I have doubts): a2n−b2n=(a+b)k⟹a2(n+1)−b2(n+1)=(a+b)m,k,m∈Z.
I have two questions:
- Is the math in red a correct descomposition of a2(n+1)−b2(n+1)?
- We have not used the inductive hypothesis. Could we use it?
Answer
The descomposition in red is correct. You did not use it because you could try this without induction, just with the factorization you used above. But you could have used it in the following way:
Since a2n+2−b2n+2=a2n+2−a2b2n+a2b2n−b2n+2=a2(a2n−b2n)+b2n(a2−b2)=a2(a+b)k+b2n(a−b)(a+b)=(a+b)⋯
The assert is even true for n+1.
No comments:
Post a Comment