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 on a complex vector space is a rule that assigns to every vector another vector . We write the action as juxtaposition: means " acting on ."
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 is linear if for all vectors and all scalars ,
This single equation packs in two requirements:
- Additivity: .
- Homogeneity: .
A consequence worth remembering: every linear operator sends the zero vector to the zero vector, , because . (Here is the zero of the vector space, not the computational basis state.)
Operators are determined by their action on a basis
Suppose is a basis of . Any vector expands uniquely as . By linearity,
So the operator is completely fixed once we know the vectors . Each of those can be expanded back in the basis, , and the numbers are the matrix elements of 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
- The identity operator leaves every vector alone: . It is linear.
- A scalar multiple , defined by , is linear whenever is.
- The Pauli operator on a qubit, defined by and , extends linearly to . Linear.
- The rule "take the complex conjugate of every amplitude" is not linear over : it satisfies additivity but fails homogeneity, since conjugating gives , not . Such a map is called antilinear, and it appears for time reversal, but it is not an operator in the linear sense used here.
Composition and the algebra of operators
Operators can be added, scaled, and composed. The product means "first apply , then ":
The composition of two linear operators is again linear. Operator multiplication is associative, , but in general not commutative: . 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.