Mirror of https://github.com/cmu-phil/Spectral in case it ever disappears
Find a file
2017-07-08 11:41:57 +01:00
algebra rename some files, update README 2017-07-04 16:11:21 +01:00
archive fix definition of atiyah-hirzebruch spectral sequence, define serre spectral sequence 2017-07-07 22:35:30 +01:00
homology add authors of mrc projects to files with major contributions 2017-06-30 13:55:39 +01:00
homotopy minor stuff 2017-07-08 11:41:57 +01:00
Notes rename some files, update README 2017-07-04 16:11:21 +01:00
.gitignore update .gitignore with LaTeX helper files 2017-03-30 17:00:15 -04:00
.project add .gitignore and .project files 2015-11-20 17:55:33 -05:00
choice.hlean move some stuff to more appropriate places (before big move to HoTT library) 2017-05-26 17:32:42 -04:00
coind_colim.hlean WIP: coinductive colimit definition 2017-02-18 16:56:50 -05:00
colim.hlean add authors of mrc projects to files with major contributions 2017-06-30 13:55:39 +01:00
heq.hlean Work on the construction of exact couples 2017-05-21 00:39:53 -04:00
lessons.md add lessons file 2017-04-10 20:35:05 -04:00
LICENSE add some copyright notices and LICENSE file 2016-04-06 12:35:30 -04:00
logic.hlean add logic and some facts about sets 2017-03-31 16:36:35 -04:00
move_to_lib.hlean fix definition of atiyah-hirzebruch spectral sequence, define serre spectral sequence 2017-07-07 22:35:30 +01:00
pointed.hlean fix definition of atiyah-hirzebruch spectral sequence, define serre spectral sequence 2017-07-07 22:35:30 +01:00
pointed_pi.hlean fix definition of atiyah-hirzebruch spectral sequence, define serre spectral sequence 2017-07-07 22:35:30 +01:00
README.md add reference in README 2017-07-04 17:14:28 +01:00
set.hlean add logic and some facts about sets 2017-03-31 16:36:35 -04:00
susp_product.hlean start on postnikov tower of spectra 2017-06-30 15:16:38 +01:00

Spectral Sequences

Formalization project of the CMU HoTT group towards formalizing the Serre spectral sequence.

This repository also contains the contents of the MRC group on formalizing homology in Lean.

Participants

Jeremy Avigad, Steve Awodey, Ulrik Buchholtz, Floris van Doorn, Clive Newstead, Egbert Rijke, Mike Shulman.

Resources

  • Mike's blog posts on ncatlab.
  • The Licata-Finster article about Eilenberg-Mac Lane spaces.
  • We learned about the Serre spectral sequence from Hatcher's chapter about spectral sequences.
  • 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.
  • Mac Lane's Homology contains a lot of homological algebra and a chapter on spectral sequences, including exact couples.

Contents for Lean spectral sequences project

Outline

These projects are mostly done

  • Given a sequence of spectra and maps, indexed over , we get an exact couple, indexed over × .
  • We can derive an exact couple.
  • If the exact couple is bounded, we repeat this process to get a convergent spectral sequence.
  • We construct the Atiyah-Hirzebruch and Serre spectral sequences for cohomology.

Future directions

  • Hurewicz Theorem and Hurewicz theorem modulo a Serre class. There is a proof in Hatcher. Also, this might be useful.
  • Homological Serre spectral sequence.
  • Interaction between steenrod squares and cup product with spectral sequences
  • ...

Algebra

To do

  • Constructions: tensor, hom, projective, Tor (at least on groups)
  • Finite groups, Finitely generated groups, torsion groups
  • Serre classes
  • vector spaces,

In Progress

Done

  • groups, rings, fields, R-modules, graded R-modules.
  • Constructions on groups and abelian groups:: subgroup, quotient, product, free groups.
  • Constructions on ablian groups: direct sum, sequential colimi.
  • exact sequences, short and long.
  • chain complexes and homology.
  • exact couples graded over an arbitrary indexing set.
  • spectral sequence of an exact couple.
  • convergence of spectral sequences.

Topology

To do

  • cofiber sequences
    • Hom'ing out gives a fiber sequence: if A → B → coker f cofiber sequences, then X^A → X^B → X^(coker f) is a fiber sequence.
  • fiber and cofiber sequences of spectra, stability
    • limits are levelwise
    • colimits need to be spectrified
  • long exact sequence from cofiber sequences of spectra
    • indexed on , need to splice together LES's
  • Cup product on cohomology groups
  • Parametrized and unreduced homology
  • Steenrod squares
  • ...

In Progress

  • prespectra and spectra, indexed over an arbitrary type with a successor
    • think about equivariant spectra indexed by representations of G
  • spectrification
    • adjoint to forgetful
    • as sequential colimit, prove induction principle
    • connective spectrum: is_conn n.-2 Eₙ
  • Postnikov towers of spectra.
    • basic definition already there
    • fibers of Postnikov sequence unstably and stably
  • parametrized spectra, parametrized smash and hom between types and spectra.
  • Check Eilenberg-Steenrod axioms for reduced homology.

Done

  • Most things in the HoTT Book up to Section 8.9 (see this file)
  • pointed types, maps, homotopies and equivalences
  • Eilenberg-MacLane spaces and EM-spectrum
  • fiber sequence
    • already have the LES
    • need shift isomorphism
    • Hom'ing into a fiber sequence gives another fiber sequence.
  • long exact sequence of homotopy groups of spectra, indexed on
  • exact couple of a tower of spectra
    • need to splice together LES's

Contributing

  • We will try to make sure that this repository compiles with the newest version of Lean 2.
  • Installation instructions for Lean 2 can be found here.
  • Some notes on the Emacs mode can be found here (for example if some unicode characters don't show up, or increase the spacing between lines by a lot).
  • If you contribute, please use rebase instead off merge (e.g. git pull -r).