Bachelor thesis about the Dold-Kan correspondence https://github.com/Jaxan/Dold-Kan
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 

35 lines
1.2 KiB

\documentclass[12pt]{amsproc}
% a la fullpage
\usepackage{geometry}
\geometry{a4paper}
\geometry{twoside=false}
% Activate to begin paragraphs with an empty line rather than an indent
\usepackage[parfill]{parskip}
\setlength{\marginparwidth}{2cm}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}[theorem]{Definition}
\newtheorem{lemma}[theorem]{Lemma}
\input{../thesis/preamble}
\begin{document}
% For basic categorical picture of simplicial objects
% $$ [0] \to [1] \to [2] \to [3] \to \ldots $$
% $$\delta_i: [n] \to [n+1], k \mapsto \begin{cases} k & \text{if } k < i;\\ k+1 & \text{if } k \geq i. \end{cases} \hspace{0.5cm} 0 \leq i \leq n+1$$
% $$\sigma_i: [n+1] \to [n], k \mapsto \begin{cases} k & \text{if } k \leq i;\\ k-1 & \text{if } k > i. \end{cases} \hspace{0.5cm} 0 \leq i \leq n$$
$$ X_0 \to X_1 \to X_2 \to X_3 $$
% For geometric picture of simplicial objects
% $$ 0 \tot{\delta_0} 1 \tot{\delta_1} 2 \tot{\delta_2} 3 \tot{\delta_3} \cdots $$
% For the pictures in the presentation (singular chain complex)
% $$ \cdots \tot{\del_2} C_2 \tot{\del_1} C_1 \tot{\del_0} C_0 $$
% \reflectbox{\rotatebox[origin=c]{90}{\large $=$}}
% $$ + - \mapsto $$
% $$ \{ \} $$
\end{document}