Does there exist a category of categories of categories

category-theory

I just started reading Awodey's category theory text book and I came across functors and the category of categories. It seems to me that one can define a functor-like object that takes categories of categories to categories of categories:

A bigfunctor
$$ \mathcal{F} : \textbf{C} \rightarrow \textbf{D} $$
between categories of categories is a mapping of categories to categories and functors to functors such that

  • $\mathcal{F}(F: \textbf{C} \rightarrow \textbf{D}) = \mathcal{F}(F): \mathcal{F}(\textbf{C}) \rightarrow \mathcal{F}(\textbf{D}) $
  • $\mathcal{F}(G \circ F) = \mathcal{F}(G) \circ \mathcal{F}(F) $
  • $\mathcal{F}(1_{\textbf{A}} ) = 1_{\mathcal{F}(\textbf{A})} $

where the boldletters are categories from the categories of categories and $F, G$ are functors between categories.

Could we then speak of categories of categories of categories? Is this of any importance or does it somehow "collapse" to the category of categories? Seems like you can go on to make categories of categories of categories of…. of categories and so on. Are these interesting from any point of view?

Best Answer

A "bigfunctor" $\mathscr F:\textbf{C} \rightarrow \textbf{D}$ is just a functor of categories since $\textbf{C}$ and $\textbf{D}$ both are categories in the usual sense.

Something you may be interested in though are $n-$categories. They consist of a collection of objects $ob(\textbf X)$ along with $1-$morphisms between two objects. And it has additional structure such that for two objects a,b in $\textbf{X}$, $\text{Hom}(a,b)$ has the structure of a category whose objects are $1-$morphisms and arrows are called $2-$morphisms. $2-$morphisms are "arrows between arrows" and if $f,g$ are two $1-$morphisms in $\textbf X$, $\text{Hom}(f,g)$ also has the structure of a category whose objects are $2-$morphisms and arrows are called $3-$morphisms or "arrows between arrows between arrows". Then you also have to have the category whose objects are $3-$morphisms and morphisms called $4-$morphisms.

Anyway, if your category meets all of these requirements up to $n-$morphisms it's an $n-$category.

A category of categories is a $2-$category because for two categories you can form the functor category $\text{Funct}(C,D)$ whose $2-$morphisms are the natural transformations. This makes the set $\text{Hom}(C,D)$ the objects of $\text{Funct}(C,D)$ so this indeed is a $2-$category.

If you know about enriched categories you can define $n-$categories inductively as categories enriched over the category of $(n-1)-$categories and defining $1-$categories to be usual categories.