Here is something that I find hard to make sense of. Suppose $X_1, X_2, ..., X_n$ are independent draws from some distribution. By AM-GM inequality, we have:
$$ \left( X_1 X_2 .. X_n \right)^\frac{1}{n} \le \frac{X_1 + X_2 +...+X_n}{n} $$
Now $E[X_1 X_2...X_n]=E[X_1]^n$ by independence with any $n$.
Also as $n \to \infty$, $\frac{X_1 + X_2 +...+X_n}{n} \to E[X_1]$ by law of large numbers.
Plug these terms into the first equation, we have:
$$E[X_1] \le E[X_1]$$ when $n \to \infty$
Note that equality of the above is only possible when $X_1 = X_2 = ... = X_n$ which is highly unlikely and irrelevant.
Can someone tell me what is going on and what I am missing?
The expectation of $\left(\frac{X_1 + X_2 +...+X_n}{n} \right)^n$ is not $E[X]^n$. For $n=2$ as an example, $$E[(X+Y)^2/4] = E[(X^2 + Y^2 + 2XY)/4] = (E[X^2] + E[X]^2)/2 = E[X]^2 + \frac{1}{2}{\rm Var}(X) \geq E[X]^2$$ if $X$ and and $Y$ are independent samples from the same distribution.
In the Edited version, the same problem moves to the other side of the claimed equation; $E[\left( X_1 X_2 .. X_n \right)^\frac{1}{n}] = E[X^{\frac{1}{n}}]^n$ is not $E[X]$.