Is the following function strongly convex for $x\succeq 0: \sum_{i} x_i = 1$ and $c_i > 0$ for $i\neq 1$? $$ f(x) = \max_{i\neq 1}f_i(x) = \max_{i\neq 1}\frac{\frac{1}{x_1} + \frac{1}{x_i}}{c_i}. $$ What I have tried: based on this reply, the pointwise maximum of strictly convex functions is strictly convex. Hence, it suffices to prove that $\forall i \neq 1$,$f_i(x)$ is strictly convex.
The hessian of $f_i$ is $H_i = \text{diag}(\frac{2}{c_1x_1^3}, 0,\frac{2}{c_ix_i^3}, \dots, 0)$, which for $x\succeq 0$ is positive semi-definite. Is this, in combination with the previous result on pointwise maximum of strictly convex function enough to prove that $f(x)$ is strictly convex?