Quant Memo
Core

The Continuous Mapping Theorem

A rule that lets you apply a continuous function to a converging sequence of random variables and know the transformed sequence converges too, to the function applied to the original limit.

A huge amount of statistical practice relies on transforming an estimator — squaring it, taking a log, plugging it into a ratio — and then wanting to know what happens to that transformed quantity as the sample size grows. The continuous mapping theorem is the tool that justifies this: it says that if a sequence converges (in probability, in distribution, or almost surely) to some limit, and you apply a continuous function to every term in the sequence, the transformed sequence converges too, to the function applied to that same limit — you don't have to redo the convergence analysis from scratch for the transformed quantity.

Formally, if XnXX_n \to X (in any of the standard modes of convergence) and gg is a continuous function (or continuous at every point XX can take, for the almost-sure and in-probability cases), then:

g(Xn)g(X).g(X_n) \to g(X).

In plain English: convergence passes through continuous functions unchanged — if a sequence is settling toward a limit, applying a continuous transformation to every term in the sequence gives you a new sequence settling toward the transformed limit, no extra assumptions needed beyond the function's continuity.

Worked example. Suppose Xˉnpμ\bar X_n \xrightarrow{p} \mu (a sample mean converging in probability to the true mean, by the law of large numbers), and you want to know what Xˉn2\bar X_n^2 converges to. Since g(x)=x2g(x) = x^2 is continuous, the continuous mapping theorem immediately gives Xˉn2pμ2\bar X_n^2 \xrightarrow{p} \mu^2 — no separate proof needed. The same logic justifies that 1/Xˉn1/μ1/\bar X_n \to 1/\mu (for μ0\mu \neq 0, where g(x)=1/xg(x)=1/x is continuous), which is exactly the kind of step used constantly when deriving the asymptotic behavior of ratio estimators like the Sharpe ratio or a regression coefficient.

If a sequence of random variables converges to a limit and you apply any continuous function to it, the transformed sequence converges to the function applied to that limit — the everyday justification for taking squares, ratios, or logs of a converging estimator and trusting the result still converges sensibly.

Related concepts

Practice in interviews

Further reading

  • van der Vaart, Asymptotic Statistics, ch. 2
ShareTwitterLinkedIn