Mirror of https://github.com/cmu-phil/Spectral in case it ever disappears
Find a file
2018-01-31 21:39:01 -05:00
algebra give alternative definition of free group on a set with decidable equality 2018-01-17 19:18:13 -05:00
archive make pointed suspension and spheres the default 2017-07-20 18:03:13 +01:00
cohomology move colimit project here 2017-11-22 16:15:35 -05:00
colimit small changes in colimit 2017-11-30 18:06:02 +01:00
homology define pmap in terms of ppi. Also move many facts about ppi to the standard library 2017-07-21 15:55:27 +01:00
homotopy higher groups: rename Grp to GType 2018-01-31 13:01:17 -05:00
Notes Work on pointed naturality of smash-C 2018-01-17 19:17:05 -05:00
spectrum Work on pointed naturality of smash-C 2018-01-17 19:17:05 -05: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 remove colim file from Spectral 2017-11-22 16:30:58 -05:00
heq.hlean move some files around, create folder cohomology 2017-07-17 13:58:36 +01:00
higher_groups.hlean higher groups: finalize file 2018-01-31 21:39:01 -05:00
LICENSE add some copyright notices and LICENSE file 2016-04-06 12:35:30 -04:00
logic.hlean base subgroups on sets and unbundle 2017-08-17 17:07:10 -04:00
move_to_lib.hlean higher groups: finalize file 2018-01-31 21:39:01 -05:00
pointed.hlean higher groups: prove naturality of all adjunctions 2018-01-30 20:28:15 -05:00
pointed_cubes.hlean define pmap in terms of ppi. Also move many facts about ppi to the standard library 2017-07-21 15:55:27 +01:00
pointed_pi.hlean higher groups: prove naturality of all adjunctions 2018-01-30 20:28:15 -05:00
property.hlean give alternative definition of free group on a set with decidable equality 2018-01-17 19:18:13 -05:00
README.md change title in README 2018-01-31 13:21:42 -05:00
univalent_subcategory.hlean remove spaces at end of lines 2017-09-15 19:04:10 -04:00

Spectral Sequences in Homotopy Type Theory

Formalization project of the CMU HoTT group to formalize the Serre spectral sequence.

Update July 16: The construction of the Serre spectral sequence has been completed. The result is serre_convergence in cohomology.serre. The main algebra part is in algebra.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 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
  • ...

To do (short-term easy projects)

  • Compute cohomology groups of K(, n)
  • Compute cohomology groups of ΩSⁿ
  • Show that all fibration sequences between spheres are of the form Sⁿ → S²ⁿ⁺¹ → Sⁿ⁺¹.
  • Compute fiber of K(φ, n) for group hom φ in general and if it's injective/surjective
  • [Steve] Prove Σ (X × Y) ≃* Σ X Σ Y Σ (X ∧ Y), where Σ is suspension. See homotopy.susp_product

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 of merge (e.g. git pull -r).
  • We try to separate the repository into the folders algebra, homotopy, homology, cohomology and colimit. Homotopy theotic properties of types which do not explicitly mention homotopy, homology or cohomology groups (such as A ∧ B ≃* B ∧ A) are part of homotopy.