Tuesday, September 5, 2017

elementary number theory - Prove that 52n1 is divisible by 2n+1 for all n1



I made the following using induction:



If n=1 then the proposition is true: 5211=24 is divisible by 21+1=4



Now I suppose that for a natural number k, 52k1 is divisible by 2k+1 is true. And I want to prove (using this) that the proposition is true for n=k+1 but I don't know how to do this.



I appreciate the help you give me.


Answer




Step n+1:



52n+11=52n×21=(52n)21=(52n1)(52n+1)=(k2n+1)(52n+1)



For the first factor above the hypothesis (step n) is used,




the second factor is even, say 2p, since a power of 5 is odd.



Combining:



(k2n+1)2p=(kp)2n+2


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...