To make a long story short, I have a two part homework in an elementary number theory course I'm currently doing at uni. First part is to prove that $(a-b)$ divides $(a^n-b^n)$ with $a,b \in\mathbb{Z}$ and $n \in\mathbb{N}$, which I already managed to prove via induction.
The second part is proving more difficult for me (I've tried induction of various forms but failed so far to produce anything useful), so I wanted to see if any of you could drop me a useful hint, that makes me see in which direction the proof goes, so here is the second part:
"Prove that if $m$ divides $n$, then $(a^m-b^m)$ divides $(a^n-b^n)$ with $a,b \in\mathbb{Z}$ and $m,n \in\mathbb{N}$."
I'm assuming that I will at some point have to use part 1's result but I haven't seen an option to do so yet. Any help is greatly appreciated.^^