| Symbol | Meaning | Example | Notes |
|---|---|---|---|
\mathcal{C}, \mathcal{D}, \mathcal{E} |
Categories | Calligraphic uppercase letters for categories. Multi-letter names allowed. In LaTeX, use 'calrsfs' package for better multi-letters. | |
A, B, X, Y |
Objects | Plain uppercase letters. Subscripts indicate which category the object belongs to. | |
f, g, h |
Morphisms / Arrows | Lowercase letters for functions/arrows. | |
\text{id}_A |
Identity morphism | Usually written with object as subscript. | |
\circ |
Composition of morphisms | Standard composition, read right-to-left. | |
\mathbf{F}, \matchbf{G} |
Functors | Uppercase, Bold or Bold-Italic. | |
\eta, \epsilon |
Natural transformations | Greek letters, lowercase. | |
\Rightarrow |
Natural transformation arrow | Distinguishes from morphism arrow \to. |
|
\mathbf{Set}, \mathbf{Grp} |
Standard categories | Bold upright letters for familiar concrete categories. | |
A_\mathcal{C} \xrightarrow{f} B_\mathcal{C} |
Alternative morphism notation | Arrow with label on top. |
Example in context:
\mathcal{C} \text{ is a category, with objects }
A_\mathcal{C}, B_\mathcal{C} in \mathcal{C},
\text{ and a morphism } f: A_\mathcal{C} \to B_\mathcal{C}.