The Itô Integral
Here is the problem in one sentence: you cannot integrate against a Brownian path the
ordinary way. The Riemann–Stieltjes integral \int H\, dg
needs the integrator g to have bounded variation — a finite total
up-and-down mileage — and we saw on the
previous page
that a Brownian path has infinite total variation on every interval, however short.
Worse, the Riemann sums for \int_0^T H\, dW genuinely depend on
where in each slot you sample the integrand: left endpoint, midpoint and right
endpoint give three different limits. Classical integration theory doesn't bend here — it
breaks.
In 1944, Kiyoshi Itô made a move of striking
simplicity: stop trying to fix the pathwise integral, and change the rules twice.
First, commit to the left endpoint — always sample the integrand at the start
of each slot, before the increment is revealed. Second, take the limit not path by path but
in mean square — an L^2 limit over all the
randomness at once. Those two choices give one well-defined object, the Itô
integral, and essentially all of quantitative finance — option prices, hedging,
risk-neutral measures — is built on top of it.
Throughout, (W_t) is a Brownian motion adapted to a filtration
(\mathcal{F}_t), and the integrand H is
adapted: H_t is
\mathcal{F}_t-measurable — known from the information available
at time t, with no peeking into the future. This single
word, "adapted", is what makes everything below work. In finance it has a blunt translation:
the strategy is not allowed to trade on tomorrow's newspaper.
Stage 1 — simple adapted processes (a trading strategy)
Start with the strategies you could actually trade: hold a fixed (random but already-known)
position over each of a finite set of time-slots, rebalancing only at the partition times
0 = t_0 < t_1 < \cdots < t_n = T. Formally, a
simple adapted process is
H_s = \sum_{i=0}^{n-1} H_{t_i}\,\mathbf{1}_{(t_i,\, t_{i+1}]}(s),
where each coefficient H_{t_i} is
\mathcal{F}_{t_i}-measurable — the position you set at the
start of the slot (t_i, t_{i+1}], knowing only the past.
For such a process there is one natural definition of the integral: in each slot, multiply the
held position by the Brownian increment over that slot, and add up.
\int_0^T H_s\, dW_s \;:=\; \sum_{i=0}^{n-1} H_{t_i}\,\big(W_{t_{i+1}} - W_{t_i}\big).
Read this as a trader would, with W standing in for a (driftless)
asset price. You hold H_{t_0} shares over the first slot; the price
moves by W_{t_1} - W_{t_0}; your gain on that slot is
position times price move, H_{t_0}(W_{t_1} - W_{t_0}). Then
you rebalance to H_{t_1} shares, the price moves again, and so on.
The sum on the right is nothing exotic — it is the total trading P&L of the
strategy H. The Itô integral is the profit-and-loss
of continuously rebalanced trading; that is why it, and not some other stochastic integral, is
the language of mathematical finance.
The crucial feature is that the coefficient is H_{t_i} — the
left endpoint of the slot. The position is fixed before the increment
\Delta W_i = W_{t_{i+1}} - W_{t_i} is revealed, so
H_{t_i} is independent of its own increment. That independence is
the engine of every property that follows.
First computation: \int_0^T dW = W_T
Before anything clever, sanity-check the definition on the simplest integrand of all:
H \equiv 1 (hold one share, always). This is a simple adapted
process for any partition, with every coefficient equal to 1. The
defining sum telescopes:
\int_0^T 1\, dW_s = \sum_{i=0}^{n-1} 1 \cdot \big(W_{t_{i+1}} - W_{t_i}\big) = \big(W_{t_1} - W_{t_0}\big) + \big(W_{t_2} - W_{t_1}\big) + \cdots + \big(W_{t_n} - W_{t_{n-1}}\big).
Every intermediate value cancels against its neighbour, leaving
\int_0^T dW_s = W_T - W_0 = W_T.
No limit was even needed — the answer is the same for every partition. Financially: buy one
share at time 0 and never touch it, and your P&L is exactly the
total price move W_T. So far, so reassuringly ordinary. The
surprises begin when the integrand itself is random.
The integral has mean zero — line by line
The first dividend of the left-endpoint choice: the integral of any simple adapted process is
mean-zero. We prove
\mathbb{E}\big[\int_0^T H\, dW\big] = 0 with no skipped steps.
(In trading language: against a driftless price, no adapted strategy has positive expected
P&L. There is no free lunch to be manufactured by clever rebalancing.)
Step 1 — expectation of the sum is the sum of expectations. Expectation is
linear, so push it through the finite sum term by term:
\mathbb{E}\!\left[\int_0^T H\, dW\right] = \mathbb{E}\!\left[\sum_{i=0}^{n-1} H_{t_i}\,\Delta W_i\right] = \sum_{i=0}^{n-1} \mathbb{E}\big[\,H_{t_i}\,\Delta W_i\,\big].
Step 2 — condition each term on the past. Fix a term and use the tower
property, conditioning on \mathcal{F}_{t_i} — everything known when
the position was set:
\mathbb{E}\big[\,H_{t_i}\,\Delta W_i\,\big] = \mathbb{E}\Big[\,\mathbb{E}\big[\,H_{t_i}\,\Delta W_i \,\big|\, \mathcal{F}_{t_i}\,\big]\,\Big].
Step 3 — pull out the known position. The coefficient
H_{t_i} is \mathcal{F}_{t_i}-measurable,
so it is a constant inside the inner conditional expectation and factors out:
\mathbb{E}\big[\,H_{t_i}\,\Delta W_i \,\big|\, \mathcal{F}_{t_i}\,\big] = H_{t_i}\,\mathbb{E}\big[\,\Delta W_i \,\big|\, \mathcal{F}_{t_i}\,\big].
Step 4 — the future increment has conditional mean zero. The increment
\Delta W_i = W_{t_{i+1}} - W_{t_i} is independent of
\mathcal{F}_{t_i} and distributed
N(0,\, t_{i+1} - t_i), so conditioning changes nothing and its mean
is 0:
\mathbb{E}\big[\,\Delta W_i \,\big|\, \mathcal{F}_{t_i}\,\big] = \mathbb{E}[\Delta W_i] = 0.
Step 5 — every term vanishes, so the sum does. Combining Steps 3 and 4, each
conditional expectation is H_{t_i}\cdot 0 = 0, hence each term is
0, hence
\mathbb{E}\!\left[\int_0^T H\, dW\right] = \sum_{i=0}^{n-1} H_{t_i}\cdot 0 = 0.
Notice where adaptedness did the work: in Step 3 we factored out
H_{t_i} only because it was already known, and in Step 4 the
increment was independent of it. Had we sampled at the right endpoint,
H_{t_{i+1}} would be correlated with
\Delta W_i and the term would not vanish — the integral would carry
a drift.
Let H_s = \sum_{i=0}^{n-1} H_{t_i}\mathbf{1}_{(t_i, t_{i+1}]}(s) be
a simple adapted process, each H_{t_i} being
\mathcal{F}_{t_i}-measurable and square-integrable. Its Itô
integral is defined by the left-endpoint sum
\int_0^T H_s\, dW_s = \sum_{i=0}^{n-1} H_{t_i}\,\big(W_{t_{i+1}} - W_{t_i}\big),
and it satisfies:
-
Zero mean:
\mathbb{E}\big[\int_0^T H\, dW\big] = 0.
-
Linearity:
\int (aH + bK)\, dW = a\int H\, dW + b\int K\, dW.
-
Martingale (foreshadowed): the running integral
M_t = \int_0^t H\, dW is itself a martingale in
t — a fair bet against a fair game stays fair.
The left-endpoint choice is not arbitrary tidiness; it is the whole point. A trading strategy
H must be non-anticipating: the position you hold
over (t_i, t_{i+1}] can depend on everything up to
t_i, but not on the move \Delta W_i
the market is about to make. You bet, then the dice roll.
Mathematically, that means the coefficient is independent of its increment, which is exactly
what made \mathbb{E}[H_{t_i}\Delta W_i] = 0 in Step 4 — and, slot by
slot, makes the running integral a martingale. Had we used the right endpoint
H_{t_{i+1}}, the coefficient would be correlated with the very
increment it multiplies; the product would have positive mean, and the integral would secretly
accumulate gains — the "free lunch" that risk-neutral pricing exists to forbid. So the left
endpoint is the unique choice for which "fair bet on a fair game" remains fair. (The
midpoint — Stratonovich — is symmetric and obeys the ordinary chain rule, but it peeks, so it
is not a martingale and not used to model a self-financing strategy.)
The famous example: \int_0^T W\, dW
Now the computation everyone remembers. Take the integrand to be the Brownian path itself,
H_s = W_s — an adapted process if ever there was one (the strategy
"hold as many shares as the current price"). Approximate it by the simple process that samples
at the left endpoints, and write out the defining sum over the partition
t_i = iT/n:
S_n = \sum_{i=0}^{n-1} W_{t_i}\,\big(W_{t_{i+1}} - W_{t_i}\big).
Step 1 — an exact algebraic identity. For each slot, expand the square of the
endpoint value W_{t_{i+1}} = W_{t_i} + \Delta W_i:
W_{t_{i+1}}^2 = \big(W_{t_i} + \Delta W_i\big)^2 = W_{t_i}^2 + 2\,W_{t_i}\,\Delta W_i + (\Delta W_i)^2.
Solve this for the summand — the term we actually want:
W_{t_i}\,\Delta W_i = \tfrac{1}{2}\big(W_{t_{i+1}}^2 - W_{t_i}^2\big) - \tfrac{1}{2}(\Delta W_i)^2.
This is pure algebra — no probability yet, and no approximation. It holds term by term,
exactly.
Step 2 — sum, and let the first part telescope. Summing over
i = 0, \dots, n-1, the squared terms cancel in pairs exactly as in
our first computation, leaving only the two ends:
S_n = \tfrac{1}{2}\big(W_T^2 - W_0^2\big) - \tfrac{1}{2}\sum_{i=0}^{n-1} (\Delta W_i)^2 = \tfrac{1}{2}W_T^2 - \tfrac{1}{2}\sum_{i=0}^{n-1} (\Delta W_i)^2.
Step 3 — the sum of squared increments does not vanish. Here is the moment
classical intuition fails. For a smooth path, squaring the (tiny) increments makes them
doubly tiny and the sum \sum (\Delta x_i)^2 \to 0. For
Brownian motion, each (\Delta W_i)^2 has mean
t_{i+1} - t_i — the increments are of size
\sqrt{\Delta t}, so their squares are of size
\Delta t, and there are 1/\Delta t of
them. The sum converges (in mean square) not to zero but to the length of the interval:
\sum_{i=0}^{n-1} (\Delta W_i)^2 \;\xrightarrow[n \to \infty]{L^2}\; T.
This limit is the quadratic variation of Brownian motion — the same
[W]_T = T that broke classical calculus on the previous page, now
reappearing inside the new integral as an honest, finite contribution.
Step 4 — pass to the limit. Putting Steps 2 and 3 together:
\int_0^T W\, dW \;=\; \frac{W_T^2}{2} \;-\; \frac{T}{2}.
Compare with what first-year calculus would predict. For an ordinary differentiable function,
\int_0^T x\, dx = T^2/2 — that is,
\int_0^T f\, df = f(T)^2/2 when f(0)=0,
with no correction, because the squared-increment sum dies in the limit. The Itô
answer keeps the familiar W_T^2/2 but subtracts
T/2. That extra term is the fingerprint of quadratic
variation: a deterministic drift generated purely by the roughness of the path. Every
strange-looking formula in stochastic calculus — Itô's lemma, the
\tfrac{1}{2}\sigma^2 in Black–Scholes — is this same
-T/2 phenomenon wearing different clothes.
One quick consistency check: the new formula still respects the mean-zero property. Since
\mathbb{E}[W_T^2] = T,
\mathbb{E}\!\left[\int_0^T W\, dW\right] = \frac{\mathbb{E}[W_T^2]}{2} - \frac{T}{2} = \frac{T}{2} - \frac{T}{2} = 0,
exactly as the theorem demands. The correction term is not a bug — it is precisely what keeps
the fair game fair.
Three traps, each of which has caught working mathematicians:
-
Other endpoints give other answers. Sample the same integrand at the
midpoint of each slot and the limit is the Stratonovich integral,
written \int_0^T W \circ dW — and it equals
W_T^2/2, with no correction term. Same integrand, same
path, same partitions, genuinely different number. In ordinary calculus the sampling point
is a matter of taste; here it changes the theory. Stratonovich obeys the classical chain
rule (which is why physicists and geometers like it), but it is not a martingale.
-
Left endpoint = no insider trading. The finance meaning of the choice:
a left-endpoint (predictable) strategy sets its position before the price move it
profits from. Midpoint or right-endpoint sampling lets the "strategy" correlate with the
very increment it multiplies — a strategy that has, in effect, seen a sliver of the
future. The positive expected P&L it earns is exactly the insider's edge, and exactly
what a model of fair markets must exclude.
-
The Itô integral is a mean-square object, not a path-by-path one. The
limit defining \int_0^T H\, dW is taken in
L^2(\Omega), over all the randomness at once. For a single fixed
path, the Riemann sums need not converge at all. So "the value of the integral on this
path" makes sense only as the value of the limiting random variable — you cannot compute
it by staring at one trajectory with a ruler.
The Itô integral has one of the strangest publication stories in mathematics. Kiyoshi Itô
worked it out while employed at Japan's Cabinet Statistics Bureau, and his foundational paper
appeared in 1944 — in wartime Tokyo, in a Japanese journal, at a moment when scientific
contact between Japan and the West had ceased entirely. For roughly a decade almost nobody
outside Japan knew the theory existed; it spread only in the 1950s, when Itô visited
Princeton and Western probabilists discovered that the calculus of random paths had already
been built.
And there is a ghost in the story. In 1940, a young French soldier named
Wolfgang Doeblin — a probabilist serving on the front line — wrote out his
own theory of diffusions in a notebook, sealed it in a pli cacheté (a sealed
envelope) and mailed it to the Academy of Sciences in Paris. Facing capture as the German
army advanced, he burned his remaining notes and took his own life at the age of 25. Under
the Academy's rules the envelope stayed sealed until his family allowed it to be opened —
in the year 2000. Inside was a treatment of stochastic differential
equations containing results close to Itô's, written four years before Itô's paper. Two
people, cut off from each other by the same war, had found the same idea; only one lived to
see it become the foundation of modern finance.
Stage 2 — general adapted integrands, by approximation
Real integrands are not step functions — the W\,dW example already
forced us to approximate. The extension is the standard analyst's move: approximate a general
adapted process by simple ones and pass to a limit. Let H be adapted
and square-integrable,
H \in L^2 \quad\Longleftrightarrow\quad \mathbb{E}\!\left[\int_0^T H_s^2\, ds\right] < \infty.
One can choose simple adapted processes H^{(m)} that approximate
H in this L^2(dt \times d\mathbb{P}) sense,
\mathbb{E}\!\left[\int_0^T \big(H^{(m)}_s - H_s\big)^2\, ds\right] \longrightarrow 0,
and define the Itô integral of H as the limit of the simple
integrals,
\int_0^T H\, dW \;:=\; \lim_{m\to\infty} \int_0^T H^{(m)}\, dW \qquad (\text{limit in } L^2(\Omega)).
For this to be a sound definition the simple integrals must form a
Cauchy sequence in L^2(\Omega), and the limit must not depend
on which approximating sequence we picked. Both are guaranteed by a single remarkable identity —
the Itô isometry,
the subject of the next page — which converts the size of the integral into the size of the
integrand, so an approximation that is close in the integrand sense produces integrals that are
close in L^2(\Omega). The two-stage scaffolding (define on a dense
simple class, extend by isometry) is the same construction that builds the Lebesgue integral
and the Fourier transform on L^2 — Itô's originality was seeing that
adaptedness plus independence of increments supplies exactly the isometry the extension needs.
Watch the P&L accumulate
Below, a Brownian path (the faint curve) drives a simple step strategy
H — a piecewise-constant position, set fresh at the start of each
slot and held until the next rebalancing time. The bars show the held position
H_{t_i} in each slot; the bold stepped curve traces the running
integral \sum_{j \le i} H_{t_j}\,\Delta W_j — the left-endpoint
position times the increment, summed slot by slot. This is Stage 1 made visible: the running
integral is literally the strategy's cumulative trading P&L.
Two things to watch for as you Refresh. First, whenever the position is
0, the P&L curve goes flat — no position, no exposure, no gain
or loss, however wildly the path moves. Second, over many refreshes the final value
\int H\, dW lands above and below zero with no systematic
preference: you are watching the mean-zero theorem in action. A large final value happens —
variance is real — but no strategy in this family can make the average outcome
positive.