Let $ X $ and $ Y $ be two random variables that satisfy $ E[X^2] + E[Y^2] < \infty $. Prove that $$ E[\sqrt{X^2 + Y^2}] \geq \sqrt{(E[X])^2 + (E[Y])^2}. $$ Based on the inequality above, construct the corresponding elementary inequality for a sequence of real numbers.
I can do the second part: The inequality $ E[\sqrt{X^2 + Y^2}] \geq \sqrt{(E[X])^2 + (E[Y])^2} $ suggests a corresponding inequality in the context of real numbers. For real numbers $ x_1, x_2, \dots, x_n $ and $ y_1, y_2, \dots, y_n $ , we can derive the following elementary inequality:
$$ \frac{1}{n} \sum_{i=1}^{n} \sqrt{x_i^2 + y_i^2} \geq \sqrt{\left( \frac{1}{n} \sum_{i=1}^{n} x_i \right)^2 + \left( \frac{1}{n} \sum_{i=1}^{n} y_i \right)^2 }. $$
This is the corresponding elementary inequality for a sequence of real numbers.
I'm stuck at the first part of the problem. I have tried to apply Jensen's inequality which states that that for a convex function $ f $ and a random variable $ Z $, $$ E[f(Z)] \geq f(E[Z]). $$ However,in this case, the function $ f(z) = \sqrt{z} $ is concave.
Also, I have proved that $f(x,y)=\sqrt{x^2+y^2}$ is convex in $\mathbb{R}^2.$
Any help for the proof of the first part's inequality I would be very grateful!