For a fixed $N$, let $f=f_0+f_1X+\cdots+f_{N-1}X^{N-1}$ and $g=g_0+g_1X+\cdots+g_{N-1}X^{N-1}$ be two polynomials in $\mathbb{Z}[X]$.
Consider the standard deviation of the coefficients of $f$, $g$ and $f+g$, defined by $\sigma_f$, $\sigma_g$ and $\sigma_{f+g}$ respectively.
We have $\sigma_f = \frac{1}{\sqrt{N}}\sqrt{\sum_{i=0}^{N-1}{(f_i-\bar{f})^2}}$ where $\bar{f}$ is the mean of the coefficients of $f$.
Is it true that $\sigma_{f+g} \leq \sigma_f + \sigma_g$ ?
When I tried to prove this, assuming that this is true, I developed squares but I get an extra factor $2ab$ that is ruining the proof. And this proposition seems to be true, so there must be a way of proving it.
Can someone help? Thanks in advance.