Suppose that the distribution of a random variable $X$ is symmetric with respect to the point $x = 0$. If $\mathbb{E}(X^4)>0$ then $Var(X)$ and $Var(X^2)$ are both positive.
How is that true? I am getting $Var(X)=\mathbb{E}(X^2)$ and $Var(X^2)=\mathbb{E}(X^4)-(\mathbb{E}(X^2))^2$, but do not know why $\mathbb{E}(X^2)>0$ & $\mathbb{E}(X^4)>(\mathbb{E}(X^2))^2.$
I do not think it is true.
For example let $X=k$ and $X=-k$ each have probability $\frac12$ for some $k\gt 0$.
Then the distribution is symmetric about $0$, i.e. $P(X \le -x) =P(X \ge x)$ for all $x$. And $E[X]=0$, $E[X^2]=k^2 \gt 0$ and $E[X^4]=k^4 \gt 0$, and $Var(X)=k^2 \gt 0$.
But $Var(X^2)=0$, contrary to the statement in the question.