This is distribution of the sample mean when $\sigma$ is known
Theorem 6.1: Let $X_1, ..., X_n$ be a random sample from a distribution with mean $\mu$ and standard deviation $\sigma$
Then Var($\bar{X})$ = $\cfrac {\sigma^2}{n}$
Proof in the book: By independence, Var($\bar{X})$ = Var($\sum_{i=1}^n \cfrac{X_i}{n}$) = $\cfrac{1}{n^2}$Var($\sum_{i=1}^nX_i$) = $\cfrac {1}{n^2}(n\sigma^2) = \cfrac{\sigma^2}{n}$
Now I know sample mean is just ($\sum_{i=1}^n \cfrac{X_i}{n}$)
But where does the $\cfrac {1}{n^2}$ and $n\sigma^2$come from?