<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>LectureNotes &amp;mdash; Peance</title>
    <link>https://peance.writeas.com/tag:LectureNotes</link>
    <description></description>
    <pubDate>Tue, 02 Jun 2026 18:02:20 +0000</pubDate>
    <item>
      <title>Singular Homology</title>
      <link>https://peance.writeas.com/homology-01?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[#AlgebraicTopology #LectureNotes&#xA;&#xA;!--more--&#xA;&#xA;Given a space, we want to study it &#34;step by step&#34;. We want to sort out the points, the edges, the faces etc. All those things are connected: edges connecting points,  faces gluing to edges etc, and those connecting can be viewed as maps. In algebra, such a long chain is called a chain complex, and our first goal is to assign a chain complex to a given space. Then we can use homology to understand the maps. &#xA;&#xA;Now we have a topological space $X$.&#xA;&#xA;Topological n simplex&#xA;&#xA;The &#34;simplest&#34; objects is triangular, and the analog here is topological $n$-simplex $\Delta^n{top}$, they are defined as:&#xA;&#xA;$$&#xA;\\{ (x0,\dots,xn)\in \mathbb{R}^n \mid xi\geq 0, \sumi xi =1 \\}&#xA;$$&#xA;&#xA;As for the map, all maps between those $n$-simplexs are boil down to face maps: &#xA;&#xA;$$d^i(x0,\dots,xn) = (x0,\dots,x{i-1},0, xi,\dots,xn)$$&#xA;&#xA;Singular simplicial set&#xA;&#xA;We look at the homomorphisms from topological $n$-simplex to sets, which are called singular simplicial set. They are defined by:&#xA;&#xA;$$&#xA;Singn(X):=\hom{Top}(\Delta^{n}{top},X) : \Delta^{op} \rightarrow Set&#xA;$$&#xA;&#xA;Together with the face maps between topological $n$-simplex, we now have a chain of sets:&#xA;&#xA;$$&#xA;\dots \xleftarrow{di}\hom{Top}(\Delta^n{top},X) \xleftarrow{di} \hom{Top}(\Delta^{n+1}{top},X) \xleftarrow{di}\dots &#xA;$$&#xA;&#xA;For example, $Sing0(X):=\hom{Top}(\Delta^{0}{top},X)$ is set of points of $X$, and $Sing1(X):=\hom{Top}(\Delta^{1}{top},X)$ are paths in $X$. $f: \Delta^{1}{top}\rightarrow X$ is sent to $f(1)\in X$ by $d0$.&#xA;&#xA;Singular chain complex&#xA;&#xA;Recall that for each set $S$, we can find a free abelian group $\mathbb{Z}(S)$ such that every map from $S$ to any abelian group $G$ factors through $\mathbb{Z}(S)$.  We abelianize the singular simplicial set to get a chain of abelian groups: &#xA;&#xA;$$&#xA;Cn(X;\mathbb{Z}):=\mathbb{Z}Singn(X)&#xA;$$&#xA;&#xA;This thing is not a chain complex yet, we still need a differential map. It is of course built upon the face maps:&#xA;&#xA;$$&#xA;d:= \sum{i=0}^n (-1)^i di:An \rightarrow A{n-1}&#xA;$$&#xA;&#xA;where $di$ is the $i$-th face map. &#xA;&#xA;Check: pick $\alpha \in A{n+1}$, WTS $d^2(\alpha) = 0 \in A{n-1}$. Indeed, &#xA;&#xA;$$&#xA;d^2(\alpha)= \sumi \sumj (-1)^{i+j} di dj \alpha&#xA;$$&#xA;&#xA;which can be broken into two pieces:&#xA;&#xA;$$&#xA;\sum{0\leq i &lt; j \leq n+1} + \sum{0\leq j \leq i &lt;n+1}&#xA;$$&#xA;&#xA;It is easy to check the following simplicial identities:&#xA;&#xA;$$&#xA;didj = d{j-1}di,\quad i&lt;j&#xA;$$ &#xA;&#xA;as well as&#xA;&#xA;$$&#xA;dj dj = dj di, \quad j \leq i&#xA;$$&#xA;&#xA;And eventually we can prove that $d^2=0$.&#xA;&#xA;Singular homology &#xA;&#xA;Then we define $Hn(X;\mathbb{Z})$ as usual. &#xA;&#xA;Property&#xA;&#xA;H0&#xA;&#xA;We can immediately prove $H0$ is a free abelian group. By definition, $H0=Z0/B0$. Here $Z0=C0$, which is the set of points in $X$. Since $d=d0-d1$, $d(\sigma) = \sigma(1)-\sigma(0)$. Hence &#xA;&#xA;$$&#xA;H0 = \mathbb{Z}\\{\text{pts of X}\\}/\sim&#xA;$$&#xA;&#xA;where $x0\sim x1$ if there&#39;s a path connecting them.&#xA;&#xA;Disjoint spaces&#xA;&#xA;Claim: $\mathbb{Z}\\{\amalg{\lambda\in \Lambda} S\lambda\\}\cong \bigoplus{\in \Lambda} \mathbb{Z}\\{S\lambda\\}$, where $\amalg$ is the disjoint union.&#xA;&#xA;The claim follows from the following facts:&#xA;free abelian group functor preserves coproducts;&#xA;$Hn(\bigoplus{\lambda\in \Lambda} A^\lambda\bullet ) \cong \bigoplus Hn(A^\lambda\bullet)$&#xA;where $A\bullet= \bigoplus{\lambda \in \Lambda} A\bullet^\lambda$ of chain complexes $A\bullet^\lambda$, where $An = \oplus An^\lambda$ and $d= \oplus d^\lambda$;&#xA;$\hom{Top}(\Delta^n{top},\amalg{\lambda \in \Lambda}X\lambda) \cong \amalg \hom{Top}(\Delta^n{top},X\lambda)$ ( because each topological n-simplex is connected);&#xA;$C\bullet (\amalg{\lambda\in\Lambda}) X\lambda; \mathbb{Z}) \cong \oplus{\lambda \in \Lambda} C\bullet(X\lambda;\mathbb{Z})$&#xA;&#xA;Preview&#xA;&#xA;The next question is: What spaces for which we can compute  $Hn(X;\mathbb{Z})$ for all $n$?]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://peance.writeas.com/tag:AlgebraicTopology" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">AlgebraicTopology</span></a> <a href="https://peance.writeas.com/tag:LectureNotes" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LectureNotes</span></a></p>



