|q⟩ Bad Qubits

intermediate · Physics · Operators, Eigenvalues & Spectral Theorem

Linear Operators

In quantum mechanics, states live in a Hilbert space, but the physics — measurement, time evolution, symmetry — happens when something acts on those states. That "something" is a linear operator. Operators are the verbs of the theory: they turn one state vector into another while respecting the linear structure that makes superposition possible.

What an operator is

An operator AA on a complex vector space VV is a rule that assigns to every vector ψV|\psi\rangle \in V another vector AψVA|\psi\rangle \in V. We write the action as juxtaposition: AψA|\psi\rangle means "AA acting on ψ|\psi\rangle."

We are almost never interested in arbitrary rules. The operators of quantum mechanics are linear, meaning they commute with the two ways of combining vectors — addition and scalar multiplication.

The linearity conditions

An operator AA is linear if for all vectors ψ,ϕV|\psi\rangle, |\phi\rangle \in V and all scalars α,βC\alpha, \beta \in \mathbb{C},

A(αψ+βϕ)=αAψ+βAϕ.A\big(\alpha|\psi\rangle + \beta|\phi\rangle\big) = \alpha\, A|\psi\rangle + \beta\, A|\phi\rangle.

This single equation packs in two requirements:

A consequence worth remembering: every linear operator sends the zero vector to the zero vector, A0vec=0A\,|0\rangle_{\text{vec}} = 0, because A(0ψ)=0Aψ=0A(0 \cdot |\psi\rangle) = 0 \cdot A|\psi\rangle = 0. (Here 0vec|0\rangle_{\text{vec}} is the zero of the vector space, not the computational basis state.)

Operators are determined by their action on a basis

Suppose {e1,,en}\{|e_1\rangle, \dots, |e_n\rangle\} is a basis of VV. Any vector expands uniquely as ψ=jcjej|\psi\rangle = \sum_j c_j |e_j\rangle. By linearity,

Aψ=Ajcjej=jcjAej.A|\psi\rangle = A\sum_j c_j |e_j\rangle = \sum_j c_j\, A|e_j\rangle.

So the operator is completely fixed once we know the nn vectors AejA|e_j\rangle. Each of those can be expanded back in the basis, Aej=iAijeiA|e_j\rangle = \sum_i A_{ij} |e_i\rangle, and the numbers AijA_{ij} are the matrix elements of AA in this basis — the subject of the next lesson. In a finite-dimensional space, choosing a basis turns every linear operator into a matrix, and operator algebra becomes matrix algebra.

Examples and non-examples

Composition and the algebra of operators

Operators can be added, scaled, and composed. The product ABAB means "first apply BB, then AA":

(AB)ψ=A(Bψ).(AB)|\psi\rangle = A\big(B|\psi\rangle\big).

The composition of two linear operators is again linear. Operator multiplication is associative, (AB)C=A(BC)(AB)C = A(BC), but in general not commutative: ABBAAB \neq BA. The failure of commutativity is not a technicality — it is the mathematical heart of the uncertainty principle, and we will return to it when we study commuting operators. For now, the takeaway is that the linear operators on a Hilbert space form an algebra: a set you can add, scale, and multiply within, with the identity as the multiplicative unit.

Why this matters

Every physical process in quantum mechanics is encoded by an operator. Observables are Hermitian operators (their eigenvalues are the possible measurement outcomes); time evolution is a unitary operator; symmetries and projections are operators too. The rest of this module unpacks these special families one at a time. Each is, first and foremost, a linear operator — so everything we say rests on the single defining property above.

Sign in on the full site to ask questions and join the discussion.