Properties of the Itô Integral
Fix an adapted square-integrable integrand H and let the upper limit
run, turning the
Itô integral
into a process:
M_t = \int_0^t H_s\, dW_s, \qquad 0 \le t \le T.
This object is the workhorse of mathematical finance — a self-financing trading gain, a
risk-neutral price increment — and it inherits a distinct personality from its
construction. Like every integral it is linear, so portfolios decompose into
legs. But the left-endpoint construction against Brownian increments gives it two gifts no
ordinary integral has: it is a
continuous martingale
— zero mean, no drift, a fair bet on a fair game stays fair — and its variance is
exactly computable via the
Itô isometry.
Linearity, the zero-mean martingale property, and the computable variance: these three do
perhaps 90% of the daily work in quantitative finance. Split a book into positions —
linearity. Argue that an unhedged noise exposure earns nothing on average — the martingale
property. Put a number on the risk of that exposure — the isometry. This page collects the
full list of properties, proves the martingale one line by line, and then works each of the
three big ones on a concrete example.
The martingale property, line by line
We show \mathbb{E}[M_t \mid \mathcal{F}_s] = M_s for all
s \le t. The whole proof rests on one structural fact: the Itô
integral, like an ordinary integral, is additive over adjacent intervals.
Step 1 — split the integral at the present time s.
The integral from 0 to t is the integral
up to s plus the integral over the remaining slice
(s, t]:
M_t = \int_0^t H\, dW = \int_0^s H\, dW + \int_s^t H\, dW = M_s + \int_s^t H\, dW.
Step 2 — take the conditional expectation and use linearity. Condition on
everything known at s and split the two pieces:
\mathbb{E}[M_t \mid \mathcal{F}_s] = \mathbb{E}[M_s \mid \mathcal{F}_s] + \mathbb{E}\!\left[\int_s^t H\, dW \;\middle|\; \mathcal{F}_s\right].
Step 3 — the past term is known. The running integral
M_s is \mathcal{F}_s-measurable — it is
built only from increments up to time s — so it passes through the
conditioning untouched:
\mathbb{E}[M_s \mid \mathcal{F}_s] = M_s.
Step 4 — the future slice has conditional mean zero. The increment
\int_s^t H\, dW is itself an Itô integral, built from left-endpoint
positions H_{t_i} (each known at t_i \ge s)
times future increments that are independent of \mathcal{F}_s and
mean-zero. The very argument that gave the integral mean zero, applied conditionally on
\mathcal{F}_s, gives
\mathbb{E}\!\left[\int_s^t H\, dW \;\middle|\; \mathcal{F}_s\right] = 0.
Step 5 — collect. Adding Steps 3 and 4,
\mathbb{E}[M_t \mid \mathcal{F}_s] = M_s + 0 = M_s.
So M_t = \int_0^t H\, dW is a martingale: the best forecast of any
future value of the integral, given the present, is its current value. "Martingale in,
martingale out" — integrating an adapted bet against Brownian motion never creates drift.
Taking plain expectations at s = 0 (where
M_0 = 0) gives the zero-mean property as a corollary:
\mathbb{E}[M_t] = \mathbb{E}[M_0] = 0 for every
t.
Let H be adapted with
\mathbb{E}\big[\int_0^T H_s^2\, ds\big] < \infty, and set
M_t = \int_0^t H_s\, dW_s. Then:
-
Linearity:
\int_0^t (aH + bK)\, dW = a\int_0^t H\, dW + b\int_0^t K\, dW.
-
Zero mean: \mathbb{E}[M_t] = 0 for every
t.
-
Martingale:
\mathbb{E}[M_t \mid \mathcal{F}_s] = M_s for all
s \le t.
-
Variance (Itô isometry):
\mathbb{E}[M_t^2] = \mathbb{E}\big[\int_0^t H_s^2\, ds\big].
-
Continuous paths: t \mapsto M_t has continuous
sample paths (with probability one).
-
Quadratic variation:
[M]_t = \int_0^t H_s^2\, ds.
The martingale M_t has zero mean, so all of its "size" is variance —
and the quadratic variation
records exactly where that variance comes from along the path. For the Itô integral it is
[M]_t = \int_0^t H_s^2\, ds.
Read it as a rate: over an instant dt the martingale accumulates
squared fluctuation d[M]_t = H_t^2\, dt — the local "energy" injected
by the noise, scaled by how aggressively the strategy H_t is
positioned right then. (The differential shorthand is
(H\, dW)^2 = H^2 (dW)^2 = H^2\, dt, the
(dW)^2 = dt rule once more.) Taking the expectation recovers the
isometry, \mathbb{E}[M_t^2] = \mathbb{E}[\int_0^t H^2\, ds] = \mathbb{E}[[M]_t]
— so the quadratic variation is the pathwise refinement of the variance.
A caveat — local martingales. Everything above assumed the
L^2 condition \mathbb{E}[\int_0^T H^2\, ds] < \infty.
When H is only locally square-integrable (the integral of
H^2 is finite up to a sequence of stopping times growing to
T, but its expectation may blow up), the construction still works and
M_t is a local martingale — a martingale "up to a
localising sequence". A local martingale need not have constant mean, so the genuine martingale
property (and the clean \mathbb{E}[M_t] = 0) can fail without the
integrability guard. This is a real subtlety in pricing: a strategy that is only a local
martingale can manufacture an apparent free lunch, which integrability conditions exist to rule
out.
Worked example 1 — linearity: split the book into legs
Linearity is the least glamorous property and the one used most often. A portfolio's gain
integral splits into the gain integrals of its positions. Take the integrand
H_s = 2s + 5 on [0, T]:
\int_0^T (2s + 5)\, dW_s = 2\int_0^T s\, dW_s + 5\int_0^T 1\, dW_s.
Step 1 — split. Linearity peels the sum apart and pulls the constants out —
exactly as for a Riemann integral, and for exactly the same reason: it holds term by term in
the approximating sums \sum H_{t_i}\, \Delta W_i, and survives the
limit.
Step 2 — recognise the easy leg. The constant integrand
1 just adds up the Brownian increments themselves:
\int_0^T 1\, dW_s = W_T - W_0 = W_T. So
\int_0^T (2s + 5)\, dW_s = 2\int_0^T s\, dW_s + 5\,W_T.
One opaque stochastic integral has become a known random variable plus a simpler integral we
can analyse on its own (its variance is computed in Example 3 below). This decomposition —
"write the exposure as a combination of legs you understand" — is the daily bread of every
risk system: the Greeks of a book are the sum of the Greeks of its trades because the
gain integral is linear.
Worked example 2 — zero mean: pure noise has no drift
A trader runs an adapted strategy \varphi_t — the position held at
time t, decided using only information available at
t — against a driftless price
dS_t = \sigma\, dW_t. The terminal profit and loss is the gain
integral
G_T = \int_0^T \varphi_t\, \sigma\, dW_t, \qquad \mathbb{E}[G_T] = 0.
Zero — whatever the strategy, however ingenious, as long as it is adapted and
square-integrable. Every dollar of expected gain in one scenario is exactly cancelled by
expected loss in another, because each position \varphi_{t_i} is
locked in before the mean-zero increment \Delta W_i it
multiplies. An unhedged position in pure noise earns nothing on average: no adapted trading
rule can conjure drift out of a driftless source.
Now bolt on a deterministic carry — a bank account, a funding leg — so the position is a
drift plus noise:
X = c + \int_0^T \varphi\, dW \quad\Longrightarrow\quad \mathbb{E}[X] = c + 0 = c.
Expectation surgically removes the stochastic-integral part and leaves the drift. This is the
single most-used computation in the subject: whenever a process is written in the form
"dX = (\text{drift})\, dt + (\text{noise})\, dW", its expected
change is read off the dt term alone — the
dW term contributes exactly nothing to the mean.
Worked example 3 — the variance: Var(∫₀ᵀ t dW) = T³/3
Zero mean does not make the position small — it makes its size a pure variance
question, and the isometry answers it exactly. Compute the variance of the deterministic-ramp
integral \int_0^T t\, dW_t (a position that grows linearly over
time, like an accumulating hedge).
Step 1 — variance reduces to a second moment. The integral has mean zero, so
no mean-squared term to subtract:
\operatorname{Var}\!\left(\int_0^T t\, dW_t\right) = \mathbb{E}\!\left[\left(\int_0^T t\, dW_t\right)^{\!2}\right] - 0^2 = \mathbb{E}\!\left[\left(\int_0^T t\, dW_t\right)^{\!2}\right].
Step 2 — the isometry converts it to an ordinary integral. The Itô isometry
swaps the mean-square of a stochastic integral for the plain time-integral of the squared
integrand — here deterministic, so the outer expectation evaporates:
\mathbb{E}\!\left[\left(\int_0^T t\, dW_t\right)^{\!2}\right] = \int_0^T t^2\, dt = \left[\tfrac{t^3}{3}\right]_0^T = \frac{T^3}{3}.
Two lines, no probability left in sight — the whole distributional question collapsed to
first-year calculus. Compare it with the constant integrand:
\operatorname{Var}(W_T) = \int_0^T 1\, dt = T. Ramping the position
up as t loads the risk onto the late increments, and over a long
horizon T^3/3 dwarfs T — a position that
grows linearly accumulates risk cubically. (In fact
\int_0^T t\, dW_t is Gaussian — a limit of sums of independent
normals — so these two numbers, mean 0 and variance
T^3/3, pin down its entire distribution:
N(0, T^3/3).)
Two traps, both expensive.
Trap 1 — \mathbb{E}[\int \varphi\, dW] = 0 has fine
print. The integrand must be adapted (no peeking at the increment it
multiplies — an integrand allowed to see the future breaks the mean-zero step of the
martingale proof instantly) and suitably integrable:
\mathbb{E}[\int_0^T \varphi^2\, dt] < \infty. Exotic integrands
that violate the integrability — doubling-down strategies that swell without bound, positions
blowing up like 1/(T - t) near the horizon — produce only a
local martingale, and a strictly local one can have a drifting mean:
\mathbb{E}[M_t] \ne 0 is genuinely possible. This is not a
pathology invented to torment students; it is the mathematics of bubbles, and it is
why every rigorous no-arbitrage theorem restricts trading to an admissible class of
strategies.
Trap 2 — zero expectation does not mean zero risk. "My expected P&L is
zero" and "my position is safe" are entirely different sentences. The risk is the
variance, and the isometry computes it:
\operatorname{Var}(\int_0^T \varphi\, dW) = \mathbb{E}[\int_0^T \varphi^2\, dt],
which can be as large as you like while the mean sits at exactly zero. A book that is flat
on average can still bankrupt you on Tuesday. The pair of numbers — mean zero, variance from
the isometry — is the honest summary; quoting only the first is how risk reports lie.
Continuity: a gain you can watch tick by tick
The last property on the list is easy to skate past: the path
t \mapsto M_t is continuous with probability one.
No jumps — ever. The integral inherits this from its driver: Brownian motion has continuous
paths, and the running left-endpoint sums converge uniformly enough (that is the technical
content) for the limit to keep the continuity. Trading a continuous price continuously
produces a continuous gain.
Why care? Because continuity is what makes level-crossing arguments work. A
continuous process cannot get past a barrier without touching it, so the first time
M hits a level is a genuine stopping time at which
M sits exactly on the level — the fact underlying
barrier-option pricing, drawdown limits, and every stopped-martingale argument you will meet
later. (Note what continuity does not give: the path is nowhere differentiable, just
like the Brownian path underneath. Continuous, yes; smooth, never.)
One path of the integral — all the properties in one picture
Below is a sample path of M_t = \int_0^t H_s\, dW_s for a simple
piecewise-constant deterministic integrand H, built as the running
left-endpoint sum \sum_{t_i \le t} H_{t_i}\,\Delta W_i. Every
property from the theorem is visible if you know where to look:
- Continuity — the path never jumps, however wildly it wiggles;
- Martingale / zero mean — it hovers around the dashed zero line, the
fair-game level, never developing a drift no matter how far it wanders;
- The isometry, locally — H steps between values
(from 0.8 up to 2), and the path is
visibly calmer where H is small and jumpier where it is large:
the local wiggle-energy is H_t^2\, dt, exactly the quadratic
variation accumulating at rate H^2.
Refresh to draw a fresh path — the drawn path changes completely, but all three signatures
persist, because they are properties of the construction, not of any one path.
On this page the martingale property looks like a tidy fact about integrals. In finance it is
the whole game. The Fundamental Theorem of Asset Pricing says (roughly): a market has
no arbitrage precisely when there exists a probability measure \mathbb{Q}
— the risk-neutral measure — under which every discounted asset price is a
martingale. Under \mathbb{Q}, discounted prices are driftless, so
they are exactly the objects on this page: Itô integrals against a
\mathbb{Q}-Brownian motion.
Then the three dry properties become machinery. Zero mean says the expected
discounted gain of any admissible strategy is zero — no free lunch, which is the no-arbitrage
statement itself. The martingale property says today's price of a claim is the
conditional expectation of its discounted payoff,
V_t = \mathbb{E}_{\mathbb{Q}}[\,\text{payoff} \mid \mathcal{F}_t] —
the pricing formula behind Black–Scholes and essentially every derivatives model.
The isometry measures the mean-square hedging error, the quantity quadratic hedging
minimises. And the fine print bites back beautifully: in some models (strict local-martingale
"bubble" models, studied by Cox–Hobson, Jarrow–Protter and others) the discounted price is a
local martingale that is not a true martingale — its mean sags below its starting
value, prices exceed fundamental values, and familiar facts (like call prices increasing with
maturity) can fail. The hypotheses on this page are, quite literally, the boundary between an
honest market and a bubble.