Prove that, for any $n+1$ integers $a_{1},a_{2},....,a_{n+1}$, there exist two of the integers $a_{i}$ and $a_{j}$ with $i \neq j$, such that $a_{i} - a_{j}$ is divisible by $n$.
Please help me about this problem,I know there is lots of answers can find from Google, but I am not really understand them. I hope someone can give me more details explanation. I would really appreciate your help.
You can solve the problem using modular arithmetic, or if you haven't learned that yet, just division with remainder.
Hint: try a specific example first. (Nearly always a good idea!) Let's say $n=4$ and your five numbers are $31,\,41,\,59,\,26,\,53$. What remainders do you get when you divide these numbers by $4$? Do you notice anything? Does it help you to find two of these numbers with difference divisible by $4$?
Now try choosing your own five numbers. Does the same thing happen? And try some examples with $n$ other than $4$. Does the same sort of thing always happen? Can you see why it will happen for all the examples you haven't tried yet?
If you can do this I think you should be close to answering the question. But remember that proofs are always hard - don't expect to have the whole thing solved in $60$ seconds. Good luck!