Definition
Opposite Category
Let $\mathcal{C}$ be a category (Definition~Category).
The opposite category $\mathcal{C}^{op}$ is defined as follows.
- Objects: $$ \operatorname{Ob}(\mathcal{C}^{op}) = \operatorname{Ob}(\mathcal{C}) $$
- Morphisms: $$ \Hom_{\mathcal{C}^{op}}(X,Y) = \Hom_{\mathcal{C}}(Y,X) $$
- Composition is defined by reversing composition in $\mathcal{C}$.
Depends on
Used in
Dependency Graph
flowchart LR
classDef current fill:#6366f1,color:#fff,stroke:#4f46e5
nf2c6bdf5["Category"]
n310ab4af["Opposite Category"]:::current
nf3e709f9["Duality Principle"]
nf2c6bdf5 --> n310ab4af
n310ab4af --> nf3e709f9
click nf2c6bdf5 "../objects/f2c6bdf5.html" "_self"
click nf3e709f9 "../objects/f3e709f9.html" "_self"