Consider the markov chain ${(X_n,n\geq 0)}$ with states $0,1,2$ whose transition $P$ matrix is
$P=\begin{pmatrix}0&\frac12&\frac12\\ \frac12&\frac12&0 \\ 1&0&0\end{pmatrix}$
Let f(0)=0, f(1)=f(2)=1,
If $Y_n=(f(X_n))$, is $[Y_n,n\geq 0]$ a markov chain?
Answer: Here i don't know how to compute transition matrix of $[Y_n,n\geq 0]$.
Would anyone answer this question?