-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c91b65
commit 1a358ea
Showing
6 changed files
with
351 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
\subsection{???} | ||
We have previously seen that if \( X = \mathbb A^2 \setminus \qty{(0, 0)} \), then \( \mathcal O_X(X) \cong \mathcal O_{\mathbb A^2}(\mathbb A^2) \cong k[x, y] \). | ||
Given a topological space \( X \) and a sheaf \( \mathcal F \) of abelian groups, we will build a series of groups \( H^i(X, \mathcal F) \) for \( i \in \mathbb N \). | ||
This will have the following features. | ||
\begin{enumerate} | ||
\item The group \( H^0(X, \mathcal F) \) is precisely \( \Gamma(X, \mathcal F) \). | ||
\item If \( f : Y \to X \) is continuous, there is an induced map \( f^\star : H^i(X, \mathcal F) \to H^i(Y, f^{-1} \mathcal F) \). | ||
\item Given a short exact sequence of sheaves | ||
% https://q.uiver.app/#q=WzAsNSxbMCwwLCIwIl0sWzEsMCwiXFxtYXRoY2FsIEYiXSxbMiwwLCJcXG1hdGhjYWwgRiciXSxbMywwLCJcXG1hdGhjYWwgRicnIl0sWzQsMCwiMCJdLFswLDFdLFsxLDJdLFsyLDNdLFszLDRdXQ== | ||
\[\begin{tikzcd} | ||
0 & {\mathcal F} & {\mathcal F'} & {\mathcal F''} & 0 | ||
\arrow[from=1-1, to=1-2] | ||
\arrow[from=1-2, to=1-3] | ||
\arrow[from=1-3, to=1-4] | ||
\arrow[from=1-4, to=1-5] | ||
\end{tikzcd}\] | ||
we obtain a long exact sequence | ||
% https://q.uiver.app/#q=WzAsOSxbMCwwLCIwIl0sWzEsMCwiSF4wKFgsIFxcbWF0aGNhbCBGKSJdLFsyLDAsIkheMChYLCBcXG1hdGhjYWwgRicpIl0sWzMsMCwiSF4wKFgsIFxcbWF0aGNhbCBGJycpIl0sWzEsMSwiSF4xKFgsIFxcbWF0aGNhbCBGKSJdLFsyLDEsIkheMShYLCBcXG1hdGhjYWwgRicpIl0sWzMsMSwiSF4xKFgsIFxcbWF0aGNhbCBGJycpIl0sWzEsMiwiSF4yKFgsIFxcbWF0aGNhbCBGKSJdLFsyLDIsIlxcY2RvdHMiXSxbMCwxXSxbMSwyXSxbMiwzXSxbMyw0XSxbNCw1XSxbNSw2XSxbNiw3XSxbNyw4XV0= | ||
\[\begin{tikzcd} | ||
0 & {H^0(X, \mathcal F)} & {H^0(X, \mathcal F')} & {H^0(X, \mathcal F'')} \\ | ||
& {H^1(X, \mathcal F)} & {H^1(X, \mathcal F')} & {H^1(X, \mathcal F'')} \\ | ||
& {H^2(X, \mathcal F)} & \cdots | ||
\arrow[from=1-1, to=1-2] | ||
\arrow[from=1-2, to=1-3] | ||
\arrow[from=1-3, to=1-4] | ||
\arrow[from=1-4, to=2-2] | ||
\arrow[from=2-2, to=2-3] | ||
\arrow[from=2-3, to=2-4] | ||
\arrow[from=2-4, to=3-2] | ||
\arrow[from=3-2, to=3-3] | ||
\end{tikzcd}\] | ||
\end{enumerate} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.