This is the pigeonhole principle at work, although it takes a little digging to get it to work.
Firstly we can always assume that the numbers are different, or we could just match two that are identical. So although you gave me that the numbers were distinct, that's actually not needed to make this work.
So given the smallest value chosen, $s$, the largest sum possible is $s+7+8+9+10 = s+34$, giving a range of $35$ possible sums, although the all-five-numbers can't possibly match anything.
Now the analysis has to devolve into cases, to get the range small enough that the pigeonhole principle applies, of more possible subset sums than the range that contains them. Discarding the empty set and the five-number set, there are 30 subset sums of interest.
Looking at the top four numbers, we review cases to drive them below $30$ by attempting to avoid a common sum [noting that $s$ cannot equal a difference in the proposed top-$4$ set]:
Sum: $34$, combination: $7,8,9,10$ - $7+10=8+9$
Sum: $33$, combination: $6,8,9,10$ - $s$ cannot be any of $1,2,3,4$ and $s=5$ gives $5+10=9+6$
Sum: $32$, combination (1): $5,8,9,10$ - $s$ cannot be any of $1,2,3,4$
Sum: $32$, combination (2): $6,7,9,10$ - $6+10=7+9$
Sum: $31$, combination (1): $4,8,9,10$ - $s$ cannot be any of $1,2$ and $s=3$ gives $3+10=4+9$
Sum: $31$, combination (2): $5,7,9,10$ - $s$ cannot be any of $1,2,3,4$
Sum: $31$, combination (3): $6,7,8,10$ - $s$ cannot be any of $1,2,3,4$ and $s=5$ gives $5+8=6+7$
Sum: $30$, combination (1): $3,8,9,10$ - $s$ cannot be any of $1,2$
Sum: $30$, combination (2): $4,7,9,10$ - $s$ cannot be any of $1,2,3$
Sum: $30$, combination (3): $5,6,9,10$ - $5+10=6+9$
Sum: $30$, combination (4): $5,7,8,10$ - $5+10=7+8$
Sum: $30$, combination (5): $6,7,8,9$ - $6+9=7+8$
And otherwise the top numbers sum below $30$ and the pigeonhole principle guarantees matching sums.