Let $a,b,c,d$ positive real numbers with $d= \max(a,b,c,d)$. Proof that
$$a(d-c)+b(d-a)+c(d-b)\leq d^2$$
- I believe that the GM-AM inequality with $n=4$ variables might be helpful.
$$\sqrt[n]{x_1 x_2 \dots x_n} \le \frac{x_1+ \dots + x_n}{n}$$
We also know that the Geometric mean is bounded as follows :
$$ \min \{x_1, x_2, \dots x_n\} \le \frac{x_1+ \dots + x_n}{n} \le \max \{x_1, x_2, \dots x_n\}$$
** I also tried to draw an square and some rectangles, but nothing worked out.