Overview

A singular chain is a formal linear combination of continuous maps from generalized triangles to an arbitrary space . Two chains are homologous if their difference is a boundary, meaning there exists some formal linear combination for which . Homology is an equivalence relation, and the th singular homology group is the group of -cycles modulo the relation of being homologous.

Key terms and notation

  • Standard -simplex : the -dimensional “triangle” whose vertices are the standard basis vectors of .
  • Boundary : the set obtained by inserting a at the th coordinate for each dimension and each point in .
  • Singular -simplex : any continuous map for some topological space .
  • : the set of all singular -simplices in .
  • Face of a -simplex : the -simplex obtained by first inserting at the th coordinate and then applying some singular -simplex . Note that this procedure is a map .
  • Singular -chain: a formal linear combination of -simplices.
  • : the free abelian group (i.e., all formal linear combinations of -simplices in with coefficients in ).
  • Boundary operator : the group homomorphism given by adding together oriented (i.e., scaled by some power of ) faces of -simplices.
  • -cycle: an element in the kernel of the boundary operator , which is denoted .
  • Boundary: an element in the image of , which is denoted .

Singular homology is the composition of functors defined by the mappings

where is any space, is a continuous function, is the homomorphism defined on generators by , and is the homomorphism defined by for cycles .

Relevant theorems:

Related notes:


Standard simplices

Simplices are higher-dimensional analogues of triangles, and play a role in singular homology that is similar to the role of the unit interval for fundamental groups, where every representative in the fundamental group is a loop out of . The basic standard simplices are spaces with vertices that are realized in Euclidean space.

Definition: Singular -simplex

Given an integer , the standard -simplex is the space which is equipped with the subspace topology induced by the usual Euclidean topology on .

If is any topological space, a singular -simplex in is a continuous map . The set of all singular -simplices in a space is denoted .

💬 Remark. If is the standard basis, e.g., ), , then the point may be written as the linear combination Example. is the one-point space, is homeomorphic to an interval, is a solid triangle, and is a tetrahedron.

Definition: Face, boundary of simplices

For , the face map is the map defined by The image is called the th face of , and the boundary of is the union of all faces

For a general singular -simplex in a space , the th face of is a -simplex given by the image of the map defined by

Example. has two faces, which are endpoints of the interval; has three faces, which are the three edges of a triangle; has four faces, which are the triangles of in the boundary of a solid tetrahedron.

Example. A -simplex in a space is a point in . By the homeomorphism , a -simplex in is a path in , and the -simplex faces and are just the two endpoints of the path.

Lemma:

For , we have .

Proof from Algebraic Topology.

Both maps send a point to


Singular chains

Definition: Singular -chains

For an integer and a topological space , a singular -chain or th singular chain group in is a formal linear combination of singular -simplices in , which are continuous maps . The set of all singular -chains is simply the free abelian group with basis , i.e., the set of finite linear combinations of elements of with coefficients in , and denoted

💬 Remark. Any -simplex in a space , i.e., a continuous map , is a -chain. A general -chain is a -linear combination of -simplices.

Definition: Boundary operator

The boundary operator is the group homomorphism defined by for all standard -simplices .

Using the fact that functions out of a base space can be extended to homomorphisms out of free abelian group, for a general chain we can define This is equivalent to defining the general boundary operator by specifying its values on basis elements.

💬 Remark. The same notation is typically used for all , though, e.g., Hatcher specifies .

  • Note that signs are inserted to account for orientation and coherent oritnations

Lemma

The composition is the trivial homomorphism.

Proof from Algebraic Topology.

To prove that maps for any chain , it suffices to show this on a basis, i.e., for all singular chains .

Corollary: Image is contained in the kernel


Singular homology

Definition: Cycle, boundary

The kernel of the group homomorphism is denoted elements of this kernel are called -cycles in .

The image of the group homomorphism is denoted elements of this image are called boundaries.

Example.

th singular homology group, homologous

The th singular homology group of is the abelian group formed by the group of -cycles modulo boundaries in : Alternatively, two cycles are homologous if their difference is a boundary, i.e., there exists such that Thus, is the group of -cycles modulo the relation of being homologous.


Examples

Singular homology groups of the one-point space

Let be the one-point space. We have:

  • The set of singular simplices is the one-point set of the constant map .
  • The set of singular chains is isomorphic to for all via the mapping for all .
  • The boundary operator is defined by which is for even .

(z when p=0 and 0 otherwise)

eAch Similar method for each discrete top. space

$$ $$ H_1(X) = \frac{\ker\partial_1}{\textup{Im} \ \partial _2} = \frac{C_1(X)}{C_1(X)} \cong 0 $$ $$ H_2(X) = \frac{\ker \partial_2}{\textup{Im} \ \partial_3} = \frac{0}{0} = 0. $$ #### $H_0(X)$ for a path-connected space is always infinite cyclic >[!abstract] Proposition: The zeroth singular homology group for a [[(Path-)connectedness|path-connected]] space is isomorphic to the integers > >Given any space $X$, we have $$ H _0 (X) \cong \mathbb Z \iff X \text{ path-connected}. $$ *Proof from [[MATH-GU4053|Algebraic Topology]].* ($\impliedby$) By definition, $$ H_0(X) = \frac{\ker(\partial_0 : C_0 (X) \to 0) }{\textup{Im}(\partial_1 : C_1(X) \to C_0(X)) } = \frac{C_0(X)}{\textup{Im} \ \partial_1}, $$where the final quotient is the **cokernel** of $\partial_1$. #wip something to do with the one-point space? Define a map $\varepsilon : H_0(X) \to \mathbb Z$ by adding up coefficients $$ \left [ \sum_{x \in X} n_x \cdot x \right ] \mapsto \sum_{x \in X}n_x. $$ Our goal is to show that this map $\varepsilon$ is a [[Group homomorphisms and isomorphisms|group isomorphism]]: - **Well-definedness:** - **Surjectivity:** - **Injectivity:** The claim is that for any two $x, x’ \in X$ such that $[x], [x’] \in H_0(X)$, we have $[x] = [x’]$. Using the fact that $I \cong \Delta^1$, by [[(Path-)connectedness|path-connectedness]] of $X$ we can choose $\sigma : \Delta^1 \to X$ such that $\sigma(0, 1) = x$ and $\sigma (1, 0) = x’$, so $$ \partial \sigma = d_0\sigma - d_1 \sigma = x - x' \implies [x] = [x']. $$ #### $H_0(X)$ for a general space is isomorphic to a free abelian group of path-components --- # Code snippets ``` \partial_p : C_p(X) \to C_{p-1}(X) ```