I'm very stuck on this problem, which is an exercise from our course notes. Any clues or hints or a proof write up would be really helpful! Thanks!
2026-04-28 20:08:40.1777406920
How to prove $\forall n \in \mathbb{N}, x^n − y^n \text{ is divisible by } x − y$ using induction.
91 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Here's an answer with one $n$ value for the base case.
Induction step: it's true for $n=1$.
Now assume it's true for $n$; i.e., $x^{n}-y^{n}$ is divisible by $x-y$.
Since $x^{n+1}-y^{n+1}=x(x^{n}-y^{n})+y^{n}(x-y)$,
it follows that $x^{n+1}-y^{n+1}$ is divisible by $x-y$.