I have a solution to the following exercise and I want to know if there is another way to solve it:
Let $X_1,X_2,\dots$ be i.i.d. real r.v. with $\operatorname{Var}(X_1)=1,\ E(X_1)=0$ and let $S_n=X_1+\cdots + X_n,\quad n\in\mathbb{N}$
Deduce $\lim\limits_{n\to \infty}E(|S_n|)=\infty$
Solution: if $N\sim\mathcal{N}(0,1)$ is a r.v. then $p:=P(N\geq 1)>0$ and the CLT gives $$P\left(\left|\frac{S_n}{\sqrt{n}}\right|\geq 1\right)\xrightarrow{n\to\infty}P(|N|\geq 1)=2p$$
With such $p>0$ and $n_0\in\mathbb{N}$ by Markov's inequality $$\forall n\geq n_0,\quad E(|S_n|)\geq \sqrt{n}P(|S_n|\geq \sqrt{n})\geq p\sqrt{n}$$ hence $\lim\limits_{n\to \infty}E(|S_n|)=\infty$
For me this $p$ just looks like something arbitrary and not really intuitively. It can be with Markov chains or martingales or something like that.