Wednesday, January 18, 2017

elementary number theory - Why is anbn divisible by ab?



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=(ab)N, where N is an integer?
But why is an bn=(ab)N ?



I also see that 6n 5n+4 is divisible by 5 which is 65+4 and 7n+3n+8 is divisible by 9 which is 7+3+8=18=92.




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: xy divides f(x)f(y), for f a polynomial with integer coefficients, i.e. f(x)f(y)=(xy)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 xy:  xyf(x)f(y)  by the Polynomial Congruence Rule.



for example:   mod 94:  949n4n


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...