Let's start with the definition of a strictly stationary process: The process $\{X_t\}=\{X_1,X_2,X_3,X_4\}$ is strictly stationary if the joint distribution of the vector $(X_1,...,X_n)$ and the time shifted vector $(X_{1+h},...,X_{n+h})$ is the same for every integer h and positive integer n.
I am realizing that my understanding of joint distributions and their relationship to conditional distributions is limited. I'd like to flush out what it means for the process $\{X_t\}=\{X_1,X_2,X_3,X_4\}$ to be strictly stationary and I'd like a definition in terms of conditional distributions instead. Suppose that $\{X_t\}$ is strictly stationary. Therefore it must be that the following holds true:
- $f_{X_1}=f_{X_2}=f_{X_3}=f_{X_4}$
- $f_{X_2|X_1}=f_{X_3|X_2}=f_{X_4|X_3}$
- $f_{X_3|X_1}=f_{X_4|X_2}$
- $f_{X_3|X_1,X_2}=f_{X_4|X_2,X_3}$
Did I miss anything? Did I wrongly include anything? How do I express the fact that $(X_1,X_2,X_3)$ and $(X_2,X_3,X_4)$ have the same joint distribution in terms of conditional distributions?