Functor categories

Definition

We can now think of functors between two fixed categories as objects worthy of study, with natural transformations as the arrows between them.

Definition of a functor category

Suppose C and D are two categories. We denote the category of functors from C to D by DC. The objects of this category are functors F:C→D, and the arrows of this category are natural transformations τ:F⇒G between such functors.

One can verify that DC does indeed satisfy the axioms of a category.

Why this notation?

You might be wondering why we use this exponential-style notation for functor categories. The first few examples below should hint at a reason. They can eventually be made more formal with the categorical concept of an "exponential object."


Examples

The main examples most people stumble across are probably Universal Properties III - Yoneda's Lemma and presheaves (in algebraic geometry), but for now we will satisfy ourselves with some much simpler examples.

Functors from the categories 0 and 1

Recall that the empty category 0 has no objects and no arrows. For each category C there is a unique functor 0β†’C, namely the empty functor (with empty object map and empty arrow map). It is straightforward to verify we have an equivalence of categories C0≃1.

Similarly, the category 1 has a single object and only the identity arrow on that object. Convince yourself that functors 1β†’C are in bijection with objects of C. Moreover, the natural transformations between such functors are in bijection with arrows in C. You should now be able to verify we have an equivalence of categories C1≃C.

Commutative diagrams of a fixed shape

Suppose J is a fixed category. Recall that for any category C, functors F:J→C can be thought of as "commutative diagrams in C of shape J." For example, suppose J is the category with three objects and two nonidentity arrows, as illustrated below:

aβ†’fc←gb.

Then each functor F:J→C corresponds to a diagram in C of the form

F(a)β†’F(f)F(c)←F(g)F(b).

This functor category is useful when studying pullbacks and pushforwards.


Suggested next note

Universal Properties III - Yoneda's Lemma