← All Objects
Lemma

Functors Preserve Isomorphisms

Category Theory · category.tex
Let $$ F : \mathcal{C} \to \mathcal{D} $$ be a functor (Definition~Functor). If $$ f : X \to Y $$ is an isomorphism in $\mathcal{C}$ (Definition~Isomorphism), then $$ F(f) : F(X) \to F(Y) $$ is an isomorphism in $\mathcal{D}$. References: Definition~Functor, Definition~Isomorphism.
Proof
Since $f$ is an isomorphism, there exists a morphism $$ f^{-1} : Y \to X $$ such that $$ f^{-1} \circ f = \operatorname{id}_X, \qquad f \circ f^{-1} = \operatorname{id}_Y . $$ Apply the functor $F$ to the first equality: $$ F(f^{-1} \circ f) = F(\operatorname{id}_X). $$ By functoriality of composition and identities this becomes $$ F(f^{-1}) \circ F(f) = \operatorname{id}_{F(X)}. $$ Applying $F$ to the second equality gives $$ F(f) \circ F(f^{-1}) = \operatorname{id}_{F(Y)}. $$ Thus $F(f^{-1})$ is an inverse of $F(f)$, and therefore $F(f)$ is an isomorphism.
Depends on
Dependency Graph
flowchart LR classDef current fill:#6366f1,color:#fff,stroke:#4f46e5 n39e872fb["Functor"] n136199b7["Isomorphism"] n384e2b5d["Functors Preserve Isomorphisms"]:::current n39e872fb --> n384e2b5d n136199b7 --> n384e2b5d click n39e872fb "../objects/39e872fb.html" "_self" click n136199b7 "../objects/136199b7.html" "_self"