Archived
1
Fork 0
Bachelor thesis about the Dold-Kan correspondence
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2013-07-02 14:15:54 +02:00
presentation Moved images to where they belong 2013-05-12 22:11:08 +02:00
presentation2 End presentation: finished 2013-06-26 23:10:52 +02:00
thesis Fixed typos 2013-07-01 21:16:26 +02:00
.gitignore made a make script, and stub for presentation 2013-02-28 17:14:22 +01:00
Bachelor Thesis.sublime-project Fancy sublime stuff 2013-03-17 16:21:53 +01:00
make End presentation: finished 2013-06-26 23:10:52 +02:00
README.md added README.md with a brief description of the content and how to build 2013-07-01 17:31:00 +02:00

Dold-Kan Correspondence

In this bachelor thesis the Dold-Kan correspondence is discussed. It is a result in homological algebras and simplicial homotopy theory which gives an equivalence between the category of chain complexes and the category of simplicial abelian groups. Furthermore it preserves homotopy, making the category of chain complexes suitable for doing linearized homotopy theory. This thesis is written by Joshua Moerman and supervised by Moritz Groth.

Building

A makefile is provided to compile the .tex files (thrice for the references). To compile to a .pdf file, simply run (assuming existence of pdflatex and bibtex):

$ ./make Thesis

The file DoldKan.pdf will be created (and all the intermediate files end up in a build/ directory).