Let $n\ge2$ and Let $a_1,a_2, \cdots, a_{2n}$ be $2n$ positive integers satisfying
$$a_k+a_{2n-k+1}=2n-k+2,\,\, k=1,2, \cdots, n$$
Then show at least two numbers that are equal among $a_1,a_2, \cdots, a_{2n}$.
Having solved the problem, I still - very surprisingly - have no feeling as what exactly forces the presence of two equal numbers. The premises seemed sufficiently soft not to impose the conclusion. So I tried a little modification: instead I assume $$a_k+a_{2n-k+1}=2n-k+r,\,\, k=1,2, \cdots, n$$ for some integer $r$.
Find the largest $r$ that forces at least two among $a_1,a_2, \cdots, a_{2n}$. to be equal.
For $r= 3$, $n=2$ doesn't work.
$$a_1+a_4= 6\\ a_2+a_3=5$$ has the slution $$a_1=1, a_2=2, a_3=3, a_4=5$$
More generally, for $r \geq 3, n=2$ $$a_1+a_4= 3+r\\ a_2+a_3=2+r$$ has the slution $$a_1=1, a_2=2, a_3=r, a_4=2+r$$
Edit So $r=2$ is the largest which works. Not solving it yet, the problem screams pigeonhole principle to me, and if this is the case, increasing $r$ by one typically increases the number of holes by 1 and makes the problem not work anymore (otherwise, the same solution works and the problem would have been stated with $r+1$ in the first place).