I need some help proving that $$ \sqrt{x^T \Sigma x}, $$ with $\Sigma$ being a positive definite matrix, is convex. I already found some questions about this topic, indicating that one should use a conic representation but I did not understand these approaches, I was hoping maybe someone has another idea or could explain it better (maybe with a link to a resp. paper or book).
2026-04-04 10:36:07.1775298967
Convexity of root
71 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
When $\Sigma\succeq 0$ then we can define $\sqrt{\mathbf{x}\Sigma\mathbf{x}}=\|\mathbf{x}\|_{\Sigma}$ to get a normed vector space, which has all the properties of the Euclidean norm. Specifically, it is absolutely homogeneous and the triangle inequality holds. Then the solution becomes very easy: \begin{aligned} f(\lambda\mathbf{x}+(1-\lambda)\mathbf{y})&=\|\lambda\mathbf{x}+(1-\lambda)\mathbf{y}\|_{\Sigma}\\&\leq \|\lambda\mathbf{x}\|_{\Sigma}+\|(1-\lambda)\mathbf{y}\|_{\Sigma}\\ &=|\lambda|\|\mathbf{x}\|_{\Sigma}+|(1-\lambda)|\|\mathbf{y}\|_{\Sigma}\\ &=\lambda f(\mathbf{x})+(1-\lambda)f(\mathbf{y}) &\square \end{aligned}