nLab Hopf construction in homotopy type theory

Contents

Context

Type theory

natural deduction metalanguage, practical foundations

  1. type formation rule
  2. term introduction rule
  3. term elimination rule
  4. computation rule

type theory (dependent, intensional, observational type theory, homotopy type theory)

syntax object language

computational trinitarianism =
propositions as types +programs as proofs +relation type theory/category theory

logicset theory (internal logic of)category theorytype theory
propositionsetobjecttype
predicatefamily of setsdisplay morphismdependent type
proofelementgeneralized elementterm/program
cut rulecomposition of classifying morphisms / pullback of display mapssubstitution
introduction rule for implicationcounit for hom-tensor adjunctionlambda
elimination rule for implicationunit for hom-tensor adjunctionapplication
cut elimination for implicationone of the zigzag identities for hom-tensor adjunctionbeta reduction
identity elimination for implicationthe other zigzag identity for hom-tensor adjunctioneta conversion
truesingletonterminal object/(-2)-truncated objecth-level 0-type/unit type
falseempty setinitial objectempty type
proposition, truth valuesubsingletonsubterminal object/(-1)-truncated objecth-proposition, mere proposition
logical conjunctioncartesian productproductproduct type
disjunctiondisjoint union (support of)coproduct ((-1)-truncation of)sum type (bracket type of)
implicationfunction set (into subsingleton)internal hom (into subterminal object)function type (into h-proposition)
negationfunction set into empty setinternal hom into initial objectfunction type into empty type
universal quantificationindexed cartesian product (of family of subsingletons)dependent product (of family of subterminal objects)dependent product type (of family of h-propositions)
existential quantificationindexed disjoint union (support of)dependent sum ((-1)-truncation of)dependent sum type (bracket type of)
logical equivalencebijection setobject of isomorphismsequivalence type
support setsupport object/(-1)-truncationpropositional truncation/bracket type
n-image of morphism into terminal object/n-truncationn-truncation modality
equalitydiagonal function/diagonal subset/diagonal relationpath space objectidentity type/path type
completely presented setsetdiscrete object/0-truncated objecth-level 2-type/set/h-set
setset with equivalence relationinternal 0-groupoidBishop set/setoid with its pseudo-equivalence relation an actual equivalence relation
equivalence class/quotient setquotientquotient type
inductioncolimitinductive type, W-type, M-type
higher inductionhigher colimithigher inductive type
-0-truncated higher colimitquotient inductive type
coinductionlimitcoinductive type
presettype without identity types
set of truth valuessubobject classifiertype of propositions
domain of discourseuniverseobject classifiertype universe
modalityclosure operator, (idempotent) monadmodal type theory, monad (in computer science)
linear logic(symmetric, closed) monoidal categorylinear type theory/quantum computation
proof netstring diagramquantum circuit
(absence of) contraction rule(absence of) diagonalno-cloning theorem
synthetic mathematicsdomain specific embedded programming language

homotopy levels

semantics

Homotopy 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

Contents

Idea

In classical algebraic topology we have four Hopf fibrations (of spheres):

  1. S 0S 1S 1S^0 \hookrightarrow S^1 \to S^1 The real Hopf fibration
  2. S 1S 3S 2S^1 \hookrightarrow S^3 \to S^2 The usual complex Hopf fibration
  3. S 3S 7S 4S^3 \hookrightarrow S^7 \to S^4 The quaternionic Hopf fibration
  4. S 7S 15S 8S^7 \hookrightarrow S^15 \to S^8 The octonionic Hopf fibration

These can be constructed in homotopy type theory as part of a more general construction:

An H-space structure on a pointed type AA gives a fibration over ΣA\Sigma A via the Hopf construction. This fibration can be written classically as: AA*AΣAA \to A\ast A \to \Sigma A where A*AA\ast A is the join of AA and AA. This is all done in the HoTT book. Note that ΣA\Sigma A can be written as a homotopy pushout ΣA1 A1\Sigma A \coloneqq \mathbf 1 \sqcup^A \mathbf 1 , and there is a lemma in the HoTT book allowing you to construct a fibration on a pushout (the equivalence AAA \to A needed is simply the multiplication from the H-space μ(a,)\mu(a,-)).

Thus the problem of constructing a Hopf fibration reduces to finding a H-space structure on the spheres: the S 1S^1, S 3S^3 and S 7S^7.

  • The space S 0=2(Bool)S^0=\mathbf 2(\equiv Bool) is not connected so we cannot perform the construction from the book on it. However it is very easy to construct a family S 1𝒰S^1 \to \mathcal{U} with fiber BoolBool by induction on S 1S^1. (Note: loop maps to ua(neg)ua(neg) where negneg is the equivalence of negation and uaua is the univalence axiom.

  • For S 1S^1 Peter Lumsdaine gave the construction in 2012 and Guillaume Brunerie proved it was correct in 2013. By induction on the circle we can define the multiplication: μ(base)id S 1\mu(base)\equiv id_{S^1}, and ap μ(loop)funext(h)ap_\mu(loop)\equiv funext(h) where h:(x:S 1)(x=x)h : (x : S^1) \to (x = x) is also defined by circle induction: h(base)=looph(base) = loop and ap h(loop)=reflap_h(loop) = refl. funextfunext denotes functional extensionality.

  • For S 3S^3 Buchholtz-Rijke 16 solved this through a homotopy theoretic version of the Cayley-Dickson construction. This has been formalised in Lean.

  • For S 7 S^7 this is still an open problem.

It is still an open problem to show that these are the only spheres to have a H-space structure. This would be done by showing these are the only spheres with Hopf invariant 11 which has been defined in Brunerie 2016

References

category: homotopy theory

Last revised on June 15, 2022 at 16:55:16. See the history of this page for a list of all contributions to it.