Prove that for all natural number $x$ and $n$, $x^n - 1$ is divisible by $x-1$.
So here's my thoughts: it is true for $n=1$, then I want to prove that it is also true for $n-1$
then I use long division, I get:
$x^n -1 = x(x^{n-1} -1 ) + (x-1)$
so the left side is divisible by $x-1$ by hypothesis, what about the right side?