0

For every $a > 1$ and $n$ an element of the natural numbers, we have that $a - 1$ is a divisor of $a^n - 1$. Or written with symbols: $$\forall \ a > 1 ∧ n \in \mathbb{N}: (a−1) \ | \ a^n −1.$$

Can someone please give me a proof of this.

Thanks in advance!

Shaun
  • 44,997

2 Answers2

1

You may also use the following:

If $p(x)$ is a polynomial, then the remainder when divided by $x-a$ is $p(a)$.

Proof: $p(x) = q(x)(x-a) + r$. Put $x=a$. $\blacksquare$

Gautam Shenoy
  • 10,318
0

∀a∈R:a>1,n∈N:a-1|a^n-1
a_1-1|a_1^n-1
n,b∈N: b(a_1-1)=a_1^n-1
n→1:b(a_1-1)=a_1^1-1
n→k+1
b(a_1-1)=a_1^(k+1)-1
b(a_1-1)=〖a*a〗_1^k-1
b(a_1-1)=
...