Is it true that every constant mean ($F_t$ adapted) Markov process must be a martingale?
I have not found this statement anywhere but I feel like it must be true. Below I attempt a proof.
\begin{align} &E(X_t) = E(X_s) \\ \implies &E(X_t - X_s) = 0 \quad (**)\\ \implies &E(X_t - X_s | F_s) = 0 \quad (*)\\ \implies &E(X_t | F_s) = E(X_s|F_s) = X_s \\ \end{align}
I think the lines (*) and (**) are equal since the process is Markov.
Thanks