STATISTICS GRADUATE LEVEL • PROBABILITY FOUNDATIONS

Expectation Properties — Expectation as an operator; properties and linearity

Understanding how the expectation operator transforms random variables through its foundational algebraic properties.

Historical Context & Motivation

The concept of mathematical expectation arose from humanity's desire to reason quantitatively about uncertain outcomes — a pursuit deeply entangled with gambling, insurance, and commerce. Long before rigorous measure theory, mathematicians recognized that averaging over possible outcomes of a game or experiment yielded a single representative value that captured the "center" of a distribution. The transition from computing expectations of specific random variables to treating expectation itself as an abstract linear operator was one of the most consequential conceptual shifts in the foundations of probability, enabling the elegant machinery that underpins modern statistics, econometrics, and stochastic analysis.

1654
Pascal–Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchanged letters on the "problem of points," establishing the idea that an uncertain future payoff can be summarized by a weighted average — the embryonic notion of expected value.
1657
Huygens' De Ratiociniis in Ludo Aleae
Christiaan Huygens published the first formal treatise on expectation, defining it as the fair price of a gamble and implicitly using additive decomposition of compound bets — an early application of linearity.
1812
Laplace's Théorie Analytique des Probabilités
Pierre-Simon Laplace systematized expectation within a calculus-based framework, deriving results for sums and functions of random variables that showcased the operator's algebraic properties.
1933
Kolmogorov's Axiomatization
Andrey Kolmogorov grounded probability in measure theory and defined expectation as the Lebesgue integral with respect to a probability measure, making the linearity and monotonicity properties rigorous consequences of integration theory.
1940s–
Functional-Analytic Perspective
The expectation operator was recognized as a bounded linear functional on Lᵖ spaces, connecting probability to functional analysis and enabling powerful convergence theorems such as DCT and MCT.

The central question this lesson addresses is deceptively simple: once we know what the expectation of a single random variable is, what algebraic rules govern expectations of sums, scalar multiples, and more general transformations? Why does E[aX + bY] = aE[X] + bE[Y] hold without any assumption about the dependence between X and Y? Answering this question reveals the deep structural reason: expectation is a linear operator defined via integration, and integration is itself linear.

Core Principles & Definitions

Before cataloguing the properties of expectation, it is essential to understand the formal definition from which they derive. Let (Ω, ℱ, P) be a probability space. For a random variable X : Ω → ℝ that is integrable (i.e., E[|X|] < ∞), the expectation of X is defined as the Lebesgue integral E[X] = ∫Ω X(ω) dP(ω). This integral-based definition immediately inherits the properties of the Lebesgue integral, and it is from this inheritance that every algebraic rule of the expectation operator flows.

1

Linearity

For any integrable random variables X, Y and constants a, b ∈ ℝ: E[aX + bY] = aE[X] + bE[Y]. This holds regardless of dependence. It extends by induction to any finite linear combination.
2

Monotonicity

If X ≤ Y almost surely, then E[X] ≤ E[Y]. This follows from the non-negativity of the integral of a non-negative function and ensures expectation respects the natural ordering of random variables.
3

Expectation of a Constant

If c is a constant, E[c] = c. A constant random variable has no randomness; its integral against a probability measure that integrates to 1 simply returns the constant itself.
4

Non-negativity

If X ≥ 0 a.s., then E[X] ≥ 0. Combined with linearity, this yields monotonicity. It is the probabilistic reflection of the fact that integrating a non-negative function gives a non-negative value.
5

Multiplicativity for Independent RVs

If X and Y are independent and integrable, then E[XY] = E[X]·E[Y]. This is not a general property of linearity — it requires the factoring of the joint distribution into marginals.
KEY TAKEAWAY
Think of the expectation operator as a precise weighing scale for functions of random outcomes. Just as a physical scale respects linearity — if you place two objects on a scale, the total weight is the sum of individual weights, regardless of whether the objects are glued together or sitting independently — the expectation operator sums the "probability-weighted mass" of each random variable without needing to know how those variables relate to each other. Linearity is not an optional convenience; it is hardwired into the definition via integration.

