Tried searching on this forum but haven't found a similar problem.
Use the pigeonhole principle to prove that, for all positive integers $n$, any sequence of $n+1$ positive integers whose sum is $2n$ can be partitioned into two subsequences, each with sum equal to $n$.
I'll prove by induction.
$\textbf{Base Case:}$ $n = 1$
The only sequence of two positive integers that adds up to 2 is (1,1). Clearly there are two subsequences of (1,1) such that their sums equal 1.
$\textbf{Inductive Step:}$
Assume that it is true for $n$, we will prove for the $n+1^{\text{th}}$ case. Note that if we have a sequence of $n+2$ positive integers that add up to $2n+2$, then two of the positive integers must equal 1. I'll leave this for you to show.
Now the remaining $n$ integers must add up to $2n$, and we must also have that one of the $n$ numbers must be larger than 1. Otherwise if all of them were equal to 1, their sum would not be $2n$. (You can also see this through the pigeonhole principle by imagining we have $2n$ ones that must be distributed into $n$ spots.) Call this number $x_1$ and label the other numbers $x_2,...,x_n$.
So our sequence of $n+2$ numbers looks like $(1,1,x_1,x_2,...,x_n)$. We consider the following sequence of $n+1$ positive integers: $(1,x_1-1,x_2,...x_n)$. This is a sequence of $n+1$ positive integers whose sum is $2n$.
By our inductive hypothesis, this sequence has two subesequences whose sums are equal to $n$. Let A denote the subsequence that contains the term $x_1-1$, and let B denote the other subsequence.
How do we change A and B so that they are subsequences for our original sequence? Well we just add back $1$ to the $x_1-1$ term in A and we append our extra $1$ term to the subsequence B.
This gives us two subsequences whose sums are equal to $n+1$ in our original sequence.