Problem 2 in section 6.1 of Grimmett and Stirzaker (G+M) asks: a die is rolled repeatedly which of the following are Markov chains, and supply the transition matrix for those that are:
a.) the largest number up to the nth role
I'm stuck on the first one, I've seen the solution but obviously I am failing to understand it.
$ p_{ij} = \left\{ \begin{array}{ll} 0 & j<1\\ \frac{1}{6}.i & j=i\\ \frac{1}{6} & j>i \end{array} \right.$
The first transition seems to be straightforward if j < i then there is 0 probability that the process will transition to j from i, is this reasoning correct?
I think that the rational for the second transition prob is that the probability that if j = i then the probability that this is the max value to date is simply equal to it's value relative to the max value. Is this correct?
I'm confused by the third transition probability? Why is it that if j is more than i then it's probability of being the maximum is only $\frac{1}{6}?$ This means that if j = 5 and i = 5 then the probability of j being the max would be $\frac{5}{6}$ but if i = 5 and j increases to 6 it's probability of being the maximum is only $\frac{1}{6}?$
for $j>i$, they also give $p_{ij}(n) = (\frac{j}{6})^n-(\frac{j-1}{n})^n$
But I don't understand this either!
Can someone please explain?