Let $(Y_n)_{n\in\mathbb{N}_0}$ be a sequence of random variables with an arbitrary distribution $q$ and existing expectancy value.
How can I check, if the following sequences hold the markov property or the martingale property?
1) $(S_n)_{n\in\mathbb{N}_0}$, where $S_n:=Y_1+...+Y_n$
2) $(T_n)_{n\in\mathbb{N}_0}$, where $T_n:=Y_{n-1}+Y_n$
3) $(M_n)_{n\in\mathbb{N}_0}$, where $M_n:=max\{Y_1,...,Y_n\}$
Does a sequence exist, which hold the martingale property, but not the markov property?
I really hope someone can help with these questions.
Greetings
For i.i.d $\left\{X_{i}\right\}_{i\ge 1 }$ with $\mathbb{E}\left[X_{i}\right]=0$
\begin{eqnarray*} S_{n} &=& \sum_{i=1}^{n}{X_{i}} \end{eqnarray*} is a Martingale relative to filtration generated by the random variables $X_{n}$ (i.e., the sequence w.r.t the sequence $0,X_{1},\ldots,X_{n}$. Recall that, the definition of sequence $S_{n}$ to be a Martingale (w.r.t filtration $\mathcal{F}_{n\ge0}$ is that $\mathbb{E}\left[ S_{n+1} \lvert \mathcal{F}_{n}\right] = S_{n}, \forall n>0$.
\begin{eqnarray*} \mathbb{E}\left[ S_{n+1} \lvert \mathcal{F}_{n}\right] &=& \mathbb{E}\left[ S_{n}+X_{n+1}\lvert \mathcal{F}_{n}\right] \\ &=& \mathbb{E}\left[ S_{n} \lvert \mathcal{F}_{n}\right] + \mathbb{E}\left[ X_{n+1}\lvert \mathcal{F}_{n}\right] \\ &=& S_{n} + \mathbb{E}\left[ X_{n+1}\right] \\ &=& S_{n} \end{eqnarray*}
The 3rd one I guess is also relatively easy to establish the Markov property.
\begin{eqnarray*} M_{n+1} &=&\max \left(Y_{1},Y_{2},\ldots,Y_{n+1}\right) \\ &=& \max \left(\max\left(Y_{1},Y_{2},\ldots,Y_{n} \right),Y_{n+1}\right) \\ &=& \max \left(M_{n},Y_{n+1}\right) \\ \end{eqnarray*}
Clearly, the state $M_{n+1}$ depends only the present state $M_{n}$ and the new input $Y_{n+1}$. In other words, given $M_{n}$, the state $M_{n+1}$ is conditionally independent of the past $Y_{i}\lvert_{i\le n} $.