[Math] What’s the name of a morphism the morphism category of the category of categories

category-theory

Let $Cat$ be the category of categories, then its morphism category consists of functors as objects and morphism between functors as morphisms. If we restrict to the case where the two functors $\mathcal{F},\mathcal{G}:A\to B$, then these morphisms between $\mathcal{F},\mathcal{G}$ are the natural transformations. What is the name of a general morphism between two functors $\mathcal{F}:A\to B,\mathcal{G}:C\to D$?

Best Answer

$\require{AMScd}$ I think you are mistaking between two distinct notions (see also the comments).

The first notion is the arrow category, defined as follow. Let $\mathscr C$ be category. The category $\operatorname{Arr}(\mathscr C)$ (also denoted $\mathscr C^{\mathbf 2}$ or $\mathscr C^\rightarrow$) is the category whose

  • objects are the arrow $f$ of $\mathscr C$,
  • morphisms $(f\colon a \to b) \to (g \colon c \to d)$ are the commutative square $$ \begin{CD} a @>f>> b \\ @VVV @VVV \\ c @>>g> d , \end{CD}$$
  • composition is the concatenation of such squares.

You can of course apply that definition with $\mathscr C = \mathsf{Cat}$.

The second notion is the enrichment of $\mathsf {Cat}$ over itself. That is, the category $\mathsf{Cat}$ has the property that, for any two objects $A$ and $B$, the hom-set $\hom_{\mathsf{Cat}}(A,B)$ actually carries a category structure in such a way that the composition $$ \hom_{\mathsf{Cat}}(B,C) \times \hom_{\mathsf{Cat}}(A,B) \to \hom_{\mathsf{Cat}}(A,C) $$ is a functor. The short way to say it is : $\mathsf{Cat}$ is enriched over the (cartesian closed) monoidal category $(\mathsf{Cat},\times,\mathbf 1)$ (where $\mathbf 1$ is the final category).

The two notions are very distinct and not to be confused !

Related Question