How can I prove this using induction. I proved for n=1 but now I'm feeling confused while I'm trying to prove for n+1 because of how the summation develops
$$ a^n-b^n=(a-b)\sum_{k=1}^{n}a^{n-k} b^{k-1} $$
NOTE: I really need to use induction to prove this, that's why the answer of the other question doesn't fit my question...
Write $a^{n+1}-b^{n+1}=(a+b)(a^n-b^n)-ab(a^{n-1}-b^{n-1})$ and then apply the induction hypothesis.