Let $x_i$ be real numbers with $\sum_{i=1}^N x_i = 0$.
Show the following inequality: $$ N (\sum _{i=1}^N x_i^4) (\sum _{i=1}^N x_i^2) \ge (\sum _{i=1}^N x_i^2)^3 + N (\sum _{i=1}^N x_i^3)^2 $$
Edit: Note this particular form of the Chebyshev-Korkin Identity (page 6 in the link): $$ N \sum _{i=1}^N x_i^4 = (\sum _{i=1}^N x_i^2)^2 + \sum _{i>j} (x_i^2 -x_j^2)^2 $$ This can be used to transform the question into showing that $$ (\sum _{i=1}^N x_i^2) \sum _{i>j} (x_i^2 -x_j^2)^2 \ge N (\sum _{i=1}^N x_i^3)^2 $$
My idea would be Cauchy-Schwarz but that would require $x_i \ge 0$ which is not the case.
For arbitrary $N$ we have that equality holds for $x_1 = \cdots = x_{N-1}$ and $x_N = -(N-1)x_1$ as can be seen by plugging in: $$ \scriptstyle N \cdot(N-1 + (N-1)^4) \cdot(N-1 + (N-1)^2) = (N-1+ (N-1)^2)^3 + N\cdot (N-1 -(N-1)^3)^2 $$ and observing that this is indeed an identity.
For $N=4$ equality further holds for $x_1 = x_2 = -x_3 = -x_4$. Certainly other cases can be identified.