Under what conditions does it hold that
$$E[X_{n+1}\mid X_n] = E[X_{n+1}\mid\mathscr{F}_n]$$
if we are given a stochastic process $X = (X_n)_{n \geq 0}$ on a filtered probability space $(\Omega, \mathscr{F}, (\mathscr{F}_n)_{n \in \mathbb N}, \mathbb{P})$ where $\mathscr{F}_n = \mathscr{F}_n^X := \sigma(X_0, X_1, \ldots, X_n)$
?
I was under the impression that the equality held true only for Markov processes, but I guess there may be other conditions.
Markov property is:
$$E[f(X_{t})\mid X_s] = E[f(X_{t})\mid\mathscr{F}_s]$$
$\forall 0 \le s \le t$ and $\forall f: \mathbb R \to \mathbb R$ bounded and measurable.
So, if $X_0, X_1, \ldots, X_n, \ldots$ is a Markov process, then we have
$$E[X_{n+1}\mid X_n] = E[X_{n+1}\mid\mathscr{F}_n]$$
but what are other sufficient conditions?
E[Xn+1|Xn]=1/2×2Xn+1/2×0=Xn shareeditflag edited Nov 1 '14 at 3:06
answered Oct 15 '14 at 13:37
mookid 23k51842
Thanks. Aren't we supposed to show E[Xn+1|Fn]=Xn ? – BCLC Oct 15 '14 at 13:43
1 up voted
yes. In the case of F being the natural filtration of the process, this is the same, but you are right. – mookid Oct 15 '14 at 13:44
– BCLC May 31 '15 at 18:28