[Math] Concise definition of subobjects

ct.category-theoryDefinitionssoft-question

Higher category theory tells us that it is a bad idea to identify isomorphic things. Rather, the isomorphism should belong to some additional data. Also, categorification tells us that one should, whenever possible, look at a category directly, not just on its set of isomorphism classes. These are two well-known and accepted principles, right?

However, the definition of a subobject seems to contradict these principles. Why should two monomorphisms be identified with each other when they are isomorphic? What is wrong with the following definition: A subobject of an object $B$ is a monomorphism $A \to B$. With this definition, you can do categorical algebra as usual. It also works nicely in examples. For example, a subring of a ring $B$ is just an injective homomorphism of rings $A \to B$. I think this is more abstract but also more natural than the usual set-theoretic definition; for example with $\mathbb{C}=\mathbb{R}[x]/(x^2+1)$ it is not correct that $\mathbb{R}$ is a subring of $\mathbb{C}$ in the set-theoretic sense, but rather in the sense defined above, via the canonical homomorphism $\mathbb{R} \to \mathbb{C}$. For what purpose should I now look at the class of all monomorphisms $\mathbb{R} \to \mathbb{C}$ isomorphic to that? (This is a bad example since there is only one homomorphism $\mathbb{R} \to \mathbb{C}$ anyway, but I hope that my point is clear. Otherwise consider $\mathbb{Z}[i] \to \mathbb{C}$, $i \mapsto \pm i$.)

Best Answer

Of course it's not necessary to make this identification, but it's fairly harmless since the groupoid of monomorphisms into an object $X$ is equivalent to the discrete category of subobjects, and it can be a slight technical convenience, especially in relation to smallness conditions. For example, we say that a category is well-powered if for each object the class of its subobjects is "small" (is a set), and this is convenient for example when discussing certain forms of adjoint functor theorems, etc.

In topos theory, assuming that a topos $E$ is well-powered (e.g., a Grothendieck topos), one way of describing a subobject classifier $\Omega$ is that the contravariant subobject functor $Sub: E^{op} \to Set$ is representable as $\hom(-, \Omega)$. This description is conceptually convenient to some people's taste.

Related Question