While reading a paper, I came across the following inequality:
Let $m_1, m_2$ be nonnegative integers, and $X$ a random variable of magnitude at most $1$. Then,
$$E(|X|^{m1})E(|X|^{m2}) \leq E(|X|^{m1+m2})$$
Despite applying Jensen's and Holder's, I have been unable to prove the statement.
You could use the fact that increasing functions of a random variable are positively correlated. Since $x\mapsto x^{m_{1}}$ and $x\mapsto x^{m_{2}}$ are increasing functions on the non-negative reals, we have $$\begin{align*} \mathrm{Cov}\left(|X|^{m_{1}}, |X|^{m_{2}}\right) &\ge 0\\ \Rightarrow \Bbb{E}\left[|X|^{m_{1}}|X|^{m_{2}}\right] - \Bbb{E}\left[|X|^{m_{1}}\right]\Bbb{E}\left[|X|^{m_{2}}\right]&\ge 0 \\ \Rightarrow \Bbb{E}\left[|X|^{m_{1}+m_{2}}\right] &\ge \Bbb{E}\left[|X|^{m_{1}}\right]\Bbb{E}\left[|X|^{m_{2}}\right]. \end{align*} $$