My question: Every Stochastic Process $X(t), t\geq 0$ with space states $\mathcal{S}$ and independent increments has the Markov property, i.e, for each $\in \mathcal{S}$ and $0\leq t_0\leq< t_1<\cdots <t_n<\infty$ we have $$ P[X(t_n)\leq y|X(t_0),X(t_1), \ldots, X(t_{n-1})] =P[X(t_n)<y|X(t_{n-1})] $$
This theorem is a statement in the Kannan's book, An Introduction to Stochastic Processes, in the page 93, There is a sketch of proof, but for me that I'm beginner, I would say this proves intelligible. I would like to see a detailed proof, or a good reference on this theorem.
Theres not much to this statement: $P[X(t_n) \leq y | X(t_0), \ldots, X(t_{n-1})] = P[X(t_n) - X(t_{n-1}) \leq y - X(t_{n-1}) | X(t_0), \ldots, X(t_{n-1})] = P[X(t_n) - X(t_{n-1}) \leq y - X(t_{n-1}) |X(t_{n-1}), X(t_{n-1})- X(t_{n-2}), \ldots, X(t_1) - X(t_0)] = P[X(t_n) - X(t_{n-1}) \leq y - X(t_{n-1}) |X(t_{n-1})] = P[X(t_n) \leq y | X(t_{n-1})]$ where we rewrote $X(t_0),\ldots,X(t_{n-1})$'s information in terms of the corresponding increments and then used the independent increments property.