$ (X_n : n = 1, 2, ...) $ is a Markov chain with state space $(-1, 0, 1)$. Then which of the following is the correct answer?
- $(sin(X_n) : n = 1, 2, ...$) is a Markov chain.
- $(cos(X_n) : n = 1, 2, ...$) is a Markov chain.
- $(|X_n| : n = 1, 2, ...$) is a Markov chain.
- $(X_n^2 : n = 1, 2, ...$) is a Markov chain.
- None of the above is correct.
Is it option 5 is the correct answer since option 1&2 are continuous, option 3&4 cannot be negative value, so that the state space cannot be -1?
$\sin(X_n)$ and $\cos(X_n)$ are not continuous processes. These are discrete time and discrete state space stochastic processes. The state spaces are respectively $\{\sin(-1),0,\sin(1)\}$ and $\{\cos(-1),1,\cos(1)\}$.
The problem with 2, 3 and 4 is actually the same, the function is not one-to-one: $\cos(-1)=\cos(1)$, $|-1|=|1|$ and $(-1)^2=1^2$. So these processes are not Markov chains because when you observe e.g. $|X_n|=1$, you don't know if $X_n=1$ or $X_n=-1$, so you don't know the transition probability from $1$ to $0$ (it may depend on the actual value of $X_n$), you need some more information.
You don't have this problem with 1, and you can easily show that it's a Markov chain. It's actually the same as $(X_n)$ except you renamed the state space.