ConceptComplete

Existence and Uniqueness for Stochastic Differential Equations

A stochastic differential equation (SDE) is an equation of the form dXt=b(t,Xt)dt+σ(t,Xt)dBtdX_t = b(t, X_t) dt + \sigma(t, X_t) dB_t with initial condition X0=x0X_0 = x_0. The fundamental question: under what conditions does a unique solution exist?


Statement

Theorem7.1Existence and uniqueness

Suppose bb and σ\sigma satisfy:

  1. Lipschitz continuity: b(t,x)b(t,y)+σ(t,x)σ(t,y)Kxy|b(t,x) - b(t,y)| + |\sigma(t,x) - \sigma(t,y)| \leq K|x-y|.
  2. Linear growth: b(t,x)+σ(t,x)K(1+x)|b(t,x)| + |\sigma(t,x)| \leq K(1 + |x|).

Then the SDE dXt=b(t,Xt)dt+σ(t,Xt)dBtdX_t = b(t, X_t) dt + \sigma(t, X_t) dB_t with X0=x0X_0 = x_0 has a unique strong solution on [0,T][0,T] for any T>0T > 0.

Strong solution: A process (Xt)(X_t) adapted to the filtration of BtB_t satisfying the SDE.

ExampleOrnstein-Uhlenbeck process

dXt=θXtdt+σdBtdX_t = -\theta X_t dt + \sigma dB_t, with b(x)=θxb(x) = -\theta x and σ(x)=σ\sigma(x) = \sigma (constant). Both are Lipschitz and have linear growth, so a unique solution exists. The solution is:

Xt=eθtX0+σ0teθ(ts)dBs,X_t = e^{-\theta t} X_0 + \sigma \int_0^t e^{-\theta(t-s)} dB_s,

a Gaussian process with mean eθtX0e^{-\theta t} X_0 and stationary variance σ2/(2θ)\sigma^2/(2\theta).


Proof technique: Picard iteration

Step 1: Define Xt(0)=x0X_t^{(0)} = x_0 and

Xt(n+1)=x0+0tb(s,Xs(n))ds+0tσ(s,Xs(n))dBs.X_t^{(n+1)} = x_0 + \int_0^t b(s, X_s^{(n)}) ds + \int_0^t \sigma(s, X_s^{(n)}) dB_s.

Step 2: Show {Xt(n)}\{X_t^{(n)}\} is Cauchy in the space of continuous processes with E[sup0sTXs2]<\mathbb{E}[\sup_{0 \leq s \leq T} |X_s|^2] < \infty using Gronwall's inequality.

Step 3: The limit Xt=limnXt(n)X_t = \lim_{n \to \infty} X_t^{(n)} exists and solves the SDE.


Weak solutions

Definition7.1Weak solution

A weak solution is a pair (Xt,Bt)(X_t, B_t) on some probability space such that XtX_t satisfies the SDE, where BtB_t may not be a given Brownian motion.

Weak solutions exist under weaker conditions (continuity instead of Lipschitz), but may not be unique. Pathwise uniqueness implies uniqueness in law, but not conversely (Yamada-Watanabe theorem).


Summary

Under Lipschitz and linear growth conditions, SDEs have unique strong solutions constructed via Picard iteration. Weaker conditions lead to weak solutions with potential non-uniqueness.