1

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.^^

MM8
  • 651

1 Answers1

1

Rewrite as

$$a^n - b^n = a^{mk} - b^{mk} = (a^m)^k - (b^m)^k$$

for some integer $k$. This highly resembles the first part of the question.

Let $x=a^m,y=b^m$. Then $a^n - b^n = x^k - y^k$. But you shown earlier that $x -y$ divides this, i.e. $a^m -b^m$ divides $a^n -b^n$.

Yiyuan Lee
  • 14,435