0
$\begingroup$

Consider a problem from Categories for the Working Mathematician:

For categories $A$, $B$, and $C$ establish natural isomorphisms

$$ (A \times B)^C \cong A^C \times B^C, \\ C^{A \times B} \cong (C^B)^A $$

I understand the notation $F_1 \cong F_2$ denotes "$F_1$ is naturally isomorphic to $F_2$" (for functors $F_1$ and $F_2$).

Question: What does this question then mean? Here the expressions on each side of $\cong$ denote categories, not functors. For example, $(A \times B)^C$ is a functor. So I don't know how to parse the meaning of this question. What is a natural isomorphism between categories?

  • 0
    @JoeJohnson126: You mean I should show that these categories are equivalent to each other?2017-02-15
  • 0
    No. You should show they are isomorphic.2017-02-15
  • 0
    Equivalence and isomorphism are different things. The book you are reading does discuss this.2017-02-15

2 Answers 2

2

Reading "$P \cong Q$" as merely saying "$P$ and $Q$ are isomorphic" is somewhat misleading. Sure, it's what the notation literally means, but in reality one often means (and other times, often should mean) to refer to a particular isomorphism between them.

For the isomorphism to be natural, one can describe it as being analogous to being well-defined — that the variables $A,B,C$ don't just refer to objects, but can also refer to arrows as well, and we insist that the individual isomorphisms selected for each object are also consistent in a particular with all the maps between them when we plug in arrows.

Of course, we don't need to appeal to formal syntax; an equivalent interpretation is that if we define functors by the formulas

$$ F(A,B,C) = (A \times B)^C \qquad G(A,B,C) = A^C \times B^C $$

we are interested in a natural isomorphism $\eta : F \to G$.

  • 0
    But isn't it true that functors $F$ and $G$ in this case have different "codomains"? So it's not clear what $\eta: F \rightarrow G$ means.2017-02-15
  • 0
    @user1770201: As both sides denote an object of **Cat** (when objects are plugged in for the variables), the codomain of both functors better be **Cat**.2017-02-15
  • 0
    Yes -- in retrospect my question was very confused.2017-02-15
1

You can think of these as functors with three inputs taken from the category of categories (with some components contravariant): e.g.

$(- \times -)^- :\underline{Cat} \times \underline{Cat} \times \underline{Cat}^{op} \rightarrow \underline{Cat}$

You can then apply what you know about natural isomorphisms between these functors. (Of course, the components of these natural isomorphisms are themselves functors, but it is important not to confuse them with the functors that you are finding isomorphisms between)

  • 0
    Is this equivalent to showing that these categories are equivalent to each other (i.e., Joe Johnson's comment)?2017-02-15
  • 0
    It's quite a bit stronger: The functors between the categories can be chosen to be isomorphisms, and you also have to show that they are natural with respect to morphisms involving A, B and C2017-02-15