Consider the following situation, there are $m$ numbers $n_i$ in a set set $S$. At each time $t$, $k$ numbers are selected uniformly and without replacement and averaged. Then the points are put back into the set. What is the expected value of this average?
I believe it is:
$$ \frac{1}{m}\sum_{i=1}^m n_i $$
But I cannot prove it. Is anyone able to confirm this? Clearly there are $m \choose k$ possible sets each having the same probability of being chosen but I cannot get much further than that.
Denote the numbers that are selected by $X_{1},\ldots,X_{k}$.
These are random variables with uniform distribution: $P\left\{ X_{j}=n_{i}\right\} =\frac{1}{m}$ for each $j$ and each $i$.
There is no independency but that is not relevant here.
Note that:
$\mathbb{E}X_{j}=\frac{1}{m}\sum_{i=1}^{m}n_{i}$ for each $j$.
$\overline{X}:=\frac{1}{k}\left(X_{1}+\cdots+X_{k}\right)$ denotes the average and:
$\mathbb{E}\overline{X}=\frac{1}{k}\left(\mathbb{E}X_{1}+\cdots+\mathbb{E}X_{k}\right)=\mathbb{E}X_{1}=\frac{1}{m}\sum_{i=1}^{m}n_{i}$
This because in general $\mathbb{E}\left(cY\right)=c\mathbb{E}Y$ and $\mathbb{E}\left(Y+Z\right)=\mathbb{E}Y+\mathbb{E}Z$.