In mathematics, the Itô isometry, named after Kiyoshi Itô, is a crucial fact about Itô stochastic integrals. One of its main applications is to enable the computation of variances for random variables that are given as Itô integrals.

Let W : [ 0 , T ] × Ω → R {\displaystyle W:[0,T]\times \Omega \to \mathbb {R} } denote the canonical real-valued Wiener process defined up to time T > 0 {\displaystyle T>0}, and let X : [ 0 , T ] × Ω → R {\displaystyle X:[0,T]\times \Omega \to \mathbb {R} } be a stochastic process that is adapted to the natural filtration F ∗ W {\displaystyle {\mathcal {F}}_{*}^{W}} of the Wiener process.[clarification needed] Then

E ⁡ [ ( ∫ 0 T X t d W t ) 2 ] = E ⁡ [ ∫ 0 T X t 2 d t ] , {\displaystyle \operatorname {E} \left[\left(\int _{0}^{T}X_{t}\,\mathrm {d} W_{t}\right)^{2}\right]=\operatorname {E} \left[\int _{0}^{T}X_{t}^{2}\,\mathrm {d} t\right],}

where E {\displaystyle \operatorname {E} } denotes expectation with respect to classical Wiener measure.

In other words, the Itô integral, as a function from the space L a d 2 ( [ 0 , T ] × Ω ) {\displaystyle L_{\mathrm {ad} }^{2}([0,T]\times \Omega )} of square-integrable adapted processes to the space L 2 ( Ω ) {\displaystyle L^{2}(\Omega )} of square-integrable random variables, is an isometry of normed vector spaces with respect to the norms induced by the inner products

( X , Y ) L a d 2 ( [ 0 , T ] × Ω ) := E ⁡ ( ∫ 0 T X t Y t d t ) {\displaystyle {\begin{aligned}(X,Y)_{L_{\mathrm {ad} }^{2}([0,T]\times \Omega )}&:=\operatorname {E} \left(\int _{0}^{T}X_{t}\,Y_{t}\,\mathrm {d} t\right)\end{aligned}}}

and

( A , B ) L 2 ( Ω ) := E ⁡ ( A B ) . {\displaystyle (A,B)_{L^{2}(\Omega )}:=\operatorname {E} (AB).}

As a consequence, the Itô integral respects these inner products as well, i.e. we can write

E ⁡ [ ( ∫ 0 T X t d W t ) ( ∫ 0 T Y t d W t ) ] = E ⁡ [ ∫ 0 T X t Y t d t ] {\displaystyle \operatorname {E} \left[\left(\int _{0}^{T}X_{t}\,\mathrm {d} W_{t}\right)\left(\int _{0}^{T}Y_{t}\,\mathrm {d} W_{t}\right)\right]=\operatorname {E} \left[\int _{0}^{T}X_{t}Y_{t}\,\mathrm {d} t\right]}

for X , Y ∈ L a d 2 ( [ 0 , T ] × Ω ) {\displaystyle X,Y\in L_{\mathrm {ad} }^{2}([0,T]\times \Omega )} .

Numerical Simulation

The Itô isometry can be illustrated through numerical simulation using Monte Carlo methods. Such simulations help verify the theoretical relationship between the expected value of squared stochastic integrals and the expected value of integrated squared processes. A typical Monte Carlo experiment involves generating numerous sample paths of Brownian motion and computing both sides of the isometry equation for different choices of the integrand process X t {\displaystyle X_{t}}. The simulation approximates the continuous-time stochastic integral using a discrete-time summation:

∫ 0 T X t d W t ≈ ∑ i = 0 N − 1 X t i Δ W i {\displaystyle \int _{0}^{T}X_{t}\,dW_{t}\approx \sum _{i=0}^{N-1}X_{t_{i}}\Delta W_{i}}

where Δ W i = W t i + 1 − W t i {\displaystyle \Delta W_{i}=W_{t_{i+1}}-W_{t_{i}}} represents the Brownian increments over small time intervals. The isometry can be demonstrated using various processes X t {\displaystyle X_{t}} on the interval [ 0 , 1 ] {\displaystyle [0,1]}:

  1. Constant process: X t = 1 {\displaystyle X_{t}=1} Analytical value: E [ ∫ 0 1 1 2 d t ] = 1 {\displaystyle \mathbb {E} [\int _{0}^{1}1^{2}\,dt]=1},
  2. Linear deterministic process: X t = t {\displaystyle X_{t}=t} Analytical value: E [ ∫ 0 1 t 2 d t ] = 1 3 {\displaystyle \mathbb {E} [\int _{0}^{1}t^{2}\,dt]={\frac {1}{3}}},
  3. Trigonometric deterministic process: X t = sin ⁡ ( π t ) {\displaystyle X_{t}=\sin(\pi t)} Analytical value: E [ ∫ 0 1 sin 2 ⁡ ( π t ) d t ] = 1 2 {\displaystyle \mathbb {E} [\int _{0}^{1}\sin ^{2}(\pi t)\,dt]={\frac {1}{2}}},
  4. Path-dependent stochastic process: X t = W t {\displaystyle X_{t}=W_{t}} Analytical value: E [ ∫ 0 1 W t 2 d t ] = 1 2 {\displaystyle \mathbb {E} [\int _{0}^{1}W_{t}^{2}\,dt]={\frac {1}{2}}},
  5. Compensated Poisson (M t = N t − λ t {\displaystyle M_{t}=N_{t}-\lambda t}): X t = 1 {\displaystyle X_{t}=1} Analytical value: λ ∫ 0 T 1 2 d t = λ T {\displaystyle \lambda \int _{0}^{T}1^{2}dt=\lambda T}.
