In the book, Markov Chains, the following theorem is mentioned:
Let $(X_n),n≥0$ be Markov$(λ,P)$. Then, conditional on $X_m=i,(X_{m+n})_{n≥0}$ is Markov$(\delta_i,P)$ and is independent of the random variables $X_0,\dots,X_m$.
This is proved by showing that for any event A determined by $X_0,\dots ,X_m$ we have: $P({X_m=i_m,...,X_{m+n}=i_{m+n}}\cap A|X_m=i)=\delta_{ii_m}*p_{i_m,i_{m+1}}...p_{i_{m+n−1},i_{m+n}}*P(A|X_m=i)$
I am wondering how this definition is related to the standard Markov property statement that $P(X_{n+1} | X_n, ..., X_0)=P(X_{n+1} | X_n)$ ?