I wish to prove that for integers $a,b$ it is always true that $a-b$ divides $a^n-b^n$. I want to do this via induction. For our base case $n=1$ it holds that $a-b|a-b$. Our hypthesis would be that for some $k$ we know $a-b|a^k-b^k$ or equivalently for some integer l: $$a^k-b^k =l (a-b) $$ How would I use this to prove that: $$a^{k+1}-b^{k+1} =l' (a-b) $$
I was thinking I could use some clever factoring or something like the binomial theorem, but not quite sure. Could someone provide a tiny hint?