Let $\{X_n\}_{n=1}^\infty$ be a real-valued stationary stochastic process, and let $\{W_n\}_{n=1}^\infty$ be a binary-valued stochastic process, where $W_n \in \{0, 1\}$. We call $W_n$ the event selection process, as $W_n = 1$ marks the occurrence of events.
Define $K_i$ as the $i$-th time when $W_n = 1$, i.e., $K_i$ is the time when the $i$-th key event occurs: $$ K_i = n \iff W_1+W_2+\cdots+W_n = i, W_n=1 $$ The pair $(\{K_i\},\{X_n\})$ is now an example of a marked point process.
Let $Y_i = X_{K_i}$, i.e., $Y_i$ is the value of the process $\{X_n\}$ at the time when the $i$-th event occurs.
Problem Statement: Show that the sequence $\{Y_i\}_{i=1}^\infty$ converges in distribution as $i \rightarrow \infty$ given that $\{X_n\}$ and $\{W_n\}$ are jointly stationary.
Eventually I'm looking for some conditions (imposed on $X_n$, $W_n$ and $K_i$) that imply that the sequence $\{Y_i\}_{i=1}^\infty$ is ergodic, i.e. that $$\lim_{N\rightarrow\infty}\frac{1}{N}\sum_{i=1}^N g(Y_i) = g(Y_\infty)$$ where $Y_\infty$ is a random variable toward which $Y_i$ converge and $g$ is some nice enough function. But the convergence of $Y_i$ and the existence $Y_\infty$ is needed first.
My attempts at a solution: I've shown the following less general results
- if $\{W_n\}$ and $\{X_n\}$ are independent and $X_n$ is stationary, then $Y_i$ are identically distributed.
- if $X_n$ are i.i.d. and $W_n$ depends on them through $W_n=\mathbb{I}_{X_n\in B}$ where $\mathbb{I}$ is the indicator function and $B$ is an arbitrary set (measurable in the underlying probability space), then then $Y_i$ are identically distributed
Obviously $Y_i$ being identically distributed implies that they converge (in distribution).
My approach at tackling the more general case involves looking at the probability $$P(Y_i\in A) = \sum_{n=1}^\infty P(X_n\in A, K_i=n)\\ = \sum_{n=1}^\infty P(X_n\in A, W_1+\cdots+W_{n-1}=i-1, W_n=1)$$ and applying some time shift (warranted by the joint stationarity of $X_n$ and $W_n$) to form some kind of recurrence relation. With this recurrence I would then be able to show that $P(Y_i\in A)$ converges as $i\rightarrow\infty$. However, I have trouble constructing such a recurrence relation and find myself quite stuck.