Skip to content

Commit cf20a34

Browse files
committed
Merge branch 'main' of github.com:mmasque/Sheaves-in-Topology-lecture-notes into main
2 parents e79c678 + 8ba5ae6 commit cf20a34

File tree

5 files changed

+47
-3
lines changed

5 files changed

+47
-3
lines changed

Lectures/Appendix computing cohomology and pushforwards.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% An ugly solution to appendix chapter naming
2-
\RenewDocumentCommand\printchaptername{}{\LaptureCaption\LARGE\textls[120]{\textsc{appendix}}}
31
\chapter{Computing sheaf cohomology and higher pushforwards}
42

53
In this appendix, we summarise some strategies for computing sheaf cohomology and higher pushforwards.

Lectures/Lecture 4.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,8 @@ \section{Review of monodromy}
231231
\end{equation*}
232232
This diagram raises the question: what should there be in the top right spot?
233233
Towards the end of the course, we will give a partial answer which goes by the name of \indexemph{exodromy}.
234+
235+
%%% Local Variables:
236+
%%% mode: latex
237+
%%% TeX-master: "../main"
238+
%%% End:

Lectures/Lecture 5.tex

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,38 @@ \section{Stalks, germs, skyscrapers}
274274
\]
275275
In Homework 2, we saw that the étalé space of this sheaf is the line with two origins.
276276
\end{exmp}
277+
278+
% \begin{cor}
279+
% Let \(i_x\colon\{x\}\hookrightarrow X\) be the inclusion of a point in a space.
280+
% Then the functors
281+
% \[ \catPresheaf(X) \xrightarrow{i_x^*} \catSheaf(*) \]
282+
% and
283+
% \[ \catPresheaf(X) \xrightarrow{(-)^\sharp} \catSheaf(X) \xrightarrow{i_x^*} \catSheaf(*) \]
284+
% are naturally isomorphic.
285+
% \end{cor}
286+
% \begin{proof}
287+
% % and write \(\iota\colon\catSheaf(X)\hookrightarrow\catPresheaf(X)\) for the full subcategory inclusion
288+
% By definition, the former functor is the composite
289+
% \begin{equation*}
290+
% \begin{tikzcd}
291+
% \catPresheaf(X) \ar[r, "i_x^\circledast"{name=leftadj1}, shift left=2] &
292+
% \catPresheaf(*) \ar[l, "(i_x)_*"{name=rightadj1}, shift left=2] \ar[r, "(-)^\sharp"{name=leftadj2}, shift left=2] &
293+
% \catSheaf(*) \ar[l, ""{name=rightadj2}, shift left=2, inclusion]
294+
% \ar[from=leftadj1, to=rightadj1, phantom, "\leftadj" rotate=-90]
295+
% \ar[from=leftadj2, to=rightadj2, phantom, "\leftadj" rotate=-90]
296+
% \end{tikzcd}
297+
% \end{equation*}
298+
% of the presheaf pullback along \(i_x\) and sheafification, which have right adjoints given by respectively the pushforward along \(i_x\) and the full subcategory inclusion by \cref{prop:pullback-Kan-extension} and \cref{cor:sheafification-left-adjoint-to-inclusion}.
299+
% The latter functor has a right adjoint
300+
% \begin{equation*}
301+
% \begin{tikzcd}
302+
% \catPresheaf(X) \ar[r, "(-)^\sharp"{name=leftadj1}, shift left=2] &
303+
% \catSheaf(X) \ar[l, ""{name=rightadj1}, shift left=2, inclusion] \ar[r, "i_x^*"{name=leftadj2}, shift left=2] &
304+
% \catSheaf(*) \ar[l, "(i_x)_*"{name=rightadj2}, shift left=2]
305+
% \ar[from=leftadj1, to=rightadj1, phantom, "\leftadj" rotate=-90]
306+
% \ar[from=leftadj2, to=rightadj2, phantom, "\leftadj" rotate=-90]
307+
% \end{tikzcd}
308+
% \end{equation*}
309+
% given by pushforward along \(i_x\) followed by the full subcategory inclusion by \cref{cor:sheafification-left-adjoint-to-inclusion} and \cref{lem:pushforward-pullback-adjunction-sheaves}.
310+
% These two right adjoint are equal by definition, so we find the required natural isomorphism.
311+
% \end{proof}

main.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,8 @@
6464
\printindex
6565

6666
\end{document}
67+
68+
%%% Local Variables:
69+
%%% mode: latex
70+
%%% TeX-master: t
71+
%%% End:

sheaves.sty

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,8 @@
649649

650650
%% Fonts for chapter and section heads
651651
\@ifmemoirloaded{%
652-
\RenewDocumentCommand\printchaptername{}{\LaptureCaption\LARGE\textls[120]{\textsc{lecture}}}
652+
\addto\captionsenglish{\RenewDocumentCommand\chaptername{}{lecture}}
653+
\RenewDocumentCommand\printchaptername{}{\LaptureCaption\LARGE\textls[120]{\textsc{\MakeLowercase{\@chapapp}}}}
653654
\RenewDocumentCommand\chapternamenum{}{\enskip\space}
654655
\RenewDocumentCommand\printchapternum{}{\LaptureCaption\LARGE\textsc{\thechapter}}
655656
\RenewDocumentCommand\midchapskip{}{12pt}

0 commit comments

Comments
 (0)