Let $n$ be a positive integer, and let $S$ be a set of $n+1$ integers in $[1,2n-1]$. Then show that there are $3$ numbers in $S$ such that the sum of two of them gives us the third number (the numbers chosen are not necessarily consecutive).'
For example, for $n=3$, then note that, given any set $S$ of $4$ numbers in the set $\{1,2,3,4,5\}$, there two numbers in $S$ that give us the sum of another number in $S$. e.g., if $S=\{1,2,4,5\}$, then $1+4=5$, with all three numbers $1,4,5$ in $S$.
We prove by induction. The base case of $n = 2$ follows since the only set is $\{1, 2, 3\}$.
Suppose it is true for $n - 1$. Now we tackle the $n$ case. If we did not choose $2(n - 1) + 1$, then we chose at least $n$ numbers less than $2(n - 1)$ so we are done by inductive hypothesis. Otherwise by pigeon hole principle, there must exitst some $1 \leq k \leq n - 1$ such that we chose both $k$ and $2(n - 1) + 1 - k$. So we are done.