I have a situation where is cheaper to compute $y = \sum_{i=1}^n x_i$ instead of $y_p = \sum_{i=1}^n x_i^p$, with $x_i \in \mathbb{R}_{>0}$ and $p\geq 1$. From this answer, using Hölder's inequality, I have
\begin{equation} \sum\limits_{i=1}^n x_i^p \geq n^{1-p}\left(\sum\limits_{i=1}^n x_i\right)^p \end{equation}
However, for large $n$ (say >5 million), that lower bound becomes trivial (0). Is there another result that I can use to approximate $y_p$ in terms of $y$?