I was wondering if for $x_i\in\mathbb{R}_{\geq0}$ the inequality $$ \left(\sum_{i=1}^{n} x_{i}^{2}\right)^{\frac{1}{2}} \leq \sum_{i=1}^{n} x_{i} $$ Holds. If so, is there a name for it?
My attempt
$$ \sum_i^n i = \frac{n(n+1)}{2} $$ $$ \sum_i^n i^2 = \frac{n(n+1)(2n+1)}{6} $$ Since the right hand side is $O(n^{3/2})$ and the left hand side is $O(n^2)$, and n is a positive integer, the inequality should hold.