I have to prove the following inequality: $$ \mathbb{E}\left[ \left( \int_0^t X_s \text{d}B_s \right)^4 \right] \leq 3c^4 t^2 $$ where
- $(X_t)_{t \geq 0}$ is an elementary process such that $|X_t| \leq c$ for all $t \geq 0$;
- $(B_t)_{t \geq 0}$ is a standard Brownian motion.
I'm clueless about a way to solve it: I tried expanding the integral with the definition of stochastic integral for elementary process, but I cannot go anywhere.
I thought about using Itô isometry $$ \mathbb{E}\left[ \left( \int_0^t X_s \text{d}B_s \right)^2 \right] = \mathbb{E} \left[ \int_0^t X_s^2 \text{d}s \right] $$ but I didn't know how to get rid of the power $4$ (given the fact that I cannot use Jensen inequality).
Any hint would be appreciated.