Let $a_1<a_2<\dots<a_n, \ b_1>b_2>\dots>b_n$ and $\{a_1, \dots,a_n, b_1,..,b_n\}=\{1,2,\dots, 2n\}$. Show that $$\sum \limits_{i=1}^{n}|a_i-b_i|=n^2.$$
This nice problem from problem solving seminar of MIT.
Hint: Pigeonhole principle.
It would be interesting to look at the solution.
Here is a possible proof.
Note that:
$$\forall i=1,..,n$$
$$a_i\in[1,n]\implies b_i\geq n+1$$
$$a_i\geq n+1\implies b_i\leq n$$
Indeed, suppose that $a_i,b_i\in[1,n]$ thus we have:
then there are:
In a similar way we can show that it can't be that $a_i,b_i\in [n+1,2n]$.
Therefore:
$$\sum \limits_{i=1}^{n}|a_i-b_i|=n+1+n+2+...+2n-(1+2+...+n)=n+n+...+n=n^2\quad \square$$