Congruence of the sum of terms in a reduced residue system

reyomit
Messages
6
Reaction score
0

Homework Statement



Prove that if {r1,r2,...rx} is a reduced residue system mod m (where x=\phi(m), m>2), then
r1 + r2 + ... + rx= 0 mod m.

Homework Equations


The Attempt at a Solution


I've been able to prove it pretty simply for odd m and for m=2k where k is odd, but for m with higher powers of 2 as a divisor I'm stuck.
Any ideas?
 
Last edited:
Physics news on Phys.org
If gcd(a,m)=1, what can you say about gcd(m-a,m)?
 
I see that (a,m)=1 immediately implies that (m-a,m)=1,and used that to prove that
2(r1 + r2 + ... +rx) = 0 mod m.

Then when m is odd 2 has a multiplicative inverse mod m, and we can just multiply by that to get r1 + r2 + ... +rx = 0 mod m.

But when m is even, I'm not totally sure, what to do.
 
Let me be more explicit, using that (m-a,a)=1 whenever (m,a)=1, I concluded
(m-r1)+(m-r2)+...+(m-rx)=r1+...+rx mod m
and also
(m-r1)+(m-r2)+...+(m-rx)= -r1-r2-...-rx mod m.

So -(r1+...+rx)=r1+...+rx mod m
or 2(r1+...+rx)=0 mod m.
 
You're making it a little more complex than it is. First, notice that phi(m) is even for m>2. Then if gcd(a,m)=1, then gcd(m-a,m)=1 (as you found), so that both a and m-a are in the reduced residue system.

So, you can split the elements of the reduced residue system into pairs, each of which sums to m.
 
I feel much the fool.
Thank you.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top