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 (in any of the standard modes of convergence) and is a continuous function (or continuous at every point can take, for the almost-sure and in-probability cases), then:
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 (a sample mean converging in probability to the true mean, by the law of large numbers), and you want to know what converges to. Since is continuous, the continuous mapping theorem immediately gives — no separate proof needed. The same logic justifies that (for , where 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.
Practice in interviews
Further reading
- van der Vaart, Asymptotic Statistics, ch. 2