In our reading we had the following Theorem concerning Markov chains:
Take $0<n<N$ and $(X_n)_{n\in\mathbb{N}}$ a Markov chain. Then for all $a_n\in E$ (where $E$ is the state space) and all subsets $G\subseteq E^n, F\subseteq E^{N-n}$ we have that $$ \mathbb{P}((X_{n+1},...,X_N)\in F|X_n=a_n,(X_{n-1},...,X_0)\in G)\\=\mathbb{P}((X_{n+1},...,X_N)\in F|X_n=a). $$
Now the following question:
Does the statement of the theorem remain true if $\left\{X_n=a\right\}$ is replaced by $\left\{X_n\in A\right\}$ for some arbitrary $A\subseteq E$?
I tried to prove that in the following way using the theorem and the $\sigma$-additicity of $\mathbb{P}$ and $\left\{X_n\in A\right\}=\biguplus_{a_n\in A}(X_n=a_n)$:
$$ \mathbb{P}((X_{n+1},...,X_N)\in F|X_n\in A,(X_{n-1},...,X_0)\in G)\\=\mathbb{P}((X_{n+1},...,X_N)\in F|\biguplus_{a_n\in A}(X_n=a_n)\cap(X_{n-1},...,X_0)\in G)\\ =\mathbb{P}((X_{n+1},...,X_N)\in F|\biguplus_{a_n\in A}[(X_n=a_n)\cap (X_{n-1},...,X_0)\in G])\\=\frac{\mathbb{P}[(X_{n+1},...,X_N)\in F]\cap\biguplus_{a_n\in A}[(X_n=a)\cap (X_{n-1},...,X_0)\in G])}{\mathbb{P}(\biguplus_{a_n\in A}[(X_n=a_n)\cap (X_{n-1},...,X_0)\in G])}\\=\frac{\sum_{a_n\in A}\mathbb{P}([(X_{n+1},...,X_N)\in F]\cap [ (X_n=a_n)\cap (X_{n-1},...,X_0)\in G])}{\mathbb{P}(\biguplus_{a_n\in A}[(X_n=a_n)\cap (X_{n-1},...,X_0)\in G])}\\=\frac{\sum_{a_n\in A}\mathbb{P}((X_{n+1},...,X_N)\in F|X_n=a_n,(X_{n-1},...,X_0)\in G)\cdot\mathbb{P}(X_n=a_n,(X_{n-1},...,X_0)\in G)}{\mathbb{P}(\biguplus_{a_n\in A}[(X_n=a_n)\cap (X_{n-1},...,X_0)\in G])} $$ Now using the theorem I can write the summands as $$ \mathbb{P}((X_{n+1},...,X_N)\in F|X_n=a_n,(X_{n-1},...,X_0)\in G)\cdot\mathbb{P}(X_n=a,(X_{n-1},...,X_0)\in G) =\mathbb{P}((X_{n+1},...,X_N)\in F|X_n=a_n)\mathbb{P}(X_n=a,(X_{n-1},...,X_0)\in G), $$
so I now have $$ =\frac{\sum_{a_n\in A}\mathbb{P}((X_{n+1},...,X_N)\in F|X_n=a_n)\cdot \mathbb{P}(X_n=a_n, (X_{n-1},...,X_0)\in G)}{\mathbb{P}(\biguplus_{a_n\in A}[(X_n=a_n)\cap (X_{n-1},...,X_0)\in G])} $$
Do not know how to continue...
Maybe I am not right up to here or maybe the statement does not remain true..