4.1. Wiener process - Brownian motion#
Introduction: history and relation with other problems (diffusion?)
Definition and some theory
Simulation of Wiener process, demonstration of properties shown in theory section
4.1.1. Definition#
Definition 4.1 (Wiener process - Brownian motion)
A Wiener process is a random process \(W(t)\) with
initial condition, almost surely
increments with zero-mean normal distribution
\(W\) has independent increments: \(W(t) - W(t+u)\) is independent from \(W_s\), \(s < t\)
in \(W(t)\) is almost surely continuous in \(t\)
Almost sure convergence in statistics
“Almost surely” here means almost sure converngece and it is explained in the section dealing with convergence in statistics, and used below to prove some properties of a Wiener process.
4.1.2. Properties#
Property 4.1 (Covariance of increments)
Covariance of an increment follows the definition of Wiener process and the definition of normal distribution,
Covariance of independent increments - on non-overlapping ranges - is zero, as independence implies no correlation, i.e. zero covariance. Thus, if \(a \le b \le c \le d\), \(W(b)-W(a)\) and \(W(d)-W(c)\) are independent by property \((3)\) in Definition 4.1 of Wiener process, and thus their covariance - and correlation - is zero,
Covariance of two generic increments reads
as it’s proved below.
Proof of the covariance of two generic increments
If \(s_1 \le s_2 \le t_2 \le t_1\),
Similarly, if \(s_1 \le s_2 \le t_1 \le t_2 \),
All the other situations can be proved in the same way.
Property 4.2 (Statistics of maximum)
For \(a \ge 0\),
with
and
is the cumulative probability function of a normal distribution \(\mathscr{N}(0,1)\).
Proof.
The second inequality immediately follows from the very definition of Wiener process with initial conditions \(W(0)\),
having used \((1)\) scaling rule for transformation of probability functions… todo, and \((2)\) the normalization condition of the probability density \(1 = \int_{x = -\infty}^{+\infty} p(x) \, dx\), and the definition of cumulative probability function.
First inequality. In order to prove the first inequality, it could be useful to introduce the definition of stepping time, \(\tau_a\), as the random variable defined as
Using reflection principle, it follows
haing \((1)\) used “marginalization” to write \(P(A) = P(A,B) + P(A, \overline{B})\), \((2)\) recognized that if \(B: \, W(t) \ge a\) then \(A: \, M(t) \ge a\) or \(B \subseteq A\), and thus \(P(A,B) = P(B)\), and that \(a = W(\tau_a)\), \((3)\) defined the Wiener process \(W'(t - \tau_a) := W(t) - W(\tau_a)\), independent from \(W(s)\), \(0 \le s \le \tau_a\), \((4)\) exploited the independence of the two conditions (todo be more explicit, proof needed?), \((5)\) and the symmetry of Wiener process to get \(P(W'(t-\tau_a) < 0) = \frac{1}{2}\).
Thus, it follows the requied relation
Property 4.3 (\(W(t)\) is almost surely not differentiable)
For all time \(t\), a Wiener process is almost surely not differentiable, i.e. …todo
Proof.
todo check details
Wiener process is differentiable in \(t\) if the limit
exists finite. Definition of limit reads,
todo how to go from this definition to the following one?
Let \(E_{\varepsilon, A, t_0}\) be the event s.t. for a given \(t_0\), \(W(t)\) is differentiable in \(t_0\), i.e. \(\exists\) \(A\), \(\varepsilon_0\) const. s.t. \(\forall \varepsilon\) s.t. \(0 < \varepsilon < \varepsilon_0\), \(W(t) - W(t_0) \le A \varepsilon\) holds for \(\forall \varepsilon\), \(0 < t - t_0 \le \varepsilon\).
Let \(E_{A, t_0} = \cap_{\varepsilon} E_{\varepsilon, A, t_0}\). Then
having used \((1)\)…, \((2)\)…, \((3)\)…
Now, being \(\varepsilon \le \Delta t\), it follows that \(\frac{\varepsilon}{\sqrt{\Delta t}} \le \sqrt{\Delta t}\). As \(\varepsilon \rightarrow 0\), then \(\frac{\varepsilon}{\sqrt{\Delta t}} \rightarrow 0\), and \(\phi\left( \frac{A \varepsilon}{\sqrt{\Delta t}} \right) \rightarrow \frac{1}{2}\), and \(P(E_{\varepsilon,A,t_0}) \rightarrow 0\)