According to page 2 of this paper, if $X$ is an arbitrary measurement with mean $\mu$ and variance $\sigma^2$, and $\overline{x}$ is the sample mean from random samples of size n, then:
$$\displaystyle\sigma_{\overline{x}}^2 = \frac{\sigma^2}{n}.$$
This is not something obvious, and I wonder if it has a name or is stated formally somewhere. Thanks.
It doesn't have a name but it is an immediate consequence of two facts:
$Var (cY)=c^{2} var (Y)$ if $c$ is a constant.
Variance of a sum of independent random variables is the sum of the variances.
The variance of $\overline {x}$ is therefore $\frac 1 {n^{2}} {n \, var (X)}=\frac {\sigma^{2}} n$.