$X$ is a stochastic process, $\mathcal{F}_t=\sigma(X_s: s\leq t), \mathcal{G}_t=\sigma(X_s: s\geq t)$, prove that the following statements are equivalent:
- $X$ has Markov property.
- $\mathbb{P}(A\cap B|X_t)=\mathbb{P}(A|X_t)\mathbb{P}(B|X_t)$ for $A\in \mathcal{G}_t, B\in \mathcal{F}_t$.
- $\mathbb{P}(B|\mathcal{G}_t)=\mathbb{P}(B|X_t)$ for $B\in \mathcal{F}_t$.
I can prove $1\Rightarrow 2$: Because of Markov property, we have $\mathbb{P}(A|\mathcal{F}_t)=\mathbb{P}(A|X_t)$ for $A\in \mathcal{G}_t$, then
\begin{split} \mathbb{P}(A\cap B|X_t)&=\mathbb{E}(\mathbb{P}(A\cap B|\mathcal{F}_t)|X_t)=\mathbb{E}(1_B\mathbb{P}(A|\mathcal{F}_t)|X_t)\\ &=\mathbb{E}(1_B\mathbb{P}(A|X_t)|X_t)=\mathbb{P}(A|X_t)\mathbb{P}(B|X_t). \end{split}
But how to prove $2\Rightarrow 3$? I want to take the expectation to both sides in 2, then
\begin{equation} \mathbb{E}(\mathbb{P}(A\cap B|X_t))=\mathbb{P}(A\cap B)=\mathbb{E}(\mathbb{P}(A|X_t)\mathbb{P}(B|X_t)). \end{equation} If $\mathbb{P}(A\cap B)=\mathbb{E}(\mathbb{P}(B|X_t)1_A), A\in \mathcal{G}_t$, then 3 holds. But is there $\mathbb{P}(A|X_t)=1_A$ in the expectation? Or another way, take the condition expectation with respect to $\mathcal{G}_t$:
\begin{equation} \mathbb{E}(\mathbb{P}(A\cap B|X_t)|\mathcal{G}_t)=\mathbb{E}(1_A\mathbb{P}(B|\mathcal{G}_t)|X_t)=\mathbb{E}(\mathbb{P}(A|X_t)\mathbb{P}(B|X_t)|\mathcal{G}_t)=\mathbb{P}(A|X_t)\mathbb{P}(B|X_t). \end{equation} and how to get 3 from $\mathbb{E}(1_A\mathbb{P}(B|\mathcal{G}_t)|X_t)=\mathbb{P}(A|X_t)\mathbb{P}(B|X_t)$?
And how to prove $3\Rightarrow 1$? Thank you very much!