measurability

tapi

New member
Joined
Jan 10, 2023
Messages
3
Let $\xi_1, \xi_2, \dots$ be an i.i.d. sequence of zero-mean, unit-variance random variables defined on some probability space $(\Omega, \mathcal{A}, \mathbb{P})$. Consider the random walk $(S_n)_{n\geq 0}$, where
Sn={i=1nξi,if n1,0,if n=0.S_n = \begin{cases} \sum_{i=1}^{n} \xi_i, & \text{if } n \geq 1, \\ 0, & \text{if } n = 0. \end{cases}For $\omega \in \Omega$, define the continuous function $X_n(\cdot, \omega) : [0,1] \to \mathbb{R}$ as follows: Set
Xn(j/n,ω):=Sj(ω)n,0jn,X_n(j/n, \omega) := \frac{S_j(\omega)}{\sqrt{n}}, \quad 0 \leq j \leq n,and define $X_n(t, \omega)$ for $t \in (j/n, (j+1)/n)$, $0 \leq j < n$, by linear interpolation. It follows that
Xn(t,ω)=Snt(ω)n+(ntnt)ξnt+1(ω)n,t[0,1].X_n(t, \omega) = \frac{S_{\lfloor nt \rfloor}(\omega)}{\sqrt{n}} + (nt - \lfloor nt \rfloor) \frac{\xi_{\lfloor nt \rfloor + 1}(\omega)}{\sqrt{n}}, \quad t \in [0,1].Prove that the map
Xn:(Ω,A,P)(C[0,1],BC[0,1]),X_n : (\Omega, \mathcal{A}, \mathbb{P}) \to (C[0,1], \mathcal{B}_{C[0,1]}),taking $\omega$ to $X_n(\cdot, \omega)$, is measurable.

To show that $X_n$ is measurable as a map into $(C[0,1], \mathcal{B}_{C[0,1]})$, we use the fact that the Borel $\sigma$-algebra on $C[0,1]$ is generated by finite-dimensional evaluations of functions.

For any fixed $t \in [0,1]$, we express $X_n(t, \omega)$ explicitly as
Xn(t,ω)=Snt(ω)n+(ntnt)ξnt+1(ω)n.X_n(t, \omega) = \frac{S_{\lfloor nt \rfloor}(\omega)}{\sqrt{n}} + (nt - \lfloor nt \rfloor) \frac{\xi_{\lfloor nt \rfloor + 1}(\omega)}{\sqrt{n}}.Since $S_k(\omega) = \sum_{i=1}^{k} \xi_i(\omega)$ is a sum of measurable random variables and $\xi_{\lfloor nt \rfloor + 1}(\omega)$ is also measurable, it follows that $X_n(t, \omega)$ is a measurable function of $\omega$ for each fixed $t$.

For any finite set of time points $t_1, \dots, t_k \in [0,1]$, consider the map
ω(Xn(t1,ω),,Xn(tk,ω)).\omega \mapsto (X_n(t_1, \omega), \dots, X_n(t_k, \omega)).Since each $X_n(t_i, \omega)$ is measurable in $\omega$, the map $\omega \mapsto (X_n(t_1, \omega), \dots, X_n(t_k, \omega))$ is measurable as a function from $(\Omega, \mathcal{A})$ to $(\mathbb{R}^k, \mathcal{B}(\mathbb{R}^k))$.

The Borel $\sigma$-algebra $\mathcal{B}_{C[0,1]}$ on $C[0,1]$ is generated by sets of the form
{fC[0,1]:(f(t1),,f(tk))U},\{ f \in C[0,1] : (f(t_1), \dots, f(t_k)) \in U \},where $t_1, \dots, t_k \in [0,1]$ and $U \subset \mathbb{R}^k$ is an open set. Since we have shown that the finite-dimensional evaluations $\omega \mapsto (X_n(t_1, \omega), \dots, X_n(t_k, \omega))$ are measurable, it follows that $\omega \mapsto X_n(\cdot, \omega)$ is measurable as a map into $C[0,1]$.

Thus, we conclude that $X_n$ is a random element of $C[0,1]$, i.e.,
Xn:ΩC[0,1]X_n : \Omega \to C[0,1]is measurable.

Can someone check this proof?
 
Before I decipher all the inlined math I want to reminder that, unlike "pure LaTeX", this forum's KaTeX expects
Code:
\(...\)
insted of '$...$'
 
Top