Derivation of the Chapman-Kolmogorov Equation
📂Probability TheoryDerivation of the Chapman-Kolmogorov Equation
Theorem
Probability process establishes the following equations for transition probabilities pij(n), pij(t) and transition probability matrices P(n), P(t).
Discrete Probability Process
pij(n+m)=P(n+m)=k∑pik(n)pkj(m)P(n)P(m)
Continuous Probability Process
pij(t+s)=P(t+s)=k∑pik(t)pkj(s)P(t)P(s)
Explanation
This means that the steps n+m it takes to go from state i to j can be broken down into n and m. Even without proving it, intuitively thinking about the probability of taking n steps from i to k and then m steps from k to j should equal the probability of moving from i through k to j, and summing up these probabilities for all states k will result in the probability of going from i to j no matter what’s in between.
Derivation
Strategy: Proof is only for discrete probability processes. Initially assume X0 to be i, so it’s unnecessary to mention ‘starting from i’ afterwards. The expression inside sigma can be transitioned like multiplying both sides of conditional probability P(A∣B)=P(AB)/P(B) by P(B) results in P(AB)=P(A∣B)P(B).
Assuming X0=i
pij(n+m)====P(Xn+m=j)k∑P(Xm=j,Xn=k)k∑P(Xm=j∣Xn=k)P(Xn=k)k∑pik(n)pkj(m)
■