I was bored and I found the inequality $$\pi-\left(90\sum_{n=1}^mn^{-4}\right)^{\frac14}<\pi-\left(6\sum_{n=1}^mn^{-2}\right)^{\frac12},$$ where $m$ is a positive integer. Which is basically derived from $\zeta(4)=\frac{\pi^4}{90}$ and $\zeta(2)=\frac{\pi^2}6$.
This is equivalent to $$5\sum_{n=1}^mn^{-4}>2\left(\sum_{n=1}^mn^{-2}\right)^2.$$ At first I tried a direct proof, and simplified it down to $$3\sum_{n=1}^mn^{-4}>4\sum_{\substack{1\le i,j\le m\\i\neq j}}(ij)^{-2}$$ but there wasn't an obvious way for me to proceed from here. My second attempt was to use induction, and the case $m=1$ was trivial, but the IH was too weak. I used the hypothesis to get $$5(m+1)^{-4}+5\sum_{n=1}^mn^{-4}>5(m+1)^{-4}+2\left(\sum_{n=1}^mn^{-2}\right)^2,$$ but $2\left(\sum_{n=1}^mn^{-2}+(m+1)^{-2}\right)^2\ge RHS$ (by desmos), so that didn't work as well. I don't think Cauchy works either, though not that sure.
If anyone could provide a solution, then I'd greatly appreciate it! I preferably want an elementary solution.