I've been practicing discrete math recently and I'm stuck on this problem. Could someone help me with this, give me some hint or direction? I figured it was the pigeonhole principle, but I can't figure out the boxes. The content of the task is as follows:
Prove that among $15$ distinct natural numbers not exceeding 100, there are four numbers $a,\ b,\ c,\ d$ such that: $a + b = c + d$ or the numbers $a, b, c$ form an arithmetic sequence.
Proof by contradiction: If none of any adjacent or non-adjacent gaps are equal, then we arrange the 15 numbers $a_1, a_2, ..., a_{15}$ acsendingly, and start from the smallest gap between some adjacent pair, for example, $\delta_1=a_i-a_j$, so we have $\delta_1\ge 1$, then $\delta_2\ge 2, ..., \delta_{14}\ge14$, but the sum of the gaps:
$$\sum\ge 1+2+...+14=105$$
which is impossible.
=============== To make it clear============
Suppose you pick up 15 numbers and arrange them acendingly, and you get $1, 5, 11, 24, 25, ...$,
then we have $\delta_1=25-24=1\ge1, \delta_2=5-1=4\ge2, \delta_3=11-5=6\ge3, ...$