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?