I came to know about the inequality $$\binom a2+\binom b2\leq \binom{a+b-1}2$$ and tried to prove it.
It was quite easy to derive it using brute force algebraic calculations. All boils down to showing $$a(a-1)+b(b-1)\leq (a+b-1)(a+b-2)$$ about which you can see here.
But, I want to know whether we can come up with a combinatorial or an intuitive or a geometric explanation. In other words, I am looking for more elegant arguments, or more beautiful proofs of this inequality.
In fact, you have $$ \binom{a+b-1}{2}=\binom{a}{2}+\binom{b}{2}+(a-1)(b-1). $$ A combinatorial interpretation of this is that you have a set $A$ of size $a$ and a set $B$ of size $b$ with exactly one element in common. If two elements are chosen from $A\cup B$ you get either two elements of $A$ or two elements of $B$, and this includes all cases where the common element is chosen, or else you get one element of $A$ and one element of $B$, neither of which is the common element.