Documentation

Atlas.AlgebraicTopologyI.code.Section1

Definition 1.1. The standard $n$-simplex $\Delta^n \subseteq \mathbb{R}^{n+1}$, realised as the convex hull of the standard basis vectors: the set of points $(t_0, \ldots, t_n)$ with $t_i \ge 0$ and $\sum t_i = 1$.

Instances For

    Definition 1.2. A singular $n$-simplex in a topological space $X$: a continuous map $\sigma : \Delta^n \to X$.

    Instances For

      Definition 1.3. The group of singular $n$-chains on $X$: the free abelian group $S_n(X) = \mathbb{Z}\langle \mathrm{SingularSimplex}_n(X) \rangle$ generated by all singular $n$-simplices in $X$.

      Instances For
        @[implicit_reducible]

        The abelian group structure on $S_n(X)$, inherited from the free abelian group construction.

        The integer-graded variant of singular chains: equals $S_n(X)$ for $n \ge 0$ and is trivial for $n < 0$. Convenient for stating chain-complex axioms uniformly.

        Instances For

          In negative degrees, SingularChainsZ reduces to PUnit.

          def AlgebraicTopologyI.IsCycle {A : Type u_1} {B : Type u_2} [AddCommGroup A] [AddCommGroup B] (d : A →+ B) (c : A) :

          A chain $c \in A$ is a cycle with respect to a boundary map $d : A \to B$ if $d(c) = 0$.

          Instances For
            def AlgebraicTopologyI.Cycles {A : Type u_1} {B : Type u_2} [AddCommGroup A] [AddCommGroup B] (d : A →+ B) :

            The subgroup of cycles for a boundary map $d : A \to B$: the kernel of $d$.

            Instances For

              The singular $n$-cycles of $X$ with respect to a given boundary map $d$: $Z_{n+1}(X) = \ker (d : S_{n+1}(X) \to S_n(X))$.

              Instances For
                @[reducible, inline]

                An integer-graded chain complex of abelian groups.

                Instances For

                  Definition 1.4. The singular chain complex $S_*(X; \mathbb{Z})$ of a topological space $X$ with integer coefficients, as a chain complex of abelian groups indexed by $\mathbb{N}$ with the differential $\partial$ assembled from face maps.

                  Instances For

                    Theorem 1.5 ($\partial^2 = 0$). Consecutive differentials in the singular chain complex compose to zero: $\partial \circ \partial = 0$.

                    Definition 1.7. The $n$-th singular homology group with integer coefficients, $H_n(X; \mathbb{Z}) = Z_n(X) / B_n(X)$, packaged as an abelian group.

                    Instances For

                      Identification of SingularHomologyGroup n X with the categorical homology $H_n(S_*(X; \mathbb{Z}))$ of the singular chain complex.