Monday, July 25, 2016

elementary number theory - Prove summations are equal



Prove that:



pnr=1pngcd(pn,r)=2nk=0(1)kp2nk=p2np2n1+p2n2...+p2n2n



I'm not exactly sure how to do this unless I can say:




Assume pnr=1pngcd(pn,r) = 2nk=0(1)kp2nk



and show by induction that the sums equal each other and show the inductive step that you can take the expanded sum part with n+1 and get to 2n+1k=0(1)kp2(n+1)k



However, I'm not even sure that I am allowed to do this.. Any suggestion in how to prove this? I'm not looking for a whole proof just a push in the direction of how to solve this.


Answer



First note that gcd(pn,r) for r=¯1,pn must be of the form pk with k¯0,n, and for each k there is exactly ϕ(pnk) numbers with that property in ¯1,pn so:
pnr=1pngcd(pn,r)=nk=0pnpkϕ(pnk)=1+n1k=0pnpkpnk(11p)=1+n1k=0p2(nk)(11p)=2nk=0(1)kp2nk
For the last equality:
n1k=0p2(nk)(11p)=n1k=0(p2(nk)p2(nk)1)=n1k=0((1)2(nk)p2(nk)+(1)2(nk)1p2(nk)1)=2n1i=0(1)ip2ni



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