Starting Markov processes so I'm kind of new to this; I would like someone to explain the property please.
I was given that
Definition: A Markov process has
$$\mathbb{P}\left(X(t_n)\leq x_n |X(t_1)=x_1,X(t_2)=x_2,\ldots,X(t_{n-1})=x_{n-1}\right)\\ = \mathbb{P}(X(t_n)\leq x_n | X(t_{n-1})=x_{n-1}). $$
In a markov chain, given the present state, the past states do not have influence on the future.
I'm not sure what this is alluding to. It seems that Markov processes will then use random variables that are exponentially distributed (since they are known to be memoryless)?
Is the property saying that, if we wanted to find the probability of an event being less than some observed value on the n'th observation, this is only conditioning on the previous observation, and not say, the previous previous observation?