Let $(X_i)_{i}$ be a sequence of iid positive variables of mean 1 and variance $\sigma^2$. Let $\bar{X}_n = \frac{\sum_{i=1}^n X_i}{n}$.
My question is: Can we can bound $\mathbb{E}(1/\bar{X}_n)$ as a function of $\sigma$ and $n$?
There seems to be some strategy that may work based on the taylor extension, but
- I'm not sure about the hypothesis that need to be met;
- if it works in this case; and
- if we can say something definite on $\bar{X}_n$ or if we need to use the central limit theorem and can only say this for the normal approximation?
More details about the Taylor expansion. According to this wikipedia article, $$\mathbb{E}(f(X)) \approx f(\mu_X) +\frac{f''(\mu_X)}{2}\sigma_X^2$$
So in my case it would give something like: $$\mathbb{E}(1/\bar{X}_n) \approx 1 +\frac{\sigma^2}{4 n}$$ I'm trying to find maybe a formal proof of a similar result, or hypothesis so that it works. Maybe references? Thanks
EDIT: if needed, we can consider that the $(X_i)_i$ are discrete, there exists $v_1<\cdots<v_K$ such that $\mathbb{P}(X=v_k)=p_k$ and $\sum p_k = 1$. In this case we know that $\bar{X}_n \geq v_1$. Although I believe something can be said in the general case.
PS: this is almost a cross-post of this on Math.SE.