[Math] the definition of a sample path of Brownian motion

brownian motionstochastic-processes

My question has been asked before at beginner's question about Brownian motion . There was only one answer, which was not accepted. It was probably incorrect, because nothing was said about $\Omega$. So $\Omega$ could contain exactly two points, which would mean that at most two sample paths exist, which is obviously incorrect.

Brownian motion is defined in that question, except for the omission, noted in the answer, that $B_t – B_s$ is independent from $B_r -B_q$ for $0 \leq q < r \leq s < t$. Since Brownian motion is well-known, I will not define it here, but the definition is surprisingly simple, and you can find it at
http://en.wikipedia.org/wiki/Brownian_motion . They call it "the Wiener process $W_t$", but it is the same thing. You have to scroll down a lot to get to the definition.

I understand what (the stochastic process) Brownian motion is, but I do not understand what a sample path is. Such a path is often called $X(t,\omega)$, but I have never seen a book or paper that explains exactly what $\omega$ is. Sometimes it is written that $\omega \in\Omega$, but I have never seen $\Omega$ defined. I know how to compute a random walk that simulates a sample path, but that's not what I want.

L.C. Evans wrote an introduction to stochastic differential equations in which he explains Levy's construction of Brownian motion. This defines Brownian motion as a countably infinite sum of "tent functions" weighted by independent, identically distributed normal random variables. I do understand how this construction involves a probability space $\Omega$, consisting of all sequences of real numbers, and I know what probability distribution on $\Omega$ makes sense here, so I understand what "$X(t,\omega)$" might mean if you define Brownian motion this way, and how you can generate sample paths. However, when most people write about Brownian motion, they seem not to use the Levy construction, rather they just assume Brownian motion exists and has all the properties that it's supposed to have, so it's not obvious to me what $\Omega$ is supposed to be, let alone what $\omega$ is and how it is chosen. (Is everyone using Levy's construction but not mentioning it?)

EDIT: MSE is complaining that I am making too many comments, so I'll add to my question. It was suggested that one could take $\Omega$ to be $C(\mathbb{R}^+,\mathbb{R})$, and the sample paths simply elements of $\Omega$. I objected because the fact that sample paths are continuous is not obvious, and most books/papers prove it from the definition of definition of Brownian motion as a stochastic process (of course, they don't bother to define what a sample path is). Then it occurred to me that you could take $\Omega$ to be the set of all functions from $\mathbb{R}$ to $\mathbb{R}$ satisfying some measurability condition, and take the probability distribution on $\Omega$ to be precisely that distribution that ensures that the 4-5 conditions required by the definition of Brownian motion were met. This guess (about the probability distribution on $\Omega$) was confirmed as the correct one by someone who answered this question.

Best Answer

A possible choice of space $\Omega$ to define Brownian motion is $\Omega=C(\mathbb R_+,\mathbb R)$, then the Brownian motion $(B_t)_{t\in\mathbb R_+}$ is simply the coordinate process, that is, for every $t$ in $\mathbb R_+$ and $\omega$ in $\Omega$, $B_t(\omega)=\omega(t)$. In this construction, sample paths are the elements $\omega$ of $\Omega$.

But, as is usual in probability, one may prefer not to specify $\Omega$. Then $\Omega$ can be any space large enough for a family $(X_t)_{t\in\mathbb R_+}$ of random variables with the prescribed properties to exist on $\Omega$. Then a sample path is, for some $\omega$ in $\Omega$, the function $X(\omega):\mathbb R_+\to\mathbb R$, $t\mapsto X_t(\omega)$.

Lévy's construction by dichotomy, which you recall, might then correspond to $\Omega=S^\mathbb N$ the product of a countable number of copies of a probability space $(S,\mathcal S,Q)$ being large enough for one standard normal random variable $\xi$ to be defined on it. Then a Brownian motion $(X_t)_{t\in\mathbb R_+}$ on $\Omega$ can be defined as Lévy indicated using the i.i.d. copies of $\xi$ defined on each factor of $\Omega$. Thus, every $\omega$ in $\Omega$ is $\omega=(s_n)_{n\in\mathbb N}$ for some $s_n$ in $S$, and the random variables $X_1$ and $X_{1/2}$, say, are defined by $X_{1}(\omega)=\xi(s_1)$ and $X_{1/2}(\omega)=\frac12\xi(s_1)+\frac12\xi(s_2)$.

Edit: Recall that the $n$th approximation $X^{(n)}$ of the Brownian motion $X$ on $[0,1]$ is piecewise linear on each interval $[(k-1)/2^n,k/2^n]$ with $1\leqslant k\leqslant2^n$. Thus, the $0$th approximation is such that $X^{(0)}_t(\omega)=t\xi(s_1)$ for every $t$ in $[0,1]$, after that, $X^{(n+1)}_t=X^{(n)}_t$ at every $t=k/2^n$ and $2X^{(n+1)}_t=X^{(n)}_{k/2^n}+X^{(n)}_{(k+1)/2^n}+\xi(s_*)/2^{n/2}$ at every $t=(2k+1)/2^{n+1}$, where $*$ is the first index $i$ such that $\xi(s_i)$ is not used yet.

Related Question