I am trying to solve this problem using the pigeonhole principle. I am however, stuck on how to form boxes And thusly how to even begin.
I have tried to make the pairs {1, 2n-1}, {2, 2n-2} up to {n, n}. But since it´s up to {n, n}, one of the pairs will have the same number, meaning one of the numbers must be picked twice, is this allowed or am I missing something?
Thanks in advance.
Edit to clairfy: we have n pairs if we make the last one {n,n}. So when picking n+1, you have to choose from one of the boxes already made. So essentially, I am unsure if the second n in the last box {n,n} is also a valid choice for n+1.
Besides the specific number $n$, you can pair up the remaining elements in $\{1,2,\cdots,(2n-1)\}$ as follows:
$(1,2n-1)$
$(2,2n-2)$
$\cdots$
$(n-1,n+1)$.
So, you have the element $n$ and you also have $(n-1)$ other pairs of elements. This implies that if you are forced to select $(n+1)$ elements, then, after you pick the element $n$, you will be forced to select $(n)$ other elements from the $(n-1)$ pairs, listed above.
This implies, by the pigeonhole principle, that because you are being forced to select $n$ elements from the remaining $(n-1)$ pairs, you will be forced to select both elements from (at least) one of the $(n-1)$ pairs.
Because of the way that the $(n-1)$ pairs were constructed, where the sum of the elements in each pair equals $(2n)$, you will therefore be forced to select $2$ different numbers whose sum is $(2n)$.