Absolute error of isometry vs N (5 processes)
N1tsin(πt)WtPoisson-1
503.202e-035.356e-033.551e-031.497e-053.625e-02
1009.887e-033.152e-037.880e-038.480e-034.595e-02
2001.290e-026.827e-033.569e-036.790e-032.950e-02
5003.515e-033.692e-045.956e-036.902e-031.780e-02
10005.203e-035.764e-032.894e-042.334e-033.605e-02
20008.342e-034.412e-032.358e-031.208e-023.330e-02
50005.890e-031.908e-036.048e-031.243e-028.335e-02

A Monte Carlo simulation with 20,000 sample paths and 1,000 time steps produces results that closely match the theoretical values predicted by the Itô isometry. As shown in the table above, the absolute errors between the simulated left-hand side E [ ( ∫ X t d W t ) 2 ] {\displaystyle \mathbb {E} [(\int X_{t}\,dW_{t})^{2}]} and the analytical right-hand side E [ ∫ X t 2 d t ] {\displaystyle \mathbb {E} [\int X_{t}^{2}\,dt]} are typically on the order of 10 − 3 {\displaystyle 10^{-3}} or smaller, confirming the validity of the isometry relationship.

These simulations serve as empirical evidence for the Itô isometry and provide insight into how the relationship holds across different types of processes, both deterministic and stochastic. The close agreement between theoretical and simulated values demonstrates the robustness of the isometry as a fundamental property of stochastic calculus.

Generalization to Martingales

The Itô isometry extends beyond the standard Wiener process to a broader class of stochastic processes, particularly martingales, providing a powerful framework for computing variances of stochastic integrals. A stochastic process { X t } t ≥ 0 {\displaystyle \{X_{t}\}_{t\geq 0}} is a martingale with respect to the filtration { F t } t ≥ 0 {\displaystyle \{{\mathcal {F}}_{t}\}_{t\geq 0}} if:

  • E [ X t | F s ] = X s {\displaystyle \mathbb {E} [X_{t}|{\mathcal {F}}_{s}]=X_{s}} for all t ≥ s {\displaystyle t\geq s}

Martingales can be further classified as:

  • L 1 {\displaystyle L^{1}} martingales if E [ | X t | ] < ∞ {\displaystyle \mathbb {E} [|X_{t}|]<\infty } for all t {\displaystyle t}
  • L 2 {\displaystyle L^{2}} martingales if E [ | X t | 2 ] < ∞ {\displaystyle \mathbb {E} [|X_{t}|^{2}]<\infty }for all t {\displaystyle t} (and by implication, also L 1 {\displaystyle L^{1}})

A local martingale is a process { X t } {\displaystyle \{X_{t}\}} for which there exists a sequence of stopping times { τ n } {\displaystyle \{\tau _{n}\}} with τ n → ∞ {\displaystyle \tau _{n}\rightarrow \infty } such that { X t ∧ τ n } {\displaystyle \{X_{t\wedge \tau _{n}}\}} is a martingale for each n {\displaystyle n}.

The Itô Isometry for Martingales

The Itô integral is defined for a broader class of integrators beyond Brownian motion. For a predictable process X t {\displaystyle X_{t}} and an appropriate integrator Y t {\displaystyle Y_{t}}, the Itô integral is defined as the limit in L 2 {\displaystyle L^{2}} of simple predictable processes approximating X t {\displaystyle X_{t}}:

∫ 0 t X s d Y s = lim n → ∞ ∑ i = 1 n − 1 ξ i ( Y t i + 1 − Y t i ) {\displaystyle \int _{0}^{t}X_{s}\,dY_{s}=\lim _{n\to \infty }\sum _{i=1}^{n-1}\xi _{i}(Y_{t_{i+1}}-Y_{t_{i}})}

where each ξ i {\displaystyle \xi _{i}} is F t i {\displaystyle {\mathcal {F}}_{t_{i}}}-measurable.

The Itô isometry holds when the integrator Y t {\displaystyle Y_{t}} is one of:

  • An L 1 {\displaystyle L^{1}} martingale
  • An L 2 {\displaystyle L^{2}} martingale
  • A local L 1 {\displaystyle L^{1}} or L 2 {\displaystyle L^{2}} martingale

For these cases, the isometry takes the form:

E [ ( ∫ 0 T X s d Y s ) 2 ] = E [ ∫ 0 T X s 2 d [ Y ] s ] {\displaystyle \mathbb {E} \left[\left(\int _{0}^{T}X_{s}\,dY_{s}\right)^{2}\right]=\mathbb {E} \left[\int _{0}^{T}X_{s}^{2}\,d[Y]_{s}\right]}

where [ Y ] s {\displaystyle [Y]_{s}} denotes the quadratic variation process of Y s {\displaystyle Y_{s}}.

  • Øksendal, Bernt K. (2003). Stochastic Differential Equations: An Introduction with Applications. Springer, Berlin. ISBN 3-540-04758-1.