PHD → Topology → Algebraic Topology ↓
Exact Sequences
In algebraic topology and other areas of mathematics, exact sequences are a fundamental concept that helps us understand the relationship between different algebraic structures, typically between modules over a ring or groups. This is important for studying the properties of topological spaces, and therefore, exact sequences have a wide range of applications.
Understanding the building blocks
Before diving into exact sequences, it is important to understand the concept of homomorphism and the key concepts of kernel and image. Let's start with these concepts.
Homomorphisms
A homomorphism is a structure-preserving map between two algebraic structures, such as groups, rings, or modules. For example, if f: A to B
is a homomorphism between two groups, then it must satisfy the following property:
f(x * y) = f(x) * f(y)
where *
denotes the group operation. For rings, homomorphisms must respect addition and multiplication.
Kernel and image
The kernel of a homomorphism f: A to B
, denoted ker(f)
, is the set of elements in A
that map to the identity element in B
:
ker(f) = { a in A | f(a) = e_B }
where e_B
is the identity element in B
The image of a homomorphism, im(f)
, is the set of elements in B
that are mapped to elements in A
:
im(f) = { b in B | b = f(a) for some a in A }
What is the exact sequence?
An exact sequence is a sequence of algebraic objects and isomorphisms between them, in which the image of one isomorphism is equal to the kernel of the next isomorphism. In simple terms, the output of one function on the sequence can perfectly serve as the input for the next. The sequence is usually represented as:
... → A_n-1 → A_n → A_n+1 → ...
The sequence is called exact if at each position, the image of the earlier map is the same as the exact kernel of the next:
im(φ_{n-1}) = ker(φ_n)
where φ
denotes symmetries.
Types of exact sequences
Short exact sequence
A short exact sequence looks like this:
0 → A → B → C → 0
Here, the sequence begins and ends with the zero object (such as the zero vector space or the trivial group). For this sequence to be exact, the map A → B
must have kernel 0 (i.e., be injective), and the map B → C
must map onto C (i.e., be surjective).
Long exact sequence
Long exact sequences appear in contexts such as homology and cohomology. For example, given a short exact sequence of chain complexes, there is an induced long exact sequence in homology:
... → H_n(A) → H_n(B) → H_n(C) → H_{n-1}(A) → ...
Visual example
This SVG representation shows a short exact sequence. The sequence starts at 0
, mapping to the collection A
, then to B
, finally descending to C
, and ending back at 0
.
Applications in algebraic topology
Exact sequences play an important role in algebraic topology, especially in the study of homology and cohomology theories. Let's explore some typical applications.
Mayer–Vietoris sequence
This long exact sequence is a powerful tool for computing the isomorphisms of a space that can be decomposed into two overlapping subspaces. Given a topological space X
and its subspaces U
and V
such that X = U ∪ V
, the Mayer–Vietoris sequence is:
... → H_n(U ∩ V) → H_n(U) ⊕ H_n(V) → H_n(X) → H_{n-1}(U ∩ V) → ...
The Five Lemma and the Snake Lemma
The Five Lemma and the Snake Lemma are important results concerning exact sequences, frequently used in algebraic topology and homological algebra.
The five lemmas help to prove the isomorphism of groups in the middle of a commutative diagram with exact rows, such as:
A → B → C → D → E
↓ ↓ ↓ ↓ ↓
A' → B' → C' → D' → E'
If the first four vertical maps are isomorphisms, the fifth is also an isomorphism.
The snake lemma provides a long exact sequence with exact rows from a commutative diagram:
0 → A → B → C → 0
0 → A' → B' → C' → 0
This proves the existence of an induced long exact sequence connecting the kernel and cokernel of the corresponding maps.
Further consideration
Understanding exact sequences opens the door to higher abstraction levels in algebraic topology and homological algebra. They allow us to study complex algebraic structures and obtain various fascinating results.
Learning to manipulate and reason with these sequences is an important skill for a mathematician working in algebraic topology, since they provide insight into the "holes" and combinatorial properties of places in more concrete algebraic terms.
The connections made through exact sequences underscore the beauty and elegance of mathematical structures. They demonstrate how topological, algebraic, and geometric concepts intertwine to form the rich fabric of mathematical theory.
Conclusion
Exact sequences are a powerful analytical tool in mathematics, providing a unified language for discussing the properties of algebraic structures, especially in algebraic topology. Through various theories and examples, their applicability extends beyond the theoretical to practical scenarios, enriching our understanding of mathematical and topological constructions.