Example:
"When rolling regular fair six-sided die repeatedly, the number shown."
The answer I was given was, yes, it is a a Markov Chain.But according to my understanding, a Markov Chain is something like you only need to know the current state to predict the future stat. In this rolling dice example, even the current state cannot be used to predict the future state?
It's still a markov chain. All you need for a markov chain is the condition that
$$P(X_i=v_i| X_{1} =v_1\land X_2=v_2\land\cdots\land X_{i-1}=v_{i-1} = P(X_i=v_i|X_{i-1}=v_{i-1}) $$
and this condition is clearly satisfied here (since both sides of the equation are equal to $\frac16$).
Intuitively, a Markov chain is
Note that this is not the same as