I am reading a number of papers by different authors which are introductions to stochastic differential equations. All of these papers define the Wiener process $W_t$ (Brownian motion) quite simply by a few properties such as
- $W_0=0$ with probability 1
- $E(W_t)=0$
- $Var(W_t-W_s) = t-s$
where $W_t$ is a family of real random variables indexed by the set of nonnegative real numbers $t$.
Most of them go on to employ $W_t$ in a stochastic differential equation in which some probability space $(\Omega,{\mathbb A},P)$ is implicitly assumed in the sense that the SDE is defined pathwise for $\omega \in \Omega$ in a form such as
$$dX_t(\omega)=f(t,X_t(\omega)) dt + g(t,X_t(\omega)) dW_t(\omega)$$
Discussion then proceeds without explicitly constructing the probability space containing paths $\omega$. Searching for "probability space of Wiener process" gives nothing. Searching for "probability space of Brownian motion" gives many resources, such as this one, which, as an exercise, states that "the collection of random variables $(\prod_t)_{t\in{\mathbb R}_+}$ defined on the probability space $(C[0,\infty),{\mathbb B}(C[0,\infty)),\mu)$ is a Brownian motion". It seems like quite a lot of machinery in complex analysis and measure theory is required to construct the space.
Question: What is the simplest and most intuitive, easiest-to-explain construction of the probability space of paths $\omega$ invoked but not defined in the typical presentation of the basic form of an SDE? I am trying to explain this to myself and others. I'm hoping for an explanation which, while not pretending that measure theory and complex analysis don't exist, makes minimal use of measure theoretic constructions to define the space. I'm not looking for proofs, just a construction of the space which would be invoked in a proof.
Possible directions:
- The MIT notes say "the sample space $\Omega$ is barely mentioned because we can identify $\omega \in \Omega$ with $B_\omega$ a continuous function". Beyond the notational confusion, this would make $\Omega$ a function space.
- In this question, $\Omega$ is understood to be any uncountable set, such as the real numbers, as an index into that function space, to be constructed, in one of several ways (Fourier series, random walks, and maybe more).
- This Math StackExchange question also expresses confusion about $\Omega$ and the accepted answer "gets rid of" $\Omega$.