<p>Given a space, we want to study it “step by step”. We want to sort out the points, the edges, the faces etc. All those things are connected: edges connecting points,  faces gluing to edges etc, and those connecting can be viewed as maps. In algebra, such a long chain is called a <strong><em>chain complex</em></strong>, and our first goal is to assign a chain complex to a given space. Then we can use homology to understand the maps.</p>

<p>Now we have a topological space $X$.</p>

<h2 id="topological-n-simplex" id="topological-n-simplex">Topological n simplex</h2>

<p>The “simplest” objects is triangular, and the analog here is topological $n$-simplex $\Delta^n_{top}$, they are defined as:</p>

<p>$$
\{ (x<em>0,\dots,x</em>n)\in \mathbb{R}^n \mid x<em>i\geq 0, \sum</em>i x_i =1 \}
$$</p>

<p>As for the map, all maps between those $n$-simplexs are boil down to face maps:</p>

<p>$$d^i(x<em>0,\dots,x</em>n) = (x<em>0,\dots,x</em>{i-1},0, x<em>i,\dots,x</em>n)$$</p>

<h2 id="singular-simplicial-set" id="singular-simplicial-set">Singular simplicial set</h2>

<p>We look at the homomorphisms from topological $n$-simplex to sets, which are called <strong><em>singular simplicial set</em></strong>. They are defined by:</p>

<p>$$
Sing<em>n(X):=\hom</em>{Top}(\Delta^{n}_{top},X) : \Delta^{op} \rightarrow Set
$$</p>

<p>Together with the face maps between topological $n$-simplex, we now have a chain of sets:</p>

<p>$$
\dots \xleftarrow{d<em>i}\hom</em>{Top}(\Delta^n<em>{top},X) \xleftarrow{d</em>i} \hom<em>{Top}(\Delta^{n+1}</em>{top},X) \xleftarrow{d_i}\dots
$$</p>

<p>For example, $Sing<em>0(X):=\hom</em>{Top}(\Delta^{0}<em>{top},X)$ is set of points of $X$, and $Sing</em>1(X):=\hom<em>{Top}(\Delta^{1}</em>{top},X)$ are paths in $X$. $f: \Delta^{1}<em>{top}\rightarrow X$ is sent to $f(1)\in X$ by $d</em>0$.</p>

