Suppose we have two standard normal RVs that are not independent. We can construct them so that the covariance can range from -1 to 1. (At the extremes, $X_1 = -X_2$ and $X_1=X_2$).
Now consider the general case of $n$ standard normal RVs that are not independent. We consider the average covariance of pairs of these rvs, that is $E[\mathrm{Cov}(X_i, X_j)]$. I have the notion that as $n$ increases, the bounds of $E[\mathrm{Cov}(X_i, X_j)]$ narrow--is that correct?
For example, suppose we have three RVs, and $X_1 = X_2$, with $X_3$ being completely independent of both. Then the average covariance is $1/3$. Is that the most extreme possible with three RVs? If not, what is the most extreme possible value and how does it scale with $n$?
From an answer of mine over on stats.SE.....
Consider the variance of the sum of $n$ unit variance random variables $X_i$. We have that $$\begin{align*} \operatorname{var}\left(\sum_{i=1}^n X_i\right) &= \sum_{i=1}^n \operatorname{var}(X_i) + \sum_{i=1}^n\sum_{j\neq i}^n \operatorname{cov}(X_i,X_j)\\ &= n + \sum_{i=1}^n\sum_{j\neq i}^n \rho_{X_i,X_j}\\ &= n + n(n-1)\bar{\rho} \tag{1} \end{align*}$$ where $\bar{\rho}$ is the average value of the $\binom{n}{2}$correlation coefficients. But since $\operatorname{var}\left(\sum_i X_i\right) \geq 0$, we readily get from $(1)$ that $$\bar{\rho} \geq -\frac{1}{n-1}.$$
As another answer to the same question shows, the maximum value of $\bar{\rho}$ is $1$.