Positive numbers $a,b,c$ satisfy $a \geq b \geq c$ and $a + b + c \leq 1$. Let $f(a, b, c) = a^2 + 3b^2 + 5c^2$. Prove that $f(a, b, c) \leq 1$.
One observation is that the bound is met: $f(1, 0, 0) = f\left(\frac{1}{2}, \frac{1}{2}, 0\right) = f\left(\frac{1}{3}, \frac{1}{3}, \frac{1}{3}\right) = 1$.
Another observation is that clearly $a + b + c = 1$ at a maximum of $f$ since increasing any of $a,b,c$ increases $f$. So I'm just going to assume that $a + b + c = 1$ from now on.
My progress so far is that using Lagrange multipliers, you can see that $f$ is minimised subject to the constraint $a + b + c = 1$ at the point $\left(\frac{15}{23}, \frac{5}{23}, \frac{3}{23}\right)$. And since there are no other minimums it must be increasing as you choose $(a, b, c)$ away from this point. Setting $a = 1 - b - c$, we just need to optimise in $b, c$. The optimisation is bounded by the triangle formed from the lines $$c = 0, b = \frac{1}{2} - \frac{1}{2}c, \textrm{ and } c = b.$$ As $f$ is increasing as you move away from the minimum, the optimisation occurs at one of the corners of this triangle, and these give the three solutions that I gave at the start.
I think my
it must be increasing as you choose $(a, b, c)$ away from this point.
claim is a bit vague and I'm not sure how to formulate it properly. Hopefully there is a clearer method of proving this.
I found the puzzle here in case it's of interest.
After some expanding and grouping, we have: $$(a+b+c)^2-(a^2+3b^2+5c^2)=2(a-b)(b+c)+4c(b-c) \ge0$$ Hence the conclusion.
The equality holds if $(a-b)(b+c)=c(b-c)=0$, which surely encompasses three found equality situations.
Another solution can also be given as follows.
The set $C=\{ (a,b,c): 0 \le c \le b \le a , a+b+c \le 1 \}$ is surely convex, and in fact, it is a polyhedron formed by a finite set of points $V$ which ,in turn, serve as the vertices of the polyhedron $C$.
Besides, $f$ is a convex function on $\mathbb{R}^3$, hence the maximum of $f$ on $C$ must be achieved only in the $V$.
So what we have to do is to investigate values of $f$ on $V$. And this is straightforward, because $$V=\{ (0,0,0) , ( 0.5,0.5,0) , (1,0,0),( 1/3, 1/3,1/3) \}$$