Visual Explanation — Expectation as a Linear Map

Visualizing expectation as a linear mapping helps build the right geometric intuition. The space of integrable random variables L¹(Ω, ℱ, P) is a vector space: you can add random variables and scale them. The expectation operator E[·] is a linear functional that maps each element of this infinite-dimensional space down to a single real number. The diagram below illustrates this conceptual pipeline, showing how the operator preserves linear structure when projecting from the random-variable space to ℝ.

The ellipse on the left represents the vector space L¹ of integrable random variables. Each colored dot is a random variable. The arrows labeled E[·] show the expectation operator mapping random variables to real numbers on the right. The critical point: forming the linear combination aX + bY first and then applying E yields the same result as applying E to X and Y separately and then forming the linear combination in ℝ.

Notice that nowhere in the diagram does the relationship between X and Y matter. They could be independent, correlated, or even functionally dependent — the linearity arrow remains valid. This is because linearity is a property inherited from the integral, not from any special structure of the joint distribution.

Mathematical Framework

We now present the formal statements and proofs of the key properties. Throughout, let (Ω, ℱ, P) be a probability space and let all random variables mentioned be integrable (i.e., in L¹). The expectation operator is defined as the Lebesgue integral with respect to the probability measure P.

DEFINITION OF EXPECTATION
E[X] = ∫_Ω X(ω) dP(ω)
X is an integrable random variable on (Ω, ℱ, P). For discrete RVs this reduces to Σx x · P(X = x); for absolutely continuous RVs, to ∫ x fX(x) dx.
LINEARITY OF EXPECTATION
E[aX + bY] = aE[X] + bE[Y] ∀ a, b ∈ ℝ
This is the single most important property. It combines homogeneity (E[aX] = aE[X]) and additivity (E[X + Y] = E[X] + E[Y]). Proof: by linearity of the Lebesgue integral, ∫(aX + bY) dP = a∫X dP + b∫Y dP.
MONOTONICITY
X ≤ Y a.s. ⟹ E[X] ≤ E[Y]
Proof: Y − X ≥ 0 a.s. implies E[Y − X] ≥ 0 (by non-negativity of the integral). By linearity, E[Y] − E[X] ≥ 0. A corollary is the triangle inequality |E[X]| ≤ E[|X|].
MULTIPLICATIVITY UNDER INDEPENDENCE
X ⊥ Y ⟹ E[XY] = E[X] · E[Y]
Proof sketch: independence means P(X,Y) = PX ⊗ PY. By Fubini's theorem, ∫∫ xy dPX dPY = (∫ x dPX)(∫ y dPY). Note: this property is strictly weaker than independence; E[XY] = E[X]E[Y] does not imply X ⊥ Y.

Together, linearity and monotonicity give the expectation operator an extremely tractable algebraic structure. The linearity property generalizes by induction: for any finite collection X1, …, Xn and constants a1, …, an, we have E[Σ aiXi] = Σ aiE[Xi]. For countable sums, additional integrability or convergence conditions (e.g., via the dominated convergence theorem or monotone convergence theorem) are required.

Derived Properties & Classification

Many results in probability and statistics are corollaries of linearity. Below we classify the expectation operator's properties into three tiers: those that follow unconditionally from the definition, those requiring independence or other structural assumptions, and those that fail or require careful qualification.

The three-tier hierarchy classifies expectation properties by their assumptions. Tier 1 (violet) properties hold universally for integrable random variables. Tier 2 (cyan) properties require additional structure such as independence or convergence conditions. Tier 3 (red) lists common errors that arise from incorrectly applying linearity to nonlinear functions.
⚠️ Jensen's Inequality — The Boundary of Linearity
Jensen's inequality quantifies the Tier 3 failure: if g is convex, then E[g(X)] ≥ g(E[X]), with equality if and only if g is affine (a.s.) on the support of X. This means linearity is the exact boundary at which the operator and function commute: push through affine transformations freely, but for anything else, the direction of the inequality depends on the curvature of g.

