<?xml version="1.0" encoding="UTF-8"?>

<record version="12" id="6974">
 <title>Brownian motion</title>
 <name>BrownianMotion</name>
 <created>2005-04-27 16:48:14</created>
 <modified>2008-10-19 17:09:33</modified>
 <type>Definition</type>
 <creator id="5401" name="skubeedooo"/>
 <author id="3771" name="CWoo"/>
 <author id="20947" name="bci1"/>
 <author id="10074" name="stevecheng"/>
 <author id="13753" name="Mathprof"/>
 <author id="4974" name="neldredge"/>
 <author id="5401" name="skubeedooo"/>
 <classification>
	<category scheme="msc" code="60J65"/>
 </classification>
 <synonyms>
	<synonym concept="Brownian motion" alias="Wiener process"/>
 </synonyms>
 <related>
	<object name="WienerMeasure"/>
	<object name="StochasticCalculusAndSDE"/>
 </related>
 <keywords>
	<term>Levy characterization</term>
 </keywords>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>\theoremstyle{definition}
\newtheorem*{mydefn}{Definition}
\begin{mydefn}
One-dimensional \emph{Brownian motion} is a stochastic process $W(t)$, defined for $t\in [0,\infty)$ such that
\begin{enumerate}
\item $W(0) = 0$ almost surely
\item The sample paths $t \mapsto W(t)$ are almost surely continuous.
\item For any finite sequence of times $t_0 &lt; t_1 &lt; \cdots &lt;t_n$,
the increments 
\[
W(t_1)-W(t_0), W(t_2)-W(t_1), \dotsc, W(t_n)-W(t_{n-1})
\]
are independent.
\item
For any times $s &lt; t$, $W(t)-W(s)$ is normally distributed with mean zero
and variance $t-s$.
\end{enumerate}
\end{mydefn}

\begin{mydefn}
A $d$-dimensional Brownian motion is a stochastic process 
$W(t) = (W_1(t), \dots, W_d(t))$ in 
$\mathbb{R}^d$ whose coordinate processes $W_i(t)$ are 
independent one-dimensional Brownian motions.
\end{mydefn}

\begin{figure}
\includegraphics{brownian.eps}
\caption{Sample paths of a standard Brownian motion}
\end{figure}

</content>
</record>
