Fiveable

🔢Category Theory Unit 3 Review

QR code for Category Theory practice questions

3.1 Isomorphisms and their properties

3.1 Isomorphisms and their properties

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔢Category Theory
Unit & Topic Study Guides

Isomorphisms in category theory show when objects are essentially the same. They have inverse morphisms that compose to identity. This concept helps us understand equivalence and structural similarities between different mathematical objects.

Isomorphisms preserve important properties, allowing us to reason about objects more abstractly. They have unique inverses and follow the two-out-of-three property. This powerful tool simplifies our study of categories and their relationships.

Isomorphisms in Category Theory

Isomorphism in category theory

  • Morphism f:ABf: A \to B in category C\mathcal{C} has an inverse morphism g:BAg: B \to A satisfying gf=idAg \circ f = id_A and fg=idBf \circ g = id_B
  • Captures notion of two objects being "essentially the same" within a category
    • Isomorphic objects (AA and BB) have the same categorical properties
  • Strong equivalence relation between objects
    • Isomorphic objects represent different representations of the same abstract concept (groups Z\mathbb{Z} and Z×{1}\mathbb{Z} \times \{1\}, vector spaces R2\mathbb{R}^2 and R3\mathbb{R}^3)
Isomorphism in category theory, Graph isomorphism - Wikipedia

Invertibility of isomorphisms

  • Isomorphism f:ABf: A \to B with inverse g:BAg: B \to A is invertible
    • By definition, gf=idAg \circ f = id_A and fg=idBf \circ g = id_B
    • Shows ff has a two-sided inverse, making it invertible
  • Inverses of isomorphisms are unique
    • Suppose f:ABf: A \to B has two inverses g1,g2:BAg_1, g_2: B \to A
    • Then g1=g1idB=g1(fg2)=(g1f)g2=idAg2=g2g_1 = g_1 \circ id_B = g_1 \circ (f \circ g_2) = (g_1 \circ f) \circ g_2 = id_A \circ g_2 = g_2
    • Demonstrates g1=g2g_1 = g_2, proving uniqueness of the inverse (identity morphism, composition)
Isomorphism in category theory, Morphism - Wikipedia

Two-out-of-three property

  • For morphisms f:ABf: A \to B, g:BCg: B \to C, and h:ACh: A \to C, if any two are isomorphisms, the third is also an isomorphism
  • Case 1: ff and gg are isomorphisms, then h=gfh = g \circ f is an isomorphism
    • Inverse of hh is f1g1f^{-1} \circ g^{-1}
  • Case 2: ff and hh are isomorphisms, then g=hf1g = h \circ f^{-1} is an isomorphism
    • Inverse of gg is fh1f \circ h^{-1}
  • Case 3: gg and hh are isomorphisms, then f=g1hf = g^{-1} \circ h is an isomorphism
    • Inverse of ff is h1gh^{-1} \circ g
  • Useful for proving isomorphisms in a compositional manner (functors, natural transformations)

Isomorphism invariance

  • Categorical properties preserved by isomorphisms
    • Property holding for object AA also holds for any isomorphic object BB
  • Examples of isomorphism-invariant properties
    • Initial and terminal objects
    • Monomorphisms and epimorphisms
    • Products and coproducts
    • Limits and colimits
  • Allows reasoning about objects and properties up to isomorphism
    • Focus on essential characteristics rather than specific representations
  • Simplifies study of categories by identifying "essentially the same" objects
    • Classify objects based on categorical properties and behavior (universal properties, adjunctions)