Suppose $\left\{ X_{n}\right\} _{n=1}^{\infty}$ is a Markov Chain taking real values. Are the following Markov Chains? $$Y_{n}=\sum_{i=1}^{n}X_{i} , Z_{n}=\left(X_{n},X_{n-1}\right)$$ Edit1 I removed some of the nonsense I wrote previously as it was quite wrong as pointed out by Lost1's answer.
Edit2 I have a followup question. Consider we now know that $Y_{n}$ is not necessarily a Markov Chain, what about about $Z_{n}=(Y_{n-1},Y_{n})$? My hopefully new found intuition tells me this should be a Markov chain since asking a question about pairs of $Y$ values is equivalent to a question about $X$ values. I tried to formalize it but I'm not sure whether my reasoning is correct: $$\mathbb{P}\left(Z_{n}=\left(y_{n-1},y_{n}\right)\,|\, Z_{n-1}=\left(y_{n-2},y_{n-1}\right),Z_{n-2}=\left(y_{n-3},y_{n-2}\right),...,Z_{2}=\left(y_{1},y_{2}\right)\right) =\mathbb{P}\left(Y_{n-1}=y_{n-1},Y_{n}=y_{n}\,|\, Y_{n-1}=y_{n-1},Y_{n-2}=y_{n-2},...,Y_{1}=y_{1}\right) =\mathbb{P}\left(X_{n}=y_{n}-y_{n-1}|\, X_{n-1}=y_{n-1}-y_{n-2},...,X_{1}=y_{2}-y_{1}\right)=\mathbb{P}\left(X_{n}=y_{n}-y_{n-1}|\, X_{n-1}=y_{n-1}-y_{n-2}\right) \overbrace{=}^{\dagger}\mathbb{P}\left(Y_{n-1}=y_{n-1},Y_{n}=y_{n}\,|\, Y_{n-1}=y_{n-1},Y_{n-2}=y_{n-2}\right)=\mathbb{P}\left(Z_{n}=\left(y_{n-1},y_{n}\right)\,|\, Z_{n-1}=\left(y_{n-1},y_{n-2}\right)\right) $$ Where the first two transitions are a result of the events in question being equivalent and the same for the last two transitions (this is the part I'm unsure of, in particular I'm not convinced of the marked equality).
I'd appreciate it if someone could tell me whether what I wrote is correct. appreciated.