Let $X_1, X_2,\ldots$ be i.i.d r.v's with mean $\mu$. Let
$$S = \sum_{i=1}^n X_i$$
Let $F_n$ denote the information contained in $X_1,\ldots, X_n$ Show that
$$E[S_n \mid \mathcal{F}_m] = S_m + (n-m)\mu$$ $$m<n$$
Solution:
Let $m<n$, then by the linearity property of martingales
$$E[aY_{1} + bY_2 \mid \mathcal{F}_k] = E[aY_1 \mid \mathcal{F}_k] + E[bY_2 \mid \mathcal{F}_k]$$
we have that $(i)$
$$E[S_n \mid \mathcal{F}_m] = E[X_1+\cdots+X_m \mid \mathcal{F}_m] + E[X_{m+1}+\cdots+X_n \mid \mathcal{F}_n]$$
Since $X_1 +\cdots+X_m$ is measurable with respect to $F_m$ $$E[X_1+\cdots+X_m \mid \mathcal{F}_m] = X_1 +\cdots+ X_m = S_m$$
Since $X_{m+1} +\cdots+X_n$ is independent of $X_1 +\cdots+X_m$ $(ii)$ $$E[X_{m+1}+\cdots+X_n \mid \mathcal{F}_n] = E[X_{m+1}+\cdots+X_n] = (n-m)\mu$$
$(i)$ I dont understand how this follows from the linearity property. How can they use both $F_m$ and $F_n$ there?
$(ii)$ I dont understand how $X_{m+1} +\cdots+X_n$ independent of $X_1 +\cdots+X_m$ can lead to
$$E[X_{m+1}+\cdots+X_n \mid \mathcal{F}_n] = E[X_{m+1}+\cdots+X_n]$$
I mean they condition on $F_n$.