Suppose $X_n$ and $Y_n$ are independent martingales with respect to filtration $\mathcal{F}_n$. Is $Z_n$ a martingale with respect to the same filtration, where $Z_n = X_n Y_n$ and we know that $\mathbb{E}\left[X_n^2\right] < \infty,\mathbb{E}\left[Y_n^2\right] < \infty$?
Well I did the first step and found that $E|Z_n| = E|X_nY_n| = E\left[|X_n||Y_n|\right] \leq \sqrt{E|X_n|^2} \sqrt{E|Y_n|^2} < \infty$
I have a problem with the second part
$E\left[Z_n|\mathcal{F}_s\right] = E\left[X_nY_n|\mathcal{F}_s\right] = ? $
I wanted to do something like
$E\left[X_nY_n|\mathcal{F}_s\right] = E\left[X_n|\mathcal{F}_s\right]E\left[Y_n|\mathcal{F}_s\right] = X_sY_s = Z_s$,
but I'm not sure if I can do it only knowing that they are independent.