I try to compute $\mathbb{E}((B_t^2-t)^2|\mathcal{F}_s)$ where $B_t$ is a $(\mathcal{F}_t)$-Wiener process on some filtered probability space. It is well known that $B_t^2-t$ is a Martingale hence $(B_t^2-t)^2$ should be a square integrable Submartingale and hence can be decomposed into a sum of a Martingale and an adapted increasing process $(A_t)$, with $A_0=0$. Therefore when computing the above term I should get something like $\mathbb{E}((B_t^2-t)^2|\mathcal{F}_s)=(B_s^2-s)^2+\mathbb{E}(A_t-A_s|\mathcal{F}_s)$ a.s.
But all I get are some nasty terms that don't vanish. I tried already the trick with $B_t=B_t-B_s+B_s$ but it seems not to work properly.
Any suggestions from someone who tried this before?
For $s\le t$ we have $$E((B_t^2 - t)^2|\mathcal{F}_s) = E((B_t-B_s+B_s)^2 - t)^2|\mathcal{F}_s) = E((B_t-B_s)^2+B_s^2 + 2B_s(B_t-B_s) - t)^2|\mathcal{F}_s) = $$ $$=E((B_t-B_s)^4+B_s^4 + 4B_s^2(B_t-B_s)^2 + t^2+2(B_t-B_s)^2B_s^2 +4B_s(B_t-B_s)^3-2t(B_t-B_s)^2 +$$ $$ + 4B_s^3(B_t-B_s) -2tB_s^2 -4tB_s(B_t-B_s)|\mathcal{F}_s).$$ We separately calculate each of the terms:
$E((B_t-B_s)^4|\mathcal{F}_s) =E(B_t-B_s)^4 = 3(t-s)^2$,
$E(B_s^4|\mathcal{F}_s) = B_s^4$,
$E(4B_s^2(B_t-B_s)^2|\mathcal{F}_s) =4B_s^2\cdot E(B_t-B_s)^2 = 4B_s^2(t-s)$,
$E(t^2|\mathcal{F}_s) = t^2$,
$E(2(B_t-B_s)^2B_s^2|\mathcal{F}_s) = 2B_s^2(t-s)$,
$E(4B_s(B_t-B_s)^3|\mathcal{F}_s) = 4B_s E(B_t-B_s)^3 = 0$,
$E(2t(B_t-B_s)^2|\mathcal{F}_s) = 2t(t-s)$,
$E(4B_s^3(B_t-B_s)|\mathcal{F}_s) = 4B_s^3\cdot 0 = 0$,
$E(2tB_s^2|\mathcal{F}_s) = 2tB_s^2 $,
$E(4tB_s(B_t-B_s)|\mathcal{F_s}) = 4tB_s\cdot 0 = 0 $.
Finally, we get that $$E((B_t^2 - t)^2|\mathcal{F}_s) = 3(t-s)^2 + B_s^4 + 4B_s^2(t-s) +t^2 +2B_s^2(t-s) -2t(t-s)-2tB_s^2 = $$
$$ =B_s^4 -2sB_s^2+s^2 +3t^2 - 6ts +2s^2 +4B_s^2(t-s) +t^2 -2t^2 +2ts= $$
$$ = (B_s^2-s)^2 + 4B_s^2(t-s) + 2t^2 -4ts+2s^2 = (B_s^2-s)^2 + 4B_s^2(t-s) + 2(t-s)^2. $$ We got an expression of the form $X_s + \underbrace{E(A_t-A_s|\mathcal{F}_s)}_{\ge 0}$, where $X_t = (B_t^2-t)^2$. The decomposition you suggested $$E(X_t|\mathcal{F}_s) = X_s + A_t -A_s \text{ a.s.}$$ is not correct.
Indeed, $X_t$ is submartingale and we have $X_t = M_t + A_t$, where $M_t$ is a martingale and $A_t$ is adapted increasing process. Then $$E(X_t - A_t|\mathcal{F}_s) = E(M_t |\mathcal{F}_s) = M_s = X_s - A_s \text{ a.s.}$$ You are assuming that $$E(X_t|\mathcal{F_s}) = X_s + A_t -A_s \text{ a.s.}$$ But $$E(X_t|\mathcal{F}_s) = X_s - A_s + E(A_t|\mathcal{F}_s) = X_s + \underbrace{E(A_t-A_s|\mathcal{F}_s)}_{\ge 0} \text{ a.s.}$$ So, $E(A_t|\mathcal{F_s})=A_t$ and it follows that $A_t$ is $\mathcal{F}_s$-measurable, but this is not true. For example, if $(\mathcal{F}_t)$ is a natural filtration of Wiener process and if $A_t$ is $\mathcal{F}_s$-measurable, then $A_t$ is $\mathcal{F}_0$-measurable, where $\mathcal{F}_0$ is trivial $\sigma$-algebra and hence $A_t =\text{const}$ a.s. for all $t$.