Powers of Markov transition matrices

  • Thread starter Thread starter cientifiquito
  • Start date Start date
  • Tags Tags
    Matrices Transition
cientifiquito
Messages
7
Reaction score
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
 
Physics news on Phys.org
i think your first step isn't quite right

so say P is your transition matrix and s^{(n)} is your state vector at time n, the ith element is the probability of being in state i:
s^{(1)} = s^{(0)}P
s^{(2)} = s^{(1)}P= s^{(1)}P = s^{(0)}PP= s^{(0)}P^2
s^{(3)} = s^{(2)}P= s^{(1)}PP = s^{(0)}PPP= s^{(0)}P^3

then generalise to s^{(n)}

this should be pretty easy to wirte in index form
 
Last edited:
Also do you know the einstein index notation short cut?

repeated indicies in a product are summed over, saves a bit of time
p_{ij}p_{jk} = \sum_j p_{ij} p_{jk}

And one more, just be a bit careful with you index representation, generally P is not a symmetric matrix (may want to check this) so writing the product PP needs a bit of thought, though i think you've got it right
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top