0
$\begingroup$

Let $X_1, ..., X_n$ be independent random variables with the same distribution such that $E(X_1^{-1})$ exists. Show that for $m \leq n$ the expected value

$E(\frac{S_m}{S_n}) = \frac{m}{n}$,

where $S_n = X_1 + ... + X_n$.

Writing this directly, I have:

$E(\frac{S_m}{S_n}) = E(\frac{X_1 + ... + X_m}{X_1 + ... + X_m + ... + X_n})$

I know that the expected value of a sum of independent random variables is the sum of their expected values and I understand that since they have the same distribution, their expected values are the same. However, I don't know how to deal with such fraction, any suggestions?

  • 0
    For $X_1^{-1}$, do you mean $1/X_1$?2017-01-10
  • 1
    apply the linearity to the numerator, then $\mathbb{E}\frac{S_m}{S_n}=m\mathbb{E}\frac{X_1}{S_n}$, and finish by symmetry.2017-01-10
  • 0
    @Jack I thinks so, that's the way it's written in the notes and it's not explained2017-01-10
  • 1
    @Angie I think $E[\frac{1}{X_1}]$ existing means that $X_1=0$ can never happen2017-01-10
  • 0
    @ÁkosSomogyi how do I get this symmetry? I guess I have to use $X_1^{-1}$, but how?2017-01-10
  • 1
    Not that, but use that iid implies $\mathbb{E}\frac{X_i}{S_n}=\mathbb{E}\frac{X_j}{S_n}$ if $i,j\leq n$. Then summing these together: $$1=\sum_{i=1}^n\mathbb{E}\frac{X_i}{S_n}$$2017-01-10
  • 0
    @NobleMushtak $P(X=0)=0$ is necessary but not sufficient to ensure that $E(1/X)$ exists.2017-01-10
  • 0
    @Angie Can you show that $E(X_1/S_n)=E(X_2/S_n)$? I am asking you this because the proof requires some precision and this is the argument the answer you instantly accepted relies on, crucially.2017-01-10

1 Answers 1

2

By linearity of expectation you know that

$$ \mathbb{E}[S_m/S_n] = \sum_{i=1}^m \mathbb{E}[X_i/S_n] = m \mathbb{E}[X_1/S_n]$$ because the $X_i$ are i.i.d. Finally note that $$ \mathbb{E}[S_n/S_n] = \mathbb{E}[1] = 1 = \sum_{i=1}^n \mathbb{E}[X_i/S_n]$$ and again since the $X_i$ are i.i.d., we notice that $$ \sum_{i=1}^n \mathbb{E}[X_i/S_n] = n \mathbb{E}[X_1/S_n] = 1 \Longrightarrow \mathbb{E}[X_1/S_n] = \frac1n$$ Combining these results, you get your claim.