How do you prove that the second largest number $Y_n$ shown among the first $n$ rolls is not a Markov Chain?
My attempt: Consider the case, $P(Y_{n+1}=3|Y_n=1)=\frac{1}{6}$ if the current maximum is bigger than 3, but $P(Y_{n+1}=3|Y_n=1)=0$ if the current maximum is 2.
<p>So we require the additional information of knowing the current maximum.</p>
But my tutor said we should explicitly come up with a concrete case where $Y_3$ depends on $Y_2$, $Y_1$ to violate the definition of Markov Chain.
How do I go about doing that?