If $(B_t, \mathcal{F}_t)$ is standard Brownian Motion, I would like to show that $X_t = B_t^2-t$ is a martingale. My attempted proof works as follows:
\begin{align} E(X_{t+1}|\mathcal{F}_t) & = E(B_{t+1}^2-(t+1)|\mathcal{F}_t) \\ &= E(B_{t+1}^2|\mathcal{F}_t) -(t+1) \\ &= Var(B_{t+1}|\mathcal{F}_t) +E(B_{t+1}|\mathcal{F}_t)^2 - (t+1) \\ &= (t+1)+B_{t+1}^2 -(t+1) \end{align}
However, I believe that the decomposition into variance shouldn't work. Does anyone have any ideas where I went wrong? Thanks
Use the fact that $(B_t-B_s)$ is independent of $\mathcal{F}_s$ and calculate the following expectation: $$ \mathbb{E}[B_t^2\mid \mathcal{F}_s]=\mathbb{E}[(B_t-B_s+B_s)^2\mid \mathcal{F}_s]. $$