$n > k > k_1 > \dots > k_r > 0$ are natural numbers, let $A_1, A_2, \dots, A_m$ be events such that $A_i = (X_{k_1} = a_{i1}, \dots X_{k_r} = a_{ir})$, where X_n is Markov chain and $\not\exists i, j: A_i = A_j$. $j_i$ are different numbers.
I already proved that $P(X_n = x | X_k = j \cap \bigcup_{i = 1}^m A_i) = P(X_n = x | X_k = j)$. I managed to prove $P(X_n = x | \bigcup_{i = 1}^g (X_k = j_i) \cap \bigcup_{i = 1}^m A_i) = \sum_{i = 1}^g (P(X_n = x | X_k = j_i)\cdot P(X_k = j_i, \bigcup_{i = l}^m A_l))\frac{1}{P(\bigcup_{i = 1}^g X_k = j_i \cap \bigcup_{l = 1}^m A_l)}$
but can't go any further.
Main idea I was using is $P(A|B) = P(B|A)\frac{P(A)}{P(B)}$
Don't see why second is true though, as I know Markov chain only implies $P(X_n = x| X_k = j, X_{k_1} = a_1, \dots X_{k_m}) = P(X_n = x | X_k = j)$ where $n > k > k_1 > \dots > k_m$.
– mokrota21 Oct 07 '22 at 14:29