$ (X_n : n = 0, 1, 2, ...) $ is a Markov chain with state space $(1,2,...,10)$. Then which of the following is the correct answer?
- ($X_n+X_{n-1} : n = 1, 2, ...$) is a Markov chain.
- ($X_n-X_{n-1} : n = 1, 2, ...$) is a Markov chain.
- ($X_nX_{n-1} : n = 1, 2, ...$) is a Markov chain.
- ($\frac {X_n}{X_{n-1}} : n = 1, 2, ...$) is a Markov chain.
- None of the above is correct.
Is it option 5 is the correct answer because we cannot do the inverse of the function? Just like option 1, we asuume $X_n=4$ and $X_{n-1}=6$, then $X_n+X_{n-1}=10$, but we cannot do the inverse.