Problem:
Show that among n+1 arbitrarily chosen integers,there are two whose
difference is divisible by n.
Please help!!
love arun
Consider the residues mod n of all the
elements. How many possible residues are there? How many elements
are in your set? That's it.
David
David,
i am not able to grasp the idea...
Could you elaborate please!!
love arun
Arun, what David is saying is the
following:
Suppose you have the numbers
a1,...,an+1.
Divide them by n to get remainders
r1,...,rn+1 where each ri
sattisfies 0<=ri<n.
The statement is clearly true for the ri's (pigeonhole
principle). Why is it true for the ai's ?
Demetres
Hmmm,
i think i understood...
Proof:
Let A be the set of n+1 arbitrary chosen integers.
Let B be the set of residues(mod n)
#A>(1)#B ..(#A = n+1 and #B = n)
therefore there must be atleast two numbers in A which give the
same residue.
Suppose ri = rj
Now,
ai = pn + ri .. and ..
aj = qn + rj
subtracting the two above we get,
ai - aj = (p-q)n
Therefore there are atleast two numbers in A which are divisible by
n...
love arun