Let $\{X_n:n=1,2,\ldots\}$ be a sequence of independent random variables with common distribution $$\mathbb P(X_1=1) = \mathbb P(X_1=-1) = \frac12. $$ Set $S_0:=0$ and $S_n = \sum_{j=1}^n X_j$ for $n=1,2,\ldots$. Show that $M_n:= S_n^2 - n$ is an adapted process with respect to the filtration $\mathcal F_n = \sigma(X_1,\ldots, X_n)$, and that $M_n$ is a martingale with respect to this filtration.
How to check if a stochastic process derived from a random walk is a martingale?
776 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 3 best solutions below
On
$$\mathbb{E}(S_n^2-n|\mathcal F_{n-1}) = \mathbb{E}(S_{n-1}^2+X_n^2-2S_{n-1}X_n-n|\mathcal F_{n-1}) $$
$$ = S_{n-1}^2-n-2S_{n-1}\mathbb{E}(X_n|\mathcal F_{n-1})+\mathbb{E}(X_n^2|\mathcal F_{n-1})$$
$$=S_{n-1}^2-n-2S_{n-1}\mathbb{E}(X_n)+\mathbb{E}(X_n^2)$$ $$=S_{n-1}^2-n-0+1=S_{n-1}^2-(n-1).$$
Update:
Note that $\mathbb{E}(M_t|F_{t-1})=M_{t-1}$ suffices to show that $M_n$ is a Martingale, since for $t>s$, $$\mathbb{E}(M_t|\mathcal F_s)=\mathbb{E}(\mathbb{E}(M_t|\mathcal F_{t-1})|\mathcal F_s)=\mathbb{E}(M_{t-1}|F_{s}).$$
On
You said, that you are primarily interested in the measurability part of the now clarified question. You can see, that
$$
M_n:= S_n^2 - n
$$
is $\mathcal{F}_n$ measurable, while conducting the following steps:
First, we note, that $S_n = \sum_{j=1}^n X_j$ is of course $\mathcal F_n = \sigma(X_1,\ldots, X_n)$ (as a finite sum of $\mathcal F_n$-measurable random variables). Then we use the fact, that the composition of measurable functions is indeed once again measurable.
With $f:x\mapsto x^2$ we have a continuous function which is therefore measurable. Now we see $$ M_n=f(S_n)-n $$ and conclude, since the first part is just a composition of measurable functions, is once again measurable, and $n$ is as a deterministic function again $\mathcal F_n$ measurable. We conclude, that $\forall n\in\mathbb N: M_n$ is $\mathcal F_n = \sigma(X_1,\ldots, X_n)$ measurable ($\equiv$ adpated),so in particular we have (as also noted by Math1000) $$ {E} [M_n|\mathcal F_n]= M_n $$
It is clear from inspection that for each positive integer $n$ the map $x\mapsto x^2-n$ is a measurable function, and so $M_n$ is adapted with respect to $\mathcal F_n$. Moreover, we see that \begin{align} \mathbb E[|M_n|] &= \mathbb E[|S_n^2-n|] \leqslant \mathbb E[S_n^2] + n \leqslant n^2 + n <\infty, \end{align} so the sequence of random variables $M_n$ is integrable. To check the martingale condition, we compute \begin{align} \mathbb E[M_{n+1}\mid \mathcal F_n] &= \mathbb E\left[S_{n+1}^2 -(n+1)\mid \mathcal F_n\right]\\ &= \mathbb E\left[S_n^2 + X_{n+1}^2(1-2S_n) - (n+1)\mid\mathcal F_n \right]\\ &= \mathbb E\left[S_n^2 - n \mid\mathcal F_n \right] + \mathbb E\left[X_{n+1} -2S_nX_{n+1}- 1\mid\mathcal F_n \right]\\ &= S_n^2-n + \mathbb E\left[ X_{n+1}^2\mid\mathcal F_n \right] -2S_n\mathbb E\left[X_{n+1}\mid\mathcal F_n\right] - 1\\ &= M_n + 1 - 2\cdot0 -1\\ &= M_n. \end{align}