Worked Example — Applying Linearity

Consider a portfolio problem: an investor holds n = 3 assets with random returns X1, X2, X3 where E[X1] = 0.08, E[X2] = 0.12, E[X3] = 0.05. The portfolio weights are w1 = 0.4, w2 = 0.35, w3 = 0.25. Find the expected portfolio return R = Σ wiXi. Crucially, we do not need to know the joint distribution of the returns.

Expected Portfolio Return via Linearity
1
Step 1 — Express Portfolio ReturnThe total portfolio return is R = w1X1 + w2X2 + w3X3 = 0.4X1 + 0.35X2 + 0.25X3.
R = 0.4X₁ + 0.35X₂ + 0.25X₃
2
Step 2 — Apply Linearity of ExpectationBy linearity, E[R] = E[0.4X1 + 0.35X2 + 0.25X3] = 0.4·E[X1] + 0.35·E[X2] + 0.25·E[X3]. No assumption about joint distribution or independence is needed.
E[R] = 0.4·E[X₁] + 0.35·E[X₂] + 0.25·E[X₃]
3
Step 3 — Substitute Known ValuesE[R] = 0.4 × 0.08 + 0.35 × 0.12 + 0.25 × 0.05 = 0.032 + 0.042 + 0.0125.
E[R] = 0.032 + 0.042 + 0.0125
4
Step 4 — Compute Final AnswerSumming the three terms yields E[R] = 0.0865, or equivalently 8.65%. The expected return of the portfolio is a weighted average of the individual expected returns, with weights equal to the portfolio weights — a direct consequence of linearity.
E[R] = 0.0865 (8.65%)
💡 Why Independence Wasn't Needed
This example highlights the remarkable power of linearity. Even if the three asset returns are strongly correlated (as they often are in financial markets), the expected portfolio return is still a simple weighted sum. Independence would be needed only if we wanted to compute Var(R) by adding individual variances, or to factor E[XiXj].

Strengths, Limitations & Common Pitfalls

While the linearity of expectation is extraordinarily powerful, it is equally important to understand the boundaries of what it can and cannot do. Students commonly err by extending linearity to nonlinear functions or by confusing properties of expectation with properties of variance. The table below provides a systematic comparison.

