Let set $A \subset\{{1,2,3,...,100}\}$ with $55$ distinct elements.
Prove that there exist two elements in $A$ which have a difference of 10.
I understand that the common thing is that we take more than a half set $\{{1,2,...,100}\}$ elements, but how to prove it in right way?
Pair up the elements in pairs which differ by $10$ ($1$ gets paired with $11$, $2$ with $12$, etc., $21$ with $31$, etc.). There are $50$ pairs. Since you're choosing more than $50$ elements, by the Pigeonhole Principle, at least one pair must have both elements chosen.