Joshua Moerman
10 years ago
23 changed files with 193 additions and 266 deletions
@ -1,4 +0,0 @@ |
|||
|
|||
\input{notes/Algebra} |
|||
\input{notes/Free_CDGA} |
|||
\input{notes/Model_Categories} |
@ -1,4 +0,0 @@ |
|||
|
|||
\input{notes/Calculations} |
|||
|
|||
\input{notes/Further_Topics} |
@ -1,4 +0,0 @@ |
|||
|
|||
\input{notes/Basics} |
|||
\input{notes/Serre} |
|||
\input{notes/Rationalization} |
@ -1,79 +0,0 @@ |
|||
|
|||
We will now give a cdga model for the $n$-simplex $\Delta^n$. This then allows for simplicial methods. In the following definition one should remember the topological $n$-simplex defined as convex span. |
|||
|
|||
\Definition{apl}{ |
|||
For all $n \in \N$ define the following cdga: |
|||
$$ (\Apl)_n = \frac{\Lambda(x_0, \ldots, x_n, d x_0, \ldots, d x_n)}{(\sum_{i=0}^n x_i - 1, \sum_{i=0}^n d x_i)}, $$ |
|||
where $\deg{x_i} = 0$. So it is the free cdga with $n+1$ generators and their differentials such that $\sum_{i=0}^n x_i = 1$ and in order to be well behaved $\sum_{i=0}^n d x_i = 0$. |
|||
} |
|||
|
|||
Note that the inclusion $\Lambda(x_1, \ldots, x_n, d x_1, \ldots, d x_n) \to \Apl_n$ is an isomorphism of cdga's. So $\Apl_n$ is free and (algebra) maps from it are determined by their images on $x_i$ for $i = 1, \ldots, n$ (also note that this determines the images for $d x_i$). This fact will be used throughout. Also note that we have already seen the dual unit interval $\Lambda(t, dt)$ which is isomorphic to $\Apl_1$. |
|||
|
|||
These cdga's will assemble into a simplicial cdga when we define the face and degeneracy maps as follows ($j = 1, \ldots, n$): |
|||
|
|||
$$ d_i(x_j) = \begin{cases} |
|||
x_{j-1}, &\text{ if } i < j \\ |
|||
0, &\text{ if } i = j \\ |
|||
x_j, &\text{ if } i > j |
|||
\end{cases} \qquad d_i : \Apl_n \to \Apl_{n-1} $$ |
|||
$$ s_i(x_j) = \begin{cases} |
|||
x_{j+1}, &\text{ if } i < j \\ |
|||
x_j + x_{j+1}, &\text{ if } i = j \\ |
|||
x_j, &\text{ if } i > j |
|||
\end{cases} \qquad s_i : \Apl_n \to \Apl_{n+1} $$ |
|||
|
|||
One can check that $\Apl \in \simplicial{\CDGA_\k}$. We will denote the subspace of homogeneous elements of degree $k$ as $\Apl^k$, this is a simplicial $\k$-module as the maps $d_i$ and $s_i$ are graded maps of degree $0$. |
|||
|
|||
\pagebreak |
|||
\Lemma{apl-contractible}{ |
|||
$\Apl^k$ is contractible. |
|||
} |
|||
\Proof{ |
|||
We will prove this by defining an extra degeneracy $s: \Apl_n \to \Apl_{n+1}$. In the more geometric context of topological $n$-simplices we would achieve this by dividing by $1-x_0$. However, since this algebra consists of polynomials only, this cannot be done. Instead, we will multiply everything by $(1-x_0)^2$, so that we can divide by $1-x_0$. Define for $i = 1, \ldots, n$: |
|||
\begin{align*} |
|||
s(1) &= (1-x_0)^2 \\ |
|||
s(x_i) &= (1-x_0) \cdot x_{i+1} |
|||
\end{align*} |
|||
Extend on the differentials and multiplicatively on $\Apl_n$. As $s(1) \neq 1$ this map is not an algebra map, however it well-defined as a map of cochain complexes. In particular when restricted to degree $k$ we get a linear map: |
|||
$$ s: \Apl^k_n \to \Apl^k_{n+1}. $$ |
|||
Proving the necessary properties of an extra degeneracy is fairly easy. For $n \geq 1$ we get (on generators): |
|||
\begin{align*} |
|||
d_0 s(1) &= d_0 (1 - x_0)^2 = (1 - 0) \cdot (1 - 0) = 1 \\ |
|||
d_0 s(x_i) &= d_0((1-x_0)x_{i+1}) = d_0(1-x_0) \cdot x_i \\ |
|||
&= (1-0) \cdot x_i = x_i |
|||
\end{align*} |
|||
So $d_0 s = \id$. |
|||
\begin{align*} |
|||
d_{i+1} s(1) &= d_{i+1} (1 - x_0)^2 = d_{i+1} (\sum_{j=1}^n x_j)^2 \\ |
|||
&= (\sum_{j=1}^{n-1} x_j)^2 = (1-x_0)^2 = s d_i(1) \\ |
|||
d_{i+1} s(x_j) &= d_{i+1}(1-x_0) d_{i+1}(x_j) = (1-x_0) d_i(x_{j+1}) = s d_i (x_j) |
|||
\end{align*} |
|||
So $d_{i+1} s = s d_i$. Similarly $s_{i+1} s = s s_i$. And finally for $n=0$ we have $d_1 s = 0$. |
|||
|
|||
So we have an extra degeneracy $s: \Apl^k \to \Apl^k$, and hence (see for example \cite{goerss}) we have that $\Apl^k$ is contractible. As a consequence $\Apl^k \to \ast$ is a weak equivalence. |
|||
} |
|||
|
|||
\Lemma{apl-kan-complex}{ |
|||
$\Apl^k$ is a Kan complex. |
|||
} |
|||
\Proof{ |
|||
By the simple fact that $\Apl^k$ is a simplicial group, it is a Kan complex \cite{goerss}. |
|||
} |
|||
|
|||
Combining these two lemmas gives us the following. |
|||
\Corollary{apl-extendable}{ |
|||
$\Apl^k \to \ast$ is a trivial fibration in the standard model structure on $\sSet$. |
|||
} |
|||
|
|||
Besides the simplicial structure of $\Apl$, there is also the structure of a cochain complex. |
|||
\Lemma{apl-acyclic}{ |
|||
$\Apl_n$ is acyclic, i.e. $H(\Apl_n) = \k \cdot [1]$. |
|||
} |
|||
\Proof{ |
|||
This is clear for $\Apl_0 = \k \cdot 1$. For $\Apl_1$ we see that $\Apl_1 = \Lambda(x_1, d x_1) \iso \Lambda D(0)$, which we proved to be acyclic in the previous section. |
|||
|
|||
For general $n$ we can identify $\Apl_n \iso \bigtensor_{i=1}^n \Lambda(x_i, d x_i)$, because $\Lambda$ is left adjoint and hence preserves coproducts. By the Künneth theorem \TheoremRef{kunneth} we conclude $H(\Apl_n) \iso \bigtensor_{i=1}^n H \Lambda(x_i, d x_i) \iso \bigtensor_{i=1}^n H \Lambda D(0) \iso \k \cdot [1]$. |
|||
|
|||
So indeed $\Apl_n$ is acyclic for all $n$. |
|||
} |
|||
|
@ -1,51 +0,0 @@ |
|||
|
|||
\section{The free cdga} |
|||
\label{sec:free-cdga} |
|||
|
|||
Just as in ordinary linear algebra we can form an algebra from any graded module. Furthermore we will see that a differential induces a derivation. |
|||
|
|||
\begin{definition} |
|||
The \emph{tensor algebra} of a graded module $M$ is defined as |
|||
$$ T(M) = \bigoplus_{n\in\N} M^{\tensor n}, $$ |
|||
where $M^{\tensor 0} = \k$. An element $m = m_1 \tensor \ldots \tensor m_n$ has a \emph{word length} of $n$ and its degree is $\deg{m} = \sum_{i=i}^n \deg{m_i}$. The multiplication is given by the tensor product (note that the bilinearity follows immediately). |
|||
\end{definition} |
|||
|
|||
Note that this construction is functorial and it is free in the following sense. |
|||
|
|||
\begin{lemma} |
|||
Let $M$ be a graded module and $A$ a graded algebra. |
|||
\begin{itemize} |
|||
\item A graded map $f: M \to A$ of degree $0$ extends uniquely to an algebra map $\overline{f} : TM \to A$. |
|||
\item A differential $d: M \to M$ extends uniquely to a derivation $d: TM \to TM$. |
|||
\end{itemize} |
|||
\end{lemma} |
|||
|
|||
\begin{corollary} |
|||
Let $U$ be the forgetful functor from graded algebras to graded modules, then $T$ and $U$ form an adjoint pair: |
|||
$$ T: \grMod{\k} \leftadj \grAlg{\k} :U $$ |
|||
Moreover it extends and restricts to |
|||
$$ T: \dgMod{\k} \leftadj \dgAlg{\k} :U $$ |
|||
$$ T: \CoCh{\k} \leftadj \DGA{\k} :U $$ |
|||
\end{corollary} |
|||
|
|||
As with the symmetric algebra and exterior algebra of a vector space, we can turn this graded tensor algebra in a commutative graded algebra. |
|||
|
|||
\begin{definition} |
|||
Let $A$ be a graded algebra and define |
|||
$$ I = \langle ab - (-1)^{\deg{a}\deg{b}}b a \I a,b \in A \rangle $$ |
|||
Then $A / I$ is a commutative graded algebra. |
|||
|
|||
For a graded module $M$ we define the \emph{free commutative graded algebra} as |
|||
$$ \Lambda(M) = TM / I $$ |
|||
\end{definition} |
|||
|
|||
Again this extends to differential graded modules (i.e. the ideal is preserved by the derivative) and restricts to cochain complexes. |
|||
|
|||
\begin{lemma} |
|||
We have the following adjunctions: |
|||
$$ \Lambda: \grMod{\k} \leftadj \grAlg{\k}^{comm} :U $$ |
|||
$$ \Lambda: \dgMod{\k} \leftadj \dgAlg{\k}^{comm} :U $$ |
|||
$$ \Lambda: \CoCh{\k} \leftadj \CDGA_\k :U $$ |
|||
\end{lemma} |
|||
|
|||
We can now easily construct cdga's by specifying generators and their differentials. Note that a free algebra has a natural augmentation, defined as $\counit(v) = 0$ for every generator $v$ and $\counit(1) = 1$. |
@ -0,0 +1,14 @@ |
|||
|
|||
\paragraph{Preliminaries and Notation} |
|||
|
|||
We assume the reader is familiar with category theory, basics from algebraic topology and the basics of simplicial sets. Some knowledge about differential graded algebra (or homological algebra) and model categories is also assumed, but the reader may review some facts on homological algebra in Appendix \ref{sec:algebra} and facts on model categories in Appendix \ref{sec:model_categories}. |
|||
|
|||
We will fix the following notations and categories. |
|||
\begin{itemize} |
|||
\item $\k$ will denote a field of characteristic zero. Modules, tensor products, \dots\, are understood as $\k$-vector spaces, tensor products over $\k$, \dots. |
|||
\item $\Hom_{\cat{C}}(A, B)$ will denote the set of maps from $A$ to $B$ in the category $\cat{C}$. The subscript $\cat{C}$ may occasionally be left out. |
|||
\item $\Top$: category of topological spaces and continuous maps. We denote the full subcategory of $r$-connected spaces by $\Top_r$, this convention is also used for other categories. |
|||
\item $\Ab$: category of abelian groups and group homomorphisms. |
|||
\item $\sSet$: category of simplicial sets and simplicial maps. More generally we have the category of simplicial objects, $\cat{sC}$, for any category $\cat{C}$. We have the homotopy equivalence $|-| : \sSet \leftadj \Top : S$ to switch between topological spaces and simplicial sets. |
|||
\item $\DGA_\k$: category of non-negatively differential graded algebras over $\k$ (as defined in the appendix) and graded algebra maps. As a shorthand we will refer to such an object as \emph{dga}. Furthermore $\CDGA_\k$ is the full subcategory of $\DGA_\k$ of commutative dga's (\emph{cdga}'s). |
|||
\end{itemize} |
@ -1,9 +0,0 @@ |
|||
|
|||
% lesser margins |
|||
% \usepackage{geometry} |
|||
% \geometry{a4paper} |
|||
% \geometry{twoside=false} |
|||
|
|||
% no indent, but vertical spacing |
|||
% \usepackage[parfill]{parskip} |
|||
% \setlength{\marginparwidth}{2cm} |
@ -1,20 +0,0 @@ |
|||
\documentclass[a4paper,12pt,footinclude=true,headinclude=true,oneside,dottedtoc]{scrbook} |
|||
|
|||
\usepackage{amsmath, amsthm} |
|||
\usepackage[T1]{fontenc} |
|||
% use english, does not work with classicthesis |
|||
% \usepackage{polyglossia} |
|||
% \setmainlanguage[variant=british]{english} |
|||
|
|||
\usepackage[parts,drafting,eulerchapternumbers]{classicthesis} |
|||
\setcounter{tocdepth}{0} % parts, chapters |
|||
|
|||
\input{preamble} |
|||
|
|||
\begin{document} |
|||
% \pagenumbering{none} |
|||
|
|||
\[ f \quad \frac{1}{2}f \quad \frac{1}{6}f \quad S^1_\Q = \quad X \cdots \] |
|||
\[ \xymatrix{ A \ar[rr] & & B } \] |
|||
|
|||
\end{document} |
@ -1,8 +0,0 @@ |
|||
#!/bin/bash |
|||
set -e |
|||
|
|||
file=$1 |
|||
sed "s|__INPUT__|$file|" test_diagram.tex | xelatex -file-line-error -output-directory=build |
|||
mv build/texput.pdf test_diagram.pdf |
|||
#exo-open test_diagram.pdf |
|||
rm build/texput.* |
@ -1,22 +0,0 @@ |
|||
\documentclass[a4paper, 12pt]{amsart} |
|||
|
|||
\input{style} |
|||
\input{preamble} |
|||
|
|||
\begin{document} |
|||
|
|||
Your diagram: |
|||
\cdiagrambase{__INPUT__} |
|||
|
|||
For reference, some default latex stuff: |
|||
$$ A \cof B \we X \fib Y $$ |
|||
|
|||
\newcommand{\newk}{\mathrm{I\!k}} |
|||
|
|||
$\newk$-linear, stuf over $\newk$ |
|||
|
|||
\[ \k \newk \] |
|||
|
|||
\[ \CDGA_\k \CDGA_\newk \] |
|||
|
|||
\end{document} |
Reference in new issue