<h2 id="singular-chain-complex" id="singular-chain-complex">Singular chain complex</h2>

<p>Recall that for each set $S$, we can find a free abelian group $\mathbb{Z}(S)$ such that every map from $S$ to any abelian group $G$ factors through $\mathbb{Z}(S)$.  We abelianize the singular simplicial set to get a chain of abelian groups:</p>

<p>$$
C<em>n(X;\mathbb{Z}):=\mathbb{Z}Sing</em>n(X)
$$</p>

<p>This thing is not a chain complex yet, we still need a differential map. It is of course built upon the face maps:</p>

<p>$$
d:= \sum<em>{i=0}^n (-1)^i d</em>i:A<em>n \rightarrow A</em>{n-1}
$$</p>

<p>where $d_i$ is the $i$-th face map.</p>

<p>Check: pick $\alpha \in A<em>{n+1}$, WTS $d^2(\alpha) = 0 \in A</em>{n-1}$. Indeed,</p>

<p>$$
d^2(\alpha)= \sum<em>i \sum</em>j (-1)^{i+j} d<em>i d</em>j \alpha
$$</p>

<p>which can be broken into two pieces:</p>

<p>$$
\sum<em>{0\leq i &lt; j \leq n+1} + \sum</em>{0\leq j \leq i &lt;n+1}
$$</p>

<p>It is easy to check the following simplicial identities:</p>

<p>$$
d<em>id</em>j = d<em>{j-1}d</em>i,\quad i&lt;j
$$</p>

<p>as well as</p>

<p>$$
d<em>j d</em>j = d<em>j d</em>i, \quad j \leq i
$$</p>

<p>And eventually we can prove that $d^2=0$.</p>

<h2 id="singular-homology" id="singular-homology">Singular homology</h2>

<p>Then we define $H_n(X;\mathbb{Z})$ as usual.</p>

<h2 id="property" id="property">Property</h2>

<h3 id="h0" id="h0">H0</h3>

<p>We can immediately prove $H<em>0$ is a free abelian group. By definition, $H</em>0=Z<em>0/B</em>0$. Here $Z<em>0=C</em>0$, which is the set of points in $X$. Since $d=d<em>0-d</em>1$, $d(\sigma) = \sigma(1)-\sigma(0)$. Hence</p>

<p>$$
H_0 = \mathbb{Z}\{\text{pts of X}\}/\sim
$$</p>

<p>where $x<em>0\sim x</em>1$ if there&#39;s a path connecting them.</p>

<h3 id="disjoint-spaces" id="disjoint-spaces">Disjoint spaces</h3>

<p>Claim: $\mathbb{Z}\{\amalg<em>{\lambda\in \Lambda} S</em>\lambda\}\cong \bigoplus<em>{\in \Lambda} \mathbb{Z}\{S</em>\lambda\}$, where $\amalg$ is the disjoint union.</p>

<p>The claim follows from the following facts:
1. free abelian group functor preserves <strong>co</strong>products;
2. $H<em>n(\bigoplus</em>{\lambda\in \Lambda} A^\lambda<em>\bullet ) \cong \bigoplus H</em>n(A^\lambda<em>\bullet)$
where $A</em>\bullet= \bigoplus<em>{\lambda \in \Lambda} A</em>\bullet^\lambda$ of chain complexes $A<em>\bullet^\lambda$, where $A</em>n = \oplus A<em>n^\lambda$ and $d= \oplus d^\lambda$;
3. $\hom</em>{Top}(\Delta^n<em>{top},\amalg</em>{\lambda \in \Lambda}X<em>\lambda) \cong \amalg \hom</em>{Top}(\Delta^n<em>{top},X</em>\lambda)$ ( because each topological n-simplex is connected);
4. $C<em>\bullet (\amalg</em>{\lambda\in\Lambda}) X<em>\lambda; \mathbb{Z}) \cong \oplus</em>{\lambda \in \Lambda} C<em>\bullet(X</em>\lambda;\mathbb{Z})$</p>

<h2 id="preview" id="preview">Preview</h2>

<p>The next question is: What spaces for which we can compute  $H_n(X;\mathbb{Z})$ for all $n$?</p>
]]></content:encoded>
      <guid>https://peance.writeas.com/homology-01</guid>
      <pubDate>Wed, 21 Apr 2021 12:16:34 +0000</pubDate>
    </item>
  </channel>
</rss>