Definition
Subcategory
Let $\mathcal{C}$ be a category (Definition~Category).
A subcategory $\mathcal{D}$ of $\mathcal{C}$ consists of
- a collection of objects $$ \operatorname{Ob}(\mathcal{D}) \subseteq \operatorname{Ob}(\mathcal{C}) $$
- for each pair of objects $X,Y \in \operatorname{Ob}(\mathcal{D})$, a subset $$ \Hom_{\mathcal{D}}(X,Y) \subseteq \Hom_{\mathcal{C}}(X,Y) $$
- identity morphisms from Definition~Category belong to $\mathcal{D}$,
- composition in $\mathcal{D}$ is the restriction of composition in $\mathcal{C}$.
Depends on
Dependency Graph
flowchart LR
classDef current fill:#6366f1,color:#fff,stroke:#4f46e5
nf2c6bdf5["Category"]
na02613f0["Subcategory"]:::current
nf2c6bdf5 --> na02613f0
click nf2c6bdf5 "../objects/f2c6bdf5.html" "_self"