Skip to content

Commit

Permalink
some little improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
victorballester7 committed Sep 18, 2023
1 parent 5df5198 commit fef0951
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Mathematics/5th/Stochastic_calculus/Stochastic_calculus.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@
Recall that $s\wedge t:=\min(s,t)$ and $s\vee t:=\max(s,t)$.
\end{remark}
\subsubsection{Martingales}
\begin{definition}
Let ${(X_t)}_{t\geq 0}$ be a stochastic process. We define the \emph{natural filtration} of $X$ as $\mathcal{F}^X:={(\mathcal{F}_t^X)}_{t\geq 0}$, where $\mathcal{F}_t^X:=\sigma(X_s:s\leq t)$.
\end{definition}
From now on, we will assume that we work in a filtered probability space $(\Omega,\mathcal{F},\Prob,{(\mathcal{F}_t)}_{t\geq 0})$.
\begin{proposition}
Let ${(B_t)}_{t\geq 0}$ be a Brownian motion. Then, the following processes are martingales ${(M_t)}_{t\geq 0}$ with respect to the filtration induced by ${(B_t)}_{t\geq 0}$:
Let $B={(B_t)}_{t\geq 0}$ be a Brownian motion. Then, the following processes are martingales ${(M_t)}_{t\geq 0}$ with respect to the natural filtration induced by $B$:
\begin{itemize}
\item $M_t=B_t$
\item $M_t=B_t^2-t$
Expand Down

0 comments on commit fef0951

Please sign in to comment.