natural deduction metalanguage, practical foundations
type theory (dependent, intensional, observational type theory, homotopy type theory)
computational trinitarianism =
propositions as types +programs as proofs +relation type theory/category theory
homotopy theory, (∞,1)-category theory, homotopy type theory
flavors: stable, equivariant, rational, p-adic, proper, geometric, cohesive, directed…
models: topological, simplicial, localic, …
see also algebraic topology
Introductions
Definitions
Paths and cylinders
Homotopy groups
Basic facts
Theorems
This entry is about homotopy groups of spheres formalized in homotopy type theory (HoTT).
The homotopy groups of spheres are a fundamental concept in algebraic topology and homotopy theory. They are the homotopy classes of maps between -spheres, as varies. These may equivalently be understood as collection of different ways to attach spheres to each other. For instance, the homotopy type of a CW complex is completely determined by the homotopy types of the attaching maps.
The following is a quick reference for the state of the art on formalizing and computing homotopy groups of spheres in homotopy type theory.
n/k | 0 | 1 | 2 | 3 | 4 |
---|---|---|---|---|---|
0 | π0(S0) | π0(S1) | π0(S2) | π0(S3) | π0(S4) |
1 | π1(S0) | π1(S1) | π1(S2) | π1(S3) | π1(S4) |
2 | π2(S0) | π2(S1) | π2(S2) | π2(S3) | π2(S4) |
3 | π3(S0) | π3(S1) | π3(S2) | π3(S3) | π3(S4) |
4 | π4(S0) | π4(S1) | π4(S2) | π4(S3) | π4(S4) |
The following is a list of results for which at least one proof has been formalized in HoTT.
See also at first stable homotopy group of spheres.
Peter LeFanu Lumsdaine has constructed the Hopf fibration as a dependent type. Lots of people around know the construction, but I don’t know anywhere it’s written up. Here’s some Agda code with it in it.
Brunerie 2016, proof that the total space of the Hopf fibration is , together with , imply this by a long-exact-sequence argument.
This was formalized in Lean in 2016.
See also at second stable homotopy group of spheres.
Implies whenever
See also at Hopf degree theorem.
Mike Shulman‘s proof by contractibility of total space of universal cover (HoTT blog).
Dan Licata‘s encode/decode-style proof (HoTT blog). A paper mostly about the encode/decode-style proof, but also describing the relationship between the two.
Guillaume Brunerie‘s proof using the flattening lemma.
See also at circle type for more.
Guillaume Brunerie, On the homotopy groups of spheres in homotopy type theory arxiv:1606.05916
Axel Ljungström, The Brunerie Number Is -2 (June 2022) blog entry
Last revised on November 29, 2023 at 11:33:32. See the history of this page for a list of all contributions to it.