I did some mathematical induction problems on divisibility
- 9n − 2n is divisible by 7.
- 4n − 1 is divisible by 3.
- 9n − 4n is divisible by 5.
Can these be generalized as
an − bn=(a−b)N, where N is an integer?
But why is an − bn=(a−b)N ?
I also see that 6n −5n+4 is divisible by 5 which is 6−5+4 and 7n+3n+8 is divisible by 9 which is 7+3+8=18=9⋅2.
Are they just a coincidence or is there a theory behind?
Is it about modular arithmetic?
Answer
They are all special cases of the Factor Theorem: x−y divides f(x)−f(y), for f a polynomial with integer coefficients, i.e. f(x)−f(y)=(x−y)g(x,y) for a polynomial g with integer coefficients. The divisibility relation remains true when one evaluates the indeterminates x,y at integer values (this yields your examples if we let f(z)=zn).
Said simpler: mod x−y: x≡y⇒f(x)≡f(y) by the Polynomial Congruence Rule.
for example: mod 9−4: 9≡4⇒9n≡4n
No comments:
Post a Comment