cientifiquito
- 7
- 0
Homework Statement
Prove the following theorem by induction:
Let P be the transition matrix of a Markov chain. The ijth entry p(n)ij of the matrix Pn gives the probability that the Markov chain, starting in state si, will be in state sj after n steps.
Homework Equations
p(2)ij = \sum^{r}_{k=1}pikpkj
(where r is the number of states in the Markov chain and P is the square matrix with ik being the probability of transitioning from i to j)
The Attempt at a Solution
assume that
p^{(n)}_{ij} = \sum^{r}_{k=1}p^{(n-1)}_{ik}p^{(n-1)}_{kj}
then pn+1 must be:
p^{(n+1)}_{ij} = \sum^{r}_{k=1}p^{(n +1 - 1)}_{ik}p^{(n + 1 -1)}_{kj}
that's all I've come up with but it doesn't convince me very much