If $X_i$'s are i.i.d. random variables then is this statement true?
$$E\left[\frac{1}{\sum_{i=1}^{n}X_i}\right] = \frac{1}{\sum_{i=1}^{n} E\left[X_i \right]}$$
Here $E\left[X\right]$ is the expected value of a random variable $X$
Edit - I was thinking that if each $X_i$ corresponds to the result of an independent random experiment, then will the given equation be true or false? I intuitively feel that if we perform these $n$ experiments an infinite number of times then the denominator will by very close to $\sum_{i=1}^{n}E[X_i]$ for a majority of the time.
Your statement is false even for $n=1$. Take, for instance, on $\{1,\dotsc, k\}$ the variable $X(j) = j$ for $j = 1,\dotsc, k$, with uniform probability measure $\mathbb{P}({j}) = 1/k$. Then $$ E\left [ \frac{1}{X} \right ] = \sum_{j=1}^k \frac{1}{k} \frac{1}{j} = \frac{1}{k} \sum_{j=1}^k \frac{1}{j} $$ while $$ \frac{1}{E[X]} = \frac{1}{\frac{1}{k}\sum_{j=1}^k j} = \frac{2k}{k(k+1)} = \frac{2}{k+1} $$ which are different.
However, if the question is $$ \lim_{n \to \infty} E \left [ \frac{1}{\sum_{i=1}^n X_i} \right ] = \lim_{n \to \infty} \frac{1}{E \left [ \sum_{i=1}^n X_i \right ]} $$ I do not know.