Comparison of expectation and variance under common operations
Property / OperationExpectation E[·]Variance Var(·)
Additivity: f(X + Y)E[X + Y] = E[X] + E[Y] — alwaysVar(X + Y) = Var(X) + Var(Y) + 2Cov(X,Y) — only simplifies under uncorrelatedness
Scalar multiplication: f(aX)E[aX] = aE[X] — linearVar(aX) = a²Var(X) — quadratic
Product: f(XY)E[XY] = E[X]E[Y] only if X ⊥ YNo simple formula in general
Nonlinear g: f(g(X))E[g(X)] ≠ g(E[X]) unless g affine (Jensen's inequality applies)Var(g(X)) requires delta method or exact computation
Constant addition: f(X + c)E[X + c] = E[X] + cVar(X + c) = Var(X) — translation invariant
KEY TAKEAWAY
Expectation behaves like a well-calibrated GPS for random variables: it always gives you the correct average direction, no matter how many routes you combine. Variance, by contrast, is more like measuring the spread of traffic times — it depends on how correlated the different routes are. Linearity is the defining superpower of the expectation operator, and recognizing where it applies (and where it does not, such as for products or nonlinear transformations) is critical for avoiding errors in probabilistic reasoning.

Connection to Advanced Theory

The properties of the expectation operator become even richer and more nuanced when extended to advanced settings in measure-theoretic probability. The linearity of E[·] is the foundation upon which conditional expectation, Lᵖ space theory, and martingale theory are constructed. In this section, we briefly map the trajectory from the basic operator properties to their generalizations.

From basic expectation properties to advanced measure-theoretic generalizations
Basic PropertyAdvanced GeneralizationKey Result / Application
Linearity of E[·]Linearity of conditional expectation E[·|𝒢]Tower property: E[E[X|𝒢]] = E[X]; E[·|𝒢] is a projection in L²
E[·] as linear functional on L¹E[·] as bounded linear functional on LᵖRiesz representation theorem; dual spaces of Lᵖ
MonotonicityMonotone Convergence Theorem (MCT)If 0 ≤ Xₙ ↑ X, then E[Xₙ] → E[X]; extends linearity to countable non-negative sums
Linearity for finite sumsDominated Convergence Theorem (DCT)If |Xₙ| ≤ Y ∈ L¹ and Xₙ → X a.s., then E[Xₙ] → E[X]; justifies interchanging limit and E
Multiplicativity under independenceCharacteristic functions / moment generating functionsφ_{X+Y}(t) = φ_X(t)·φ_Y(t) for independent X, Y; foundation for CLT proofs

Conditional expectation E[X|𝒢] deserves special emphasis because it is itself a random variable — it is the unique 𝒢-measurable function that preserves the integral over every event in 𝒢. Remarkably, all the linearity properties of ordinary expectation carry over: E[aX + bY | 𝒢] = aE[X|𝒢] + bE[Y|𝒢] a.s. This is the operator-theoretic foundation upon which martingale theory, Bayesian updating, and the theory of sufficient statistics are built.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why E[X + Y] = E[X] + E[Y] holds even when X and Y are highly correlated. In your explanation, identify the specific mathematical property of the integral that guarantees this result, and give a brief example of a situation where this seems counterintuitive at first glance.
PROBLEM 2BASIC CALCULATION
Let X be a random variable with E[X] = 5 and E[X²] = 30. Compute E[3X² − 7X + 4] using only the linearity of expectation.
PROBLEM 3INTERMEDIATE
Let X₁, X₂, …, Xₙ be i.i.d. random variables with mean μ and variance σ². Define the sample mean X̄ = (1/n)Σᵢ Xᵢ. Using linearity of expectation, prove that E[X̄] = μ, and then determine E[X̄²] in terms of μ and σ². (Hint: use the fact that Var(X̄) = E[X̄²] − (E[X̄])².)
PROBLEM 4APPLIED
An insurance company insures 1000 policyholders. Each policyholder files a claim in a given year with probability 0.03, independently of others. If a claim is filed, the claim amount has mean $5,000. Using linearity, find the expected total claims payout. Then explain why the company cannot use linearity alone to determine how much capital it must hold as a reserve (i.e., why higher moments matter).
PROBLEM 5CRITICAL THINKING
Let X be a positive integrable random variable. A student claims that because E is linear, E[1/X] = 1/E[X]. (a) Provide a rigorous counterexample using a specific distribution. (b) State the correct inequality that relates E[1/X] and 1/E[X], citing the relevant theorem. (c) Under what condition(s) on X would equality hold?

Summary & Review

The expectation operator E[·] is a linear functional defined on the space of integrable random variables via the Lebesgue integral. Its most powerful property is linearity: E[aX + bY] = aE[X] + bE[Y] for any constants a, b and integrable random variables X, Y, with no independence assumption required. This decomposes into homogeneity (E[aX] = aE[X]) and additivity (E[X + Y] = E[X] + E[Y]), and extends by induction to any finite linear combination.

Additional properties include monotonicity (X ≤ Y a.s. ⟹ E[X] ≤ E[Y]), expectation of a constant (E[c] = c), and multiplicativity under independence (X ⊥ Y ⟹ E[XY] = E[X]E[Y]). Crucially, expectation does not commute with nonlinear functions — Jensen's inequality governs the direction of the resulting bias. These properties are inherited by conditional expectation and serve as the algebraic bedrock for convergence theorems, martingale theory, and statistical estimation.

Varsity Tutors • Statistics Graduate Level • Expectation Properties — Expectation as an operator; properties and linearity