Consider a IID sequence $X_1,...,X_n$ of random variables with $\mathbb{E}[X_i] = 0$ and $\mathbb{E}[X_i^2] = 1$.
The central limit theorem implies that the sample mean converges in $L_1$ to $0$ at a rate $O(1/\sqrt{n})$. I am interested in an anti-concentration result showing that this is the fastest possible rate over all $X_i$s.
So far, using the Paley-Zygmund inequality, I have derived such a result assuming the $X_i$'s have sufficiently small $4^{th}$ moments; specifically, for some universal constant $c_0$, $$\mathbb{E} \left[ \left| \frac{1}{n} \sum_{i = 1}^n X_i \right| \right] \geq \frac{c_0}{\sqrt{n}} \frac{n}{\mathbb{E}[X_i^4] + n} \in \Omega \left( \frac{1}{\sqrt{n}} \right),$$ which implies my desired result as long as $\mathbb{E}[X_i^4] \in O(n)$. Previously, using Berry-Esseen, I was also able to get a similar result assuming $(\mathbb{E}[X_i^3])^{4/3} \in O(\sqrt{n})$.
However, it seems counterintuitive to me that having a large $3^{rd}$ or $4^{th}$ moment would speed up the rate of convergence, and I'm wondering if these assumption can be relaxed. Actually, in my application, it would be ok to assume $\mathbb{E}[X_i^p] \in O(n^{p/2})$ for any $p \geq 1$, although it would be simpler if I can avoid making any assumptions on $X_i$.
Question: Without any further assumptions on the $X_i$s, do there exist universal constants $c_0, n_0 > 0$ such that, for all integers $n > n_0$, $$\mathbb{E} \left[ \left| \frac{1}{n} \sum_{i = 1}^n X_i \right| \right] \geq \frac{c_0}{\sqrt{n}}.$$ Alternatively, is there a counterexample, i.e., a sequence of IID sequences $\{\{X_{n,i}\}_{i = 1}^n\}_{n = 1}^\infty$ such that $$\lim_{n \to \infty} \mathbb{E} \left[ \left| \frac{1}{\sqrt{n}} \sum_{i = 1}^n X_{n,i} \right| \right] \to 0.$$
There's a counterexample. Define IID sequences $X_{n,i}$ such that $X_{n,i} = \pm n$ each with probability $\frac12 n^{-2}$, and $X_{n,i} = 0$ otherwise. Then $\mathbb E X_{n,i} = 0$, $\mathbb E X_{n,i}^2 = 1$, and
$$\mathbb E\left[\left\lvert \frac{1}{\sqrt{n}} \sum_{i=1}^n X_{n,i} \right \rvert\right] \le \mathbb E \left[\frac{1}{\sqrt{n}}\sum_{i=1}^n \lvert X_{n,i} \rvert \right] = O(n^{-1/2}).$$
(Arguing similarly, you can show that your condition $\mathbb E[X_{n,i}^4] = O(n)$ cannot be weakened.)