2015-12-03 19:59:03 -05:00
# Spectral Sequences
2015-11-18 17:09:18 -05:00
2015-12-03 19:59:03 -05:00
Formalization project of the CMU HoTT group towards formalizing the Serre spectral sequence.
2015-11-18 17:09:18 -05:00
2015-12-03 19:59:03 -05:00
Currently in the project: Jeremy Avigad, Steve Awodey, Ulrik Buchholtz, Floris van Doorn, Egbert Rijke, Mike Shulman.
2015-12-04 11:57:56 -05:00
## Resources
2015-12-04 12:03:18 -05:00
- [Mike's blog post ](http://homotopytypetheory.org/2013/08/08/spectral-sequences/ )
2015-12-04 11:57:56 -05:00
- We learned about the Serre spectral sequence from [Hatcher's chapter about spectral sequences ](https://www.math.cornell.edu/~hatcher/SSAT/SSATpage.html ).
- Lang's algebra (revised 3rd edition) contains a chapter on general homology theory, with a section on spectral sequences. Thus, we can use this book at least as an outline for the algebraic part of the project.
2015-12-03 19:55:16 -05:00
2015-12-04 11:57:56 -05:00
## Things to do for Lean spectral sequences project
2015-12-03 19:55:16 -05:00
2015-12-04 09:25:18 -08:00
### Algebra To Do:
2015-12-03 19:55:16 -05:00
- R-modules, vector spaces,
- some basic theory: product, tensor, hom, projective,
- categories of algebras, abelian categories,
2015-12-04 09:25:18 -08:00
- exact sequences, short and long
2015-12-03 19:59:03 -05:00
- snake lemma (Jeremy)
2015-12-04 09:25:18 -08:00
- 5-lemma
- chain complexes and homology
- exact couples, probably just of Z-graded objects
- derived exact couples
- spectral sequence of an exact couple
- convergence of spectral sequences
2015-12-03 19:55:16 -05:00
2015-12-04 09:25:18 -08:00
### Topology To Do:
- pointed types, fiber and cofiber sequences (is this in the library already?)
- prespectra and spectra, suspension
- spectrification
- parametrized smash and hom between types and spectra
- fiber and cofiber sequences of spectra, stability
- long exact sequences from (co)fiber sequences of spectra
- Eilenberg-MacLane spaces and spectra
- Postnikov towers of spectra
- exact couple of a tower of spectra
### Already Done:
2015-12-03 19:55:16 -05:00
- definition of algebraic structures such as groups, rings, fields,
- some algebra: quotient, product, free.