It turns out there is still one important construction we have yet to discuss.
We have discussed dual spaces but as it turns out, this is more than a simple
construction. Recall from linear algebra that linear maps are the morphisms in
the category Vect
k
of k-vector spaces.
Proposition 1.5.
The correspondence
D
:
V 7→ V
∗
is a contravariant functor
from the category Vect
k
to itself.
There are two important aspects to this proposition. The first one is that the
correspondence is a functor. Interestingly enough, this means our maps have to be
sent somewhere as well. The other one is that the functor is contravariant. This
means that if we have a map
φ
:
V → W
, we need to find a map
φ
∗
:
W
∗
→ V
∗
.
Luckily, there is a very obvious candidate: just take the transpose. Indeed, this is
the construction we’re looking for. Our functor thus does the following. It takes
a vector space
V
and sends it to
V
∗
, and takes a map
φ
:
V → W
and sends it
to
φ
∗
:
W
∗
→ V
∗
. This is but one example of duality in category theory. Notice
that applying our functor twice to
V
gives us
V
∗∗
which is canonically isomorphic
to
V
because our vector spaces are finite-dimensional. More concretely, we have
that (
φ
∗
`
) =
`
(
φ
) so it acts as pre-composition in a sense. We want to emulate
this for our vector space ∧
k
(R
n
)
∗
.
Definition 1.6 (Pull-back). Let
φ
:
R
n
→ R
m
be a linear map and
α ∈ ∧
k
(
R
n
)
∗
.
We define the pull-back of φ to be
φ
∗
(α)[v
1
, . . . , v
k
] = α (φ(v
1
), . . . , φ(v
k
)) .
We are now ready to define differential forms. We have restricted our attention
to
R
n
but the general theory is not much harder. For our purposes, it will be
enough to consider our manifolds as embedded in real space which explains the
choice of sticking with R
n
.
Definition 1.7 (Differential k-form). A differential k-form is a smooth map
α : R
n
→ ∧
k
(R
n
)
∗
.
We will usually write α
p
to mean α applied at the point p ∈ R
n
.
The set of all differential
k
-forms on
R
n
is denoted by Ω
k
(
R
n
). This is a real
infinite-dimensional vector space. We also set Ω
0
(
R
n
) :=
C
∞
(
R
n
), the space of
smooth functions on R
n
.
Remark 1.8. Unpacking the definition, we’re saying that a differential
k
-form
takes
k
vectors in
R
n
and spits out a number in
R
. Furthermore, the form should
also be multilinear, skew-symmetric and smooth. This definition is problematic
however, because it’s not so clear what is meant for such a map to be smooth.
One way to understand it is via vector fields.
Definition 1.9 (Vector field). Let
M
be a smooth manifold. A vector field
X
on
M
is a smooth section of the tangent bundle of
M
. In other words, it is a
map that takes a point
p
and sends it to a vector in
T
p
M
, where
T
p
M
denotes
the tangent space of M at p.
4