Overview

Related notes: Categorical functors


Basic definitions

Definition: Category

A category consists of four pieces of data:

  1. A collection of “objects”.
  2. For each pair of objects , a set of morphisms from to . A generic element is typically written .
  3. For each triple of objects , we have a composition map defined by .
  4. For each , we specify an identity morphism .

This data is required to satisfy the following properties:

  • Associativity of composition. For each four-tuple of objects , if , , and are composable morphisms, then
  • Composition with identity. If is a morphism, then

Isomorphisms

Definition: Isomorphism

Let be a category. Then a morphism in is an isomorphism if there exists a morphism in such that


Examples

wip


Notes

\mathsf{Ob}(\mathsf C)
\mathsf {Hom}_{\mathsf C}(X, Y)