Appendix A
Linear algebra review
In physics we often have to work with infinite-dimensional vector spaces. Navigating
these vasty deeps is much easier if you have a sound grasp of the theory of finite-
dimensional spaces. Most physics students have studied this as undergraduates, but not
always in a systematic way. In this appendix we gather together and review those parts
of linear algebra that we will find useful in the main text.
A.1 Vector space
A.1.1 Axioms
A vector space V over a field F is a set equipped with two operations: a binary operation
called vector addition which assigns to each pair of elements x, y ∈ V a third element
denoted by x + y, and scalar multiplication which assigns to an element x ∈ V and
λ ∈ F a new element λx ∈ V . There is also a distinguished element 0 ∈ V such that the
following axioms are obeyed:
1
(1) Vector addition is commutative: x +y = y + x.
(2) Vector addition is associative: (x +y) + z = x + (y + z).
(3) Additive identity: 0 + x = x.
(4) Existence of an additive inverse: for any x ∈ V , there is an element (−x) ∈ V , such
that x + (−x ) = 0.
(5) Scalar distributive law (i) λ(x + y) = λx + λy.
(6) Scalar distributive law (ii) (λ + µ)x = λx + µx.
(7) Scalar multiplication is associative: (λµ)x = λ(µx).
(8) Multiplicative identity: 1x = x.
The elements of V are called vectors. We will only consider vector spaces over the field
of the real numbers, F = R,
or the complex numbers, F = C.
You have no doubt been working with vectors for years, and are saying to yourself
“I know this stuff”. Perhaps so, but to see if you really understand these axioms try the
following exercise. Its value lies not so much in the solution of its parts, which are easy,
as in appreciating that these commonly used properties both can and need to be proved
from the axioms. (Hint: work the problems in the order given; the later parts depend on
the earlier.)
1
In this list 1, λ, µ, ∈ F and x, y, 0 ∈ V .
744