Fiveable

🧬Homological Algebra Unit 1 Review

QR code for Homological Algebra practice questions

1.2 Basic algebraic structures and homomorphisms

1.2 Basic algebraic structures and homomorphisms

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🧬Homological Algebra
Unit & Topic Study Guides

Algebraic structures like groups, rings, modules, and vector spaces form the foundation of homological algebra. These structures have specific properties and operations that define their behavior and relationships.

Homomorphisms are crucial tools for studying these structures, preserving their essential properties when mapping between them. Understanding kernels, images, and exact sequences helps analyze the relationships and connections between different algebraic structures.

Algebraic Structures

Groups and Rings

  • Group consists of a set GG together with a binary operation * satisfying the following axioms:
    • Closure: For all a,bGa, b \in G, abGa * b \in G
    • Associativity: For all a,b,cGa, b, c \in G, (ab)c=a(bc)(a * b) * c = a * (b * c)
    • Identity element: There exists an element eGe \in G such that for all aGa \in G, ae=ea=aa * e = e * a = a
    • Inverse element: For each aGa \in G, there exists an element a1Ga^{-1} \in G such that aa1=a1a=ea * a^{-1} = a^{-1} * a = e
  • Ring extends the concept of a group by adding a second binary operation, usually denoted as addition ++, and requiring the set to also have the structure of an abelian group under this operation
    • A ring (R,+,)(R, +, *) satisfies the following axioms:
      • (R,+)(R, +) is an abelian group with identity element 00
      • (R,)(R, *) is a monoid with identity element 11
      • Distributivity: For all a,b,cRa, b, c \in R, a(b+c)=(ab)+(ac)a * (b + c) = (a * b) + (a * c) and (a+b)c=(ac)+(bc)(a + b) * c = (a * c) + (b * c)
Groups and Rings, Mapping cone (homological algebra) - Wikipedia, the free encyclopedia

Modules and Vector Spaces

  • Module generalizes the notion of a vector space by allowing the scalars to be from a ring instead of a field
    • A left RR-module consists of an abelian group (M,+)(M, +) and a ring (R,+,)(R, +, *) together with an operation :R×MM\cdot : R \times M \to M (called scalar multiplication) such that for all r,sRr, s \in R and x,yMx, y \in M:
      • (r+s)x=rx+sx(r + s) \cdot x = r \cdot x + s \cdot x
      • (rs)x=r(sx)(r * s) \cdot x = r \cdot (s \cdot x)
      • 1x=x1 \cdot x = x, where 11 is the multiplicative identity in RR
  • Vector space is a special case of a module where the ring RR is a field F\mathbb{F}
    • A vector space over a field F\mathbb{F} is an abelian group (V,+)(V, +) together with a scalar multiplication operation :F×VV\cdot : \mathbb{F} \times V \to V satisfying the following axioms for all a,bFa, b \in \mathbb{F} and u,vVu, v \in V:
      • (a+b)v=av+bv(a + b) \cdot v = a \cdot v + b \cdot v
      • a(u+v)=au+ava \cdot (u + v) = a \cdot u + a \cdot v
      • (ab)v=a(bv)(a * b) \cdot v = a \cdot (b \cdot v)
      • 1v=v1 \cdot v = v, where 11 is the multiplicative identity in F\mathbb{F}
Groups and Rings, Boolean ring - Wikipedia

Homomorphisms and Their Properties

  • Homomorphism is a structure-preserving map between two algebraic structures of the same type (e.g., groups, rings, modules, vector spaces)
    • A group homomorphism φ:GH\varphi : G \to H satisfies φ(ab)=φ(a)φ(b)\varphi(a * b) = \varphi(a) * \varphi(b) for all a,bGa, b \in G
    • A ring homomorphism ψ:RS\psi : R \to S satisfies ψ(a+b)=ψ(a)+ψ(b)\psi(a + b) = \psi(a) + \psi(b) and ψ(ab)=ψ(a)ψ(b)\psi(a * b) = \psi(a) * \psi(b) for all a,bRa, b \in R
  • Kernel of a homomorphism φ:GH\varphi : G \to H is the set of elements in GG that map to the identity element in HH, denoted as ker(φ)={gG:φ(g)=eH}\ker(\varphi) = \{g \in G : \varphi(g) = e_H\}
    • The kernel is always a normal subgroup of GG
  • Image of a homomorphism φ:GH\varphi : G \to H is the set of elements in HH that are mapped to by some element in GG, denoted as Im(φ)={φ(g):gG}\operatorname{Im}(\varphi) = \{\varphi(g) : g \in G\}
    • The image is always a subgroup of HH

Exact Sequences

  • Exact sequence is a sequence of homomorphisms between algebraic structures (e.g., groups, rings, modules, vector spaces) such that the image of each homomorphism is equal to the kernel of the next homomorphism
    • A short exact sequence is an exact sequence of the form 0AfBgC00 \to A \xrightarrow{f} B \xrightarrow{g} C \to 0, where 00 denotes the trivial group, ring, module, or vector space
      • In a short exact sequence, ff is injective (one-to-one), gg is surjective (onto), and Im(f)=ker(g)\operatorname{Im}(f) = \ker(g)
    • Splitting lemma states that a short exact sequence 0AfBgC00 \to A \xrightarrow{f} B \xrightarrow{g} C \to 0 splits (i.e., BACB \cong A \oplus C) if and only if there exists a homomorphism h:CBh : C \to B such that gh=idCg \circ h = \operatorname{id}_C